Ran into a problem with pally's class quest; When it accepts the quest, it just keep talking to the NPC over and over again for turn in without completing the objective.
I handplayed the quest (in other words, learning the spell and using it on training dummy) then went back to NPC, clicked Start, it talked to the NPC over and over again but didn't turn in the quest.
Code:
Moving to Type: QuestTurnIn
We leveled up! Checking if we need to switch profiles.
Moving to Type: QuestTurnIn
Stop called!
ThreadAbortException caught... did the user press the 'Stop' button?
Building spell book
Spell book built
Could not find quest with ID 28762! (Or could I: False)
Could not create a performable quest objective for objective with ID 49871!
Can not turn in quest Beating them Back! (ID: 28762) because I don't have it in my quest log! (Or do I: False)
Could not find quest with ID 28770! (Or could I: False)
Could not create a performable quest objective for objective with ID 49874!
Can not turn in quest Lions for Lambs (ID: 28770) because I don't have it in my quest log! (Or do I: False)
Can not turn in quest Consecrated Letter (ID: 3101) because I don't have it in my quest log! (Or do I: False)
Stop called!
ThreadAbortException caught... did the user press the 'Stop' button?
I know that HB doesn't support using skills from profiles yet, so I think you should remove this quest and the same for other class quests.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Anyway, it does the same thing after that, so I removed the following from profile under WoWClass.Paladin and reloaded it.
Code:
<PickUp QuestName="Beating them Back!" QuestId="28762" GiverName="Marshal McBride" GiverId="197" />
<Objective QuestName="Beating them Back!" QuestId="28762" Type="KillMob" MobId="49871" KillCount="6" />
<TurnIn QuestName="Beating them Back!" QuestId="28762" TurnInName="Marshal McBride" TurnInId="197" />
<PickUp QuestName="Lions for Lambs" QuestId="28770" GiverName="Marshal McBride" GiverId="197" />
<Objective QuestName="Lions for Lambs" QuestId="28770" Type="KillMob" MobId="49874" KillCount="8" />
<TurnIn QuestName="Lions for Lambs" QuestId="28770" TurnInName="Marshal McBride" TurnInId="197" />
<PickUp QuestName="Consecrated Letter" QuestId="3101" GiverName="Marshal McBride" GiverId="197" />
<TurnIn QuestName="Consecrated Letter" QuestId="3101" TurnInName="Brother Sammuel" TurnInId="925" />
<PickUp QuestName="The Power of the Light" QuestId="26918" GiverName="Brother Sammuel" GiverId="925" />
Working fine now