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.