-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request Factions, Editing, Adding, Altering tables #732
Comments
This is interesting, I don't know if Keira3 will edit DBC too, I hope so, but personally now is not the time to do that, I am personally waiting to have this azerothcore/azerothcore-wotlk#3002 |
It doesn't have to edit dbc. If you use wdbx, theres an export to DB. I do almost all my dbc work via db then import it back to wdbx. So by exporting the faction tables to your db, kiera3 can edit them, then wdbx import it back. Kiera3 can run the queries ON the DB exports. Then when the dbc in db update gets complete, the faction system in kiera would already be done. |
You're right, we can edit the factions from the database because they are already present as SQL table in the DB. |
I am closing this because I would not implement something that relies on 3rd tools like WDBX, moreover, it is unmaintained and not cross-platform. We have some porting of stormlib and dbc through https://github.com/sebyx07/wow-dbcfile-node/tree/main and https://github.com/sebyx07/stormlib-node , we could in the future implement them EDIT: I made a separate issue for DBC editor #3109 |
Although people would have to use a DBC editor to export their faction.dbc to csv or directly into database. It would be amazing to be able to see, edit, and add factions. Currently that i have found, there is no system out there that does faction editing, let alone explains it well. When there is so many parent > parent > child faction setups like Classic > Horde > Town and many more with multiple parents. No clear explanations of parent mods, flags and more.
Being able to make/choose a faction, choose its parent / make a new parent, edit values, change mods, allowing it to always display in reputation tab or hidden and sooo much more.
Being able to selection a faction and be able to see ALL the factions associated with it right there without searching through them all, so you know, 20, undead, is friendly with X and enemies with X and so forth.
A disclaimer up top of the faction page could tell people to make sure to export/import Faction.dbc Faction_template.dbc and factiongroup.dbc to database as "these names" so they can be read and edited.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: