mob
Stat()
stat("Level:",lvl)
stat("Exp:",exp)
stat("Exp Needed:",expn)
proc
lvlcheck()
if(usr.exp >=usr.expn)
usr.lvl +=1
usr.exp = 20
usr.expn = usr.expn * 2
i even tried
mob
Stat()
stat("Level:",lvl)
stat("Exp:",exp)
stat("Exp Needed:",expn)
proc
lvlcheck()
if(usr.exp >=usr.expn)
usr.lvl +=1
usr.exp = 20
usr.expn = usr.expn * 2
Nothing works,How can i fix this?
You have to add the increase in experience in the proc that is called when you hit a "phbag" / "speed bag". :)
~Sinyc.