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!

ProtectedItems.xml VS <ProtectedItems>

blackthorn

New Member
Joined
Jan 25, 2010
Messages
10
What is the difference? My understanding was that ProtectedItems.xml was a global setting for all profiles. I got tired of adding <ProtectedItems> to my profiles, so I moved (and edited accordingly) all items into ProtectedItems.xml. Much to my surprise, all my protected items, except those originally listed in ProtectedItems.xml were sold. All my leather, all my frostweave gone! So I moved it back into the <ProtectedItems> element in my profile, and they are once again kept. So why have 2 different places to track them, and which takes precedence? Or is there a 'proper' way to update ProtectedItems.xml? Thanks in advance.
 
Yes, i also have this problem, but i dont get what this <ProtectedItems> is?! i just know protecteditems.xml, and ALL my leather got sold, which is really really disappointing,.,.
 
<ProtectedItems> is an element you can add to the XML profile you load in HB to specify which items, by Item ID, to keep when vendoring. The <ProtectedItems> element is listed under the main <HBProfile> section and contains contains <Item> subelements. For example

<HBProfile>
Profile code (<Name>. <MinLevel>, <MaxLevel>, etc.)
<ProtectedItems>
<Item>37700</Item>
<Item>35623</Item>
</ProtectedItems>
<SubProfile>
...
 
Yes, i also have this problem, but i dont get what this <ProtectedItems> is?! i just know protecteditems.xml, and ALL my leather got sold, which is really really disappointing,.,.
Set SellWhite to false, and MailWhite to true in the <profile you are running>.xml
 
Yes, the ID number after i from ThottBot. Or get the ItemID addon. It's much simpler (/itemid <ClickItemLink> returns the item id in game. You don't need the name when adding as <ProtectedItems> in the profile.
 
I think what he is trying to get at is there are two files in the directory now. "Protected Items.xml" and "ProtectedItems.xml" one with space one thingout.. Probably just a slipup in programming I would assume.
 
My bad. The file is 'Protected Items.xml' (with a space) not 'ProtectedItems.xml' with no space. '<ProtectedItems>' (with no space) is the element in the XML profile. When I add items to 'Protected Items.xml' it has no effect, only when I add through <ProtectedItems> does it actually protect the item.
 
Back
Top