• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Spell] The casting angle of Stampede.

Status
Not open for further replies.
Level 13
Joined
Mar 24, 2013
Messages
1,105
IIRC, The direction the units who are stampeding are going is the direction the caster is facing when they actually cast the ability. When you create the dummy you should have it facing the current facing of the casting unit.

If your dummy has 0 movement I'm not sure how exactly it will work (As it wont turn when it casts the ability) maybe look into that.
 
Level 22
Joined
Sep 24, 2005
Messages
4,821
JASS:
native CreateUnit takes player id, integer unitid, real x, real y, @real face@ returns unit
Set the proper angle when you create the dummy, use degrees.
 
Status
Not open for further replies.
Top