• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

trigger for this?

Status
Not open for further replies.
Level 25
Joined
Sep 26, 2009
Messages
2,378
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