Quote:
Originally Posted by Bytebait
I searched and couldn't find an answer, maybe my terminology is wrong.
Is there a built in way to track player kills to give Titles?
For example, if I wanted to give a title to a player that has killed five bunnies.
|
There's not really a built-in way, persay. But the thing you are looking for is 'data buckets'. You would have to script a data bucket to increment on event_killed_merit or event_death_complete. (I guess this could also be done through the task system by making a kill task and rewarding the title as a quest reward via a script)
There's a wiki entry on data buckets
here.. and a link to some examples of them in use in the code
here and
here.
If you have any more questions on this you would be better off asking in the
EQEmu Discord.. We are much more active over there and we would be glad to help you.