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

Order a unit to "dispel"?

Status
Not open for further replies.
Level 5
Joined
May 5, 2007
Messages
120
I have the following trigger.

  • Explosion Dummy
  • casts spell
  • no conditions
  • Unit - Order ExplosionDummy to Orc Spirit Walker - Disenchant (Position of Explosion Dummy)
  • Wait 1 seconds
  • Unit - Order Explosion Dummy to Neutral - Kaboom! (position of ExplosionDummy)
Explosion Dummy is a unit with the disenchant ability and the kaboom ability. Neither require techtree or mana. Right now, the explosion dummy never casts disenchant, but casts kaboom. If I control an explosion dummy, I can use both abilities like I should. What's going on here?
 
Level 5
Joined
May 5, 2007
Messages
120
After 5 hours of debugging I solved the problem. The first is that you have to use the "old" version of disenchant. There were also a few other issues I was having.
 
Status
Not open for further replies.
Top