Jump to content

Dont have quest as can condition


Recommended Posts

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 ?

Link to comment
Share on other sites

<QuestsSorted Action="If" NameClass="!Quest.HasQuest(26353) &amp;&amp; !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

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...