octavianus Posted November 13, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 04/03/12 Last Seen: September 8, 2020 Share Posted November 13, 2014 I need script for check the level that is in the map, if the character over level 99 will relog and forth to town Prontera. Quote Link to comment Share on other sites More sharing options...
Capuche Posted November 13, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted November 13, 2014 - script dummy -1,{ OnPCLoadMapEvent: if ( strcharinfo(3) == "prontera" && BaseLevel >= 99 ) { warp "geffen",0,0; message strcharinfo(0), "Level 99 or more not allowed on this map."; } end; } prontera mapflag loadevent respectively warp the player level 99 or more to geffen when he enter on prontera Quote Link to comment Share on other sites More sharing options...
octavianus Posted November 14, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 04/03/12 Last Seen: September 8, 2020 Author Share Posted November 14, 2014 @capuche thank you for your help Quote Link to comment Share on other sites More sharing options...
Question
octavianus
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.