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

5th bag dissapear

xtc690

New Member
Joined
Oct 4, 2012
Messages
63
Reaction score
0
I try to search if there is another post like this but couldn't find anything.Well after release of 6.0.2 i run 2 pick pocket bots and another one lvling from 1-90.The problem is that in every one of them i have only 4 bags.I used to have 5th but the last one just vanished or somthing i dont know what hapened.
 
if you got any item removing plugins for HB try to delete or disable those.
 
I'm running a clean install with no extra plug-in's and it's happening to me. Time to swap a netherweave bag in for a while me thinks :D
 
its actually old problem, had this happens sometimes like year ago. no logs or anything tho ;)
 
When im running dungeonbuddy it always removes my bag of treasure im receiving to, very weird, no pluging using...
 
i have no plugin and its clean install.It happened to cava questing and in my pick pocket farming bots.Never happened before and i bot for years so any admin can give a help on these?
 
same happend to me multable times i just replase it with a new one xD
 
I have 5 toons running since sunday. Can confirm one of them sold his 5th bag. I dont use any plugins, just pure HB with Singular and Dungeonbuddy. I dont really complain abt it, just thought that info might help since i didnt use plugins.
 
I can confirm this and its already Reported to CJ/Main/Raphus...i hope they take a look at this Bug ;-)
 
I try to search if there is another post like this but couldn't find anything.Well after release of 6.0.2 i run 2 pick pocket bots and another one lvling from 1-90.The problem is that in every one of them i have only 4 bags.I used to have 5th but the last one just vanished or somthing i dont know what hapened.


Lost mine too, I checked the vendor and apparently the bot sold it. I managed to buy it back for a couple of gold :-) ...Check the vendor sell tab
 
I've had this issue occur a few times the last months. At first, i thought it may be HB plugins, so i disable them. Still occurs, then i thought maybe one of my wow plugins, disable them, same thing again. Now call me crazy, but i swear once when i ran a transmog run, the bag disappeared, without Honorbuddy being up. For now I've just given up, and use netherweave bags at 5th slot, as they are cheap.
 
Try to put in your HS in the 5th bag which is being sold, probably it will prevent it :)
 
Replace ur sell code with that
Code:
<CustomBehavior File="Misc\RunLua" NumOfTimes="10" Lua="for bag=0,4 do
    for slot=0,GetContainerNumSlots(bag) do
      local link = GetContainerItemLink(bag, slot)
      if link and not link:find('Ледяная ткань') and not link:find('Камень возвращения') and not link:find('Сумка из ледяной ткани') then
        ShowMerchantSellCursor(1)
        UseContainerItem(bag, slot)
      end
    end
  end"/>
<CustomBehavior File="WaitTimer" WaitTime="1500" />
In string
Code:
if link and not link:find('Ледяная ткань') and not link:find('Камень возвращения') and not link:find('Сумка из ледяной ткани') then
Replace 'Ледяная ткань' or another one with name of ur bags.
Also, u can puit there name of another items, which u do not want to sell, like frostweave.
 
Back
Top