• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Boss mode - how to make bosses cast spells

Status
Not open for further replies.
Level 45
Joined
Feb 27, 2007
Messages
5,578
You need to know the correct order id to tell the unit to do to use the spell. So look at the spell you want the boss to cast and check whats in the "Text - Order String - Use/Turn On (aord)" field in the Object Editor. Then just order the hero to cast whatever spell is listed there with a trigger-- as long as no two abilities have the same order string it will cast exactly how you anticipate.
  • Unit - Order (Last Created Unit) to Undead Necromancer - Unholy Frenzy (Triggering Unit)
 
  • Like
Reactions: old

old

old

Level 6
Joined
May 8, 2016
Messages
112
You need to know the correct order id to tell the unit to do to use the spell. So look at the spell you want the boss to cast and check whats in the "Text - Order String - Use/Turn On (aord)" field in the Object Editor. Then just order the hero to cast whatever spell is listed there with a trigger-- as long as no two abilities have the same order string it will cast exactly how you anticipate.
  • Unit - Order (Last Created Unit) to Undead Necromancer - Unholy Frenzy (Triggering Unit)
If i edit the order string will it work?
EDIT: let it, it worked, thx
 
Last edited:
Status
Not open for further replies.
Top