I've made a custom recipe but for some reason I can't get the display right.
As you can see, if I craft the "annihilator", it crafts the Deadly Gladiator's peice.
I can't get the crafting icon and text to change to "Deadly Gladiator's Ornamented Chestguard".
Here is the crafting recipe:
In the spell DBC for ID 16991 I have as follows:
Fields 52-57 are the material ID's (12359, 12360, 12808, 12364, 12644, 12810)
Fields 60-65 are the quantities of fields 52-57 (40, 12, 10, 8, 2, 4)
Field 71 is the effect: ID 24 (SPELL_EFFECT_CREATE_ITEM)
Field 107 is the ID of the item I am creating (40905) The deadly gladiators peice
Field 131 is the spell visual ID which I believe is the blacksmithing hammer animation when near an anvil (395)
Field 133 is the SpellIconID which is 140, not exactly sure what this changes
Field 136 is the Spell Name which I have just typed in "Deadly Gladiator's Ornamented Chestguard" <-- there is supposed to be an ID for these which I cannot seem to find, if you use taliis and click on the names in this field they turn into an ID. I have tried changing this to a pre-existing number from a different spell but it didn't change anything.
Field 222 is the requirement for having to use a hammer to create an item (162)
Everything else I'm not sure about and I'm really confused as to why I can't get the display to change in the crafting menu. If anyone has any idea as to why this might be happening I would love you forever if you'd share your knowledge.
Thanks!