Crowley
Member
- Joined
- Jan 15, 2010
- Messages
- 967
- Reaction score
- 20
Something has changed with either wow or HB questing.
It is going to trainers and picking up quests fine and engaging in battle but it seems to think the quest is complete when it is not.
Line 130
Line 136
The problem is that it is skiping right past line 130 during the pet battle, at which time the quest is not completed yet, and trying to pick up the next quest since i don't have it. But the when battle ends it turns in previous quest and picks new one up but HB doesn't recognise it has picked it up and just sits there.
The profile worked fine pre 5.1.
I can press stop and then start and it picks up from line 136 again like it should since i do have the quest now and goes to the next battlemaster and same thing again. This is not just this particular quest of course but i figured a smaller log file would be better.
Ignore the get stucks, that's because it's trying to get to the quest giver during the battle.
It is going to trainers and picking up quests fine and engaging in battle but it seems to think the quest is complete when it is not.
Line 130
Code:
<If Condition="HasQuest(31870) && IsQuestCompleted(31870)">
<TurnIn QuestName="Defeat Cassandra Kaboom" QuestId="31870" TurnInName="Cassandra Kaboom" TurnInId="66422" X="-3706.715" Y="-1578.641" Z="91.77861"/>
</If>
Line 136
Code:
<If Condition="!HasQuest(31918) && !IsQuestCompleted(31918)">
<CustomBehavior File="FlyTo" X="-3706.715" Y="-1578.641" Z="91.77861" DestName="get Homecoming" />
<PickUp QuestName="A Tamer's Homecoming" QuestId="31918" GiverName="Cassandra Kaboom" GiverId="66422" X="-3706.715" Y="-1578.641" Z="91.77861" />
</If>
The problem is that it is skiping right past line 130 during the pet battle, at which time the quest is not completed yet, and trying to pick up the next quest since i don't have it. But the when battle ends it turns in previous quest and picks new one up but HB doesn't recognise it has picked it up and just sits there.
The profile worked fine pre 5.1.
I can press stop and then start and it picks up from line 136 again like it should since i do have the quest now and goes to the next battlemaster and same thing again. This is not just this particular quest of course but i figured a smaller log file would be better.
Ignore the get stucks, that's because it's trying to get to the quest giver during the battle.