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!

how do i make my bot not sell knothhide leather at vendor?

fordy8

New Member
Joined
Jan 20, 2010
Messages
13
using phelons 58-70 profile and it keeps my greens / blues but is vendoring my leather ive skinned, ive got lootfilter setup to keep greens+ and leather and quest items. thanks
 

Attachments

Do a search of the forums, this is asked almost daily.

Protected Items list.
 
i tryed doing it but i get errors on the profile such as line 93 error etc can u give an example on tht profile and i can add to it please? cheers
 
You don't add it to the profile, you add it to the protecteditems.xml file.
 
and where would i find that? sorry if im being ignorant i really cant find that in my hb folder and the profile didnt come with 1 :)
 
is missing from the latest release
edit this one to your preferences
 

Attachments

Last edited:
Just out of curiosity.

Does the markup have to be with the actual item name or is the ID?
I just had a look at the file, and it's made up in 3 different ways, so I wonder what is the correct way, or do all 3 ways work that I found in the file?

Way 1:
PHP:
  <!-- Instant Poison -->
  <Item name="Instant Poison" entry="6497" />
  <Item name="Instant Poison" entry="6949" />
Here everything is called Instant Poison but the actual names differ.

Way 2:
PHP:
  <!-- Rune of Teleportation -->
  <Item name="" entry="17031" />
Here we skip names altogether.

Way 3:
PHP:
  <!-- Enchanting -->
  <Item name="Runed Copper Rod" entry="6218" />
  <Item name="Runed Silver Rod" entry="7795" />
Here they come with name and ID (I guess this could give problems with non english clients even though the ID is there as well?)

And my last question is, is there anything that is hardcoded protected.
If so, could I please get a list trough PM with the items that are hardcoded protected.

I want to make a more complete of the protected items.xml file and then post it back here for common use (but in order to do that I will have to know the answers to my questions first).

Thanks, LiquidAtoR.
 
Soz for the bump, but I would still like that hardcoded list of protected items ^^
 
I don't think this should be hardcoded. I personally sell leather to the vendor when my character has farmed sufficent quantities.
 
I don't request this is gonna be hardcoded :S

I want a list of items that ARE already hardcoded already (so I can ajust the protected.xml with all other logical items to protect).
I still see some occasional items that disappear out of my bags that should not be vendored.
But I also don't want to double code items (and risking errors due to it).
 
Back
Top