[DiscordArchive] Hey all. Hoping someone can do a sanity check for me. I am newer to wow modding and am making a cust
[DiscordArchive] Hey all. Hoping someone can do a sanity check for me. I am newer to wow modding and am making a cust
Archived author: OneSpookyBoi • Posted: 2025-07-10T19:33:49.886000+00:00
Original source
Hey all. Hoping someone can do a sanity check for me. I am newer to wow modding and am making a custom item. I've done this (successfully) using two methods, both by finding an unused item and hijacking it and by adding a custom item into item.dbc through a client patch. These items work fine in game, however nothing I have done allows me to override dbc values (namely displayid). No matter what, I only see the value that is defined in the client patch Item.dbc. I have tried to change the DBC.EnforceItemAttributes, I've tried to put the new dbc file into server/data/dbc, nothing. Am I crazy? Should I not be able to with the item_template displayid attribute?