• 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.

Simple Trigger Request

Status
Not open for further replies.
A unit enters a spiked trap region and the trap gets activated, impaling every unit in the region (need to use the spell Impale).
I need this trigger to be leak-free.
Thanks.
 

Attachments

  • 10426326_887446034618364_117715801676365245_n.jpg
    10426326_887446034618364_117715801676365245_n.jpg
    111.8 KB · Views: 69
Level 19
Joined
Oct 7, 2014
Messages
2,209
The event should be A unit enters a region
Then create a dummy unit in the middle of the region and order it to impale all units inside the region.

Create Unit Group Variable and

  • Custom script: call DestroyGroup(udg_GroupVar)
Create the a Location Variable and

  • Custom script: call RemoveLocation(udg_loc)
 
Level 9
Joined
Dec 15, 2009
Messages
523
Hi, Theres a small map i played once who used this triggers i think you can check it triggers out
its open able in WE
its a create a trap game

it also has impale trap when unit steps on the trap gets impaled

here

This Map
 
The event should be A unit enters a region
Then create a dummy unit in the middle of the region and order it to impale all units inside the region.

Create Unit Group Variable and

  • Custom script: call DestroyGroup(udg_GroupVar)
Create the a Location Variable and

  • Custom script: call RemoveLocation(udg_loc)

This isn't the WE help zone. This is a request.
I already created a trigger and i had a problem the dummy can't cast impale on all the units in the region at once.
 
Status
Not open for further replies.
Top