- Joined
- Jul 23, 2005
- Messages
- 329
When you add the ability Metamorphosis onto a unit, via the following trigger
If this isn't clear for you, lemme clean this up with a symptom timeline:
0 seconds - Unit casts a spell, trigger fired
0.1 seconds - MetaMorph (Morpher) is added onto the triggering unit
0.1 seconds - The game thinks the triggering unit is metamorphosized: begin a timer counting down the MetaMorph's duration. (5 seconds) The unit in reality is actually still in its normal form.
5.0 seconds - Metamorph is finished. Switch the triggering unit's unit-type to its normal form (Which are currently both the same type)
5.1 seconds - The action for metamorphosis is activated: begin metamorphosis by switching the unit to its alternate form (This part I want), and start a timer
10.0 seconds - Timer expires: Switch the unit back to its normal form (Which are different this time)
The steps in bold are the parts I need to get rid of. Any suggestions?
-
Begin Morph
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to MetaMorph
-
Actions
- Unit - Add MetaMorph (Morpher) to (Triggering unit)
- Unit - Order (Triggering unit) to Night Elf Demon Hunter - Metamorphosis
-
Events
If this isn't clear for you, lemme clean this up with a symptom timeline:
0 seconds - Unit casts a spell, trigger fired
0.1 seconds - MetaMorph (Morpher) is added onto the triggering unit
0.1 seconds - The game thinks the triggering unit is metamorphosized: begin a timer counting down the MetaMorph's duration. (5 seconds) The unit in reality is actually still in its normal form.
5.0 seconds - Metamorph is finished. Switch the triggering unit's unit-type to its normal form (Which are currently both the same type)
5.1 seconds - The action for metamorphosis is activated: begin metamorphosis by switching the unit to its alternate form (This part I want), and start a timer
10.0 seconds - Timer expires: Switch the unit back to its normal form (Which are different this time)
The steps in bold are the parts I need to get rid of. Any suggestions?