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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

honorbuddy vendoring?

skaterninja25

New Member
Joined
Sep 7, 2011
Messages
43
hey guys i just purchased the bot and setup some questing profiles i got from the site, i was just curious while i was sitting here watching, when will the bot vendor items? like all the trash it picks up, does it wait till the bags are full? is there anything i have to do to get it to vendor?


thanks
 
Based on the number of available bagslots is what sends this bot running to sell/mail the thrash.

Sent from my X10i using Tapatalk
 
The profile (XML file) should have this in it:
Code:
  <SellGrey>True</SellGrey>
  <SellWhite>True</SellWhite>
  <SellGreen>True</SellGreen>
  <SellBlue>False</SellBlue>

Which will let you change what items it does or doesn't sell (though it does need "<Vendors>" in it as well, telling it where to go to sell the stuff).

You can change how many bag slots must be left before it goes to sell, by changing this line:
Code:
<MinFreeBagSlots>2</MinFreeBagSlots>

I find http://www.thebuddyforum.com/honorb...mr-itemremover-deletes-items-your-bags-4.html very handy to get rid of grey items and other items I know just aren't worth selling or auctioning - having it destroy the items means you have more bag space for longer, which means less time wasted running to the vendor and back ;)
 
Back
Top