It looks like a profile problem. Here it successfully learns the info in 2 seconds: Code: [22:29:48.161 D] Interacting with Гарпакс (Unit Id: 20515) [22:29:48.359 N] New taxi node discovered. Clearing taxi knowledge. [22:29:48.553 D] Clearing POI: Learned flight node [22:29:48.648 D] Cleared POI [22:29:49.234 D] Interacting with Гарпакс (Unit Id: 20515) [22:29:50.982 D] Clearing POI: Updated taxi knowledge But then the profile goes into a loop of doing nothing: Code: [22:29:50.982 D] Clearing POI: Updated taxi knowledge [22:29:50.997 D] [InteractWith-Intera(debug)] InteractWith behavior complete. Reached our required count of 1. [22:29:51.060 D] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:51.061 D] Removed hook [Combat_Only] fe8164d2-09f1-4cf3-b866-ad36b00300f4 [22:29:51.061 D] Removed hook [Death_Main] 52dc750a-9676-435a-a462-e4aab6956659 [22:29:51.064 D] [InteractWith-Intera(debug)] Behavior completed in 10s [22:29:51.064 D] Starting behavior Bots.Quest.QuestOrder.ForcedWhile. [22:29:51.201 D] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:51.202 D] Goal: WaitTimer-WaitTi: In Progress (no associated quest) Waiting for 1s [22:29:51.502 D] Activity: Wait time remaining... 0s of 1s. [22:29:52.247 D] [WaitTimer-WaitTi(debug)] WaitTimer behavior complete. [22:29:52.311 D] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:52.315 D] [WaitTimer-WaitTi(debug)] Behavior completed in 1s [22:29:52.442 D] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:52.443 D] Goal: WaitTimer-WaitTi: In Progress (no associated quest) Waiting for 1s [22:29:52.699 D] Activity: Wait time remaining... 0s of 1s. [22:29:53.451 D] [WaitTimer-WaitTi(debug)] WaitTimer behavior complete. [22:29:53.515 D] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:53.519 D] [WaitTimer-WaitTi(debug)] Behavior completed in 1s [22:29:53.646 D] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:53.647 D] Goal: WaitTimer-WaitTi: In Progress (no associated quest) Waiting for 1s [22:29:53.908 D] Activity: Wait time remaining... 0s of 1s. [22:29:54.647 D] [WaitTimer-WaitTi(debug)] WaitTimer behavior complete. [22:29:54.710 D] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:54.714 D] [WaitTimer-WaitTi(debug)] Behavior completed in 1s [22:29:54.841 D] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [22:29:54.841 D] Goal: WaitTimer-WaitTi: In Progress (no associated quest) Waiting for 1s If you still want to disable the behavior to learn flight paths you can do it with the following code in the profile: Code: <DisableBehavior Name="FlightPath" /> You also need to take care that you do not reenable it from somewhere else in the profile. However a better fix would be to use ForceSetVendor rather than your custom loop. Simply add the vendor in <Vendors> in the profile, and then use the following when you want to vendor: Code: <CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" />
This addon reduces time that bot waiting while items are selling. I need to use it. Problem in interrupting profile for learning FP. Daily ! If I'll disable addon, I have to add Lua script into profile. Script will be executed without vendor, beause of bot runs to FP.
While leveling characters with Dungeonbuddy, they making annoing things. Eevery day (it seems to me that often) they run (outside of instance) a great distance to found any FP. Bot can run a half of mile while his companions waiting around a boss. It infuriates me !