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

[Spell] Dark Charge gone wrong

Dark Charge fail and here's the clip:
Dark Charge 1.png

Dark Charge 2.png


P.S. I was gonna make a custom Human/Undead race though.
 
Level 5
Joined
Jan 19, 2023
Messages
40
In the video it looks like you cast the ability on the ground, which means that there is no DarkGeneralTarget, so there is no point to be set and no way to detect when the Move trigger should be turned off. You need a dummy ability that only targets units. Also, "position of Unit" leaks, you need to set a point variable and clear it in every loop.
 
In the video it looks like you cast the ability on the ground, which means that there is no DarkGeneralTarget, so there is no point to be set and no way to detect when the Move trigger should be turned off. You need a dummy ability that only targets units. Also, "position of Unit" leaks, you need to set a point variable and clear it in every loop.
Oh yeah, need to reconfigure from using shockwave charge to the end of the location.
 
Top