Revive Timer Glitch

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Revive Timer Glitch

Post by Arabidnun »

I have a timer that is created for each unit when the player dies...However i have checked the trigger over and over again and cant seem to figure out how to fix it. If multple people die it creates multiple revive triggers even though it is show for specific player...Anyways heres an example of my trigger...

Code: Select all

Event:
Unit - A unit owned by Player 1 (Red) Dies
Condition:
((Dying unit) is an illusion) Equal to False
((Triggering unit) is A Hero) Equal to True
(Player 1 (Red) slot status) Equal to Is playing
Action:
Wait 0.50 seconds
Game - Display to Player Group - Player 1 (Red) the text: (Your  + (Soul Will Be Revived In  + ((String((14 + (Hero level of (Dying unit))))) +  Seconds.)))((Dying unit) has an item of type Ankh of Reincarnation) Equal to False
Countdown Timer - Create a timer window for ReviveTimer[1] with title ReviveTimerCountdown Timer - Show (Last created timer window) for Player 1 (Red)
Wait (14.00 + (Real((Hero level of (Dying unit))))) seconds
Countdown Timer - Destroy (Last created timer window)
Hero - Instantly revive (Dying unit) at (Center of (Playable map area)), Show revival graphics
Camera - Pan camera for Player 1 (Red) to (Position of (Reviving Hero)) over 0.50 seconds
Wait 0.10 seconds
Selection - Select (Triggering unit) for Player 1 (Red)

Any advice?
User avatar
lightwing
Newcomer
Posts: 15
Joined: December 2nd, 2007, 8:13 pm
Title: Clan I3c Chieftain

Re: Revive Timer Glitch

Post by lightwing »

Hi,

This is what I have done for my map:

Timer P2
Events
Unit - A unit owned by Player 2 (Blue) Dies
Conditions
((Triggering unit) is A Hero) Equal to True
Actions
Countdown Timer - Create a timer window for P2TIMER with title Hero revive in
Countdown Timer - Start P2TIMER as a One-shot timer that will expire in 30.00 seconds
Countdown Timer - Hide (Last created timer window)
Countdown Timer - Show (Last created timer window) for (Owner of (Triggering unit))
Set P2WINDOW = (Last created timer window)
Wait 30.00 seconds
Countdown Timer - Destroy P2WINDOW
lightwing
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Revive Timer Glitch

Post by Arabidnun »

This didnt really do anything, it still shows multiple revive timers for me....with no timer...
Durchdringen
Honorary wc3edit.net Traitor
Posts: 468
Joined: December 10th, 2007, 10:50 pm
Title: The Professional
Location: USA

Re: Revive Timer Glitch

Post by Durchdringen »

I would suggest making a multiboard instead of using timer windows.
Do you support Durchdringen? If so, add the spoiler to your sig. Durch cares for you, so show your support for Durch!
Spoiler:
(broken image) Thanks for the support!
User avatar
tru_power22
Old Wrinkly Member
Posts: 271
Joined: January 12th, 2008, 4:42 am
Title: Re-R-Re-Re-Remix
Location: Canada EH?

Re: Revive Timer Glitch

Post by tru_power22 »

Arabidnun wrote:I have a timer that is created for each unit when the player dies...However i have checked the trigger over and over again and cant seem to figure out how to fix it. If multple people die it creates multiple revive triggers even though it is show for specific player...Anyways heres an example of my trigger...

Event:
Unit - A unit owned by Player 1 (Red) Dies
Condition:
((Triggering unit) is A Hero) Equal to True
(Player 1 (Red) slot status) Equal to Is playing
Action:
Wait 0.50 seconds
Game - Display to Player Group - Player 1 (Red) the text: (Your + (Soul Will Be Revived In + ((String((14 + (Hero level of (Dying unit))))) + Seconds.)))((Dying unit) has an item of type Ankh of Reincarnation) Equal to False
Countdown Timer - Create a timer window for ReviveTimer[1] with title ReviveTimerCountdown Timer - Show (Last created timer window) for Player 1 (Red)
Wait (14.00 + (Real((Hero level of (Dying unit))))) seconds

Countdown Timer - Destroy (ReviveTimer[1])
Hero - Instantly revive (Dying unit) at (Center of (Playable map area)), Show revival graphics
Camera - Pan camera for Player 1 (Red) to (Position of (Reviving Hero)) over 0.50 seconds
Wait 0.10 seconds
Selection - Select (Triggering unit) for Player 1 (Red)


Any advice?
Look at the bold text, that would be better, I think....
Contact me on WC3 Killing_Spree22, I'm at US west!

To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk

I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Revive Timer Glitch

Post by Arabidnun »

Yes, but i dont see how that is wrong

all it is doing is displaying a text message to player, and then create a timer for the player......but it shouldnt show that timer for anyone else...
Durchdringen
Honorary wc3edit.net Traitor
Posts: 468
Joined: December 10th, 2007, 10:50 pm
Title: The Professional
Location: USA

Re: Revive Timer Glitch

Post by Durchdringen »

Durchdringen wrote:I would suggest making a multiboard instead of using timer windows.
There I said it again lol
Do you support Durchdringen? If so, add the spoiler to your sig. Durch cares for you, so show your support for Durch!
Spoiler:
(broken image) Thanks for the support!
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Revive Timer Glitch

Post by Arabidnun »

Durchdringen

Do you have a link for a tutorial to make multi board?
Durchdringen
Honorary wc3edit.net Traitor
Posts: 468
Joined: December 10th, 2007, 10:50 pm
Title: The Professional
Location: USA

Re: Revive Timer Glitch

Post by Durchdringen »

Do you support Durchdringen? If so, add the spoiler to your sig. Durch cares for you, so show your support for Durch!
Spoiler:
(broken image) Thanks for the support!