Brahms Posted May 10, 2017 Posted May 10, 2017 Does anyone know how to fix this error.. kindly see the image below.. thank you so much.. by the way im running a eathena emulator... Quote
0 Cyro Posted May 10, 2017 Posted May 10, 2017 i dont really remember eathena configuration , but pretty sure you didnt configured trunk/db/exp.txt to increase maxlvl to 255 instead 99 Quote
0 Ninja Posted May 10, 2017 Posted May 10, 2017 3 hours ago, Brahms said: Does anyone know how to fix this error.. kindly see the image below.. thank you so much.. by the way im running a eathena emulator... Try this find this in conf/battle/client.conf and change it to 255 // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99 find this in src/map/map.h and change it to 255 then recompile your server #define MAX_LEVEL 175 make sure your job_exp.txt contains all needed exp tables Quote
0 Brahms Posted May 10, 2017 Author Posted May 10, 2017 Thank you so much guys for the response.. i already solved my problem. thanks!! Quote
0 ItsFree Posted May 16, 2017 Posted May 16, 2017 And... How did you solved it? ^^ same problem... thx ^^ Quote
Question
Brahms
Does anyone know how to fix this error.. kindly see the image below.. thank you so much.. by the way im running a eathena emulator...
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.