So, every month or so I've been coming back to try out the quest bot. Today is the most success i've ever had, with it completing a whole quest before it broke.
Profile: http://www.buddyforum.de/showthread.php?8846-QuestOrder-Horde-Eastern-Kingdoms-1-60/page15
Quest:
The issue is that it just keeps opening and closing the window to hand in the quest.
HB Logs
See, it seems to be trying to pick up items for this quest. From the npc "Shadow Priest Savos". I don't even have this quest in my Quest log.
Am I doing something wrong or is HB Questing still pointless several months down the line?
Profile: http://www.buddyforum.de/showthread.php?8846-QuestOrder-Horde-Eastern-Kingdoms-1-60/page15
Quest:
Code:
<!-- The Mindless Ones (level 2) -->
<!-- Shadow Priest Sarvis wants you to kill 5 Mindless Zombies and 5 Wretched Ghouls. -->
<!-- http://www.wowhead.com/quest=364 -->
<PickUp QuestName="The Mindless Ones" GiverName="Shadow Priest Sarvis" QuestId="364" GiverId="1569" />
<!-- Creature: Mindless Zombie -->
<Objective QuestName="The Mindless Ones" QuestId="364" Type="KillMob" KillCount="5" MobId="1501" />
<!-- Creature: Wretched Ghoul -->
<Objective QuestName="The Mindless Ones" QuestId="364" Type="KillMob" KillCount="5" MobId="1502" />
<TurnIn QuestName="The Mindless Ones" NpcName="Shadow Priest Sarvis" QuestId="364" TurnInId="1569" />
The issue is that it just keeps opening and closing the window to hand in the quest.
HB Logs
Code:
[05:33:23:200] Changed POI to: Type: None, Loc: <0, 0, 0>
[05:33:23:291] Using wow with process id: 7540
[05:33:23:293] Platform: Microsoft Windows NT 6.1.7600.0
[05:33:23:294] Honorbuddy executable: D:\HB-Q\Honorbuddy.exe
[05:33:23:305]
[05:33:27:352] Changed POI to: Type: None, Loc: <0, 0, 0>
[05:33:28:703] Goal: Picking up Rattling the Rattlecages
[05:33:28:723] Changed POI to: Type: QuestPickUp
[05:33:29:204] interact: 0x335D8DF0
[05:33:29:229] interact done: 0x335D8DF0
[05:33:31:766] Changed POI to: Type: None, Loc: <0, 0, 0>
[05:33:31:918] Changed POI to: Type: QuestPickUp
[05:33:32:129] interact: 0x335D8DF0
[05:33:32:145] interact done: 0x335D8DF0
[05:33:35:179] Changed POI to: Type: None, Loc: <0, 0, 0>
[05:33:35:350] Changed POI to: Type: QuestPickUp
[05:33:35:576] interact: 0x335D8DF0
[05:33:35:596] interact done: 0x335D8DF0
[05:33:38:771] Changed POI to: Type: None, Loc: <0, 0, 0>
[05:33:39:88] Changed POI to: Type: QuestPickUp
[05:33:39:365] interact: 0x335D8DF0
[05:33:39:399] interact done: 0x335D8DF0
See, it seems to be trying to pick up items for this quest. From the npc "Shadow Priest Savos". I don't even have this quest in my Quest log.
Code:
<!-- Rattling the Rattlecages (level 3) -->
<!-- Kill 8 Rattlecage Skeletons, and then return to Shadow Priest Sarvis in Deathknell when you are done. -->
<!-- http://www.wowhead.com/quest=3901 -->
<PickUp QuestName="Rattling the Rattlecages" GiverName="Shadow Priest Sarvis" QuestId="3901" GiverId="1569" />
<!-- Creature: Rattlecage Skeleton -->
<Objective QuestName="Rattling the Rattlecages" QuestId="3901" Type="KillMob" KillCount="8" MobId="1890" />
<TurnIn QuestName="Rattling the Rattlecages" NpcName="Shadow Priest Sarvis" QuestId="3901" TurnInId="1569" />
Am I doing something wrong or is HB Questing still pointless several months down the line?