Hyal Firelands Daily Quests
\Reputation\Cata\Firelands\[Fly][N - Rep Quest] Hyjal Firelands Dailies [Kick].xml
Daily quest Those Bears Up There
http://www.wowhead.com/quest=29161
has to be done manually in the profile.
Since its basically the same quest as in the Cata\[Fly][N - Quest] Hyjal 80-82 [Kick].xml profile
The Bears Up There
http://www.wowhead.com/quest=25462
the code from the leveling profile just has to be merged into the Hyal Firelands daily quest profile.
PHP:
<If Condition="HasQuest(25462) && !IsQuestCompleted(25462)">
<MoveTo X="5254.562" Y="-1536.917" Z="1361.341" />
<CustomBehavior File="ForcedDismount" />
<!-- <CustomBehavior File="MountVehOnly" VehicleMountId="40190" X="5264.356" Y="-1510.762" Z="1365.41" /> -->
<If Condition="Me.Class == WoWClass.Druid">
<CustomBehavior File="RunMacro" Macro="/cancelaura cat form\n/cancelaura moonkin form"
WaitTime="1000" />
</If>
<CustomBehavior File="InteractWith" QuestId="25462" MobId="40190" Range="8" CollectionDistance="2"
X="5254.562" Y="-1536.917" Z="1361.341" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<CustomBehavior File="SpecificQuests\MountHyjal\BearsUpThere" QuestName="The Bears Up There"
QuestId="25462" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for quest to complete {TimeRemaining}" />
</If>
Mybe also replace the first "MoveTo" with "FlyTo"
Kmica