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!

problem with selling everything in my inventory on repair

jungeye

New Member
Joined
Feb 22, 2010
Messages
104
im currently leveling a hunter with HB along with the addon lootfilter, i have it set so the only thing he keeps on looting is meat along with rares and epics. when he goes to the vendor to repair he sells all the meat even though i have it set to keep i also have it set in lootfilter general options to exclude my "backpack" when using lootfilter so this is where i keep all my meat for my pet but it still sells? any ideas on what i can do so i can leave this toon running over night
 
In your profile, there is a <protecteditems> section that you can add names and id's (get them from wowhead) to. Here's a good starting point:

Code:
    <ProtectedItems>      
    <!--  Instant Poison  --> 
  <Item>6497</Item> 
  <Item>6949</Item> 
  <Item>6950</Item> 
  <Item>8926</Item> 
  <Item>8927</Item> 
  <Item>8928</Item> 
  <Item>21927</Item> 
  <Item>43230</Item> 
  <Item>43231</Item> 
  <Item>6948</Item> 
- <!-- Hearthstone  --> 
  <Item>2901</Item> 
- <!--  Mining Pick  --> 
  <Item>6256</Item> 
- <!-- Fishing Pole --> 
  <Item>11137</Item> 
- <!-- Vision Dust --> 
  <Item>6218</Item> 
- <!-- runed copper rod --> 
  <Item>13628</Item> 
- <!-- runed golden rod  --> 
  <Item>13702</Item> 
- <!-- runed truesilver rod  --> 
  <Item>17031</Item> 
- <!-- Rune of Teleportation  --> 
- <!-- Leather  --> 
  <Item>7005</Item> 
- <!-- Skinning Knife  --> 
  <Item>4304</Item> 
- <!-- thick Leather  --> 
  <Item>4234</Item> 
- <!-- heavy lather  --> 
  <Item>2318</Item> 
- <!-- Light Leather  --> 
  <Item>2319</Item> 
- <!-- Medium Leather  --> 
  <Item>4232</Item> 
- <!-- Medium Hide  --> 
  <Item>4235</Item> 
- <!-- heavy Hide  --> 
  <Item>783</Item> 
- <!-- light Hide  --> 
- <!-- small Bags  --> 
  <Item>5571</Item> 
- <!-- small black pouch  --> 
  <Item>4496</Item> 
- <!-- small brown pouch  --> 
  <Item>828</Item> 
- <!-- small blue pouch  --> 
  <Item>5572</Item> 
- <!-- small green pouch  --> 
  <Item>805</Item> 
- <!-- small red pouch  --> 
- <!-- Drinks  --> 
  <Item>1645</Item> 
- <!-- Moonberry Juice  --> 
  <Item>1205</Item> 
- <!-- Melon Juice  --> 
  <Item>159</Item> 
- <!-- Refreshing Spring Water  --> 
  <Item>1179</Item> 
- <!-- Ice Cold Milk  --> 
  <Item>8766</Item> 
- <!-- Morning Glory Dew  --> 
  <Item>1708</Item> 
- <!-- Sweet Nectar  --> 
- <!-- Cloth  --> 
  <Item>4338</Item> 
- <!-- Mageweave Cloth  --> 
  <Item>21877</Item> 
- <!-- Netherweave Cloth  --> 
  <Item>4306</Item> 
- <!-- Silk Cloth  --> 
  <Item>2589</Item> 
- <!-- Linen Cloth  --> 
  <Item>2592</Item> 
- <!-- Wool Cloth  --> 
  <Item>14047</Item> 
- <!-- Wool Cloth  --> 
- <!-- Healing Potions  --> 
  <Item>118</Item> 
  <Item>858</Item> 
  <Item>929</Item> 
  <Item>1710</Item> 
  <Item>3928</Item> 
  <Item>13446</Item> 
  <Item>17556</Item> 
  <Item>28551</Item> 
  <Item>33447</Item> 
- <!-- Food  -->
<Item>4540</Item>
  </ProtectedItems>
 
thank you got every filled in hopefully i did it right guess i will see in the morning

+ edit+ still seemed to sell everything double checked all spelling and puncuation signs so im not really sure :(
 
Last edited:
maybe if somone could take a look at my protected items folder to see if i did something wrong.....also my hunter keeps trying to feed my pet crisp spider meat which i have none of so he just stands there trying to feed for hours not moving, i have put crisp spider meat on the do not feed list as well?
 

Attachments

Last edited:
got this figured out i was going into the protected items.xml instead of using the protected items built right into the 1-6o horde profile
 
Back
Top