Killmesoftly Posted August 5, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 6 Joined: 06/16/12 Last Seen: August 4, 2017 Share 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 Link to comment Share on other sites More sharing options...
Erba Posted August 5, 2013 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share 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 Link to comment Share on other sites More sharing options...
Killmesoftly Posted August 5, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 6 Joined: 06/16/12 Last Seen: August 4, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
Akbare Posted August 21, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share 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 Link to comment Share on other sites More sharing options...
Checkmate Posted August 21, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
LuLu Posted August 21, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share 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 Link to comment Share on other sites More sharing options...
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 KillmesoftlyLink 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.