Duplicate Item Recipe Help? (D2R)

Post here about all aspects of D2 mod making whether it's information, problems or whatever. Please specify whether your post is relating to Classic D2 or the Expansion.

Moderator: Nizari

Wurmed
Posts: 1
Joined: Sat Jul 08, 2023 9:36 am

Duplicate Item Recipe Help? (D2R)

Post by Wurmed » Wed Jul 19, 2023 9:29 pm

I am trying to add a recipe to D2R's cubemain.txt that duplicates any item when you use a specific rune as input.

I'm currently testing a recipe with these fields set as follows:

description: 'Duplicate Small Charm'
enabled: 1
version: 100
numinputs: 2
input 1: scha
input 2: r1
output: useitem
output b: useitem


It should take a r1 (El rune) and a scha (Small Charm), and should output two of the same item (useitem) at output and output b.
However, this recipe just consumes the rune and leaves me with just 1 charm.

Has anyone had success with getting output b to generate an actual item in D2R? Or perhaps there is some other field I am missing.

Return to “General Mod Making”