Powerlevel gain

Posted by Jinru on Sat 13 Mar 2004 02:43 AM — 1 posts, 7,957 views.

USA #0
how whould i go about making a powerlevel gain because i added it in /* xp cap to prevent any one event from giving enuf xp to */
/* gain more than one level - FB */
modgain = UMIN(modgain,
exp_level(ch, ch->base_pl+2) - base_pl(ch, ch->base_pl+1));
ch->base_pl += gain;
}
and struct i did all the defines and stuff it just wont show the gain

i am useing smaug1.4 revison 4