• 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.

force unit to cast

Status
Not open for further replies.
Level 17
Joined
Jun 12, 2007
Messages
1,261
Something like this:

  • Force Casting
    • Events
      • <Your Event>
    • Conditions
      • <Your Condition>
    • Actions
      • Unit - Order <Your Unit> to <The Spell You Want Him To Cast> <Your Target>
      • -------- This action is: Unit - Issue Order Targeting A Unit --------
      • -------- You can use others like: Unit - Issue Order Targeting A Point --------
Just select the spell you want it to cast.
 
Level 2
Joined
Aug 27, 2008
Messages
14
im making a huge flame strike which will create locust type tauren chieftains on the periferi
of the circle. they will then rush in to the mid all the while warstomping :=:
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
Order it to cast the spell which the custom one was based on. As it was based on that spell it uses that order to cast. Note it will bug if you use the same base ability multiple times with most spells, the same as if you manually cast one.

If you use JASS integer ID ordering, you can get a unit to cast more different abilities than in GUI.
 
Status
Not open for further replies.
Top