Jump to content

Get quest item from grinding mobs


Recommended Posts

Hello Guys

Is there a smart way to get the title done ?

Right now i have made a kind of workaround, but is there an "easy" way to do it:

Like:

Grind the mobs added as id, check for item id xxx in bag/check if item xxx is picked up, and then When item xxx is found use it, and get the quest.

 

Thanks for help :)

Link to comment
Share on other sites

I assume you want the bot to grind mobs till it finds the item that starts a quest. 

 take a look at the below profile.. The first pulse is a kill and loot, however the <iscomplete> condition is:

      <IsCompleteCondition>return ItemsManager.GetItemCountById(113578) &gt;= 240;</IsCompleteCondition>

What that does is checks you bags for ITEMID- in this case 113578 and if its bigger than or equal to 240 the quest is complete.

All i would do is change the ITEM id to the quest start object and set value to =1.  the next quest profile step will be to "pick up the quest" .  In the Quest you need to set true "pickup from item" and add the item ID. ( pic attached).

 

Without doing it for you i cant give you much else- hope that helps

 

 

pickup_questfromitem.PNG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...