It's being worked on.Defend the Riverlands, Spray and Prey, Fish out of Water quests in Highmountain...
Can you please fix the profile to NOT kick the fish, or make the logic kick the fish towards the water? I just got called out because I was kicking the fish towards the mountains, over and over again.
This is a common world quest, so people get pissed when they go to kick the fish and some noob is kicking them in completely the wrong direction.
Luckily I was there and could tell the person I had no idea what I was doing.
Fixed, thanks for pointing it out!There's a typo in the druid class hall profile:
Line 508:
Was:
<CustomBehavior File="LoadProfile" ProfileName="../Artifact Quests/Druid - Guardian, Claws of Ursoc.xml" />
should be:
<CustomBehavior File="LoadProfile" ProfileName="../Artifact Quests/Druid - Guardian - Claws of Ursoc.xml" />
I've pushed a fix that should help Rifle the Bodies flow better.Horde 68-80. Feedback
Dragon blight.
Problem: After picking up quests from Ethenisl Moonshadow bot just stands there.
HB says "flying to xyz" but didn't bother doing anything.
The problem is that it doesn't want to start the quest: Rifle the bodies. Once I manually looted the first corpse it went along fine.
So that could use a look Echo Thanks
Also:
For Horde in Borean Tundra-
2 toons now have had issues with questing near the Fixzcrank airstrip.
Alliance Guard Mobs are rife and even full heirlooms won't kill them. Also the corpse run while ghost seems to struggle navigating.
This is an error in your bot installation and has nothing to do with the profiles.Ive done what the start guide says but this comes up everytime i start the quest bot on aotu loaderV2 and the same on auto loader: [Compiler Error]: C:\Users\Simon\Desktop\asdw\Quest Behaviors\QuestBehaviorCore\Utility\Query_Database .cs(22,22) : error CS0234: The type or namespace name 'Database' does not exist in the namespace 'Styx.CommonBot' (are you missing an assembly reference?)
I answered this report with a question.Having this same issue, stuck on this quest. Tried abandoning all quests to see if he would pick it up or continue on, but didn't work. Thoughts?
[LoadProfile-LoadPr(info)] Loading profile 'Master Treasure Hunter.xml'
Changing current profile to Master Treasure Hunter ($Rev: 5593 $)
MoveTo failed to move to the location: <4390.585, 5114.498, 44.67813>
I answered this report with a question.
If you could answer the question as well, that'd be great.
I think this is somehow related to the Lycanthoth the Corruptor - Quest - World of Warcraft quest that is a prerequiisite to The Shrine Reclaimed - Quest - World of Warcraft. The first quest turn in is sometimes bugged, as the comments on Wowhead will confirm, so needs to be abandoned and/or turned in manually. So I must've turned it in manually, picked up The Shrine Reclaimed - Quest - World of Warcraft and turned that in manually as well before restarting the bot.
It looks like the TurnIn for this quest is outside the /If tag, starting on line 1234 of [Fly][N - Quest] Hyjal 80-82 [Kick].xml, so the profile didn't realize I had already turned it in and kept throwing an error.
Code:<If Condition="HasQuest(25272) && IsQuestCompleted(25272)"> <TurnIn QuestName="Lycanthoth the Corruptor" TurnInName="Spirit of Lo'Gosh" QuestId="25272" TurnInId="39622" X="5138.492" Y="-2306.841" Z="1278.755" /> <CustomBehavior File="WaitTimer" WaitTime="35000" GoalText="Waiting for event {TimeRemaining}" /> <PickUp QuestName="The Shrine Reclaimed" GiverName="Spirit of Lo'Gosh" QuestId="25279" GiverId="39622" X="5367.26" Y="-2188.07" Z="1291.621" /> </If> <TurnIn Nav="Fly" QuestName="The Shrine Reclaimed" TurnInName="Takrik Ragehowl" QuestId="25279" TurnInId="39432" />
Should it be changed to something like below?
Code:<If Condition="HasQuest(25272) && IsQuestCompleted(25272)"> <TurnIn QuestName="Lycanthoth the Corruptor" TurnInName="Spirit of Lo'Gosh" QuestId="25272" TurnInId="39622" X="5138.492" Y="-2306.841" Z="1278.755" /> <CustomBehavior File="WaitTimer" WaitTime="35000" GoalText="Waiting for event {TimeRemaining}" /> </If> <If Condition="!HasQuest(25279) && !IsQuestCompleted(25279)"> <PickUp QuestName="The Shrine Reclaimed" GiverName="Spirit of Lo'Gosh" QuestId="25279" GiverId="39622" X="5367.26" Y="-2188.07" Z="1291.621" /> <TurnIn Nav="Fly" QuestName="The Shrine Reclaimed" TurnInName="Takrik Ragehowl" QuestId="25279" TurnInId="39432" /> </If>
Currently getting an error with the WOD pathfinder profiles:
Code:[LoadProfile-LoadPr(info)] Loading profile 'Master Treasure Hunter.xml' Changing current profile to Master Treasure Hunter ($Rev: 5593 $) MoveTo failed to move to the location: <4390.585, 5114.498, 44.67813>
Hey Team,
Seem to be getting stuck in Stormheim
Could not pickup quest from item with id: 128512 - the item was not found!