octavianus Posted November 13, 2014 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
Capuche Posted November 13, 2014 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
octavianus Posted November 14, 2014 Author Posted November 14, 2014 @capuche thank you for your help Quote
Question
octavianus
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.