Autor Tema: Louis Emulator Experience Formula  (Leído 1041 veces)

ChildOfGod

Hello everyone.
Did you tested experience formula with any level?

I have level 1000, but all characters can level up maximum to level 256.

This is file:
Código
//MinLevel   MaxLevel   Formula
1      255 "(((x+9)*x)*x)*10"
256      * "((((x+9)*x)*x)*10)+((((x-255+9)*(x-255))*(x-255))*1000)"
end

If i change to this:
Código
//MinLevel   MaxLevel   Formula
1      1000 "(((x+9)*x)*x)*10"
1000      * "((((x+9)*x)*x)*10)+((((x-255+9)*(x-255))*(x-255))*1000)"
end
is working, but i can go over level 1000, ml not included

Gracias:


 

.