- Joined
- Aug 21, 2009
- Messages
- 408
The hero does have the rain of fire ability in his abilities section and it is not the unit version(of which the doom guard uses). The ability takes 0 mana and the cast range is 99999. The trigger works for howl of terror, which is an "order with no target" however not with "order targeting point".
UnitBoss = the boss that is summoned. (this isnt the bug either, because it orders the variable unitBoss to use the ability "howl of terror" perfectly fine.
Dont mind the messy trigger and possible leaks. Im simply trying to get this thing to work first ^^
UnitBoss = the boss that is summoned. (this isnt the bug either, because it orders the variable unitBoss to use the ability "howl of terror" perfectly fine.
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
And - All (Conditions) are true
-
Conditions
- bossAbilities[2] Equal to False
- (Percentage life of UnitBoss) Less than or equal to 85.00
- (Percentage life of UnitBoss) Greater than or equal to 80.00
-
Conditions
-
And - All (Conditions) are true
-
Then - Actions
- Game - Display to (All players) the text: rain of fire
- Unit - Order UnitBoss to Neutral Pit Lord - Rain Of Fire (Position of UnitBoss)
- Set bossAbilities[2] = True
- Else - Actions
-
If - Conditions
Dont mind the messy trigger and possible leaks. Im simply trying to get this thing to work first ^^