Advertisement
akbare

PvP Champion

Jun 2nd, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. //========================================
  2. // created by: akbare.net
  3. //========================================
  4.  
  5. bat_b02,323,138,4 script PvP Warper 56,{
  6.  
  7. mes "[PvP Warper]";
  8. mes "Select Room";
  9. menu "Special [Champ. vs Champ.] [" + getmapusers("guild_vs4") + "]",champ;
  10.  
  11. champ:
  12. if (Class != 4016) goto nchamp;
  13. warp "guild_vs4",0,0;
  14. announce strcharinfo(0) + " telah memasuki PvP Special [Champ. vs Champ.]" + @megaphone$,bc_all,0xC0C0C0;
  15. close;
  16.  
  17. nchamp:
  18. next;
  19. mes "[PvP Warper]";
  20. mes "You're not a Champion.";
  21. close;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement