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

[System] MissileRecycler

Level 33
Joined
Apr 24, 2012
Messages
5,113
I thought the ability should be removed before we can modify the fly height.
Btw, what do you think about adding delay parameter to RecycleMissile function? So that we can choose to remove the dummy immediately or not.

then why not use Flux' DummyRecycler ;)

or why not turn the Vertex ARGB of the dummy to 0, 0, 0, 0, since the appearance only resets when getting the recycled dummy
 

Bribe

Code Moderator
Level 50
Joined
Sep 26, 2009
Messages
9,454
Removing the ability is only done for units who you can click on so their command card isn't weird. The only reason to remove it from a dummy is if the dummy has another ability sharing that order string. Likely never happened in all WC3 history.

The DEATH_TIME is a constant. It allows all standard missile death animations to pass in that span.
 
Top