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

Vendoring issue - Bot not selling all items after 6.0.2

Despertarlol

New Member
Joined
Jan 12, 2013
Messages
17
Reaction score
0
Hi there!

So as the topic says, HB has issues vendoring after the 6.0.2 patch.

The bot vendors upwards of 20 items just fine, but leaves the rest of the items, regardless of quality, in bags before going back to grind.

I'm running the clean beta install, no plugins, questing bot and instance farming (though I doubt that's relevant)


Is this an issue with the beta, or is there a setting I need to enable or change in the bot itself to accomodate for the 6.0.2 inventory changes?

I realise this is not a pressing matter, but I thought I'd just ask.
 
I suspect this is a new wow client limitation. You may try the sell-all macro in game and the result is same.
 
Indeed. Very frustrating, no botbase will sell all the BoPs/Grays etc. It sells grays I think. But the rest just build up in inventory until you need to manually sell.
Going to try the sell macro but I assume its going to give the same results.

EDIT: Tried this:
PHP:
/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end

I think its the new bags that are messing it up, this macro is selling but its only selling some items per usage, I had to use the same macro 4-5 times (maybe 1 per bag) to get the char to sell everything.

EDIT2: Fixed it by having the bot vendor multiple times. Apparently it vendors one bag at a time with the new bag-system.
 
Last edited:
Back
Top