Quote:
Originally Posted by mlejnek2
How to add GP or AP to mobs on there death to player who kills them
set_arena_point(gv("arena_point") + 10 )
would that work on the on Dead ?
|
AP - set_value('ap', get_value('ap') + value_you_want, gv('name'))
GP - set_huntaholic_point(get_value("huntaholic_point") + value_you_want, gv('name'))
Note: will work even without the name I assume.