Kariton Revolution Posted June 14, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted June 14, 2013 prontera,150,150,6 script PvPRoom 112,{ mes “[PvP Warper]”; menu “LvL1-99 PvP”,L_Yes,”NoLimit”,L_No; end; L_Yes: if (BaseLevel == 98 && Joblevel == 1} next; warp “pvp_y_6-2”,0,0; close; L_No: mes “[PvP Warper]”; mes “NoLimit.” warp "pvp_y_7-2",0,0; close; } how to make pvp_y_6-2 only level 1 to 99 can join the room? and can anyone fix the error? Thanks Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 14, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 14, 2013 prontera,150,150,6 script PvPRoom 112,{ mes "[PvP Warper]"; menu "LvL1-99 PvP",L_Yes,"NoLimit",L_No; L_Yes: if (BaseLevel < 99) { mes "You need to be level 99 to enter."; close; } warp "pvp_y_6-2",0,0; close; L_No: mes "[PvP Warper]"; mes "NoLimit."; warp "pvp_y_7-2",0,0; close; } Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 15, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 15, 2013 sir anakid can you make level 1 to 99 can join in 1-99/PvProom Quote Link to comment Share on other sites More sharing options...
Vengeance Posted June 15, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 65 Reputation: 13 Joined: 01/08/12 Last Seen: February 19, 2015 Share Posted June 15, 2013 prontera,150,150,6 script PvPRoom 112,{ mes "[PvP Warper]"; menu "LvL1-99 PvP",L_Yes,"NoLimit",L_No; L_Yes: if (BaseLevel > 0 && BaseLevel < 99) { mes "You need to be level 99 to enter."; close; } warp "pvp_y_6-2",0,0; close; L_No: mes "[PvP Warper]"; mes "NoLimit."; warp "pvp_y_7-2",0,0; close; } Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 15, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 15, 2013 its not working my level 150 character can join in 1-99 pvp room (( Fix Thankyou AnaKid !! ) and Vengeance Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 15, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 17 hours ago Share Posted June 15, 2013 use this if( BaseLevel > 99 ){ mes "You cant join."; } Quote Link to comment Share on other sites More sharing options...
Question
Kariton Revolution
Link to comment
Share on other sites
5 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.