Diss Posted July 5, 2013 Posted July 5, 2013 (edited) how to change base lvl and job i change this but nothing happen { "max_lv", &battle_config.max_lv, 99, 0, 127, to { "max_lv", &battle_config.max_lv, 99, 0, 255, #define MAX_LEVEL 99 to #define MAX_LEVEL 255 there no exp.txt in svn 17400 recompile still the same 99/70 i want this 255/120 thanks in advance Edited July 5, 2013 by Diss Quote
Diss Posted July 5, 2013 Author Posted July 5, 2013 It does have exp.txt. You updated your SVN and never resolved the conflicts between the official files and yours. That's why you're having these problems. Either you have to resolve them, or start over from a fresh SVN. that what i use TortoiseSVN to update my svn i download full clean svn 17400 theres no exp.txt too . It is renamed as Job_exp.txt http://svn.rathena.org/svn/rathena/trunk/db/re/job_exp.txt hays its work now finally thanks to you .. hmm how about adding stats points ? nvm its solve !! thanks Quote
xienne15 Posted July 5, 2013 Posted July 5, 2013 { "max_lv", &battle_config.max_lv, 99, 0, 127, to { "max_lv", &battle_config.max_lv, 99, 0, 255, change the red,not the blue. Quote
Diss Posted July 5, 2013 Author Posted July 5, 2013 (edited) { "max_lv", &battle_config.max_lv, 99, 0, 127, to { "max_lv", &battle_config.max_lv, 99, 0, 255, change the red,not the blue. ok thank but how the job lvl still the same 70 ? can i ask something whe i update my svn there's no exp.txt and re/itemdb.txt have exclamation point in a yellow triangle and i have this re/itemdb.txt.mine re/itemdb.txt.svn17367 re/itemdb.txt.svn17400 in a blue circle and question mark im just confuse to this Edited July 5, 2013 by Diss Quote
xienne15 Posted July 5, 2013 Posted July 5, 2013 Job Level is in exp.txt db/re/exp.txt //Job - 2nd Classes & Baby 2nd Classes 50,7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:4030:4031:4032:4033:4034:4035:4036:4037:4038:4039:4040:4041:4042:4043:4044:4051:4052,1,1600,2500,4200,7000,10300,15900,18900,20900,22600,24900,28800,31500,32000,33300,35100,40500,44100,46300,48500,50700,56000,59400,63500,68100,75000,85700,90500,96600,102600,108600,119700,126000,132300,138600,146100,157500,170600,180400,190300,196800,214900,225200,232000,245700,255900,279300,294000,308700,327000,345400,355761,366433,377425,388747,400409,412421,424793,437536,450662,464181,478106,492449,507222,522438,538111,554254,570881,588007,605647,623816,642530,661805,681659,702108,723171,744866,767211,790227,813933,838350,863500,889404,916086,943568,971875,1001031,1031061,1061992,1093851,1126666,1160465,1195278,1231136,1268070,1306112,1345295,1385653,1427222,1470038,1514139,1559563,1606349,1654539,1704175,1755300,1807958,1862196,1918061,1975602,2034870,2095916,2158793,2223556,2290262,2358969,2429738,2502630,2577708,2655039,2734690,2816730,2901231,2988267,3077914,3170251,3265358,3363318,3464217,3568143,3675187,3785442,3899005,4015975,4136454,4260547,4388363,4520013,4655613,4795281,4939139,5087313,5239932,5397129,5559042,5725813,5897587,6074514,6256749,6444451,6637784,6836917,7042024,7253284,7470882,7695008,7925858,8163633,8408541,8660796,8920619,9188237,9463883,9747799,10040232,10341438,10651680,10758196,10865777,10974434,11084178,11195019,11306969,11420038,11534238,11649580,11766075,11883735,12002572,12122597,12243822,12366260,12489922,12614821,12740969,12868378,12997061,13127031,13258301,13390883,13524791,13660038,13796638,13934604,14073949,14214688,14356834,14500402,14645405,14791858,14939776,15089173,15240064,15392464,15546388,15701851,15858869,16017457,16177631,16339407,16502800,16667827,16834505,17002848,17172876,17344604,17518049,17693228,17870160,18048861,18229348,18411641,18595756,18781713,18969528,19159223,19350816,19544323,19739767,19937165,20136535,20337901,20541278,20746690,20954156,21163697,21375332,21589085,21804974,22023023,22243254,22465686,22690342,22917245,23146416,23377879,23611658,23847774,24086251,24327114,24570384,24816087,25064248,25314890,25568038,25823718 change that to desired job level. and i dont know about that, i guess try to redownload a clean svn again. Quote
Diss Posted July 5, 2013 Author Posted July 5, 2013 { "max_lv", &battle_config.max_lv, 99, 0, 127, to { "max_lv", &battle_config.max_lv, 99, 0, 255, change the red,not the blue. { "max_lv", &battle_config.max_lv, 255, 0, 255, or { "max_lv", &battle_config.max_lv, 255, 0, 127, still not change 99/70 Quote
michaelsoftman Posted July 5, 2013 Posted July 5, 2013 You have to change exp.txt too. And the question mark is from a conflict when you updated your SVN. Use TortoiseSVN to fix it. Quote
Diss Posted July 5, 2013 Author Posted July 5, 2013 Job Level is in exp.txt db/re/exp.txt //Job - 2nd Classes & Baby 2nd Classes 50,7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:4030:4031:4032:4033:4034:4035:4036:4037:4038:4039:4040:4041:4042:4043:4044:4051:4052,1,1600,2500,4200,7000,10300,15900,18900,20900,22600,24900,28800,31500,32000,33300,35100,40500,44100,46300,48500,50700,56000,59400,63500,68100,75000,85700,90500,96600,102600,108600,119700,126000,132300,138600,146100,157500,170600,180400,190300,196800,214900,225200,232000,245700,255900,279300,294000,308700,327000,345400,355761,366433,377425,388747,400409,412421,424793,437536,450662,464181,478106,492449,507222,522438,538111,554254,570881,588007,605647,623816,642530,661805,681659,702108,723171,744866,767211,790227,813933,838350,863500,889404,916086,943568,971875,1001031,1031061,1061992,1093851,1126666,1160465,1195278,1231136,1268070,1306112,1345295,1385653,1427222,1470038,1514139,1559563,1606349,1654539,1704175,1755300,1807958,1862196,1918061,1975602,2034870,2095916,2158793,2223556,2290262,2358969,2429738,2502630,2577708,2655039,2734690,2816730,2901231,2988267,3077914,3170251,3265358,3363318,3464217,3568143,3675187,3785442,3899005,4015975,4136454,4260547,4388363,4520013,4655613,4795281,4939139,5087313,5239932,5397129,5559042,5725813,5897587,6074514,6256749,6444451,6637784,6836917,7042024,7253284,7470882,7695008,7925858,8163633,8408541,8660796,8920619,9188237,9463883,9747799,10040232,10341438,10651680,10758196,10865777,10974434,11084178,11195019,11306969,11420038,11534238,11649580,11766075,11883735,12002572,12122597,12243822,12366260,12489922,12614821,12740969,12868378,12997061,13127031,13258301,13390883,13524791,13660038,13796638,13934604,14073949,14214688,14356834,14500402,14645405,14791858,14939776,15089173,15240064,15392464,15546388,15701851,15858869,16017457,16177631,16339407,16502800,16667827,16834505,17002848,17172876,17344604,17518049,17693228,17870160,18048861,18229348,18411641,18595756,18781713,18969528,19159223,19350816,19544323,19739767,19937165,20136535,20337901,20541278,20746690,20954156,21163697,21375332,21589085,21804974,22023023,22243254,22465686,22690342,22917245,23146416,23377879,23611658,23847774,24086251,24327114,24570384,24816087,25064248,25314890,25568038,25823718 change that to desired job level. and i dont know about that, i guess try to redownload a clean svn again. but svn 17400 dont have exp.txt if i copy exp.txt in other svn there's a yellow triangle with exclamation point Quote
michaelsoftman Posted July 5, 2013 Posted July 5, 2013 It does have exp.txt. You updated your SVN and never resolved the conflicts between the official files and yours. That's why you're having these problems. Either you have to resolve them, or start over from a fresh SVN. Quote
Diss Posted July 5, 2013 Author Posted July 5, 2013 It does have exp.txt. You updated your SVN and never resolved the conflicts between the official files and yours. That's why you're having these problems. Either you have to resolve them, or start over from a fresh SVN. that what i use TortoiseSVN to update my svn i download full clean svn 17400 theres no exp.txt too . Quote
xienne15 Posted July 5, 2013 Posted July 5, 2013 It does have exp.txt. You updated your SVN and never resolved the conflicts between the official files and yours. That's why you're having these problems. Either you have to resolve them, or start over from a fresh SVN. that what i use TortoiseSVN to update my svn i download full clean svn 17400 theres no exp.txt too . It is renamed as Job_exp.txt http://svn.rathena.org/svn/rathena/trunk/db/re/job_exp.txt Quote
stydianx Posted July 24, 2013 Posted July 24, 2013 (edited) where can i see this line? i forgot where this is: #define MAX_LEVEL 99 to #define MAX_LEVEL 255 NVM, found it Edited July 24, 2013 by stydianx Quote
Question
Diss
how to change base lvl and job i change this but nothing happen
{ "max_lv", &battle_config.max_lv, 99, 0, 127,
to
{ "max_lv", &battle_config.max_lv, 99, 0, 255,
#define MAX_LEVEL 99
to
#define MAX_LEVEL 255
there no exp.txt in svn 17400
recompile
still the same 99/70
i want this 255/120
thanks in advance
Edited by Diss11 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.