I was playing around with this plugin for a group task.
Here is what worked for me.
plugin::AssignTask("group", 254, ($npc->GetID()));
I had to put group in quotes. I originally tried "UpdateType=group" and that didn't work.
254 is my task ID -
for NPC I originally just put in the ID number of the NPC I am not sure why but using ($npc->GetID()) worked instead.
I just tought I would share for those of you trying to use this plugin. It is great especially when you want to implement raid or group tasks. Doing individual tasks was no problem, but I wanted to implement some group and raid tasks on my server.
Thank You very much Akkadius for all of your contributions to the EQEMU community.
|