Hi Echotiger,
seems like HB has trouble turning in this particular quest (mob is under water, maybe that's causing this issue)
Code:
Objectif: Turning in Quest - Ein grüner Ogron? (http://wowhead.com/quest=36482) : To - Cutter : ID - 82274 [Ref: "Turnin" @line 606]
EDIT:
Code:
<PickUp Nav="Fly" QuestName="Shredder vs. Saberon" QuestId="33663" GiverName="Rakthoth" GiverId="85089" X="6972.672" Y="872.684" Z="93.21857" />
<MoveTo Nav="Fly" X="7092.143" Y="835.4748" Z="73.02531" />
<!-- Make sure navigator doesn't calculate a bad path through the M2 objects -->
(Source: [Fly][H - Quest] 92-94 Gorgrond [Kick].xml)
Would you mind removing the second line? Even if char has already completed quests in Gorgrond, char will still move there and then load Talador quests as this MoveTo is only within this condition: IsQuestCompleted(36474).
Thank you
EDIT:
I had to replace hotspots for this quest, as char was not able to gather all arcane vortexes:
Code:
<!-- Gathering the Spark -->
<CustomBehavior File="InteractWith" MovementBy="NavigatorPreferred" PreInteractMountStrategy="DismountOrCancelShapeshift" QuestId="34636" MobId="79390" NonCompeteDistance="0" NumOfTimes="20" TerminateWhen="IsObjectiveComplete(1, 34636)"
WaitTime="2000" Range="3" >
<HuntingGrounds WaypointVisitStrategy="InOrder" >
<Hotspot X="3284.61" Y="988.6947" Z="41.05988" />
<Hotspot X="3253.359" Y="1026.175" Z="40.14833" />
<Hotspot X="3232.271" Y="1074.159" Z="36.50601" />
</HuntingGrounds>
</CustomBehavior>
(Source: [Fly][H - Quest] 94-96 Talador [Kick].xml)