Profile: [Fly][A - Quest] LK 68-80 [Kick]
Quest: Conversing with the Depths (
Conversing With the Depths - Quest - World of Warcraft)
Issue: I am using an Alliance Warlock. The toon just stops at the question location and does nothing. I have leveled several toons in the past few weeks and they all stop here. I also see other people just stuck in the same location.
Log: View attachment 176694
In this quest, the toon is supposed to talk to the sea-goddes Oacha'noa after clicking this orb. Then when she compels you to jump off the cliff, you're supposed to jump into the water. The problem is that the toon never jumps but instead seems to sit in the same location right next to the orb until the LogMeOut! plugin logs me out after 5 minutes of inactivity.
The relevant snippet from Kick's profile is:
Code:
<While Condition="HasQuest(12032) && !IsQuestCompleted(12032)">
<CustomBehavior File="FlyTo" DestName="Pearl of the Depths" X="2457.292" Y="1723.715" Z="76.43291" />
<CustomBehavior File="InteractWith" QuestId="12032" MobId="188422" NonCompeteDistance="0" PreInteractMountStrategy="DismountOrCancelShapeshift"
Range="8" X="2456.661" Y="1719.555" Z="59.93533" />
<MoveTo X="2455.553" Y="1717.125" Z="59.9511" />
<CustomBehavior File="WaitTimer" WaitTime="55000" GoalText="Waiting for event {TimeRemaining}" />
<DisableBehavior Name="Combat" />
<CustomBehavior File="Message" Text="Geronimo!" LogColor="Orange" />
<MoveTo X="2455.553" Y="1717.125" Z="59.9511" />
<CustomBehavior File="MyCTM" X="2434.546" Y="1709.331" Z="-1.577231" />
<MoveTo X="2438.683" Y="1654.85" Z="0.3224503" />
<EnableBehavior Name="Combat" />
</While>
Although I attached the full log, the relevant snippet from the log is:
Code:
[05:54:03.517 D] Activity: Moving to interact with The Pearl of the Depths (id: 188422, dist: 10.3, TtB: 17s)
[05:54:04.128 D] [InteractWith-v1997(debug)] Interacting with 'The Pearl of the Depths'
[05:54:04.129 D] Interacting with The Pearl of the Depths (GameObject Id: 188422)
[05:54:05.703 D] [InteractWith-v1997(debug)] Interact with 'The Pearl of the Depths' succeeded.
[05:54:07.706 V] Blacklisting 28002C4760B801800000390000364F8A for 00:03:00 [Type: Interact] - Reason: No reason specified. Caller: at Honorbuddy.QuestBehaviorCore.Extensions_WoWObject.BlacklistForInteracting(WoWObject wowObject, TimeSpan duration) in C:\HB\Quest Behaviors\QuestBehaviorCore\Extensions\Extensions_WoWObject.cs:line 50
[05:54:07.871 D] [InteractWith-v1997(debug)] InteractWith behavior complete. Reached our required count of 1.
[05:54:07.906 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[05:54:07.906 D] Removed hook [Combat_Only] 2f9c8cfe-91f8-48a0-8203-d5e007f73464
[05:54:07.906 D] Removed hook [Death_Main] dc559c4f-5720-427b-8118-1806c4f5329d
[05:54:07.943 D] [InteractWith-v1997(debug)] Behavior completed in 6s
[05:54:07.943 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedMoveTo.
[05:54:07.967 D] Goal: Moving to <2455.553, 1717.125, 59.9511> [Ref: "MoveTo" @line 7907]
[05:54:08.838 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedMoveTo.
[05:54:08.839 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Not sure if this is the problem but there is a weird "Blacklist" entry in the log when interacting with the orb.