View Full Version : Make a mob drop the epic of the class completing a quest
paaco
10-09-2008, 04:59 AM
On the server I am developing currently there is an NPC that you hand an item to. When you hand this item to him, he teleports your group to a named mob which is in a different zone. Your group must then help you kill this mob.
What I am hoping for is to be able to make him drop the epic for whatever class did the turnin in the first zone. Is this possible? If so how would I go about doing it.
Thanks for any help,
Paaco
trevius
10-09-2008, 05:11 AM
It is definitely possible. You would just use the quest::addloot() command to add the piece of loot you wanted to the table. But, since the turn in quest is happening in a different zone than the addloot would be happening, you would need to use quest globals to know which loot to add.
paaco
10-09-2008, 05:15 AM
Man that sounds confusing, I'll mess around with it some today and see if I can make it happen. Mostly I was wondering if addloot worked acrossed zones.
MNWatchdog
10-09-2008, 06:21 AM
You could just have the quest NPC and spawned mob in the same zone. The Arena comes to mind as good spot.
hmm...guess ya might wanting to limit the number of people who attack...but if not...
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.