View Single Post
  #2  
Old 12-14-2010, 01:37 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Bdiddy View Post
I made my first quest with KLS task master. It shows in my my db under the tasks. It's justs a basic raid, go kill one npc and that's it. My question is how do I add the task to the npc I want to have give the task. So say NPC A in PoK gives the task to go kill NPC B in PoFire. The part were NPC A gives the task is were I'm stuck. Also for the reward method I have as single item id. Is that were everyone in the group/raid gets the reward on their cursor upon a successful kill? That's basically what I'm trying to accomplish, give out task, kill raid npc, everyone gets reward. Thanks
quest::assigntask(taskid);

quest::taskselector(taskcount, taskid1, taskid2, taskid3);

You can find more task related quest objects here:

http://www.eqemulator.net/wiki/wikka...uestCheatSheet

Also, before you say the task isn't working. Make sure you start your task with activity id 0, 1, 2, 3, 4 chronologically. Your steps can be whatever you wish.

Then you must make sure that if you are rewarding your players via item ID you need to define that in the editor, or know what values equal what in the schema Derision designed it for here:

http://www.eqemulator.net/wiki/wikka...goryTaskSystem
Reply With Quote