• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

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