Budots Posted December 13, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Share Posted December 13, 2013 Can someone provide me a script that will allow only LEVEL 99 characters in entering a certain map. For example;Only level 99 characters can enter the map guild_vs1 If someone above level 99 will enter, he will be KICK OUT Thanks in advance, hope you can help me! Quote Link to comment Share on other sites More sharing options...
1 Emistry Posted December 14, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted December 14, 2013 http://pastebin.com/raw.php?i=BQcjcbJy Thanks Pat, One follow question, HOW CAN I ADD MORE MAP(s)? http://pastebin.com/raw.php?i=WZeUAKXK 1 Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted December 13, 2013 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted December 13, 2013 if( JobLevel == 50 && BaseLevel == 99 ) { warp guild_vs1 Quote Link to comment Share on other sites More sharing options...
Patskie Posted December 13, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted December 13, 2013 http://pastebin.com/raw.php?i=BQcjcbJy Quote Link to comment Share on other sites More sharing options...
Budots Posted December 14, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted December 14, 2013 http://pastebin.com/raw.php?i=BQcjcbJy Thanks Pat, One follow question, HOW CAN I ADD MORE MAP(s)? Quote Link to comment Share on other sites More sharing options...
Budots Posted December 14, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted December 14, 2013 (edited) Thanks a lot guys. Edited December 14, 2013 by GM Montoy Quote Link to comment Share on other sites More sharing options...
Question
Budots
Can someone provide me a script that will allow only LEVEL 99 characters in entering a certain map.
For example;
Only level 99 characters can enter the map guild_vs1
If someone above level 99 will enter, he will be KICK OUT
Thanks in advance, hope you can help me!
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.