Thread: Level System 3
View Single Post
Old 07-06-2007, 04:34 PM   #32 (permalink)
Ki Frost
Forum Novice
 
Ki Frost's Avatar
 
Join Date: Dec 2005
Age: 19
Posts: 743
Send a message via ICQ to Ki Frost Send a message via MSN to Ki Frost
Default

Quote:
Originally Posted by grantsuo View Post
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... :/
__________________
Ki Frost is offline   Reply With Quote