Im looking in fight.c in rom 2.4 for the expierence split, im not seeing it
at all, what is happening is while grouped your getting the same exp across
the board for each person in form. What id like to see happen is it that it
takes that mobs exp and splits it into the total number in form. where and
how would i look for this. Below is all i have and its not working, so any
help would be appreciated.
/* adjust for grouping */
xp = xp * gch->tot_level/( UMAX(1,total_levels -1) );
if (IS_SET(victim->act,ACT_PET))
xp = 0;
return xp;
thanks
jester