At the moment I am leveling up my warlock and I was lucky enough to notice the bot had a pair of Glorious Shoulders in inventory which sells for ALOT on my server. Is there anyway for the bot to recognize transmog items and save them or is it up to every profile to fix stuff like that?
If you have a list of items you can put it on the "Protected Items.xml" file on the root folder of HonorBuddy and it will not delete it. Here is an example of a few things I have added to it: HTML: <!-- Lockbox: Rogue locked boxes (ordered by level) --> <Item Name="Ornate Bronze Lockbox" Id="4632" /> <Item Name="Heavy Bronze Lockbox" Id="4633" /> <Item Name="Iron Lockbox" Id="4634" /> <Item Name="Strong Iron Lockbox" Id="4636" /> <Item Name="Steel Lockbox" Id="4637" /> <Item Name="Reinforced Steel Lockbox" Id="4638" /> <Item Name="Mithril Lockbox" Id="5758" /> <Item Name="Thorium Lockbox" Id="5759" /> <Item Name="Eternium Lockbox" Id="5760" /> <Item Name="Khorium Lockbox" Id="31952" /> <Item Name="Froststeel Lockbox" Id="43622" /> <Item Name="Titanium Lockbox" Id="43624" /> <Item Name="Tiny Titanium Lockbox" Id="45986" /> <Item Name="Elementium Lockbox" Id="68729" /> <Item Name="Ghost Iron Lockbox" Id="88567" /> You can find both item name and id on Wowhead: Flagged for awesome. hope it helps.