- Joined
- Nov 11, 2004
- Messages
- 50
Hi, I'm just currently making a ability based off immolation. Now for starters everything works as I planned it to be except for when the text does not stop after I order him to turn off the spell and stop burning mana. Basically what the spell does is slows enemy units movement speed in a wide area of effect, I go the whole get rid of slow aura ability, but the text wont stop; it just keeps going. Can anyone identify the problem plz?
-
Nightmare Lullaby On
-
Events
- Unit - A unit Is issued an order with no target
-
Conditions
- (Issued order) Equal to (Order(immolation))
-
Actions
- Set TH_OrderUnit = (Ordered unit)
- Set TH_LullabyVersePoint = (Position of TH_OrderUnit)
- Unit - Add Nightmare Lullaby (Slow) to (Ordered unit)
- Unit - Set level of Nightmare Lullaby (Slow) for (Ordered unit) to (Level of Nightmare Lullaby (Toy Horror) for (Ordered unit))
- Trigger - Turn on Nightmare Lullaby Run out of Mana <gen>
- Trigger - Turn on Lullaby Verse 1 <gen>
-
Events
-
Nightmare Lullaby Off
-
Events
- Unit - A unit Is issued an order with no target
-
Conditions
- (Issued order) Equal to (Order(unimmolation))
-
Actions
- Unit - Remove Nightmare Lullaby (Slow) from TH_OrderUnit
- Trigger - Turn off Nightmare Lullaby Run out of Mana <gen>
- Trigger - Turn off Lullaby Verse 1 <gen>
- Trigger - Turn off Lullaby Verse 2 <gen>
- Trigger - Turn off Lullaby Verse 3 <gen>
-
Events
-
Nightmare Lullaby Run out of Mana
-
Events
- Time - Every 1.00 seconds of game time
-
Conditions
- (Integer((Mana of TH_OrderUnit))) Equal to 0
-
Actions
- Unit - Remove Nightmare Lullaby (Slow) from TH_OrderUnit
- Trigger - Turn off Lullaby Verse 1 <gen>
- Trigger - Turn off Lullaby Verse 2 <gen>
- Trigger - Turn off Lullaby Verse 3 <gen>
- Trigger - Turn off (This trigger)
-
Events
-
Lullaby Verse 1
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
- Set TH_LullabyVersePoint = (Position of TH_OrderUnit)
- Floating Text - Create floating text that reads Lullaby and good ni... at TH_LullabyVersePoint with Z offset 10.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
- Floating Text - Change the fading age of (Last created floating text) to 4.00 seconds
- Floating Text - Change (Last created floating text): Disable permanence
- Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
- Wait 0.75 seconds
- Trigger - Turn on Lullaby Verse 2 <gen>
- Trigger - Turn off (This trigger)
-
Events
-
Lullaby Verse 2
-
Events
- Time - Every 2.00 seconds of game time
- Conditions
-
Actions
- Set TH_LullabyVersePoint = (Position of TH_OrderUnit)
- Floating Text - Create floating text that reads With lilies o'er sp... at TH_LullabyVersePoint with Z offset 10.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
- Floating Text - Change the fading age of (Last created floating text) to 4.00 seconds
- Floating Text - Change (Last created floating text): Disable permanence
- Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
- Wait 1.50 seconds
- Trigger - Turn on Lullaby Verse 3 <gen>
- Trigger - Turn off (This trigger)
-
Events
-
Lullaby Verse 3
-
Events
- Time - Every 3.00 seconds of game time
- Conditions
-
Actions
- Set TH_LullabyVersePoint = (Position of TH_OrderUnit)
- Floating Text - Create floating text that reads Lay thee down now a... at TH_LullabyVersePoint with Z offset 10.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
- Floating Text - Change the fading age of (Last created floating text) to 4.00 seconds
- Floating Text - Change (Last created floating text): Disable permanence
- Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
- Wait 2.25 seconds
- Trigger - Turn on Lullaby Verse 1 <gen>
- Trigger - Turn off (This trigger)
-
Events
Last edited by a moderator: