Goes to the mob, kills it and trys to run a macro. What macro where? It won't use the conch on this quest. Many navigation issues as well .. get this quite often "Could not generate full path from {xxxxxxxx} to {xxxxxxxx} (time used: 1.258 seconds) x simple mean paths in this example. And get this also many times;
Code:
"* THIS BEHAVIOR IS DEPRECATED, and may be retired in a near, future release.
*
* SetPullDistance adds _no_ _additonal_ _value_ over the UserSettings behavior.
* Please update the profile to use the UserSettings behavior."
[/COLOR]
Not to mention, that instead of using the flying mount in many places, it just wants to use the ground mount in places where it should be flying from one place to the other rather than ussing the ground mount and then has to kill everything or get killed if ya turn off Kill between hotspots..
<PickUp QuestName="Learning to Communicate" GiverName="King Mrgl-Mrgl" QuestId="11571" GiverId="25197" />
<!-- BAD NAV underwater -->
<While Condition="((HasQuest(11571)) && (!IsQuestCompleted(11571)))" >
<CustomBehavior File="RunMacro" Macro="/petpassive" NumOfTimes="1" WaitTime="1000" />
<!--<CustomBehavior File="SetPullDistance" Distance="1" />-->
<CustomBehavior File="MyCTM" QuestId="11571" X="4235.496" Y="6099.202" Z="-2.6476166" />
<CustomBehavior File="MyCTM" QuestId="11571" X="4226.905" Y="6103.563" Z="-3.985657" />
<CustomBehavior File="MyCTM" QuestId="11571" X="4225.964" Y="6099.108" Z="-125.8995" />
<CustomBehavior File="RunMacro" Macro="/petpassive" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/target Scalder\n/startattack" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="60000" />
<CustomBehavior File="RunMacro" Macro="/target Scalder\n/use item:34598" NumOfTimes="2" WaitTime="10000" />
<CustomBehavior File="RunMacro" Macro="/petdefensive" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="MyCTM" X="4226.905" Y="6103.563" Z="-3.985657" />
<CustomBehavior File="MyCTM" X="4235.496" Y="6099.202" Z="-2.6476166" />
<CustomBehavior File="SetPullDistance" Distance="30" />
<CustomBehavior File="RunMacro" Macro="/petdefensive" NumOfTimes="1" WaitTime="1000" />
</While>
<TurnIn QuestName="Learning to Communicate" QuestId="11571" TurnInName="King Mrgl-Mrgl" TurnInId="25197" />
Last edited by a moderator: