Just an FYI, both of those did work fine for me on US client.
<TurnIn QuestName="The Fate of the Ruby Dragonshrine" QuestId="12419" TurnInName="Krasus" TurnInId="27990" />
<If Condition="HasQuest(12447)" >
<Runto QuestId="12470" X="3581.564" Y="284.1621" Z="340.8325" />
<CustomBehavior File="InteractWith" QuestId="12470" ObjectType="NPC" MobId="26949" NumOfTimes="1" CollectionDistance="10" X="3580.809" Y="289.5718" Z="340.8393" />
<CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/script SelectGossipOption(1)" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="25000" />
</If>
<Pickup QuestName="Slim Pickings" QuestId="12075" GiverName="Zort" GiverId="26659" GiverType="NPC" />
[8:36:40 PM:615] Can not find NPC selling item with ID 36765 in database. Please add a quest override for quest Slim Pickings
<If Condition="HasQuest(12075)" >
<CustomBehavior File="InteractWith" QuestId="12075" ObjectType="NPC" MobId="26809" NumOfTimes="2" CollectionDistance="4" X="5129.416" Y="476.5332" Z="189.491" />
</If>
<!--Objective QuestName="Slim Pickings" QuestId="12075" Type="CollectItem" ItemId="36765" CollectCount="1" / -->
<TurnIn QuestName="Slim Pickings" QuestId="12075" TurnInName="Zort" TurnInId="26659" />
<Quest Id="12075" Name="Slim Pickings">
<Objective Type="CollectItem" ItemId="36765" CollectCount="1">
<CollectFrom>
<Vendor Name="Ravaged Crystalline Ice Giant" Entry="26809" Type="Repair" X="5128.873" Y="477.6962" Z="190.1689" />
</CollectFrom>
<Hotspots>
<Hotspot X="5128.873" Y="477.6962" Z="190.1689" />
</Hotspots>
</Objective>
</Quest>
<If Condition="((HasQuest(12277)) && (!HasItem(37465)) && (!IsQuestCompleted(12277)))" >
<RunTo QuestId="12277" X="4028.509" Y="-900.355" Z="108.8006" />
<CustomBehavior File="InteractWith" QuestId="12277" ObjectType="Gameobject" MobId="189288" NumOfTimes="1" CollectionDistance="10" X="4028.509" Y="-900.355" Z="108.8006" />
</If>
<TurnIn QuestName="A Righteous Sermon" QuestId="12321" TurnInName="High Commander Halford Wyrmbane" TurnInId="27136" />
<PickUp QuestName="The Forgotten Tale" QuestId="12291" GiverName="Orik Trueheart" GiverId="27347" />
<If Condition="(HasItem(37570))" >
<UseItem QuestId="12291" ItemId="37570" X="3192.342" Y="-1073.518" Z="50.7464" />
</If>
<If Condition="((HasQuest(12291)) && (!IsQuestCompleted(12291)))" >
<RunTo QuestId="12291" X="3092.095" Y="-1124.3" Z="22.50436" />
<CustomBehavior File="TalkandInteractWith" QuestId="12291" ObjectType="NPC" MobId="27229" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="200" X="3140.097" Y="-1102.012" Z="31.5212" />
<CustomBehavior File="TalkandInteractWith" QuestId="12291" ObjectType="NPC" MobId="27224" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="200" X="3140.097" Y="-1102.012" Z="31.5212" />
<CustomBehavior File="TalkandInteractWith" QuestId="12291" ObjectType="NPC" MobId="27225" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="200" X="3140.097" Y="-1102.012" Z="31.5212" />
<CustomBehavior File="TalkandInteractWith" QuestId="12291" ObjectType="NPC" MobId="27226" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="200" X="3140.097" Y="-1102.012" Z="31.5212" />
</If>
<TurnIn QuestName="The Forgotten Tale" QuestId="12291" TurnInName="Orik Trueheart" TurnInId="27347" />
<TurnIn QuestName="A Righteous Sermon" QuestId="12321" TurnInName="High Commander Halford Wyrmbane" TurnInId="27136" />
<Objective QuestName="Kill the Cultists" QuestId="12167" Type="CollectItem" ItemId="36957" CollectCount="5" />
Exception thrown in CustomBehavior object for tag:
<CustomBehavior File="TalkandInteractWith" QuestId="12092" ObjectType="NPC" MobId="36786" NumOfTimes="6" GossipOption="1" WaitTime="1000" CollectionDistance="500" X="3229.479" Y="1844.142" Z="134.4824" />
make sure the tag has all required attributes and try again.
keep getting that lol...
Kickazz006 first off i want to say great profile, im loving all the ones you have set up from 68-80. My issue is on the quest Strengthen the Ancients, all Honorbuddy says is "Interacting with Mob Id:36786 6 times" and my guy runs to <Hotspot X="3228.453" Y="1844.126" Z="134.335" /> and just stands there. If you could please help it would very much be appreciated. Thank you.![]()
<CustomBehavior File="TalkandInteractWith" QuestId="12092" ObjectType="NPC" MobId="36786" NumOfTimes="6" GossipOption="1" WaitTime="1000" CollectionDistance="500" X="3229.479" Y="1844.142" Z="134.4824" />
Thank you for responding to my question in such a short time. I tried stopping and starting the bot once it got to that spot again, but the same thing happens. All it says is to "Interacting with Mob Id:36786 6 times". Is there any way I can skip this quest or override it to maybe fix the bot?
The Quest Behavior Args system has been changed. I have an updated versions on my page if you want to check them out update these ones. It will fix a lot of the issues that are currently going on with the other way. You should no longer use the old methods.