thebrodieman
Well-Known Member
- Joined
- Sep 11, 2011
- Messages
- 6,015
- Reaction score
- 81
When running the MOP daily quests i get the following before i even hit start
Warning: XML Error: Could not parse 'If' body node! - On line 30 - [<If Condition="Me.Class == WoWClass.Shaman">
<CustomBehavior File="CastSpell" SpellId="556" MobId="0" />
<ElseIf Condition="HasItem(60498)">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(60498)" />
</ElseIf>
<ElseIf Condition="HasItem(93672)">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(93672)" />
</ElseIf>
<ElseIf Condition="HasItem(54452)">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(54452)" />
</ElseIf>
<ElseIf Condition="HasItem(64488)">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(64488)" />
</ElseIf>
<ElseIf Condition="HasItem(6948)">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(6948)" />
</ElseIf>
</If>]
Changing current profile to The MoP Dailies Experience ($Rev: 334 $)
it says class shaman, but i am on a druid
It says class == shaman because its checking if you are.
But this error comes up when you don't have the CastSpell.cs Quest Behavior from my SVN in your Quest Behaviors folder.