Killmesoftly Posted August 5, 2013 Posted August 5, 2013 (edited) I always had this doubt, ye i did changed max lvl so many times, but theres something i dont understand. on this link it says... to change 127, to you desired max LVL. okay, but when i go to the src/map/battle.c. http://rathena.org/wiki/Edit_Max_Level This is what i see 99, 0, MAX_LEVEL so i am supposed to change MAX_LVL to my desired max lvl? it would be.. 99, 0, 255,? is it just a matter of rvn? sorry, ye probably is a d**b question but.. i really need to clear out this doubt. thank you everyone! Edited August 5, 2013 by Killmesoftly Quote
Erba Posted August 5, 2013 Posted August 5, 2013 it can adopt upto level 1000 all you need to do is set it in the : trunk/db/re/exp.txt or trunk/db/pre-re/exp.txt trunk/conf/battle/client.conf and edit this one // 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: ____ Quote
Killmesoftly Posted August 5, 2013 Author Posted August 5, 2013 Theres no trunk/db/pre-re/exp.txt i edited this //Base - Trans Jobs 255,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011... but it says.. Quote
Akbare Posted August 21, 2013 Posted August 21, 2013 (edited) edit map.h and change level to max level you use in db don't forget to compile Edited August 21, 2013 by Akbare Quote
Checkmate Posted August 21, 2013 Posted August 21, 2013 (edited) edit map.h and change level to max level you use in db don't forget to compile How can i do that? Edited August 21, 2013 by CheckMate Quote
LuLu Posted August 21, 2013 Posted August 21, 2013 in "src\map\map.h" find #define MAX_LEVEL 160 and change to #define MAX_LEVEL <level you want> recompile then this it can adopt upto level 1000 all you need to do is set it in the : trunk/db/re/exp.txt or trunk/db/pre-re/exp.txt trunk/conf/battle/client.conf and edit this one // 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: ____ don't forget to recompile. 2 Quote
Question
Killmesoftly
I always had this doubt, ye i did changed max lvl so many times, but theres something i dont understand.
on this link it says... to change 127, to you desired max LVL. okay, but when i go to the src/map/battle.c.
This is what i see
99, 0, MAX_LEVEL so i am supposed to change MAX_LVL to my desired max lvl? it would be.. 99, 0, 255,? is it just a matter of rvn?
sorry, ye probably is a d**b question but.. i really need to clear out this doubt.
thank you everyone!
Edited by Killmesoftly5 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.