[DiscordArchive] Hi guys, I want to work on this issue https://github.com/azerothcore/azerothcore-wotlk/issues/3544 a
[DiscordArchive] Hi guys, I want to work on this issue https://github.com/azerothcore/azerothcore-wotlk/issues/3544 a
Archived author: Hacaw • Posted: 2020-12-04T17:06:25.209000+00:00
Original source
Hi guys, I want to work on this issue https://github.com/azerothcore/azerothco...ssues/3544 and I was looking for the item in the source code, but all I found was some reference to some sql scripts, is the logic of the item stored in database as a procedure, maybe ?
Archived author: MaloW • Posted: 2020-12-04T17:41:59.466000+00:00
Original source
It's likely that the data for this is in Spells.dbc, which is a file inside your Data folder
Archived author: Hacaw • Posted: 2020-12-04T17:46:29.141000+00:00
Original source
Thanks <@!107869937443307520> , I taught the /data folder is part of the client files and should never touch it I will look into how to open and edit those .dbc file formats.
Archived author: MaloW • Posted: 2020-12-04T17:51:28.485000+00:00
Original source
You are correct that the data comes from the client, however it might be that the core interprets the data from there incorrectly. Basically the spell.dbc has like hundreds of columns with various values for various effects, so like value 51 in a specific field might mean "chance on hit create shield" or something like that
Archived author: MaloW • Posted: 2020-12-04T17:52:00.368000+00:00
Original source
But I think the data in the dbc file can be incomplete or possibly wrong as well, as there are server-side overrides for it I think in the world-db