rbO Posted May 7, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Share Posted May 7, 2015 I would like one pvp when you die, after 5 seconds your revive in other part of map with full life and with bless+agi!!please help me! Quote Link to comment Share on other sites More sharing options...
Rosemount Posted May 8, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Share Posted May 8, 2015 Like this OnPCDieEvent: if(strcharinfo(3) == "your map"){ sleep2 5000; warp "map",x,y; atcommand "@revive "+strcharinfo(0); specialeffect2 37; sc_start SC_INCREASEAGI,240000,10;specialeffect2 42; sc_start SC_BLESSING,240000,10;end; } 1 Quote Link to comment Share on other sites More sharing options...
ocelote Posted May 7, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 52 Reputation: 7 Joined: 01/02/12 Last Seen: July 3, 2015 Share Posted May 7, 2015 (edited) OnPCDieEvent: if(strcharinfo(3) == "your map"){ sleep2 4500; warp "map",x,y; sleep2 500; percentheal 100,100; end; } Edited May 7, 2015 by ocelote Quote Link to comment Share on other sites More sharing options...
rbO Posted May 8, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Author Share Posted May 8, 2015 but this only can teleport on fix where i need one not fix warp Quote Link to comment Share on other sites More sharing options...
ocelote Posted May 9, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 52 Reputation: 7 Joined: 01/02/12 Last Seen: July 3, 2015 Share Posted May 9, 2015 When you warp with "*warp <map>,x,y;" you automatically revive. Just add agi+bless to my script. Quote Link to comment Share on other sites More sharing options...
Brian Posted May 11, 2015 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 594 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted May 11, 2015 but this only can teleport on fix where i need one not fix warpInstead of coordinates x,y use coordinates 0,0. This will warp them to a random spot on the map. Or do you have a list of specific coordinates you want to use (ex: random corner of a PVP map) ? Quote Link to comment Share on other sites More sharing options...
Question
rbO
I would like one pvp when you die, after 5 seconds your revive in other part of map with full life and with bless+agi!!
please help me!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.