Quote:
Originally Posted by grantsuo
im confused, lol does that mean to get to level one u need to gain 150 xp and to get to lvl 2 u need to gain 300 xp and to get to lvl 3 u need to gain 450xp and so on? or jsut u need 150 xp each to level,
and i ahve it low cuz i find that it takes alot fo killing to level
but ill test it as i go.
|
No, the "300", "450", "600" are just the accumulated exp needed. Notice how when you level your "Exp" doesnt drop back down to 0 like it did in LS2? Thats because this style of the system is accumulative. Meaning, when you level you keep your old exp, you just need, in your case atm, 150 more to level.
Quote:
|
Originally Posted by jingz2k2
I got a new problem now.
As I'm trying to level.
I tried reseting by set level 1 again.
My current exp stays the same and cannot be changed. Whenever I attack a mob, the game and server freezes.
|
Does this happen only when you are leveling, or would be close to leveling, or does it happen in general?
If it is happening WHEN you are/would be leveling then it is more than likely the "for" loop in the DoLevel() code. if it is
for (int i = 0; ..... ....)
it needs to be
for (int i = 1; ..... ....)
and that will probably fix it. Why it does that when it is 0 I have no idea... :/