[DiscordArchive] Hi guys, maybe someone here can give me some insight. I'm currently working on my own server, buildi
[DiscordArchive] Hi guys, maybe someone here can give me some insight. I'm currently working on my own server, buildi
Archived author: Tosty • Posted: 2025-11-01T12:17:12.554000+00:00
Original source
Hi guys, maybe someone here can give me some insight. I'm currently working on my own server, building it from scratch, to learn how it works behind the scenes and to expand my coding skills.
I'm currently trying to implement items. I added the item template for the 4 starting gear pieces for a human warrior (entry 38,39,40 and 49778) to the database. I'm able to send the necessary data to the client so that it knows the items exist and are equipped, but I can't get the client to display the icons in the equipment grid. They are there though, I can drag them out of the slot and can see the icon on my cursor then. The client doesn't send the Item Query for the items.
I didn't give the items any stats yet. They have a class, name, displayId, InventoryType and durability. And I can see them on the character model.
Does anyone have any idea, what information the client might be missing?
Archived author: Tosty • Posted: 2025-11-01T12:21:05.764000+00:00
Original source
Here is the network log, if that helps
World_parsed.txt
Archived author: Snowcraft • Posted: 2025-11-01T14:16:35.878000+00:00
Original source
You need to include the items in your item.dbc
Archived author: Snowcraft • Posted: 2025-11-01T14:16:41.533000+00:00
Original source
If in 3.3.5 at least.
Archived author: Snowcraft • Posted: 2025-11-01T14:17:05.698000+00:00
Original source
That item.dbc must also then be patched to the client.