Jump to content
kenkas15

MAX LVL CAP TO 100 AND CAN'T BE CHANGED

Recommended Posts

3 hours ago, kenkas15 said:

Sup guys. i'm adapting CO server file and i got some errors like:
I can't make lvl max more than 100, idk why! All confs are right (or no, cuzz my last files was 2015 idk)

i'll send you some images from configurations and if you can help me i'll be grateful. 

Thanks!

 

https://prnt.sc/BDSg0RciEu4t

https://prnt.sc/Gn3EHzL9wz6X

If i'm not mistaken, the exp level for the remaining 50 lvl need to be define 1st. This can be found in variable.lua. On this example, customized it into level 115.

 

DEXP_Num = 115
DEXP	={}
DEXP[1]						=		0
DEXP[2]						=		36
DEXP[3]						=		75
DEXP[4]						=		118
DEXP[5]						=		167
DEXP[6]						=		222
DEXP[7]						=		284
DEXP[8]						=		353
DEXP[9]						=		431
DEXP[10]					=		518
DEXP[11]					=		582
DEXP[12]					=		654
DEXP[13]					=		735
DEXP[14]					=		826
DEXP[15]					=		928
DEXP[16]					=		1043
DEXP[17]					=		1172
DEXP[18]					=		1317
DEXP[19]					=		1480
DEXP[20]					=		1663
DEXP[21]					=		1869
DEXP[22]					=		2100
DEXP[23]					=		2359
DEXP[24]					=		2650
DEXP[25]					=		2977
DEXP[26]					=		3345
DEXP[27]					=		3758
DEXP[28]					=		4222
DEXP[29]					=		4743
DEXP[30]					=		5328
DEXP[31]					=		5985
DEXP[32]					=		6723
DEXP[33]					=		7552
DEXP[34]					=		8484
DEXP[35]					=		9531
DEXP[36]					=		10707
DEXP[37]					=		12028
DEXP[38]					=		13512
DEXP[39]					=		15179
DEXP[40]					=		17051
DEXP[41]					=		19154
DEXP[42]					=		21516
DEXP[43]					=		24169
DEXP[44]					=		27150
DEXP[45]					=		30498
DEXP[46]					=		34259
DEXP[47]					=		38484
DEXP[48]					=		43230
DEXP[49]					=		48561
DEXP[50]					=		54549
DEXP[51]					=		61275
DEXP[52]					=		68831
DEXP[53]					=		77318
DEXP[54]					=		86852
DEXP[55]					=		97561
DEXP[56]					=		109591
DEXP[57]					=		123104
DEXP[58]					=		138283
DEXP[59]					=		155334
DEXP[60]					=		174487
DEXP[61]					=		196002
DEXP[62]					=		220170
DEXP[63]					=		247317
DEXP[64]					=		277812
DEXP[65]					=		312067
DEXP[66]					=		350545
DEXP[67]					=		393768
DEXP[68]					=		442320
DEXP[69]					=		496859
DEXP[70]					=		558122
DEXP[71]					=		626939
DEXP[72]					=		704241
DEXP[73]					=		791074
DEXP[74]					=		888614
DEXP[75]					=		998181
DEXP[76]					=		1121257
DEXP[77]					=		1259508
DEXP[78]					=		1414806
DEXP[79]					=		1589252
DEXP[80]					=		1785207
DEXP[81]					=		2005324
DEXP[82]					=		2252581
DEXP[83]					=		2530325
DEXP[84]					=		2842315
DEXP[85]					=		3192773
DEXP[86]					=		3586442
DEXP[87]					=		4028651
DEXP[88]					=		4525384
DEXP[89]					=		5083364
DEXP[90]					=		5710143
DEXP[91]					=		6414204
DEXP[92]					=		7205076
DEXP[93]					=		8093462
DEXP[94]					=		9091386
DEXP[95]					=		10212354
DEXP[96]					=		11471538
DEXP[97]					=		12885979
DEXP[98]					=		14474821
DEXP[99]					=		16259567
DEXP[100]					=		18264372
DEXP[101]					=		20516370
DEXP[102]					=		23046039
DEXP[103]					=		25887616
DEXP[104]					=		29079560
DEXP[105]					=		32665070
DEXP[106]					=		36692674
DEXP[107]					=		41216881
DEXP[108]					=		46298923
DEXP[109]					=		52007581
DEXP[110]					=		58420116
DEXP[111]					=		65623317
DEXP[112]					=		73714672
DEXP[113]					=		82803692
DEXP[114]					=		93013388
DEXP[115]					=		104481939

 

Edited by kyleflow
include the example of exp setup

Share this post


Link to post
Share on other sites
5 hours ago, kyleflow said:

If i'm not mistaken, the exp level for the remaining 50 lvl need to be define 1st. This can be found in variable.lua. On this example, customized it into level 115.

 


