- Joined
- Oct 23, 2011
- Messages
- 28
I wanted to create a recipe spell. so.. now i need to put in multiple stackable items like 2 clarity potions into 1 imba potion.. how do i do that? heres the trigger
-
Recipe
-
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 Wood) Equal to True
- ((Hero manipulating item) has an item of type Wood) Equal to True
-
Then - Actions
- Item - Remove (Item carried by (Hero manipulating item) of type Wood)
- Item - Remove (Item carried by (Hero manipulating item) of type Wood)
- Hero - Create |cFF970707Axe|r and give it to (Hero manipulating item)
- Special Effect - Create a special effect attached to the overhead of (Hero manipulating item) using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
- Wait 2.00 seconds
- Special Effect - Destroy (Last created special effect)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events