Code:
sub EVENT_DEATH_COMPLETE {
if (quest::istaskactivityactive(289,0))
{
quest::updatetaskactivity(289,0);
}
}
I have this for a task update but it only updates the pc thats killing. is there a group version? i use this because some npcs have more then one id and the task system only updates from 1 npc id. Like kill 10 Kobalds. not all Kobalds have same id. Any help please.