Task system is very nice looking as it has its own window which keeps quest progress track for a player but PAIN IN THE ARSE to code in for even a very simple quest
BUT you can make a kill tracker with a global variable.
I havent made one myself yet but you will need 2 things:
a) a global variable which counts kills and then npc who will read it and respond when coutn reaches certain number
b) npc death sub routine - when npc does something when it dies- in this case increment global variable count for you
this should be relatively simple
|