• It's time to dig through Hive's model database and dust off some oldie but goldie models and enter Hive's Texturing Contest #31 : Repurposing! Click here to enter!
  • 🏆 Hive's 5th HD Modeling Contest: Creep Camp is now open! Click here to enter!

Expiration Timer Problem

Level 6
Joined
Mar 29, 2004
Messages
223
I'm creating a mind control spell and having that gauge showing the amt of time left that the unit will be controlled would really help.

So, in short, is it possible to remove an expiration timer (i know how to add one) from a unit with an expiration timer? thanks.
 
Level 9
Joined
Jul 27, 2006
Messages
652
Ever tried to set the timer to 0 seconds... dunno if it will work but its worth a try
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
Heres an idea

When the origional unit's expiration timer gets to [.01] seconds, just Replace the unit with another one of itself, and convert the control

You can also try

Custom Script: call UnitRemoveAbility( udg_MyUnit, 'BTlf' )

Which assumes that you have the mind control unit in a MyUnit Unit variable, and you are using a Generic expiration timer. Im not sure if this works, but its worth a shot.
 
Level 11
Joined
Jul 12, 2005
Messages
764
I've already tried removing 'BTLF', but it kills the unit instantly. I tried pausing the timer, and then removing the ability, but it neither worked.
The only thing that you can do is replacing the unit, but be carefull, all variables that refer to the original unit will be 'nullified'. Problems could occur with items, and aahh yes, abilities (if we're talking about a hero).
 
Top