Salut à tous, je revient vers vous avec une version de TrinityCore pour la 6.2.3 Plug-And-Play.
Hi everyone, I'm coming back to you with a version of TrinityCore for 6.2.3 Plug-And-Play.
Pré-requis:
1. Mysql Server 5.5.60 "_Server"
2. Navicat, MySql Workbench, HeidiSQL, etc... ( Pour mon exemple ce sera Navicat )
3. Dossier "SQL 6.2.3"
4. Dossier "Core 6.2.3"
5. Patch WOW-64 "Wow-64-Patched_Patched.exe"
1. Lancement de Mysql Server 5.5.60 / Launch of MySQL Server 5.5.60 :
Ouvrir le dossier "_Server", lancer le MySQL.bat ensuite vous pouvez le minimiser.
Open the "_Server" folder, run the MySQL.bat then you can minimize it.
2. Installation d'un gestionnaire de DB / Installation of a DB manager.
Vous allez pouvoir installer Navicat, après avoir effectuer l'installation connecter vous au server :
You will be able to install Navicat, after installing connect to the server:
Nom de connexion : Au choix / A choice
Hôte : localhost
Port: 3306
Nom d'utilisateur: root
Mot de passe: ascent
Après avoir appuyez sur "OK" vous allez avoir :
After pressing "OK" you will have:
Garder bien Navicat ouvert.
Keep Navicat open.
3. Installation des SQL / Installing the SQL.
Télécharger SQL 6.2.3.7z, décompresser le,
Download SQL 6.2.3.7z, unzip it,
Glisser le fichier create_mysql.sql sur le nom de votre Server dans Navicat.
Une fois avoir effectuer cela, vous aller avoir un pop-up appuyez simplement sur "Démarrer".
Drag the create_mysql.sql file onto the name of your Server in Navicat.
Once you have done this, you will get a pop-up just press "Start".
Effectuer ensuite un Refresh avec "F5" ou clic droit et "Actualiser".
Then perform a Refresh with "F5" or right click and "Refresh".
Double clic sur ( auth, characters, hotfix, web et world ) cela passera les DB de gris à vert.
Double click on ( auth, characters, hotfix, web and world ) this will change the DBs from gray to green.
Clic droit sur "auth" et cliquez sur "Exécuter le fichier SQL..."
Right click on "auth" and click on "Execute SQL file..."
Appuyez sur les "..." à côté de Fichier.
Press the "..." next to File.
Vous rendre dans le dossier "SQL 6.2.3" et choisir auth.sql.
Go to the "SQL 6.2.3" folder and choose auth.sql.
Cliquer sur "Démarrer", si vous avez bien suivi jusque ici aucune erreur ne devrais être affiché.
Click on "Start", if you have followed well so far no error should be displayed.
Effectuer la même manipulation pour les fichier suivant :
Perform the same manipulation for the following files:
characters -> characters.sql
hotfix -> hotfix.sql
web -> web.sql
world -> world.sql
Dernière étape pour le Serveur, allez sur la DB "auth" puis chercher "realmlist" dans les Tables et double clic dessus.
Last step for the Server, go to the "auth" DB then look for "realmlist" in the Tables and double click on it.
Vérifiez que vous avez bien dans address "127.0.0.1" et port "8085".
Check that you have in address "127.0.0.1" and port "8085".
( Le tuto ce base d'une configuration "LOCAL", le serveur fonctionne aussi en "GLOBAL" test effectuer et connexion sans soucis, au besoin un tuto pour le lancement en GLOBAL peut être effectuer.)
(The tutorial is based on a "LOCAL" configuration, the server also works in "GLOBAL" test to perform and connection without worries, if necessary a tutorial for the launch in GLOBAL can be performed.)
4. Configuration et lancement du Serveur Auth & World / Configuring and launching the Auth & World Server.
Ouvrir le dossier "Core 6.2.3", ouvrir le fichier authserver.conf et chercher la ligne :
Open the "Core 6.2.3" folder, open the authserver.conf file and look for the line:
LoginDatabaseInfo = "127.0.0.1;3306;root;root;auth"
### MODIFIER COMME CI-DESSOUS ###
### EDIT AS BELOW ###
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
Fermer le fichier et vous pouvez ouvrir le fichier worldserver.conf et chercher les lignes :
Close the file and you can open the worldserver.conf file and look for the lines:
LoginDatabaseInfo = "127.0.0.1;3306;root;root;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;root;characters"
HotfixDatabaseInfo = "127.0.0.1;3306;root;root;hotfix"
WebDatabaseInfo = "127.0.0.1;3306;root;root;web"
WebDatabase.enable = 0
### MODIFIER COMME CI-DESSOUS ###
### EDIT AS BELOW ###
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
HotfixDatabaseInfo = "127.0.0.1;3306;root;ascent;hotfix"
WebDatabaseInfo = "127.0.0.1;3306;root;ascent;web"
WebDatabase.enable = 0
Fermer le fichier.
Close the file.
Vous allez pouvoir lancer le "authserver.exe" ensuite "worldserver.exe", laisser bien charger le world une fois cela effectuer vous devriez avoir des console ainsi :
You will be able to launch the "authserver.exe" then "worldserver.exe", let the world load once this is done, you should have consoles as follows:
Après avoir effectuer cela, vous allez taper dans la console "worldserver.exe" :
After doing this, you will type in the console "worldserver.exe":
account create "adresse mail" "mot de passe"
Exemple : account create test@test test
et appuyez sur Enter.
and press Enter.
6. Utiliser Wow-64-Patched_Patched.exe / Use Wow-64-patched.exe
Après avoir télécharger "Wow-64-patched.exe" , placer le dans le dossier de votre client et lancer celui-ci.
After downloading "Wow-64-patched.exe", place it in your client's folder and launch it.
FIN.
END.
A SAVOIR :
TO KNOW :
VERSION WOW ( 6.2.3 Version 20779 )
Vérifier votre "Config.wtf" dans le dossier du client WOW et modifier SET portal "localhost".
Check your "Config.wtf" in WOW client folder and edit SET portal "localhost".
Hi everyone, I'm coming back to you with a version of TrinityCore for 6.2.3 Plug-And-Play.
Pré-requis:
1. Mysql Server 5.5.60 "_Server"
2. Navicat, MySql Workbench, HeidiSQL, etc... ( Pour mon exemple ce sera Navicat )
3. Dossier "SQL 6.2.3"
4. Dossier "Core 6.2.3"
5. Patch WOW-64 "Wow-64-Patched_Patched.exe"
1. Lancement de Mysql Server 5.5.60 / Launch of MySQL Server 5.5.60 :
Ouvrir le dossier "_Server", lancer le MySQL.bat ensuite vous pouvez le minimiser.
Open the "_Server" folder, run the MySQL.bat then you can minimize it.
2. Installation d'un gestionnaire de DB / Installation of a DB manager.
Vous allez pouvoir installer Navicat, après avoir effectuer l'installation connecter vous au server :
You will be able to install Navicat, after installing connect to the server:
Nom de connexion : Au choix / A choice
Hôte : localhost
Port: 3306
Nom d'utilisateur: root
Mot de passe: ascent
Après avoir appuyez sur "OK" vous allez avoir :
After pressing "OK" you will have:
Garder bien Navicat ouvert.
Keep Navicat open.
3. Installation des SQL / Installing the SQL.
Télécharger SQL 6.2.3.7z, décompresser le,
Download SQL 6.2.3.7z, unzip it,
Glisser le fichier create_mysql.sql sur le nom de votre Server dans Navicat.
Une fois avoir effectuer cela, vous aller avoir un pop-up appuyez simplement sur "Démarrer".
Drag the create_mysql.sql file onto the name of your Server in Navicat.
Once you have done this, you will get a pop-up just press "Start".
Effectuer ensuite un Refresh avec "F5" ou clic droit et "Actualiser".
Then perform a Refresh with "F5" or right click and "Refresh".
Double clic sur ( auth, characters, hotfix, web et world ) cela passera les DB de gris à vert.
Double click on ( auth, characters, hotfix, web and world ) this will change the DBs from gray to green.
Clic droit sur "auth" et cliquez sur "Exécuter le fichier SQL..."
Right click on "auth" and click on "Execute SQL file..."
Appuyez sur les "..." à côté de Fichier.
Press the "..." next to File.
Vous rendre dans le dossier "SQL 6.2.3" et choisir auth.sql.
Go to the "SQL 6.2.3" folder and choose auth.sql.
Cliquer sur "Démarrer", si vous avez bien suivi jusque ici aucune erreur ne devrais être affiché.
Click on "Start", if you have followed well so far no error should be displayed.
Effectuer la même manipulation pour les fichier suivant :
Perform the same manipulation for the following files:
characters -> characters.sql
hotfix -> hotfix.sql
web -> web.sql
world -> world.sql
Dernière étape pour le Serveur, allez sur la DB "auth" puis chercher "realmlist" dans les Tables et double clic dessus.
Last step for the Server, go to the "auth" DB then look for "realmlist" in the Tables and double click on it.
Vérifiez que vous avez bien dans address "127.0.0.1" et port "8085".
Check that you have in address "127.0.0.1" and port "8085".
( Le tuto ce base d'une configuration "LOCAL", le serveur fonctionne aussi en "GLOBAL" test effectuer et connexion sans soucis, au besoin un tuto pour le lancement en GLOBAL peut être effectuer.)
(The tutorial is based on a "LOCAL" configuration, the server also works in "GLOBAL" test to perform and connection without worries, if necessary a tutorial for the launch in GLOBAL can be performed.)
4. Configuration et lancement du Serveur Auth & World / Configuring and launching the Auth & World Server.
Ouvrir le dossier "Core 6.2.3", ouvrir le fichier authserver.conf et chercher la ligne :
Open the "Core 6.2.3" folder, open the authserver.conf file and look for the line:
LoginDatabaseInfo = "127.0.0.1;3306;root;root;auth"
### MODIFIER COMME CI-DESSOUS ###
### EDIT AS BELOW ###
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
Fermer le fichier et vous pouvez ouvrir le fichier worldserver.conf et chercher les lignes :
Close the file and you can open the worldserver.conf file and look for the lines:
LoginDatabaseInfo = "127.0.0.1;3306;root;root;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;root;characters"
HotfixDatabaseInfo = "127.0.0.1;3306;root;root;hotfix"
WebDatabaseInfo = "127.0.0.1;3306;root;root;web"
WebDatabase.enable = 0
### MODIFIER COMME CI-DESSOUS ###
### EDIT AS BELOW ###
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
HotfixDatabaseInfo = "127.0.0.1;3306;root;ascent;hotfix"
WebDatabaseInfo = "127.0.0.1;3306;root;ascent;web"
WebDatabase.enable = 0
Fermer le fichier.
Close the file.
Vous allez pouvoir lancer le "authserver.exe" ensuite "worldserver.exe", laisser bien charger le world une fois cela effectuer vous devriez avoir des console ainsi :
You will be able to launch the "authserver.exe" then "worldserver.exe", let the world load once this is done, you should have consoles as follows:
Après avoir effectuer cela, vous allez taper dans la console "worldserver.exe" :
After doing this, you will type in the console "worldserver.exe":
account create "adresse mail" "mot de passe"
Exemple : account create test@test test
et appuyez sur Enter.
and press Enter.
6. Utiliser Wow-64-Patched_Patched.exe / Use Wow-64-patched.exe
Après avoir télécharger "Wow-64-patched.exe" , placer le dans le dossier de votre client et lancer celui-ci.
After downloading "Wow-64-patched.exe", place it in your client's folder and launch it.
FIN.
END.
A SAVOIR :
TO KNOW :
VERSION WOW ( 6.2.3 Version 20779 )
Vérifier votre "Config.wtf" dans le dossier du client WOW et modifier SET portal "localhost".
Check your "Config.wtf" in WOW client folder and edit SET portal "localhost".