- Joined
- Jun 27, 2010
- Messages
- 2,763
Hi forum I try to make a potion, when drinked to morph you to a dragon for 15 seconds. Can you check this and tell me what I can change in it so it work for morphing back? 

-
PotionSkies
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Potion of the Skies
-
-
Actions
-
Unit - Replace (Triggering unit) with a Red Dragon using The new unit's max life and mana
-
Wait 30.00 seconds
-
Unit - Replace (Triggering unit) with a dragonunittypes[(Player number of (Owner of (Triggering unit)))] using The new unit's max life and mana
-
-
-
dragon types
-
Events
-
Time - Elapsed game time is 60.00 seconds
-
-
Conditions
-
Actions
-
Set dragonunittypes[(Player number of (Owner of Paladin))] = Paladin
-
Set dragonunittypes[(Player number of (Owner of Archmage))] = Archmage
-
Set dragonunittypes[(Player number of (Owner of Mountain_King))] = Mountain King
-
Set dragonunittypes[(Player number of (Owner of Blood_Mage))] = Blood Mage
-
Set dragonunittypes[(Player number of (Owner of Wizard))] = Wizard
-
Set dragonunittypes[(Player number of (Owner of Ranger))] = Ranger
-
Set dragonunittypes[(Player number of (Owner of Blademaster))] = Blademaster
-
Set dragonunittypes[(Player number of (Owner of Tauren_Chieftain))] = Tauren Chieftain
-
Set dragonunittypes[(Player number of (Owner of Shadow_Hunter))] = Shadow Hunter
-
Set dragonunittypes[(Player number of (Owner of Brewmaster))] = Brewmaster
-
Set dragonunittypes[(Player number of (Owner of Far_Seer))] = Far Seer
-
Set dragonunittypes[(Player number of (Owner of Beastmaster))] = Beastmaster
-
-