• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical 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