View Single Post
  #4  
Old 06-03-2009, 06:51 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Yeah, then you want to use Merit for that. You would just have a check for the qglobal in the Merit event and give the item to anyone with that qglobal that is getting Merit for the kill.

You could also still do this during the fight if you wanted by using addloot(), but that all depends on how you want to do things. Also, if you are using the task system, you can avoid using qglobals for this completely. You would just be able to check if they had a certain task and were on a certain step and then give them the reward if so. Many of the same things can be accomplished by using either qglobals or Tasks. It is all just about how you want the quest to happen. Basically, if you want to use the task window and task system, then tasks are the way to go, but if not, then qglobals are another option.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote