Advertisement
Guest User

Untitled

a guest
May 5th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. prontera,109,90,4 script Battle 680,{
  2. mes "Are You Ready For Battle?";
  3. next;
  4. switch ( select ( "("+getmapusers("Coliseum")+"/50)Event -Assassin Class" ) ) {
  5.  
  6.  
  7. case 1: if(Class != 4013) {
  8. mes "Assassin Class Only";
  9. close;
  10. }
  11. if( getcharid(1) ){
  12. mes "Please leave your party.";
  13. close;
  14. }
  15. warp "Coliseum",99,106;
  16. end;
  17. close;
  18.  
  19.  
  20. OnInit:
  21. waitingroom "Sinx Vs Sinx",0;
  22. end;
  23. }
  24. }
  25.  
  26.  
  27. Coliseum mapflag pvp_noparty
  28. Coliseum mapflag pvp_noguild
  29. Coliseum mapflag noteleport
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement