Revive Limit

bookyjoo

New Member
Reaction score
1
I have a trigger that revives a hero. But after 4 revives, the hero no longer revives. I know the trigger is still firing, cuz all the other actions happen.... just the hero no longer revives. Is there some kind of limit to revival, or can you think of a reason that revival doesn't work?
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
898
Posting the trigger would be probably be best.
 

asipo

New Member
Reaction score
15
If the hero is revive using a trigger
Why dont you check the how many time the hero had been revive first before reviving it

To count how many hero have been revive,
maybe can use the Unit - Set Custom Value to keep track on it

I made a peasant with 9999 damage
Then create a hero human paladin beside it
Then I order the peasant to kill the hero

Using this trigger and its works
Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Game - Display to (All players) for 1.00 seconds the text: (Unit custom value is + (String((Custom value of (Dying unit)))))
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Custom value of (Dying unit)) Less than 5
        • Then - Actions
          • Unit - Set the custom value of (Dying unit) to ((Custom value of (Dying unit)) + 1)
          • Hero - Instantly revive (Dying unit) at (Position of (Dying unit)), Show revival graphics
        • Else - Actions
          • Game - Display to (All players) for 1.00 seconds the text: Unit has died 4 tim...
 

HydraRancher

Truth begins in lies
Reaction score
197
If the hero is revie using a trigger
Why dont you check the how many time the hero had been revive first before reviving it

To count how many hero have been revive,
maybe can use the Unit - Set Custom Value to keep track on it
But im not sure hero can set custom value or not

This is unnecessary, as he already knows after 4 revives it fails. Heroes can have custom values.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top