View Single Post
  #1  
Old 05-09-2017, 01:31 PM
atomic's Avatar
atomic
Sarnak
 
Join Date: Jul 2011
Location: UK
Posts: 29
Default Group Version of task updates

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.
Reply With Quote