Code:
|
im beginning to learn how to code,but im having trouble with my leveling sys,every time i kill a mob i gain exp....once the MaxExp reached it doesn't run lvl proc,also
how do i make MaxExp increase help(i want it to multiply by 1.5 every lvl),Did i code this wrong?

Now for multiplying the experienced needed? I'll let you look at this code.
<DM> proc
lvlcheck()
if(usr.exp >=usr.expn)
usr.KiControl +=1
usr.exp = 0
usr.expn = usr.expn * 2