Hi Guys! I have a problem about item recipes. My trigger works but when I bought over 1, other combined item destroy.
Recipe Wizard Talisman
Events
Unit - A unit Acquires an item
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Hero manipulating item) has an item of type Mantle of Intelligence) Equal to True
((Hero manipulating item) has an item of type Circlet of Nobility) Equal to True
((Hero manipulating item) has an item of type Recipe of Wizard Talisman) Equal to True
Then - Actions
Item - Remove (Item carried by (Hero manipulating item) of type Mantle of Intelligence)
Item - Remove (Item carried by (Hero manipulating item) of type Circlet of Nobility)
Item - Remove (Item carried by (Hero manipulating item) of type Recipe of Wizard Talisman)
Hero - Create Wizard Talisman and give it to (Triggering unit)
Special Effect - Create a special effect attached to the chest of (Hero manipulating item) using Abilities\Spells\Items\AIil\AIilTarget.mdl
Wait 1.00 seconds
Special Effect - Destroy (Last created special effect)
Else - Actions
Do nothing
For example; I bought 2 Wizard Talisman, the last created item destroys itself.
I am waiting your answers...
Recipe Wizard Talisman
Events
Unit - A unit Acquires an item
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Hero manipulating item) has an item of type Mantle of Intelligence) Equal to True
((Hero manipulating item) has an item of type Circlet of Nobility) Equal to True
((Hero manipulating item) has an item of type Recipe of Wizard Talisman) Equal to True
Then - Actions
Item - Remove (Item carried by (Hero manipulating item) of type Mantle of Intelligence)
Item - Remove (Item carried by (Hero manipulating item) of type Circlet of Nobility)
Item - Remove (Item carried by (Hero manipulating item) of type Recipe of Wizard Talisman)
Hero - Create Wizard Talisman and give it to (Triggering unit)
Special Effect - Create a special effect attached to the chest of (Hero manipulating item) using Abilities\Spells\Items\AIil\AIilTarget.mdl
Wait 1.00 seconds
Special Effect - Destroy (Last created special effect)
Else - Actions
Do nothing
For example; I bought 2 Wizard Talisman, the last created item destroys itself.
I am waiting your answers...
