Howdy.
Questing in Karasang Wilds. Level 88 Horde DK.
Seem to be stuck, during this quest: Zhu's Despair - Quest - World of Warcraft
The quest objectives have been competed, and the quest is showing as completed, but I'm stuck inside this InteractWith and it's failing to do anything.
Line 1043:
I ended up just stopping and starting the bot, but the problem looks like the QuestID is missing from that CustomBehaviour so HBCore is still allow us to remain inside it.
I imagine it's a timing issue if the objective hasn't quite been updated as "completed" in time, and we end up looping around again.
Questing in Karasang Wilds. Level 88 Horde DK.
Seem to be stuck, during this quest: Zhu's Despair - Quest - World of Warcraft
The quest objectives have been competed, and the quest is showing as completed, but I'm stuck inside this InteractWith and it's failing to do anything.
Line 1043:
Code:
<If Condition="HasQuest(30090) && !IsQuestCompleted(30090)">
<While Condition="!IsObjectiveComplete(2, 30090)">
<CustomBehavior File="InteractWith" MobId="58410" InteractByUsingItemId="79057" X="-384.764" Y="-637.573" Z="116.9778" />
</While>
<CustomBehavior File="WaitTimer" WaitTime="60000" />
</If>
I ended up just stopping and starting the bot, but the problem looks like the QuestID is missing from that CustomBehaviour so HBCore is still allow us to remain inside it.
I imagine it's a timing issue if the objective hasn't quite been updated as "completed" in time, and we end up looping around again.