DEXP_Num = 115
DEXP	={}
DEXP[1]						=		0
DEXP[2]						=		36
DEXP[3]						=		75
DEXP[4]						=		118
DEXP[5]						=		167
DEXP[6]						=		222
DEXP[7]						=		284
DEXP[8]						=		353
DEXP[9]						=		431
DEXP[10]					=		518
DEXP[11]					=		582
DEXP[12]					=		654
DEXP[13]					=		735
DEXP[14]					=		826
DEXP[15]					=		928
DEXP[16]					=		1043
DEXP[17]					=		1172
DEXP[18]					=		1317
DEXP[19]					=		1480
DEXP[20]					=		1663
DEXP[21]					=		1869
DEXP[22]					=		2100
DEXP[23]					=		2359
DEXP[24]					=		2650
DEXP[25]					=		2977
DEXP[26]					=		3345
DEXP[27]					=		3758
DEXP[28]					=		4222
DEXP[29]					=		4743
DEXP[30]					=		5328
DEXP[31]					=		5985
DEXP[32]					=		6723
DEXP[33]					=		7552
DEXP[34]					=		8484
DEXP[35]					=		9531
DEXP[36]					=		10707
DEXP[37]					=		12028
DEXP[38]					=		13512
DEXP[39]					=		15179
DEXP[40]					=		17051
DEXP[41]					=		19154
DEXP[42]					=		21516
DEXP[43]					=		24169
DEXP[44]					=		27150
DEXP[45]					=		30498
DEXP[46]					=		34259
DEXP[47]					=		38484
DEXP[48]					=		43230
DEXP[49]					=		48561
DEXP[50]					=		54549
DEXP[51]					=		61275
DEXP[52]					=		68831
DEXP[53]					=		77318
DEXP[54]					=		86852
DEXP[55]					=		97561
DEXP[56]					=		109591
DEXP[57]					=		123104
DEXP[58]					=		138283
DEXP[59]					=		155334
DEXP[60]					=		174487
DEXP[61]					=		196002
DEXP[62]					=		220170
DEXP[63]					=		247317
DEXP[64]					=		277812
DEXP[65]					=		312067
DEXP[66]					=		350545
DEXP[67]					=		393768
DEXP[68]					=		442320
DEXP[69]					=		496859
DEXP[70]					=		558122
DEXP[71]					=		626939
DEXP[72]					=		704241
DEXP[73]					=		791074
DEXP[74]					=		888614
DEXP[75]					=		998181
DEXP[76]					=		1121257
DEXP[77]					=		1259508
DEXP[78]					=		1414806
DEXP[79]					=		1589252
DEXP[80]					=		1785207
DEXP[81]					=		2005324
DEXP[82]					=		2252581
DEXP[83]					=		2530325
DEXP[84]					=		2842315
DEXP[85]					=		3192773
DEXP[86]					=		3586442
DEXP[87]					=		4028651
DEXP[88]					=		4525384
DEXP[89]					=		5083364
DEXP[90]					=		5710143
DEXP[91]					=		6414204
DEXP[92]					=		7205076
DEXP[93]					=		8093462
DEXP[94]					=		9091386
DEXP[95]					=		10212354
DEXP[96]					=		11471538
DEXP[97]					=		12885979
DEXP[98]					=		14474821
DEXP[99]					=		16259567
DEXP[100]					=		18264372
DEXP[101]					=		20516370
DEXP[102]					=		23046039
DEXP[103]					=		25887616
DEXP[104]					=		29079560
DEXP[105]					=		32665070
DEXP[106]					=		36692674
DEXP[107]					=		41216881
DEXP[108]					=		46298923
DEXP[109]					=		52007581
DEXP[110]					=		58420116
DEXP[111]					=		65623317
DEXP[112]					=		73714672
DEXP[113]					=		82803692
DEXP[114]					=		93013388
DEXP[115]					=		104481939

 

i've tried this step but it doesn't work! keep caped to lv100 i don't know why...
I never had this problem before, now i'm trying to create a "new version" server with SQL 2019 and i got this problem. 

 

 

Share this post


Link to post
Share on other sites
11 hours ago, kenkas15 said:

I've tried this step but it doesn't work! keep caped to lv100 i don't know why...
I never had this problem before, now I'm trying to create a "new version" server with SQL 2019 and i got this problem. 

 

 

The server files here are not supposed to be in SQL 2019. You should know that server files here are old build and to cooperate it into newer version need some intensive changes to be made.

Share this post


Link to post
Share on other sites
1 hour ago, kyleflow said:

The server files here are not supposed to be in SQL 2019. You should know that server files here are old build and to cooperate it into newer version need some intensive changes to be made.

Which version do you recommend I download?

Do you think it could be the version or the DBs?

Share this post


Link to post
Share on other sites
4 hours ago, kenkas15 said:

Which version do you recommend I download?

Do you think it could be the version or the DBs?

I also asked about it in the forum. 1.36 and 1.38 should be good in 2014 SQL DB. later version like 2.4 files would be in more latest DB which I forgot which should be compatible.

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...