Thread: Group Tasks
View Single Post
  #1  
Old 04-17-2014, 09:09 PM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default Group Tasks

Hola!

Preface: Wasn't sure where to post this, so, when with a general area!

Making some tasks for group missions, so, when I'm assigning these tasks via NPC I'm using the string:

Code:
plugin::AssignTask("group",275,($npc->GetID()));
This gets the task assigned to everyone in the group I'm in that's in the zone when I request it.

What I'm wondering is am I able to somehow make the task updates universally for the group? I have some explores that have to be individually explored(which isn't a big deal. Although, right now I'm trying to put a collect portion in that is updated for the entire group when a group member loots the item. Currently when I loot the item it only updates the task for the person who looted it.

Is there a way to do this?

In addition, is there anyway to have the task be assigned to everyone in the group regardless of if they're in the same zone or not? Tried putting qglobal to 1 and that didn't do it.

Thanks
Reply With Quote