[DiscordArchive] Are there any rules regarding the server - when does it use hardcoded data (probably easy, at least
[DiscordArchive] Are there any rules regarding the server - when does it use hardcoded data (probably easy, at least
Archived author: Einkatzi • Posted: 2021-06-30T14:05:42.418000+00:00
Original source
I can't find that file...
Archived author: Claudiodfc • Posted: 2021-06-30T14:07:20.962000+00:00
Original source
wait a second
Archived author: Einkatzi • Posted: 2021-06-30T14:10:24.522000+00:00
Original source
https://github.com/azerothcore/azerothco...Stores.cpp seems to define the relation between DBCs and their corresponding mysql tables
[Embed: azerothcore/azerothcore-wotlk]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...Stores.cpp
Archived author: Einkatzi • Posted: 2021-06-30T14:11:40.673000+00:00
Original source
But I can't read C++ well enough to tell if there is a mechanism for the _dbc tables to override the DBC files.
Archived author: Claudiodfc • Posted: 2021-06-30T14:12:14.257000+00:00
Original source
it really depends on the table, so reading c++ code is required to understand if they're implemented
Archived author: Claudiodfc • Posted: 2021-06-30T14:12:27.607000+00:00
Original source
I'm a bit occupied right now but if I got time i'll get to you
Archived author: Einkatzi • Posted: 2021-06-30T14:17:44.644000+00:00
Original source
Thank you for your help - I don't mean to disturb you. It's just hard for a newbie like me to tackle the interrelationships in this project. (It was quite a revelation when I found out that it's not like "mysql for data and c++ for functional code and that's about it"...)
Archived author: Einkatzi • Posted: 2021-06-30T14:18:49.873000+00:00
Original source
I don't think there's a wiki article about this (if there is, I apologize!)
Archived author: Claudiodfc • Posted: 2021-06-30T14:27:13.880000+00:00
Original source
no worries man, asking doesn't hurt, worst can happen is no one replying or you not understanding
Archived author: Claudiodfc • Posted: 2021-06-30T14:27:51.814000+00:00
Original source
I always have to re-search a lot to make the slightest change as well