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!

Hey guys

mikey9590

New Member
Joined
Mar 6, 2010
Messages
12
by anychance is there anyway of make HB sell everything in my bags other then what hes farming, say like greens, frostweave an chilled meat an w.e else like that lol let me know
 
In your levling-profile:

<SellGray>true</SellGray>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>true</SellBlue>
<SellPurple>true</SellPurple>
 
Last edited:
i seen what u ment by that in the profile but how do i make it so it doesnt sell my leather i farm can i put like <SellBoreanLeather>false</SellBoreanLeather> will that work an same goes for arctic fur/nerbian chitin/ what ever else i farm lol. because i dont want anything else other then the leather i far but that other crap makes my bags full an then in the middle of the night he stops at the vendor trying to sell but he cant because everything now is like chilled meats/greens an some other crap lol
 
<SellGray>true</SellGray>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>true</SellBlue>
<SellPurple>true</SellPurple>

This is what Dalees meant. Not "ture"
 
i seen what u ment by that in the profile but how do i make it so it doesnt sell my leather i farm can i put like <SellBoreanLeather>false</SellBoreanLeather> will that work an same goes for arctic fur/nerbian chitin/ what ever else i farm lol. because i dont want anything else other then the leather i far but that other crap makes my bags full an then in the middle of the night he stops at the vendor trying to sell but he cant because everything now is like chilled meats/greens an some other crap lol

You need to add the items you want to keep to the protected list.

Code:
        <ProtectedItems>      
            <Item>4304</Item>
            <Item>4234</Item>
            <Item>1645</Item>   
            <Item>33454</Item>     
        </ProtectedItems>

You get the item number from wowhead. For instance borean leather is 33568. To get an items number just look at the address on wowhead. It should be /item=33568. Every item has such a number.
 
<SellGray>true</SellGray>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>true</SellBlue>
<SellPurple>true</SellPurple>

This is what Dalees meant. Not "ture"

Oh.. damn! Thanks Hawker, it was last yesterday :P


thanks alot btw for your first post =)

Ok well, you have a Protected Items.xml in your Honorbuddy-folder and also there are some entries in your leveling-profile. There you can set the protected-do-not-sell-items by itemID.
Visit wowhead.com -> search for your item -> klick the item -> on item-page look at the webaddress-line (there you write www.website-i-want-to-visit.com) -> there is a number like 8946 at the end of the link. This is the needed itemID.
 
hey thanks alot for your helps guys i gotta wait till servers are up to check if there working ill let you guys know
 
You can also use loofilter to auto delete all the grey items, which helps keep your bags empty of all the crap you pick up if that's what you're actually trying to do?

Just add whatever you want to keep to the named items section (especially your skinning knife / mining pick / hearthstone etc)
 
Back
Top