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!

Vendor greens instead of mailing?

TTFasho

New Member
Joined
Jun 30, 2014
Messages
25
How do I get the profile to vendor greens instead of filling up the mailbox with greens? is there something I'm missing because each profile uses vendors but still mail the greens
 
This is something set inside of the profiles you're using. If you're using Kick's profiles, it will sell greens only if you don't specify a character to mail to. You can fix this by opening up the profile and you should find something like this at the very top:
PHP:
	<SellGrey>true</SellGrey>
	<SellWhite>true</SellWhite>
	<SellGreen>true</SellGreen>
	<SellBlue>false</SellBlue>
	<SellPurple>false</SellPurple>

	<MailGrey>false</MailGrey>
	<MailWhite>true</MailWhite>
	<MailGreen>true</MailGreen>
	<MailBlue>true</MailBlue>
	<MailPurple>true</MailPurple>
There you should change MailGreen to false. It may not sell all of the greens you want it to though be because of the Protected Items.xml file in your Honorbuddy folder. You can comment out items you don't want in it, or much more easily get a plugin like Mr. ItemRemover2 which will let you force items to be sold at the vendor or delete them if necessary.
 
this is something set inside of the profiles you're using. If you're using kick's profiles, it will sell greens only if you don't specify a character to mail to. You can fix this by opening up the profile and you should find something like this at the very top:
PHP:
	<sellgrey>true</sellgrey>
	<sellwhite>true</sellwhite>
	<sellgreen>true</sellgreen>
	<sellblue>false</sellblue>
	<sellpurple>false</sellpurple>

	<mailgrey>false</mailgrey>
	<mailwhite>true</mailwhite>
	<mailgreen>true</mailgreen>
	<mailblue>true</mailblue>
	<mailpurple>true</mailpurple>
there you should change mailgreen to false. It may not sell all of the greens you want it to though be because of the protected items.xml file in your honorbuddy folder. You can comment out items you don't want in it, or much more easily get a plugin like mr. Itemremover2 which will let you force items to be sold at the vendor or delete them if necessary.

great reply ty :)
 
Back
Top