Arcangelo 105 Posted July 26, 2016 Share Posted July 26, 2016 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 https://wrobot.eu/forums/topic/3498-get-quest-item-from-grinding-mobs/ Share on other sites More sharing options...
eeny 523 Posted July 26, 2016 Share Posted July 26, 2016 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) >= 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 Gargaroth95 and Arcangelo 2 Link to comment https://wrobot.eu/forums/topic/3498-get-quest-item-from-grinding-mobs/#findComment-16154 Share on other sites More sharing options...
Arcangelo 105 Posted July 26, 2016 Author Share Posted July 26, 2016 Will give it a try :) thanks man Link to comment https://wrobot.eu/forums/topic/3498-get-quest-item-from-grinding-mobs/#findComment-16157 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now