diff options
-rw-r--r-- | db/re/exp_group_db.conf | 9 | ||||
-rw-r--r-- | npc/config/magic.txt | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf index 3222b047c..6a1b0cad5 100644 --- a/db/re/exp_group_db.conf +++ b/db/re/exp_group_db.conf @@ -102,7 +102,7 @@ base_exp_group_db: { -// These spaces are so EXP table starts at line 200, making easier to calc max level positions. Max level: 255 +// These spaces are so EXP table starts at line 200, making easier to calc max level positions. Max level: 180 job_exp_group_db: { EvolClasses: { MaxLevel: 110 @@ -123,18 +123,11 @@ job_exp_group_db: { } /* - 585412,595872,611986,639809,667630,673396,690662,696523,708326,720129, 738135,762738,794516,827629,847819,881743,888684,902577,916680,923743, - 930803,959014,980818,1003112,1010549,1047987,1055642,1070941,1094225,1125497, 1133490,1173978,1198967,1232273,1249388,1275415,1284092,1328374,1374192,1401678, - 1429715,1477381,1496827,1526176,1546003,1575738,1595945,1616157,1646652,1667243, 1688086,1730286,1773554,1795188,1849592,1894711,1917546,1963213,2009965,2033617, - 2082044,2106258,2155247,2167640,2180029,2242322,2306392,2332313,2358524,2424041, 2464443,2519206,2532976,2560510,2588341,2644621,2687284,2744472,2758997,2831606, - 2891851,2967963,3014341,3077141,3141250,3189586,3222130,3304758,3389504,3474240, 3491535,3526109,3596631,3686547,3704529,3740505,3794722,3887283,3943632,4019474, - 4076901,4096139,4193675,4252750,4292504,4332253,4412485,4452974,4535442,4576674, 4680699,4787084,4830213,4916465,4960367,5004274,5115486,5182806,5228276,5341943, - 5435663,5553832,5601710,5673537,5746283,5794989,5868355,5917672,5967405,6066864, 6092045,6218962,6322612,6426266,6505613,6532059,6611721,6746662,6801076,6910782, 6938318,6965860,7076431,7104298,7132168, diff --git a/npc/config/magic.txt b/npc/config/magic.txt index c4f4e2912..d8339622c 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -42,7 +42,7 @@ function script AdjustAttackpower { function script GetManaExp { .@sk=getarg(0); .@pt=getarg(1); - .@bonus=rand(0,getskilllv(TMW2_SAGE)*3/2); + .@bonus=rand2(0,getskilllv(TMW2_SAGE)*3/2); if (LAST_SKILL == .@sk) { .@pt=limit(0, (.@pt+.@bonus)/3, 1); .@bonus=0; |