Onitsuka Posted February 27, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 02/23/12 Last Seen: June 22, 2012 Share Posted February 27, 2012 Request PvP NPC with solo pvp,party pvp n baby pvp Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share 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 Link to comment Share on other sites More sharing options...
Onitsuka Posted March 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 02/23/12 Last Seen: June 22, 2012 Author Share Posted March 3, 2012 its work thanx emistry Quote Link to comment Share on other sites More sharing options...
Question
Onitsuka
Request PvP NPC with solo pvp,party pvp n baby pvp
Link to comment
Share on other sites
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.