Worgen Quest Broken: Moonfire
Profile: Other\Natfoth WorgenQuests 1-13.xml
Quest: "Moonfire" (14283)
Issue: As a Worgen Druid, it doesn't cast Moonfire. Honorbuddy stops with an error. (Logs: View attachment quest_14283.txt)
Fix: Change the MobID so it knows what to attack.
Logs attached.
Profile: Other\Natfoth WorgenQuests 1-13.xml
Quest: "Moonfire" (14283)
Issue: As a Worgen Druid, it doesn't cast Moonfire. Honorbuddy stops with an error. (Logs: View attachment quest_14283.txt)
Fix: Change the MobID so it knows what to attack.
Code:
<If Condition="((HasQuest(14283)) && (!IsQuestCompleted(14283)))" >
<CustomBehavior File="ForceSetVendor" DoTrain="True" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
<While Condition="(HasQuest(14283)) && (!IsQuestCompleted(14283))">
<CustomBehavior File="CastSpellOn" QuestId="14283" SpellId="774" [B][COLOR="#FF0000"]MobId="35118"[/COLOR][/B] WaitTime="2000" NumOfTimes="3" X="-1702.011" Y="1307.625" Z="19.78224" />
</While>
</If>
Logs attached.