Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function script dispell {
- while( .@STATUS < 297 ) {
- if (
- .@STATUS != SC_WEIGHT50 &&
- .@STATUS != SC_WEIGHT90 &&
- .@STATUS != SC_NOCHAT &&
- .@STATUS != SC_XMAS &&
- .@STATUS != SC_SUMMER &&
- .@STATUS != SC_JAILED
- )
- sc_end .@STATUS;
- set .@STATUS, .@STATUS+1;
- }
- return;
- }
- zhakastia,104,68,5 script PvP Warper 413,{
- mes "[ ^000088PvP Arena Warper^000000 ]";
- mes "Would you like to go to the PVP Arena";
- next;
- if( select("Arena 1 (Dipel)","Abort") == 1 ){
- dispell();
- warp "guild_vs3",0,0;
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment