- Feb 19, 2014
- 40
- 0
- 32
Calculation of new level should look like below,
O = Old exp, N = New exp, R = Residual exp
O - N = R
Criteria Function (IF>=1 THEN +1 LEVEL, IF>=120,000,001 THEN +2 LEVEL, IF>= 280,000,001 THEN +3, IF>=480,000,000 THEN +4, IF>=730,000,001 THEN +5)
For example if John was level 44 and 60% before patch his new level will be
O = 160m x 60% = 96m
N = 80m
R = 96 - 80 = 16m (+1 level using the criteria function)
So John's new level is 45 and 16m
For level 45
O = 160+C where C = current exp
For example if Jane was level 45 and 40% before patch her new level will be
O = 160m + (240m x 40%) = 256m [Assuming 240m was old exp for level 45]
N = 80m
R = 256 - 80 = 176m (+2 level using criteria fuction)
So Jane's new level is 46 and 56m (176m - 120m = 56m)
The calculation for current exp (C) should be done using the old exp table where each level above 44 should be summed. So if you were 46 the exp should be 44+45+% of 46.
Note: Criteria for +Level starts from 44 so +1 = 44+1 and so on
O = Old exp, N = New exp, R = Residual exp
O - N = R
Criteria Function (IF>=1 THEN +1 LEVEL, IF>=120,000,001 THEN +2 LEVEL, IF>= 280,000,001 THEN +3, IF>=480,000,000 THEN +4, IF>=730,000,001 THEN +5)
For example if John was level 44 and 60% before patch his new level will be
O = 160m x 60% = 96m
N = 80m
R = 96 - 80 = 16m (+1 level using the criteria function)
So John's new level is 45 and 16m
For level 45
O = 160+C where C = current exp
For example if Jane was level 45 and 40% before patch her new level will be
O = 160m + (240m x 40%) = 256m [Assuming 240m was old exp for level 45]
N = 80m
R = 256 - 80 = 176m (+2 level using criteria fuction)
So Jane's new level is 46 and 56m (176m - 120m = 56m)
The calculation for current exp (C) should be done using the old exp table where each level above 44 should be summed. So if you were 46 the exp should be 44+45+% of 46.
Note: Criteria for +Level starts from 44 so +1 = 44+1 and so on
