Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Im not one to useally discourage people from learning, but maybe you are strecthing bit too far in here Lafeet. It's a pretty simple trigger, and your questions are basic. Maybe you should first explore the editor on your own, try to create something and get a better feeling how triggers work before attemting something like this.
Thewandmirro: lol![]()
Im not one to useally discourage people from learning, but maybe you are strecthing bit too far in here Lafeet. It's a pretty simple trigger, and your questions are basic. Maybe you should first explore the editor on your own, try to create something and get a better feeling how triggers work before attemting something like this.
Phoenix fire? i've never heard of that .. the phoenix uses the skill? for what?
Events

Unit - A aquires an item
Conditions

(Item being manipulated) equal to Hero Morph Item
Actions

Unit - Replace (Triggering unit) with a Morphed Hero using The old unit's relative life and mana

Selection - Select (Last replaced unit) for (Owner of (Triggering unit))

Hero - Give (Item carried by (Triggering unit) in slot 1) to (Last replaced unit)

Hero - Give (Item carried by (Triggering unit) in slot 2) to (Last replaced unit)

Hero - Give (Item carried by (Triggering unit) in slot 3) to (Last replaced unit)

Hero - Give (Item carried by (Triggering unit) in slot 4) to (Last replaced unit)

Hero - Give (Item carried by (Triggering unit) in slot 5) to (Last replaced unit)

Hero - Give (Item carried by (Triggering unit) in slot 6) to (Last replaced unit)
Buying Hero3

Events


Unit - A unit Acquires an item

Conditions


(Item-type of (Item being manipulated)) Equal to Type-4G2 BattleSuit

Actions


Unit - Replace (Triggering unit) with a Type-4G2 BattleSuit using The old unit's relative life and mana


Selection - Select (Last replaced unit) for (Owner of (Triggering unit))


Hero - Give (Item carried by (Triggering unit) in slot 1) to (Last replaced unit)


Hero - Give (Item carried by (Triggering unit) in slot 2) to (Last replaced unit)


Hero - Give (Item carried by (Triggering unit) in slot 3) to (Last replaced unit)


Hero - Give (Item carried by (Triggering unit) in slot 4) to (Last replaced unit)


Hero - Give (Item carried by (Triggering unit) in slot 5) to (Last replaced unit)


Hero - Give (Item carried by (Triggering unit) in slot 6) to (Last replaced unit)
Buying Hero 3

Events


Unit - A unit Acquires an item

Conditions


(Item-type of (Item being manipulated)) Equal to Type-4G2 BattleSuit

Actions


For each (Integer A) from 1 to 6, do (Actions)



Loop - Actions




Set TempItem[(Integer A)] = (Item carried by (Triggering unit) in slot (Integer A))




Hero - Drop TempItem[(Integer A)] from (Triggering unit)



Loop - End


Unit - Replace (Triggering unit) with a Type-4G2 BattleSuit using The old unit's relative life and mana


Selection - Select (Last replaced unit) for (Owner of (Last replaced unit))


For each (Integer A) from 1 to 6, do (Actions)



Loop - Actions




Hero - Give TempItem[(Integer A)] to (Last replaced unit)




Unit - Order (Last replaced unit) to move TempItem[(Integer A)] to inventory slot (Integer A)



Loop - End
