yuhsing

Untitled

Nov 9th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2.  
  3. function script dispell {
  4. while( .@STATUS < 297 ) {
  5. if (
  6. .@STATUS != SC_WEIGHT50 &&
  7. .@STATUS != SC_WEIGHT90 &&
  8. .@STATUS != SC_NOCHAT &&
  9. .@STATUS != SC_XMAS &&
  10. .@STATUS != SC_SUMMER &&
  11. .@STATUS != SC_JAILED
  12. )
  13. sc_end .@STATUS;
  14. set .@STATUS, .@STATUS+1;
  15. }
  16. return;
  17. }
  18.  
  19.  
  20. zhakastia,104,68,5 script PvP Warper 413,{
  21. mes "[ ^000088PvP Arena Warper^000000 ]";
  22. mes "Would you like to go to the PVP Arena";
  23. next;
  24. if( select("Arena 1 (Dipel)","Abort") == 1 ){
  25. dispell();
  26. warp "guild_vs3",0,0;
  27. }
  28. close;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment