Arcangelo 105 Posted April 19, 2017 Share Posted April 19, 2017 Hi. I have had some trouble figure that out. what can condition can i use for starting a quest like: http://db.vanillagaming.org/?quest=594 Like i need the bot to got a gather the bottles, so i need it to check like "i dont have this quest on my quest log", so it only runs that step if i dont have have that quest completed or in my questlog @Droidz ? fragik 1 Link to comment https://wrobot.eu/forums/topic/5718-dont-have-quest-as-can-condition/ Share on other sites More sharing options...
Jasabi 38 Posted April 20, 2017 Share Posted April 20, 2017 you pretty much answered it yourself :D just check if the last quest pulse before it is complete or not Link to comment https://wrobot.eu/forums/topic/5718-dont-have-quest-as-can-condition/#findComment-26043 Share on other sites More sharing options...
Matenia 628 Posted April 20, 2017 Share Posted April 20, 2017 <QuestsSorted Action="If" NameClass="!Quest.HasQuest(26353) && !Quest.GetQuestCompleted(26353)" /> <QuestsSorted Action="Pulse" NameClass="CaptainSandersHiddenTreasureItemGrind" /> <QuestsSorted Action="PickUp" NameClass="CaptainSandersHiddenTreasure" /> <QuestsSorted Action="EndIf" NameClass="" /> And then for the complete condition in the grinder/gatherer part, you can just check if you have the item in your bag. The actual pulse and turnin comes later for CaptainSandersHiddenTreasure Arcangelo 1 Link to comment https://wrobot.eu/forums/topic/5718-dont-have-quest-as-can-condition/#findComment-26044 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