On dead monster scripts

03/21/2019 01:34 mlejnek2#1
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 ?
03/21/2019 10:19 sapir619#2
Quote:
Originally Posted by mlejnek2 View Post
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.
03/21/2019 10:28 mlejnek2#3
tyvn
03/21/2019 10:28 Sherock#4
Quote:
Originally Posted by sapir619 View Post
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.
you don't have to mention the name
03/21/2019 12:03 IHateGalaLab#5
av("ap",value)
av("huntaholic_point",value2)