DragonFligth 10.0 Trinity

10.0.x DragonFligth 10.0 Trinity 2023-01-07

Repack DragonFligth
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:

All maps to Dragonflight 10.0.2, thanks to @Abby

Release + DataBase

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 :

PD: Use MYSQL 8.0
  • WoWScrnShot_010523_150633.jpg
    WoWScrnShot_010523_150633.jpg
    257 KB · Views: 418
  • repack wow dragonfligth.jpg
    repack wow dragonfligth.jpg
    368.5 KB · Views: 270
  • repack wow dragonfligth dentro del mundo dragon isles.jpg
    repack wow dragonfligth dentro del mundo dragon isles.jpg
    361.5 KB · Views: 254
Liked By 2 members :
Register & Get access to index

Posts

20

Likes

23

Resources

7

Version 2023-01-07
Downloads 31
Views 3,239
Last Update
0.00 star(s) 0 ratings
None

3,382

1,252

9,526

410

Top