|
it's very esay just add add_cstate line in your script buff
(add_state) for character and (add_cstate) for pets
314016 the ID of buff
145 the level of buff
180000 the time of buff
add_state(314016, 145, 180000, name)
add_cstate(314016, 145, 180000, name)
|