[DiscordArchive] are there any scripts/collection for sql that would let u extract stuff instead of trying to find co
[DiscordArchive] are there any scripts/collection for sql that would let u extract stuff instead of trying to find co
Archived author: Revision • Posted: 2022-02-22T13:22:48.617000+00:00
Original source
But I'm not sure if that'll let you export stuff very easily. I know it lets you very easily edit stuff and export a query for it.
Archived author: Revision • Posted: 2022-02-22T13:23:25.824000+00:00
Original source
Items rewarded from quests aren't stored in item_template, it's in quest_template
Archived author: Grandold • Posted: 2022-02-22T13:23:28.335000+00:00
Original source
does that somehow handle the db relations in acore? like, is it just a db gui or does it actually know which tables and fields it needs to connect to get all item data for example?
Archived author: Grandold • Posted: 2022-02-22T13:23:45.027000+00:00
Original source
aaaa okay ty, that alone helps alot
Archived author: Grandold • Posted: 2022-02-22T13:24:01.267000+00:00
Original source
would never have guessed they are in table named like that
Archived author: Grandold • Posted: 2022-02-22T13:25:00.536000+00:00
Original source
well I'll check the keira anyways if I just ever get acore installed thanks for all the tips!
Archived author: Revision • Posted: 2022-02-22T13:26:30.033000+00:00
Original source
I wouldn't be able to explain Keira enough. It's a very handy tool and you could always check it out to see if it helps you. If you want more advanced stuff than what it provides, the only way I know of is create the queries yourself. There may very well be other tools out there but I haven't heard of such.
Archived author: Grandold • Posted: 2022-02-22T13:26:33.772000+00:00
Original source
btw do u know if there are any of those wowdb/wowhead-like systems open source / downloadable? would prob help a lot
Archived author: Revision • Posted: 2022-02-22T13:27:18.416000+00:00
Original source
The official AoWoW source supporting AC is https://github.com/azerothcore/aowow, but it's not up-to-date so I ported it over myself https://github.com/tkn963/aowow
Archived author: Grandold • Posted: 2022-02-22T13:27:24.699000+00:00
Original source
I mean I know sql just fine, its the tables that I'm not familiar with so bit hard to get started guessing what data is in which table