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

Dungeonbuddy - Bags full, Won't sell items

Fom20

Member
Joined
Nov 29, 2013
Messages
53
Reaction score
0
Pretty much as the title says i continuously come back to my computer to seeing my characters bags with 0 slots left trying to complete some quest but fails because it can't accept the quest item. This usually only happens in WotLK dungeons as far as i can tell..


Log:View attachment 7824 2015-08-28 18.30.txt
 
I'm using DungeonBuddy on a daily basis. And I did not encounter that problem. There's several options controlling which items to sell/mail. Try to play with them. And also DB probably can not find a vendor to sell to. In order to fix that add Vendors section into the appropriate DB profile:
HTML:
  <Vendors>
    <Vendor Name="..." Entry="..." X="..." Y="..." Z="..." />
  </Vendors>
actual vendor info you could find via wowhead and honorbuddy developer tools.
 
I should add that when my character zones out of a dungeon he is standing right on top of a Repair Vendor in stormwind yet refuses to interact with it to clear its bags when they are full
 
check your dungeonbuddy sell settings make sure its set to actually vendor the item qualities that are cluttering up your bags.
 
It does not work that way. By default DB does not aware of any vendors.
I see the following line is repeating in your log file:
Code:
[01:56:28.604 D] [DungeonBuddy-DEBUG]: [ShouldRequeue: True] queue: True, PartyMode Off And Not InParty: True,  PartyMode Leader And Everyone IsAlive: False, Do VendorRun: False, Cant Do Vendor Run: False, IsTank: False, Can Queue As Tank: False
What's suspicious is "Do VendorRun: False". I can't say why it is.

Check the Loot section of DB config.

Mine looks like:
Group Loot Mode Personal
Loot Mode Always
Mail BoE Items False
Maximum Vendor Item Quality Rare
Minimum Main Item Quality Epic

Also I see that bot is acually doing vendor runs several times:
Code:
[03:20:19.760 D] Activity: Doing vendor run
[03:20:19.900 V] Loading Azeroth_30_48
[03:20:20.430 D] Interacting with Frederick Stover (Unit Id: 1298)
[03:20:20.870 D] Clearing POI - Reason Done repairing + selling
[03:20:20.940 N] [DungeonBuddy]: Repairing at Frederick Stover
 
It does not work that way. By default DB does not aware of any vendors.
I see the following line is repeating in your log file:
Code:
[01:56:28.604 D] [DungeonBuddy-DEBUG]: [ShouldRequeue: True] queue: True, PartyMode Off And Not InParty: True,  PartyMode Leader And Everyone IsAlive: False, Do VendorRun: False, Cant Do Vendor Run: False, IsTank: False, Can Queue As Tank: False
What's suspicious is "Do VendorRun: False". I can't say why it is.

Check the Loot section of DB config.

Mine looks like:
Group Loot Mode Personal
Loot Mode Always
Mail BoE Items False
Maximum Vendor Item Quality Rare
Minimum Main Item Quality Epic

Also I see that bot is acually doing vendor runs several times:
Code:
[03:20:19.760 D] Activity: Doing vendor run
[03:20:19.900 V] Loading Azeroth_30_48
[03:20:20.430 D] Interacting with Frederick Stover (Unit Id: 1298)
[03:20:20.870 D] Clearing POI - Reason Done repairing + selling
[03:20:20.940 N] [DungeonBuddy]: Repairing at Frederick Stover
honorbuddy has a database of all the vendors so it does know what one is the closest. however that means nothing if the sell settings are incorrect.
 
Back
Top