• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Remove triggering units does not work always

Status
Not open for further replies.
Level 4
Joined
Oct 31, 2013
Messages
55
Hi

I have created a TD which features a bonus wave with alot a HP so you can't kill them before they reach the end point.

When a creep reaches the end point a variable is set to store the amount of HP the creep have lost and the creep will be removed by "Remove triggering unit from the game".

Normally(99% of the time) it works great. Some times a creep is only "partly removed" as the variable is stored and the creep is visual removed, but an invisable unit attacks one of the towers and the game continues after the tower is dead.

I have tried to kill the creep and then removing it but it doesn't help. The only thing the towers that are being killed have in common is damage over time that are applied to the creeps on attack(like poison damage)

Are there some limitations when using Remove triggering unit from the game?
 
Level 4
Joined
Oct 31, 2013
Messages
55
I bet it's a dummy unit created for some reason. Make sure your dummy units in the OE have no attacks enabled.

No. This isn't some weird bug as far as I know.

The only dummy units I have are for a few towers but they are created for the player to cast a spell on the attackint tower. The tower causing the bug the most has only a poison debuff applied on attack.
 
Status
Not open for further replies.
Top