December 14, 20178 yr 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?
December 14, 20178 yr 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);
Create an account or sign in to comment