Phalynx, would like to count experience points against activity (ranking position will be dependent of current activity), where should I do this.
Found
PHP Code:
$xperience['count_xperience'] = floor($xperience['count_xperience']);
in class_xperience.php
Will it work?
PHP Code:
$xperience['count_xperience'] = floor($xperience['count_xperience']*$user['xperience_ppd']/100);
ps. Your mod rocks!
Regards