- Joined
- Aug 21, 2009
- Messages
- 408
Im trying to make a simple boss. He has two abilities, ensnare, and wind walk.
First, he would ensnare one (or all) heros around him, and then wind walk to a random enemy (nobody knows who specifically) and hit them. Heres the trigger i have, but it doesnt seem to work, or it is VERY inconsistant.
The wait (i assume) is needed to allow the spell to cast before moving on the the next. All abilities take 0 mana, have 0 cooldown, and are available abilities to the hero. Both are based off of the basic windwalk and ensnare abilities.
Final note, all heros playing the game have been added to the heros list, as well as Banditboss being set to the boss unit.
If theres some tutorial i could use to help me out? Or a reason he doesnt ensnare/attack? Windwalk is the only consistant ability
First, he would ensnare one (or all) heros around him, and then wind walk to a random enemy (nobody knows who specifically) and hit them. Heres the trigger i have, but it doesnt seem to work, or it is VERY inconsistant.
-
NetInvis
- Events
- Conditions
-
Actions
-
Unit Group - Pick every unit in (Units within 1000.00 of (Position of Banditboss)) and do (Actions)
-
Loop - Actions
- Unit - Order Banditboss to Orc Raider - Ensnare (Picked unit)
- Wait 2.00 seconds
-
Loop - Actions
- Wait 2.00 seconds
- Unit - Order Banditboss to Orc Blademaster - Wind Walk
- Wait 1.00 seconds
- Unit - Order Banditboss to Attack (Random unit from (Units within 1000.00 of (Position of Banditboss) matching (((Picked unit) is in Heros) Equal to True)))
-
Unit Group - Pick every unit in (Units within 1000.00 of (Position of Banditboss)) and do (Actions)
The wait (i assume) is needed to allow the spell to cast before moving on the the next. All abilities take 0 mana, have 0 cooldown, and are available abilities to the hero. Both are based off of the basic windwalk and ensnare abilities.
Final note, all heros playing the game have been added to the heros list, as well as Banditboss being set to the boss unit.
If theres some tutorial i could use to help me out? Or a reason he doesnt ensnare/attack? Windwalk is the only consistant ability