Here you can download a Repack for WoW Dragonflight with the latest revision of TrinityCore 10
along with the four databases auth, characters, hotfixes and world.
Here I will explain you step by step how to use the repack and end up playing with all races unlocked.
All thanks go to Yasmani who compiled and put the repack online
1. Download the full Repack latest version of TrinityCore: TrinityCore 10.0.2. 47213
Source:
github.com
All maps to Dragonflight 10.0.2, thanks to @Abby
drive.google.com
Release + DataBase
drive.google.com
Customer Client Launcher
2.CREATE DATABASE
Connect to MySQL with your favorite database editor and run this code which will create the
four necessary databases auth, characters, hotfixes and world:
3. SQL:
GRANT USAGE ON * . * TO 'trinity'@'localhost' IDENTIFIED BY 'trinity' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;
CREATE DATABASE `world10` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `characters10` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `auth10` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `hotfixes10` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
GRANT ALL PRIVILEGES ON `world10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `characters10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `auth10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `hotfixes10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
Once you have created the three databases, you must execute the .sql files
that are inside the folder named Database
4.CONFIGURE THE CORE
Once MySQL is installed and configured with a password,
we proceed to configure the following two files located in the core folder
-Open the bnetserver.conf file with your favorite editor and look for the following and
change what is in red for the password created when configuring MySQL:
Rich (BB code):
LoginDatabaseInfo = "127.0.0.1;3306;root;trinity;auth10"
-The other file to configure is worldserver.conf, look for the following and make
the same change as the authserver.conf file:
Rich (BB code):
LoginDatabaseInfo = "127.0.0.1;3306;root;trinity;auth10"
WorldDatabaseInfo = "127.0.0.1;3306;root;trinity;world10"
CharacterDatabaseInfo = "127.0.0.1;3306;root;trinity;characters10"
HotfixDatabaseInfo = "127.0.0.1;3306;root;trinity;hotfixes10"
Don't forget to save your changes.
5.CHANGE REAMLIST AND PLAY LOCAL
To change the reamlist, you need to edit the Config.wtf file you can find it in wow folder, in my case:
"C:\Program Files (x86)\World of Warcraft\_retail_\WTF\Config.wtf".
Edit the Config.wtf file with your favorite text editor, look for SET portal "US"
and change it to SET portal "127.0.0.1".
Remember that it is in phase tester and repair.
For sure, you will find many bugs
You have to report them in :
github.com
PD: Use MYSQL 8.0
along with the four databases auth, characters, hotfixes and world.
Here I will explain you step by step how to use the repack and end up playing with all races unlocked.
All thanks go to Yasmani who compiled and put the repack online
1. Download the full Repack latest version of TrinityCore: TrinityCore 10.0.2. 47213
Source:
GitHub - TrinityCore/TrinityCore: TrinityCore Open Source MMO Framework (master = 11.1.5.60490, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60192)
TrinityCore Open Source MMO Framework (master = 11.1.5.60490, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60192) - TrinityCore/TrinityCore
All maps to Dragonflight 10.0.2, thanks to @Abby
Maps.rar

Release + DataBase
Release+db-2022-12-23.rar

Customer Client Launcher

Arctium WoW Launcher
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
2.CREATE DATABASE
Connect to MySQL with your favorite database editor and run this code which will create the
four necessary databases auth, characters, hotfixes and world:
3. SQL:
GRANT USAGE ON * . * TO 'trinity'@'localhost' IDENTIFIED BY 'trinity' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;
CREATE DATABASE `world10` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `characters10` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `auth10` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `hotfixes10` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
GRANT ALL PRIVILEGES ON `world10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `characters10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `auth10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `hotfixes10` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
Once you have created the three databases, you must execute the .sql files
that are inside the folder named Database
4.CONFIGURE THE CORE
Once MySQL is installed and configured with a password,
we proceed to configure the following two files located in the core folder
-Open the bnetserver.conf file with your favorite editor and look for the following and
change what is in red for the password created when configuring MySQL:
Rich (BB code):
LoginDatabaseInfo = "127.0.0.1;3306;root;trinity;auth10"
-The other file to configure is worldserver.conf, look for the following and make
the same change as the authserver.conf file:
Rich (BB code):
LoginDatabaseInfo = "127.0.0.1;3306;root;trinity;auth10"
WorldDatabaseInfo = "127.0.0.1;3306;root;trinity;world10"
CharacterDatabaseInfo = "127.0.0.1;3306;root;trinity;characters10"
HotfixDatabaseInfo = "127.0.0.1;3306;root;trinity;hotfixes10"
Don't forget to save your changes.
5.CHANGE REAMLIST AND PLAY LOCAL
To change the reamlist, you need to edit the Config.wtf file you can find it in wow folder, in my case:
"C:\Program Files (x86)\World of Warcraft\_retail_\WTF\Config.wtf".
Edit the Config.wtf file with your favorite text editor, look for SET portal "US"
and change it to SET portal "127.0.0.1".
Remember that it is in phase tester and repair.
For sure, you will find many bugs
You have to report them in :
Issues · TrinityCore/TrinityCore
TrinityCore Open Source MMO Framework (master = 10.0.2.47213, 3.3.5 = 3.3.5a.12340) - Issues · TrinityCore/TrinityCore
PD: Use MYSQL 8.0