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

trigger for this?

Status
Not open for further replies.
Level 30
Joined
Sep 26, 2009
Messages
2,622
I'm not sure about the details of the spell, but from the description it looks like they stun him (or make him somehow immobile) and move him via SetUnitX and SetUnitY functions (these ignore pathing, cliffs, etc.) - it's explained here: http://www.hiveworkshop.com/forums/miscellaneous-tutorials-456/about-movement-172309/.
The "animation" over head is an efx shown to only certain players via GetLocalPlayer - look here: http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/getlocalplayer-225738/.

It periodically checks nearby foes to stun them with Greater Bash (I imagine this is done through dummy unit which has a 100% proc chance) and the AoE is done when charge ends.
 
Status
Not open for further replies.
Top