Hey Kick, Love your work only found one issue that you might want to consider addressing. That is with the vendor section of your profiles. You currently have them set to sell Greys, Whites, and Greens. I found that doesn't work out so good considering it sells your food and greens you could be disenchanting.
You currently have it setup as follows:
Code:<SellGrey>True</SellGrey> <SellWhite>True</SellWhite> <SellGreen>True</SellGreen> <SellBlue>False</SellBlue> <SellBlue>False</SellBlue> <SellPurple>False</SellPurple> <MailGrey>True</MailGrey> <MailWhite>True</MailWhite> <MailGreen>True</MailGreen> <MailBlue>True</MailBlue> <MailPurple>True</MailPurple>
I recommending changing to:
Code:<SellGrey>True</SellGrey> <SellWhite>False</SellWhite> <SellGreen>False</SellGreen> <SellBlue>False</SellBlue> <SellBlue>False</SellBlue> <SellPurple>False</SellPurple> <MailGrey>False</MailGrey> <MailWhite>False</MailWhite> <MailGreen>True</MailGreen> <MailBlue>True</MailBlue> <MailPurple>True</MailPurple>
I just tried today the first Dominance dailies.
There was a problem with the Quest
<!-- Tear It Up --> and also <!-- Death on Two Legs -->
The Hotspots where these quests lie are very overcrowded and hance there was nearly unlimited respawn. Another problem was that the using of the objectives was to slow so othere people could use it to fast.
I changed <!-- Death on Two Legs --> to Hotspots
<!-- Death on Two Legs -->
<If Condition="HasQuest(32123) && !IsQuestCompleted(32123)">
<CustomBehavior File="Message" Text="Starting Death on Two Legs" LogColor="Green" />
<CustomBehavior File="UserSettings" QuestId="32123" LootMobs="true" PullDistance="25" />
<CustomBehavior File="FlyTo" X="-2167.756" Y="2374.593" Z="3.859821" />
<CustomBehavior File="ForcedDismount" />
<Objective QuestName="Death on Two Legs" QuestId="32123" Type="KillMob" MobId="67354" MobId2="67425" MobId3="67913" KillCount="10" />
</If>
<!-- Death on Two Legs -->
<Quest Id="32123" Name="Death on Two Legs">
<Objective Type="KillMob" MobId="67354" MobId2="67425" MobId3="67913" KillCount="10">
<Hotspots>
<Hotspot X="-2205.108" Y="2423.12" Z="2.368305" />
<Hotspot X="-2226.448" Y="2373.665" Z="3.18669" />
<Hotspot X="-2256.07" Y="2312.296" Z="2.978494" />
</Hotspots>
</Objective>
</Quest>
The main problem was <!-- Tear It Up -->
You used
<CustomBehavior File="InteractWith" MobId="67639" QuestId="32126" WaitForNpcs="false" CollectionDistance="3000" />
That leads to problems with pathfinding. My problem was that the toon would go to the ship but he was in the water so it was a stucking point.
My first try was to set the zone outside of the crowded area to the landing zone of the ship. I ran good but the next thing i saw was the knockback of the guards which threw me into the water and pathfinding was also gone because the toon stands on the waypoint but under the landing zone. My final solution was that i set the zone to the left part of the landing zone which seems not heavily populated as the over part. The main advantage was that there are less guards and no elite would spawn there.
I am new to programming the bot so i tried to alternate your settings and reduced the radius a bit. But there seems an issue that sometimes he is on a hotspot and right next to a object he should use. But the toon doesn't find it. Maybe you could tell me why ?
<!-- Tear It Up -->
<If Condition="HasQuest(32126) && !IsQuestCompleted(32126)">
<CustomBehavior File="Message" Text="Starting Tear It Up" LogColor="Green" />
<CustomBehavior File="UserSettings" QuestId="32126" LootMobs="true" PullDistance="5" />
<CustomBehavior File="FlyTo" X="-2167.756" Y="2374.593" Z="3.859821" />
<CustomBehavior File="ForcedDismount" />
<While Condition="!IsQuestCompleted(32126)" >
<CustomBehavior File = "MyCTM" X="-2205.108" Y="2423.12" Z="2.368305" />
<CustomBehavior File= "InteractWith" QuestId="32126" MobId="67639" NumOfTimes="5" CollectionDistance="50" WaitForNpcs="false" />
<CustomBehavior File = "MyCTM" X="-2226.448" Y="2373.665" Z="3.18669" />
<CustomBehavior File= "InteractWith" QuestId="32126" MobId="67639" NumOfTimes="5" CollectionDistance="50" WaitForNpcs="false" />
<CustomBehavior File = "MyCTM" X="-2256.07" Y="2312.296" Z="2.978494" />
<CustomBehavior File ="InteractWith" QuestId="32126" MobId="67639" NumOfTimes="5" CollectionDistance="50" WaitForNpcs="false" />
<CustomBehavior File = "MyCTM" X="-2228.339" Y="2330.106" Z="3.674721" />
<CustomBehavior File ="InteractWith" QuestId="32126" MobId="67639" NumOfTimes="5" CollectionDistance="50" WaitForNpcs="false" />
<CustomBehavior File = "MyCTM" X="-2232.115" Y="2367.212" Z="3.409373" />
<CustomBehavior File ="InteractWith" QuestId="32126" MobId="67639" NumOfTimes="5" CollectionDistance="50" WaitForNpcs="false" />
<CustomBehavior File = "MyCTM" X="-2202.646" Y="2391.807" Z="2.316576" />
<CustomBehavior File ="InteractWith" QuestId="32126" MobId="67639" NumOfTimes="5" CollectionDistance="50" WaitForNpcs="false" />
</While>
</If>
it's downloading mesh tilesCant get questing bot to pick up any quest or do them from 88-89
Double check your version. Your log shows that it made no attempt to detect this quest (Whether you had it, did it, or not). I recently added it in, but i'm not sure your version reflects it.
[00:53:45.059 D] Goal: Turning in The Darkness Around Us
[00:53:45.060 D] Changed POI to:Type: QuestTurnIn
[00:53:45.327 N] Moving to Type: QuestTurnIn
[00:53:50.396 D] InteractDebug:1099359536
[00:53:50.405 D] Interact Done:1099359536
[00:53:52.965 D] InteractDebug:1099359536
[01:10:53.753 N] [Profile Message]: Compiling August Celestials Quests...
[01:10:53.753 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[01:10:53.756 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[01:10:53.763 D] Compiling expression '!HasQuest(31382) && !HasQuest(31383) && !HasQuest(31380) && !HasQuest(31381) && !HasQuest(30879) && !HasQuest(30881) && !HasQuest(30883) && !HasQuest(30907) && !HasQuest(30955) && !HasQuest(30953) && !HasQuest(30954) && !HasQuest(30952) && !HasQuest(31517) && !HasQuest(30880) && !HasQuest(30882) && !HasQuest(30885) && !HasQuest(30902) && !HasQuest(30959) && !HasQuest(30716) && !HasQuest(30717) && !HasQuest(30718) && !HasQuest(30740) && !HasQuest(30730) && !HasQuest(30725) && !HasQuest(30739) && !HasQuest(30727) && !HasQuest(30732) && !HasQuest(30728) && !HasQuest(30734) && !HasQuest(30729) && !HasQuest(30731) && !HasQuest(30735) && !HasQuest(30726) && !HasQuest(30733) && !HasQuest(30736) && !HasQuest(31376) && !HasQuest(31377) && !HasQuest(30063) && !HasQuest(30064) && !HasQuest(30065) && !HasQuest(30068) && !HasQuest(30066) && !HasQuest(30006) && !HasQuest(30067) && !HasQuest(31378) && !HasQuest(31379)' @ line 67
[01:10:54.318 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[01:10:54.318 N] [Profile Message]: Starting Dailies, moving to Factional City Daily Giver
[01:10:54.318 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[01:10:54.319 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[01:10:54.319 D] Compiling expression 'Me.IsAlliance' @ line 84
[01:10:54.904 D] Compiling quest behavior from 'C:\Users\Ryan\Downloads\hb backup - main\Quest Behaviors\FlyTo.cs'
[01:10:55.558 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[01:10:55.563 D] Goal: Flying to Alliance Starter
[01:10:55.569 D] [FlyTo-v241(debug) @line 85]: Flying to 'Alliance Starter': <944.6064, 339.0539, 455.8447>.
I stopped the bot, manually turned in The Darkness Around Us, and ran a fresh install of HB with the August Celestials profile.
Even though Flames of the Void was available from Elder Sage Tai-Feng it's still not picking up the quest. Instead it flew back to the Shrine of the Seven Stars and said the profile was complete (if I manually picked up the quest and ran the bot it also said "End of August Celestial Dailies").
Hope this helps.
Code:[01:10:53.753 N] [Profile Message]: Compiling August Celestials Quests... [01:10:53.753 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [01:10:53.756 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [01:10:53.763 D] Compiling expression '!HasQuest(31382) && !HasQuest(31383) && !HasQuest(31380) && !HasQuest(31381) && !HasQuest(30879) && !HasQuest(30881) && !HasQuest(30883) && !HasQuest(30907) && !HasQuest(30955) && !HasQuest(30953) && !HasQuest(30954) && !HasQuest(30952) && !HasQuest(31517) && !HasQuest(30880) && !HasQuest(30882) && !HasQuest(30885) && !HasQuest(30902) && !HasQuest(30959) && !HasQuest(30716) && !HasQuest(30717) && !HasQuest(30718) && !HasQuest(30740) && !HasQuest(30730) && !HasQuest(30725) && !HasQuest(30739) && !HasQuest(30727) && !HasQuest(30732) && !HasQuest(30728) && !HasQuest(30734) && !HasQuest(30729) && !HasQuest(30731) && !HasQuest(30735) && !HasQuest(30726) && !HasQuest(30733) && !HasQuest(30736) && !HasQuest(31376) && !HasQuest(31377) && !HasQuest(30063) && !HasQuest(30064) && !HasQuest(30065) && !HasQuest(30068) && !HasQuest(30066) && !HasQuest(30006) && !HasQuest(30067) && !HasQuest(31378) && !HasQuest(31379)' @ line 67 [01:10:54.318 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [01:10:54.318 N] [Profile Message]: Starting Dailies, moving to Factional City Daily Giver [01:10:54.318 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [01:10:54.319 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [01:10:54.319 D] Compiling expression 'Me.IsAlliance' @ line 84 [01:10:54.904 D] Compiling quest behavior from 'C:\Users\Ryan\Downloads\hb backup - main\Quest Behaviors\FlyTo.cs' [01:10:55.558 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [01:10:55.563 D] Goal: Flying to Alliance Starter [01:10:55.569 D] [FlyTo-v241(debug) @line 85]: Flying to 'Alliance Starter': <944.6064, 339.0539, 455.8447>.
View attachment 77746
There are quite a few problems running into the source of despair in the quests striking the rain and sha can awe. Is it possible to make the profile use more of the outskirts of this area to not risk running into this problem and dying. It's solved by itself but still will take a very long time to complete the area depending on how unlucky you are.
I have a problem with the [H - Quest] 1-12 Auto-Loader [Kick] profile. When I start the bot it just says it's moving to a hotspot but the bot doesn't move. What have I done wrong? Log attached.
I have a issue with Jade forest (horde)
"could not find quest giver NPC with ID 66190 in database"