how do i add Combat stats?
Posted: Sat Mar 15, 2014 8:23 pm
i'm trying to build a module to add combat stats as a reward.
i have tried:
$user = LoadCombatStats($userId);
$user['max_damage']->value+=8; (fail)
$user['max_damage'] + 8; (fail)
i notice combat stats is not a database value. More like a database value after an operator end result.
Can you tell me what is the best step to achieve this process?
i have tried:
$user = LoadCombatStats($userId);
$user['max_damage']->value+=8; (fail)
$user['max_damage'] + 8; (fail)
i notice combat stats is not a database value. More like a database value after an operator end result.
Can you tell me what is the best step to achieve this process?