April 19, 20179 yr 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 ?
April 20, 20179 yr you pretty much answered it yourself :D just check if the last quest pulse before it is complete or not
April 20, 20179 yr <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
Create an account or sign in to comment