[DiscordArchive] Hi all,
[DiscordArchive] Hi all,
Archived author: MacWarrior • Posted: 2025-10-30T14:44:37.550000+00:00
Original source
Hi all,
In `creature_template`, we have `name` and `subname` columns ; but in `creature_template_locale`, matching columns are named `Name` and `Title`
Is it somehow wanted or should columns names be the same (Like in a perfect world) ?
Archived author: Bench • Posted: 2025-09-17T18:09:20.051000+00:00
Original source
Because not all display IDs are used by creatures
No, because custom content could reuse those IDs or otherwise change them so they *don't* make the client crash
Archived author: MacWarrior • Posted: 2025-09-17T18:16:37.386000+00:00
Original source
Here is one example :
DisplayID 15331 make game crash
It is used by only one NPC (ID 15216) which is not used in creature table (Maybe some spell or script ?)
Spawning this NPC manually logically make the game crash too
Archived author: Nyeriah • Posted: 2025-09-17T18:22:33.980000+00:00
Original source
the bottom line is
we don't fix client issues and if people do custom stuff they should expect custom results
Archived author: Bench • Posted: 2025-09-17T18:24:04.647000+00:00
Original source
Yes, spawning that NPC does crash the client. That model *is* definitely correct for that NPC according to official data. No, it will not be modified in any way on AzerothCore
Archived author: MacWarrior • Posted: 2025-09-17T18:24:10.938000+00:00
Original source
I know what I'm doing
Just numbers ; there is a total of 24262 DisplayIDs
119 of them are missing in creature_model_info
3 of them make game crash
Just asking why creature_model_info isn't complete as it laks just a few entries ; and would a PR about it be accepted ?
Archived author: Bench • Posted: 2025-09-17T18:24:36.503000+00:00
Original source
If you get the data for that table from a proper source, then yes, it would be accepted
Archived author: Bench • Posted: 2025-09-17T18:24:55.808000+00:00
Original source
But that proper source is sniffs, and I doubt that's where you'd be getting it
Archived author: MacWarrior • Posted: 2025-09-17T18:25:17.420000+00:00
Original source
Obvisously
Archived author: MacWarrior • Posted: 2025-09-17T18:27:03.708000+00:00
Original source
https://www.azerothcore.org/wiki/creature_model_info
=> Sorry, I missed the wiki's note : "do not modify this field without sniffs or talking to Kinzcool before"