Need help with creating 2 triggers.

Status
Not open for further replies.
Level 2
Joined
Oct 10, 2008
Messages
6
Hello,
I need help making a trigger that goes
" Only 1 hero left in this particular region, transport all heroes to this region"
If possible, could be it made using GUI?

And also,
can anyone help making a trigger similiar to blink strike of DotA?
I've made one that is based of Storm Bolt and it works but I do not want the ministun.


Please and thank you. :psmile:
 
I'll create them, wait a sec.

1:

  • help
    • Events
      • Time - Every 0.04 seconds of game time
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Number of units in (Units in Region 000 <gen> matching (((Picked unit) is A Hero) Equal to True))) Equal to 1
        • Then - Actions
          • Unit Group - Pick every unit in (Units in (Entire map) matching (((Picked unit) is A Hero) Equal to True)) and do (Actions)
            • Loop - Actions
              • Unit - Move (Picked unit) instantly to (Center of Region 000 <gen>)
        • Else - Actions
2: Try removing the buff that does the stun in object editor.
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
Spells can be done with or without the trigger "Blink Cooldown" but, it's gonna effect the cooldown of the spell
Moving a unit instantly trigger will NOT trigger the cooldown of the spell, making the effect fired even before the cooldown takes place
The trigger is added to make it, cooldown =D
Enjoy =D

Ah ok, gonna try to make it tonight, but Im gonna add more to it...when the targeted is an ally then it will heal the ally...
The spell will deal bonus damage to targeted ENEMY unit but will deal NO damage (0) to the targeted allies. Doesn't even heal the unit =D.
 
Status
Not open for further replies.
Top