Unit Killing Terrain Type

Darkdude5

New Member
Reaction score
0
Im looking for a trigger that kills heros when they step on a cetrain type of terrain (In my case lava) But, ive tried, yet its full of leaks, just wont do.. Does anyone know how to create a leak free trigger for this?
-Ohh, and ive searched around, i couldnt really find anything..
 

waaaks!

Zinctified
Reaction score
256
E: Unit enters region <your region>
C: Entering unit is a hero equal to true
A: Unit kill triggering unit

create regions to your lava, and when the hero steps there they die...
 

Darkdude5

New Member
Reaction score
0
Yes, as smith said, to many regions if i do that way..
Yet, ive looked around using Search and through the Free Trigger Codes, yet ive not found what im looking for.

Edit: Nvm, found what i was looking for, ty for the help
 

Doom-Angel

Jass User (Just started using NewGen)
Reaction score
167
here's a way:
Code:
Untitled Trigger 001
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        For each (Integer A) from 1 to 10, do (Actions)
            Loop - Actions
                Set Point[(Integer A)] = (Position of YourHero[(Integer A)])
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        (Terrain type at Point[(Integer A)]) Equal to Lordaeron Summer - Grass
                    Then - Actions
                        <<Ur Actions here>>
                        Custom script:   call RemoveLocation(udg_Point[GetForLoopIndexA()])
                    Else - Actions
i hope that helped u :p
 

Void

New Member
Reaction score
16
You could just hit ALT-F4 but I don't think that'd do much... Sometimes it makes me feel happy to reign over my programs, to have the ability to kill them at ANY time! MUAHAHAHA! lol.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top