- script resspvp -1,{ end; OnPCDieEvent: if( strcharinfo(3) == "map_pvp" ) { sleep2 1000; dispbottom "You will be resurrected in 5 seconds."; sleep2 1000; dispbottom "You will be resurrected in 4 seconds."; sleep2 1000; dispbottom "You will be resurrected in 3 seconds"; sleep2 1000; dispbottom "You will be resurrected in 2 seconds"; sleep2 1000; dispbottom "You will be resurrected in 1 seconds"; sleep2 1000; dispbottom "Resurrected Good Luck!!!"; atcommand "@alive "+strcharinfo(0); warp "map_pvp",0,0; percentheal 100,100; sc_start 32,240000, 10; sc_start 30,240000, 10; if( getgroupid() >= 1 ) { sc_start SC_INCREASEAGI,360000,10; sc_start SC_BLESSING,360000,10; atcommand "@repairall"; } } end; }