• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

[Spell] My trigger fails to pick a unit

Status
Not open for further replies.
Level 6
Joined
Dec 31, 2017
Messages
138
A wrote a simple (as I thought) trigger, that was expected to add some Ice Novas during Blizzard.

I'm creating 2 dummies that periodicaly cast Ice Novas at enemies at cast point.

Now I need to stop Ice Novas from being casted as soos as AM stops casting Blizzard.
I decided to simply remove dummies from target point:
kEy8kZczQKG-COvuitPRHA.png


I can see the red ping — position is read correctly — but I dont see the blue ping.

How can it be?
 
Units with the locust ability are not picked by "units within range/region". I assume this is the case, because it is a dummy unit.
You can either add the dummies to a dummy group when you create them (recommended) or use other group enumerations like units owned by player.
 
Units with the locust ability are not picked by "units within range/region". I assume this is the case, because it is a dummy unit.
You can either add the dummies to a dummy group when you create them (recommended) or use other group enumerations like units owned by player.
By the way, should I remove dummy from Dummy_Group in the first place or just straightforwardly remove it from the game?
 
Status
Not open for further replies.
Back
Top