viewing paste Unknown #57608 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
-    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;
}
Viewed 688 times, submitted by Guest.