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
/* 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