Onitsuka Posted February 27, 2012 Posted February 27, 2012 Request PvP NPC with solo pvp,party pvp n baby pvp Quote
Emistry Posted February 29, 2012 Posted February 29, 2012 try this prontera,155,181,5 script Sample 757,{ mes "Choose your Destination"; switch( select("Solo PVP:Party PVP:Baby PVP") ){ Case 1: if( getmapusers("pvp_n_1-1") >= 2 ){ mes "Room Full."; break; }else{ warp "pvp_n_1-1",0,0; end; } Case 2: if( !getcharid(1) ){ mes "You didnt have Party"; break; }else{ warp "pvp_n_1-2",0,0; end; } Case 3: if( Upper != 2 && Upper != 6 ){ mes "You are not Baby Class"; break; }else{ warp "pvp_n_1-3",0,0; end; } } close; } Quote
Question
Onitsuka
Request PvP NPC with solo pvp,party pvp n baby pvp
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.