[DiscordArchive] New to wow modding, I've added a custom item to...
[DiscordArchive] New to wow modding, I've added a custom item to...
Archived author: Needle • Posted: 2025-02-24T01:45:28.800000+00:00
Original source
Archived author: Needle • Posted: 2025-02-24T01:45:29.277000+00:00
Original source
Thread automatically created by Go in <#415944535718494208>
Archived author: Titi • Posted: 2025-02-24T01:57:08.957000+00:00
Original source
did you edit dbcs ?
word:770403424965492738>
Archived author: Go • Posted: 2025-02-24T02:38:07.399000+00:00
Original source
The only thing I've edited right now is the server side database. I don't have any custom patch or dbc edits. I'm a total noob at this learning my way around for the first time. <
word:770403424965492738>
Archived author: Go • Posted: 2025-02-24T02:53:41.288000+00:00
Original source
I'll look into it, thanks!
Archived author: Xonxy • Posted: 2025-02-24T12:33:03.521000+00:00
Original source
Update your Item.dbc and put it in patch folder : DBFilesClient
Archived author: ReynoldsCahoon • Posted: 2025-02-24T12:35:31.074000+00:00
Original source
Your serverside `item_template` has a displayid that refers to a value in the clientside `itemdisplayinfo` dbc file which has a `InventoryIcon1` and `InventoryIcon2` field which are described here: https://wowdev.wiki/DB/ItemDisplayInfo#3.0.2.8905
Your clientside `item.dbc` (as Xonxy just mentioned) should match the records in your serverside `item_template` and also references the `itemdisplayinfo`.
Archived author: Go • Posted: 2025-02-24T17:08:26.629000+00:00
Original source
Do I grab the base dbc file and modify it, or the one from the most recent patch? One of them is like 1441 KB, but the other is 494MB? That one might be yours though <@95628962855653376> <:kekw:1301383133899522078> , should I just ignore that?
Archived author: ReynoldsCahoon • Posted: 2025-02-24T17:12:49.087000+00:00
Original source
Typically, you'd extract the dbc files from your base client, make your modifications to them, and then place them in a new patch matching the same directory structure so that it loads your DBC last.
Archived author: ReynoldsCahoon • Posted: 2025-02-24T17:13:16.323000+00:00
Original source
If you're pulling DBC data from HoT you're in for a bad time. Our item.dbc is comically large.