Thread: Mob Kill Quests
View Single Post
  #2  
Old 10-09-2012, 07:40 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

The best way to handle that type of quest is to use tasks. You would create a task in your DB and can reference the task information in the wiki, which is quite good.

You could do it in quest scripts as well. It isn't that hard to do. You could just use EVENT_DEATH in your NPC scripts for that NPC ID (ie. 12345.pl) in the specified zone. You would then need to keep track of the total kills using quest globals, which you can read about in the quest wiki page at the bottom here:

http://www.eqemulator.net/wiki/wikka...=QuestTutorial
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote