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
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
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
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.
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).