Jump to content
  • 0
MoGuri

Add item drop just for the quest holder

Question

Hello, im doing some quests, but i was checking and i dont know how to do this. I want to do some quests in WoW Style, this means that maybe, you should hunt for Seals, and gather some quest item but, if the seals would only drop the quest item If you have the quest active and have less than the maximun quest items.

 

This can be done?

Edited by Moguri

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

something like:

 

- script questdrop -1,{
end;
 
OnNPCKillEvent:
//add quest variable check here to proceed if true or cancel if false
switch(killedrid)
{
case 1086: getitem 4128,1; end; //or add here
case 1039: getitem 4147,1; end;
default: end;
}
end;
}

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.