[DiscordArchive] so, what determines how a faction behaves? is that handled in the database or the core ?
[DiscordArchive] so, what determines how a faction behaves? is that handled in the database or the core ?
Archived author: Neifion • Posted: 2021-10-14T14:31:29.276000+00:00
Original source
so, what determines how a faction behaves? is that handled in the database or the core ?
Archived author: Neifion • Posted: 2021-10-14T14:32:44.890000+00:00
Original source
I know it references a dbc table
Archived author: Neifion • Posted: 2021-10-14T14:32:50.473000+00:00
Original source
that's about all I know for sure
Archived author: Drooppi • Posted: 2021-10-14T17:05:37.844000+00:00
Original source
It's described in the wiki but it's a bit nasty to understand
Archived author: Drooppi • Posted: 2021-10-14T17:05:54.612000+00:00
Original source
https://www.azerothcore.org/wiki/factiontemplate
[Embed: FactionTemplate]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/factiontemplate
Archived author: Drooppi • Posted: 2021-10-14T17:24:02.121000+00:00
Original source
Is there some kind of read-only DB where we can see what is running on a stock server? After working on many PRs at the same time my DB is a bit messy but I don't want to reset it completely since I'm not sure I've properly written down all the DB changes
Archived author: Luke • Posted: 2021-10-14T18:01:03.658000+00:00
Original source
not exactly what your asking for, but what about keeping a portable db? change the ports in ini file and you can have both running at same time to compare side by side if you need to.
Archived author: Drooppi • Posted: 2021-10-14T18:12:57.640000+00:00
Original source
Could work . Would have to figure out how that goes but can't be too hard.
Archived author: Drooppi • Posted: 2021-10-14T18:13:13.584000+00:00
Original source
I'm lazy I prefer remote hosted but eh, that'd work too