Cubemain Recipe States

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

Post Reply
Jair
Posts: 99
Joined: Sat Jul 16, 2016 8:54 pm

Cubemain Recipe States

Post by Jair » Wed Sep 13, 2017 3:41 am

I have created a specifi token to add random states (wings) in amulet.

Image

Image

It works great, but when you use a token again in same item, other state is added.

Image

Image

I just want to keep 1 aura for token used.

how to remove the previous state ? :cry:

User avatar
thaison
Junior Member
Paladin
Posts: 108
Joined: Fri Apr 03, 2015 11:59 am
Location: Viet Nam
Vietnam

Re: Cubemain Recipe States

Post by thaison » Wed Sep 13, 2017 5:25 am

- You only have 1 charm, and the other charm can not hold
- Open File "UniqueItems.txt", horizontal line "carry1", set it to 1

Jair
Posts: 99
Joined: Sat Jul 16, 2016 8:54 pm

Re: Cubemain Recipe States

Post by Jair » Thu Sep 14, 2017 1:43 am

this is a token, similar of token of absolution. TOA

its no a small charms, its a token!

its posible remove the previous state to to preserve the new states. :(

User avatar
PureRage
Forum Regular
Angel
Posts: 570
Joined: Fri Jan 08, 2010 9:02 am
Location: Newcastle, England
Great Britain

Re: Cubemain Recipe States

Post by PureRage » Thu Sep 14, 2017 4:46 pm

If it's to add the state to unique amulet only then you need to add a recipe for each unique amulet. The recipes output should be the name of the unique instead of useitem. That way the cube generates a new unique without the old state, and applies the state you want to that clean unique.

Input1 = "UniqueAmuletName"
Input2 = Token
Output = "UniqueAmuletName"
Prop1 = State

Just note, if you have other recipes that add stats to unique amulets then this will remove all other stats added via cube. Also if your unique amulets have stats based on a range Ie. Strength + 5-10, then those will also reroll.

For rares/magic you would have to restrict the recipe to allow only 1 token use via the OP column.
In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as "A bad move".
Douglas Adams

Post Reply

Return to “General Mod Making”