• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] removing locust

Status
Not open for further replies.
remove completly is impossible, but you can hide the unit and then remove the locust(Unit - Remove Ability from Unit) and then unhide it. This will still make it not have health bar and some more weirdiness

Actually it is possible to remove locust.
You need to track the unit with the locust ability in a variable.
Then use this:
  • Custom script: call UnitRemoveAbility( udg_Your_Unit, 'Aloc' )
To remove the locust ability again.
 
remove completly is impossible, but you can hide the unit and then remove the locust(Unit - Remove Ability from Unit) and then unhide it. This will still make it not have health bar and some more weirdiness

This + unit transformation (passive or active)
 
Actually it is possible to remove locust.
You need to track the unit with the locust ability in a variable.
Then use this:
  • Custom script: call UnitRemoveAbility( udg_Your_Unit, 'Aloc' )
To remove the locust ability again.

well try it and come back to say what was the result.

http://www.wc3c.net/showthread.php?t=81742 says pretty much what I said
 
Status
Not open for further replies.
Back
Top