siomai4ever Posted October 5, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/27/13 Last Seen: December 1, 2013 Share Posted October 5, 2013 (edited) Im planning to manipulates Super Novice and Kagerou/Oboro classes Max Level and Max Stats can anyone help me with this? ================================================================ Maximum base level is 175. #define MAX_LEVEL 175 // it also reflects SNex and Kage/Oboros Max Level ================================================================ Super Novice and Kagerou/Oboro classes are limited to base level cap to 160 and will still be limited to 125 max stat. // Max limit of char stats. (agi, str, etc.)max_parameter: 99// Same as max_parameter, but for 3rd classes. max_third_parameter: 130 // it also reflects SNex and Kage/Oboros Max Stats// Same as max_parameter, but for baby classes.max_baby_parameter: 80// Same as max_parameter, but for baby 3rd's.max_baby_third_parameter: 117 ================================================================ can anyone? help me with this? thanks in advance. Edited October 5, 2013 by siomai4ever Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 6, 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 October 6, 2013 "db\re\job_exp.txt" or "db\pre-re\job_exp.txt". Just analyze. It's pretty simple. 2 Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 5, 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 October 5, 2013 You can edit max levels (BASE AND JOB) for each jobs here at "db\re\job_exp.txt" or "db\pre-re\job_exp.txt". Just follow/read the top line for instructions. but make sure you edited map.h if going beyond 160 #define MAX_LEVEL 160 As for the stats. It can be edited in "conf\battle\player.conf" but not for every/specific job. Only for 3rd, baby and normal classes. 1 Quote Link to comment Share on other sites More sharing options...
siomai4ever Posted October 5, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/27/13 Last Seen: December 1, 2013 Author Share Posted October 5, 2013 (edited) uhmm thanks for the reply... im aware to that... is there any chance that I can manage to edit or manipulate my SNex and Kage/Boro Max Level and stat and not reflecting at #define MAX_LEVEL "175" planning that SNex and Kage/Boro Max Level is only 160 and the max stat is 125, and for the 3rd job classes max lvl is 175 and max stats is 130 Edited October 5, 2013 by siomai4ever Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 5, 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 October 5, 2013 uhmm thanks for the reply... im aware to that... is there any chance that I can manage to edit or manipulate my SNex and Kage/Boro Max Level and stat and not reflecting at #define MAX_LEVEL "175" planning that SNex and Kage/Boro Max Level is only 160 and the max stat is 125, and for the 3rd job classes max lvl is 175 and max stats is 130 It think you can't do that. It needs src mod to make kage/oboro/SNex to other class type and can have different max stats. I know that kRO's kage/obo/SNx is 160 w/ 125 stats and I think you are trying to make that if possible. 3 Quote Link to comment Share on other sites More sharing options...
siomai4ever Posted October 5, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/27/13 Last Seen: December 1, 2013 Author Share Posted October 5, 2013 (edited) coz I got a problem regarding aura.. whenever I set my max lvl to 160 3rd job classes doesnt gain aura and only Super Novice and Kagerou/Oboro classes have it and when i change it to 175 3rd job classes gains aura.. and Super Novice and Kagerou/Oboro classes doesnt.. @topic I see thanks... might as well wait for the update.. thanks again LuLu ======================================== Edited October 5, 2013 by siomai4ever Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 5, 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 October 5, 2013 yep I tried that too. Aura on Kage/Obo/SNx are showing at lvl 160 and 3rd jobs are at lvl 175. You can't edit the stats but you can edit the lvl. for example. 160 for kage/obo/SNx 175 for 3rd jobs. That will work but their stats is all 130. Quote Link to comment Share on other sites More sharing options...
siomai4ever Posted October 5, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/27/13 Last Seen: December 1, 2013 Author Share Posted October 5, 2013 sir? how? can I edit lvl? #define MAX_LEVEL 175 // reflect both 3rd job and Kage/Obo/SNex how can i make my 3rd job classes max level 175 and Kage/Obo/SNex Max level 160? Quote Link to comment Share on other sites More sharing options...
siomai4ever Posted October 6, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/27/13 Last Seen: December 1, 2013 Author Share Posted October 6, 2013 (edited) cool thanks man! your a life saver hehe might as well wait for the new parameter for NSx/Kage/Boro's Max Stats Edited October 6, 2013 by siomai4ever Quote Link to comment Share on other sites More sharing options...
Question
siomai4ever
Im planning to manipulates Super Novice and Kagerou/Oboro classes Max Level and Max Stats
can anyone help me with this?
================================================================
Maximum base level is 175.
#define MAX_LEVEL 175 // it also reflects SNex and Kage/Oboros Max Level
================================================================
Super Novice and Kagerou/Oboro classes are limited to base level cap to 160 and will still be limited to 125 max stat.
// Max limit of char stats. (agi, str, etc.)
max_parameter: 99
// Same as max_parameter, but for 3rd classes.
max_third_parameter: 130 // it also reflects SNex and Kage/Oboros Max Stats
// Same as max_parameter, but for baby classes.
max_baby_parameter: 80
// Same as max_parameter, but for baby 3rd's.
max_baby_third_parameter: 117
================================================================
can anyone? help me with this?
thanks in advance.
Edited by siomai4everLink to comment
Share on other sites
8 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.