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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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