Where are the vendor settings while using a questing profile? I started Mount Hyjal at 55/115 quests a bit ago on my main and came back 30 min later to find it 'stuck' with the Yak vendor open and a dozen white/green items that I definiftely did not want vendored in the buyback including food, my Light of Elune, Nifty Stopwatch and more. Another 15+ items still missing judging my the empty bag space, hopefully in the mail to an alt or I will check Item Restorations when I get home.
Anyways, I see no Bot or Class settings defining this behavior.
Open whatever profile you're using, and look for this towards the top of the profile:
Code:
[COLOR="#0000FF"] <SellGrey>[COLOR="#000000"]true[/COLOR]</SellGrey>
<SellWhite>[COLOR="#000000"]true[/COLOR]</SellWhite>
<SellGreen>[COLOR="#000000"]true[/COLOR]</SellGreen>
<SellBlue>[COLOR="#000000"]false[/COLOR]</SellBlue>
<MailWhite>[COLOR="#000000"]true[/COLOR]</MailWhite>
<MailGreen>[COLOR="#000000"]true[/COLOR]</MailGreen>
<MailBlue>[COLOR="#000000"]true[/COLOR]</MailBlue>
<MailPurple>[COLOR="#000000"]true[/COLOR]</MailPurple>[/COLOR]
If you only want grey items vendored, set "sell white/green/blue" to "false"
Same for mail, if you want nothing mailed, set all to false.
You can also set items you want to keep in the Protected Items.xml in the main HB folder.
I set a few, so here's an example. I even set a blank copy in the note section for quick copy & paste:
Code:
[COLOR="#A9A9A9"] <!-- ========== Added Items ========== -->
<!-- quick copy ==> <Item Name="" Id="" /> <== --> [/COLOR]
[COLOR="#0000FF"] <Item Name="[COLOR="#008000"]Focus Augment Rune[/COLOR]" Id="[COLOR="#008000"]118632[/COLOR]" />
<Item Name="[COLOR="#008000"]Hyper Augment Rune[/COLOR]" Id="[COLOR="#008000"]118630[/COLOR]" />
<Item Name="[COLOR="#008000"]Stout Augment Rune[/COLOR]" Id="[COLOR="#008000"]118631[/COLOR]" />
<Item Name="[COLOR="#008000"]Whispers of Rai'Vosh[/COLOR]" Id="[COLOR="#008000"]113542[/COLOR]" />
<Item Name="[COLOR="#008000"]Breath of Talador[/COLOR]" Id="[COLOR="#008000"]116113[/COLOR]" />
<Item Name="[COLOR="#008000"]Ever-Blooming Frond[/COLOR]" Id="[COLOR="#008000"]118935[/COLOR]" />
<Item Name="[COLOR="#008000"]Talisman of True Treasure Tracking[/COLOR]" Id="[COLOR="#008000"]27944[/COLOR]" />[/COLOR]
You can get the item ID from Thottbot or WowHead from the URL.
You can also paste this direction into the profile below the Sell and Mail feature mentioned above.
NOTE: Any WoW update will replace the Protected Items.xml file, so if you update it, save a backup of the items.
I suggest making a Protected Items2.xml, and just copy paste the code you added to the new one.