Jump to content

Step done move to next step of quest Gossip quest?


Ruinit

Recommended Posts

How do you move to the next step when you have a quest that requires you to gossip with 3 separate npc's but you never get an item? So pulse talk to 1 npc, pulse the next one then pulse the last one then quest is ready to turn in?

I set up 3 separate objectives,  I set them to true to automatically check if complete, that didn't work then tried 1 for objective complete that didn't work either then tried having both lol 

I get nothing in bags to check for item's etc

How can I make bot understand that this step is done goto the next one?

Link to comment
Share on other sites

What quest are you looking at?

 

i would just use something llike this.  Its clunky and a lot of steps, but it sould work... probably

<PickUp>

<ifhasquest>

<followpath to first NPC>
<runcode> ( to intect with NPC1)

<followpath to secondNPC>
<runcode> ( to intect with NPC1)

<followpath to thirdNPC>
<runcode> ( to intect with NPC1)

<EndIf>

<turn in>

 

 

Each runcode would look like this ( with different NPC ID's and co-ords of course.

var position = new Vector3(-9462.66f, 16.1915f, 56.96339f);
int npcEntryId = 295; 
wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId);

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