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

Bot question about vendering.

Nirvana9832

Member
Joined
Apr 12, 2012
Messages
188
Reaction score
1
So I'm using questing bot, But i would like it to Mail my greens and blues etc, anything that isnt grey, white or soulbound to an alt.

I have the mail recipient in the bot in the settings, but I don't see options anywhere to turn off vendering... It's just vendering pretty much everything.

Was unsure where to post this, so I put it in the root dir.

Thanks :)
 
I'm pretty sure the setting is inside the profile.
Code:
<HBProfile>
	<Name>World Explorer Testing Profile</Name>
	<MinDurability>0.2</MinDurability>
	<MinFreeBagSlots>1</MinFreeBagSlots>
	<SellGrey>False</SellGrey>
	<SellWhite>False</SellWhite>
	<SellGreen>False</SellGreen>
	<MailWhite>False</MailWhite>
	<MailGreen>False</MailGreen>
	<MailBlue>False</MailBlue>
	<MailPurple>False</MailPurple>
	<ProtectedItems>

It's most likely one of the first thing inside the profile if it's questing bot. So just change it to True / False.
 
Last edited:
I'm pretty sure the setting is inside the profile.
Code:
<HBProfile>
	<Name>World Explorer Testing Profile</Name>
	<MinDurability>0.2</MinDurability>
	<MinFreeBagSlots>1</MinFreeBagSlots>
	<SellGrey>False</SellGrey>
	<SellWhite>False</SellWhite>
	<SellGreen>False</SellGreen>
	<MailWhite>False</MailWhite>
	<MailGreen>False</MailGreen>
	<MailBlue>False</MailBlue>
	<MailPurple>False</MailPurple>
	<ProtectedItems>

It's most likely one of the first thing inside the profile if it's questing bot. So just change it to True / False.
Didn't even think of that... Thanks!
 
Back
Top