[DiscordArchive] How would I go about that?
[DiscordArchive] How would I go about that?
Archived author: Spargel • Posted: 2025-09-16T06:47:02.426000+00:00
Original source
Disable randombots from being created first if you're going to do that and might be inserting records of old ones. Otherwise you'll likely get duplicates.
Archived author: DurryDualWield • Posted: 2025-09-16T06:47:36.078000+00:00
Original source
should i right click create the db using heidisql
Archived author: Mithria • Posted: 2025-09-16T06:49:09.257000+00:00
Original source
you can, yes, but make sure encoding is set to what acore uses
Archived author: DurryDualWield • Posted: 2025-09-16T06:49:27.738000+00:00
Original source
is that the collation? And if so which one is that?
Archived author: Mithria • Posted: 2025-09-16T06:49:38.451000+00:00
Original source
utf8mb4_unicode_ci
yes to collation
Archived author: Spargel • Posted: 2025-09-16T06:50:13.061000+00:00
Original source
The core and module both also have create sql files you can just run.
Archived author: Spargel • Posted: 2025-09-16T06:51:51.491000+00:00
Original source
`azerothcore-wotlk/data/sql/create/create_mysql.sql`
and
`mod-playerbots/data/sql/playerbots/create/create_mysql.sql`
Archived author: DurryDualWield • Posted: 2025-09-16T06:55:35.881000+00:00
Original source
/* SQL Error (1146): Table 'acore_characters.account' doesn't exist */
Archived author: Mithria • Posted: 2025-09-16T06:56:15.681000+00:00
Original source
oh you didnt export table definitions either
Archived author: Mithria • Posted: 2025-09-16T06:56:18.911000+00:00
Original source
that makes it harder