• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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

Status
Not open for further replies.
Level 40
Joined
Feb 27, 2007
Messages
5,092
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