What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

There is something wrong with my profile.

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
I have no idea what it is. When I get to this quest "Patching Up" it just DOES NOT LOOT ANY MOBS AT ALL. It needs to loot the caribous to get quest credit. I have tried on another character with another profile and then LOOTING WORKS GREAT.

I have attached my log and profile!!!!!
 

Attachments

Last edited:
it helps if you give the quest id / name so we don't have to hunt

PHP:
                <If Condition="(HasQuest(11894)) &amp;&amp; (!IsQuestCompleted(11894))">
                                         <CustomBehavior File="UserSettings" LootMobs="true" />
<Objective QuestName="Patching Up" QuestId="11894" Type="CollectItem" ItemId="35288" CollectCount="5" />
</If>

^^ is that it?

stick a quest override in it to collectfrom the mobs u want

PHP:
<Quest Id="11894" Name="Patching Up">
	<Objective Type="CollectItem" ItemId="35288" CollectCount="5">
		<CollectFrom>
                  <Mob Name="" Id=""/>
		</CollectFrom>
		<Hotspots>
                  <Hotspot X="" Y="" Z="" />
                  <Hotspot X="" Y="" Z="" />
                  <Hotspot X="" Y="" Z="" />
		</Hotspots>
	</Objective>
</Quest>
 
Last edited:
Mesger said:
I have attached my log and profile

I would definitely try the Quest Override recommended by Kick, first.

The other thing is it could be your CC. It might be in some form of 'continuous pull' mode. When all the mobs in the nearby area are dead, it may release control back to Honorbuddy to 'go loot'. If this is the case, just wait for it to kill all the nearby mobs, and watch to see if it will loot then.

Testing if its the CC should be easy, just restart Honorbuddy and pick another CC. I'm partial to Fpsware's Hunter. :)

cheers,
chinajade
 
DAMN!!!! It worked for the first caribou he killed but then bam. This is the exact same thing that happened before when I added this quest. It loots the first one then it tries to loot it again and again, after it continues it just kills the mobs, it doesn't loot anymore, does it like blacklist them? What the *ell. After that happens it ceases to loot ANY MOBS IT KILLS.

Edit: It's not the CC, tried with Hawker's too, same thing.

PHP:
[17:41:31:660] Activity: Pulling Marsh Caribou now.
[17:41:31:760] Spell_C::CastSpell(1130, 0, 0xF13064500091824C, 0) [23]
[17:41:32:871] Spell_C::CastSpell(3044, 0, 0xF13064500091824C, 0) [24]
[17:41:33:921] Spell_C::CastSpell(56641, 0, 0xF13064500091824C, 0) [25]
[17:41:34:63] Activity: Combat
[17:41:36:161] Spell_C::CastSpell(34026, 0, 0xF13064500091824C, 0) [26]
[17:41:37:279] Spell_C::CastSpell(5116, 0, 0xF13064500091824C, 0) [27]
[17:41:38:334] Spell_C::CastSpell(34026, 0, 0xF13064500091824C, 0) [28]
[17:41:38:361] Spell_C::CastSpell(3044, 0, 0xF13064500091824C, 0) [29]
[17:41:40:933] Cleared POI - Reason POI is dead from Combat
[17:41:40:933] Cleared POI
[17:41:41:81] Activity: Loading Tile/s
[17:41:41:205] Changed POI to: Type: Loot, Name: Marsh Caribou
[17:41:43:137] interact: 0x4603ECC4
[17:41:43:155] interact done: 0x4603ECC4
[17:41:44:74] Cleared POI - Reason Waiting for loot flag
[17:41:44:74] Cleared POI
[17:41:44:539] Changed POI to: Type: Loot, Name: Marsh Caribou
[17:41:44:691] Cleared POI - Reason Already looted
[17:41:44:691] Cleared POI
[17:41:44:846] Changed POI to: Type: Loot, Name: Marsh Caribou
[17:41:44:987] Cleared POI - Reason Already looted
[17:41:44:987] Cleared POI
 
Last edited:
Mesger said:
It worked for the first caribou he killed but then bam. This is the exact same thing that happened before when I added this quest. It loots the first one then it tries to loot it again and again, after it continues it just kills the mobs, it doesn't loot anymore, does it like blacklist them? What the *ell. After that happens it ceases to loot ANY MOBS IT KILLS.

Okay, another "something to try"...
Have you restarted Honorbuddy? You may have the same thing going on here as people experience when 'learning flight points'. Basically, if you
  • Reload the GUI (manually, or allow an addon such as Carbonite to do so)
  • Get DC'd
  • Toon hop (drop to the toon selection screen)
Then Honorbuddy becomes partially disconnected from the WoWclient and these kinds of things happen. The only recourse to fix this is to restart Honorbuddy.

I know its a "duh, I've already done this", but just had to ask. :)

cheers,
chinajade
 
Last thing I've got to try, then I'm tapped out...
What is your LootRadius set to?

Do any mobs show up in your "loot pane" after you kill them, or does this pane remain empty? If you've got a valid LootRadius and that pane is empty, but the mobs are lootable, then you might try the desperate act of reinstalling Honorbuddy.

cheers,
chinajade
 
Last thing I've got to try, then I'm tapped out...
What is your LootRadius set to?

Do any mobs show up in your "loot pane" after you kill them, or does this pane remain empty? If you've got a valid LootRadius and that pane is empty, but the mobs are lootable, then you might try the desperate act of reinstalling Honorbuddy.

cheers,
chinajade

The mobs do show up in the loot list : /. But doesn't loot.
 
I'm going to cry soon. Made a fresh install of HB and everything, removed that quest but it still wont loot. It got to be something with my profile. Seriously, what is the problem? Can someone test it for me and see if it works for you... I dunno...

If any developer could see this and maybe help me out...
 
Back
Top