From 486e4345a9945c97fe365ccc24b4a51f0ba4366f Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 15:44:50 +0100 Subject: [PATCH 1/8] =?UTF-8?q?Mise=20=C3=A0=20jour=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Propriété de Garrosh.net --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d58bae6..4ad8a82 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -MC-Database +Ciya-Database =========== -General information +Informations Générales -This database is for MistCore 5.0.5b -It includes auth, characters & world +Cette base de données est optimisées pour CiyaCore 5.0.5b +Sont incluses, les bases de sonnées : auth, characters et world. =========== -MC-Database is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3 of the License. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA \ No newline at end of file +Ces fichiers sont la propriétés de www.garrosh.net. A tous moments ils peuvent être supprimés et / ou modifiés. +Si vous souhaitez participer à la correction, et à l'évolution de nos fichiers, veuillez nous contacter +à cette adresse : contact@garrosh.net From a06440866f25c960b3233cf00480f69703589c0e Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 15:51:31 +0100 Subject: [PATCH 2/8] Update de l'installeur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quelques traductions. Le reste sera ajouté plus tard. --- Installer.bat | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Installer.bat b/Installer.bat index 950f43e..4afbb8a 100644 --- a/Installer.bat +++ b/Installer.bat @@ -1,26 +1,26 @@ @ECHO OFF -TITLE Database Installation Tool +TITLE Utilitaire d'installation des Databases COLOR 0A :TOP CLS ECHO. -ECHO ͻ -ECHO -ECHO MistCore 5.0.5 -ECHO Database Installer -ECHO -ECHO ͼ +ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» +ECHO º º +ECHO º CiyaCore 5.0.5b º +ECHO º Database Installeur º +ECHO º º +ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ECHO. ECHO. -ECHO Please enter your MySQL Info... +ECHO Veuillez entrer vos infos Mysql... ECHO. -SET /p host= MySQL Server Address (e.g. localhost): +SET /p host= Adresse du serveur Mysql (e.g. localhost): ECHO. -SET /p user= MySQL Username: -SET /p pass= MySQL Password: +SET /p user= Utilisateur Mysql: +SET /p pass= Mot de passe Mysql: ECHO. -SET /p world_db= World Database: +SET /p world_db= Nom de la Database World: SET charset=UTF8 SET port=3306 SET dumppath=.\dump\ @@ -34,18 +34,18 @@ CLS SET v="" ECHO. ECHO. -ECHO 1 - Install 5.0.5 World Database and all updates, NOTE! Whole db will be overwritten! +ECHO 1 - Installation de la Database World 5.0.5b et de toutes ses mises à jour, NOTE! L'ancienne DB sera supprimée! ECHO. ECHO, -ECHO W - Backup World Database. -ECHO C - Backup Character Database. -ECHO U - Import Changeset. +ECHO W - Backup de la DB World. +ECHO C - Backup de la DB Characters. +ECHO U - Importer le Changeset. ECHO. -ECHO S - Change your settings +ECHO S - Changer mes paramètres ECHO. -ECHO X - Exit this tool +ECHO X - Quitter l'utilistaire ECHO. -SET /p v= Enter a char: +SET /p v= Entrez une lettre: IF %v%==* GOTO error IF %v%==1 GOTO importDB IF %v%==w GOTO dumpworld @@ -177,4 +177,4 @@ ECHO. PAUSE GOTO begin -:exit \ No newline at end of file +:exit From 4b167cf8d77ee08bc46953d9dbf307bdede874d5 Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 15:52:48 +0100 Subject: [PATCH 3/8] Update auth_database.sql CiyaCore 5.0.5b --- auth/auth_database.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/auth_database.sql b/auth/auth_database.sql index a1a2402..ac607b7 100644 --- a/auth/auth_database.sql +++ b/auth/auth_database.sql @@ -169,7 +169,7 @@ CREATE TABLE `realmlist` ( UNIQUE KEY `idx_name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Realm System'; -INSERT INTO `realmlist` VALUES (1, 'Test', '127.0.0.1', 8085, 0, 2, 0, 0, 0, 0, 16135); +INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135); /*Table structure for table `transferts` */ @@ -212,7 +212,7 @@ CREATE TABLE `uptime` ( `starttime` int(10) unsigned NOT NULL DEFAULT '0', `uptime` int(10) unsigned NOT NULL DEFAULT '0', `maxplayers` smallint(5) unsigned NOT NULL DEFAULT '0', - `revision` varchar(255) NOT NULL DEFAULT 'Jadecore', + `revision` varchar(255) NOT NULL DEFAULT 'CiyaCore', PRIMARY KEY (`realmid`,`starttime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Uptime system'; From f87377342b499fb43a32326318808a1ca7cedb26 Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 19:01:24 +0100 Subject: [PATCH 4/8] CiyaCore 5.0.5b --- characters/characters_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/characters/characters_database.sql b/characters/characters_database.sql index c1d101e..fbb8490 100644 --- a/characters/characters_database.sql +++ b/characters/characters_database.sql @@ -1617,7 +1617,7 @@ DROP TABLE IF EXISTS `store_level`; CREATE TABLE `store_level` ( `guid` int(11) unsigned NOT NULL DEFAULT '0', - `level` int(11) unsigned NOT NULL DEFAULT '80', + `level` int(11) unsigned NOT NULL DEFAULT '90', `transaction` int(11) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`transaction`), UNIQUE KEY `transaction` (`transaction`), From f2fe11d686290d4d2b69003e5a5001fc913ef0ea Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 19:09:15 +0100 Subject: [PATCH 5/8] CiyaCore 5.0.5b --- auth/auth_database.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth/auth_database.sql b/auth/auth_database.sql index ac607b7..e03888c 100644 --- a/auth/auth_database.sql +++ b/auth/auth_database.sql @@ -165,11 +165,13 @@ CREATE TABLE `realmlist` ( `population` float unsigned NOT NULL DEFAULT '0', `online` int(11) NOT NULL DEFAULT '0', `gamebuild` int(10) unsigned NOT NULL DEFAULT '16135', + `versionclient` varchar(10) NOT NULL DEFAULT '5.0.5b', PRIMARY KEY (`id`), UNIQUE KEY `idx_name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Realm System'; -INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135); +INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135, 5.0.5b); +INSERT INTO `realmlist` VALUES (2, 'Huolon (PTR)', 'logon.garrosh.net', 8086, 0, 2, 0, 0, 0, 0, 16135, 5.0.5b); /*Table structure for table `transferts` */ From cf783648809cdd5a6f4171a9c5a6dc600fa31fc6 Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 19:55:31 +0100 Subject: [PATCH 6/8] CiyaCore 5.0.5b --- main_db/world/version.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_db/world/version.sql b/main_db/world/version.sql index f67b5f5..8adda29 100644 --- a/main_db/world/version.sql +++ b/main_db/world/version.sql @@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS `version` ( -- Dumping data for table world.version: 1 rows /*!40000 ALTER TABLE `version` DISABLE KEYS */; INSERT IGNORE INTO `version` (`core_version`, `core_revision`, `db_version`, `cache_id`) VALUES - ('MistCore rev. Archived 0000-00-00 00:00:00 +0000 ( branch) (Win32, Debug)', 'Archived', 'TDB 434.02', 2); + ('CiyaCore rev. Archived 0000-00-00 00:00:00 +0000 ( branch) (Win32, Debug)', 'Archived', 'TDB 505.1', 2); /*!40000 ALTER TABLE `version` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; From f09c0af128726ee527f2c787ae91b4659a3ba887 Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 20:18:32 +0100 Subject: [PATCH 7/8] CiyaCore 5.0.5b --- auth/auth_database.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/auth_database.sql b/auth/auth_database.sql index e03888c..9d2a449 100644 --- a/auth/auth_database.sql +++ b/auth/auth_database.sql @@ -165,13 +165,13 @@ CREATE TABLE `realmlist` ( `population` float unsigned NOT NULL DEFAULT '0', `online` int(11) NOT NULL DEFAULT '0', `gamebuild` int(10) unsigned NOT NULL DEFAULT '16135', - `versionclient` varchar(10) NOT NULL DEFAULT '5.0.5b', + `versionclient` varchar(10) NOT NULL DEFAULT '505b', PRIMARY KEY (`id`), UNIQUE KEY `idx_name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Realm System'; -INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135, 5.0.5b); -INSERT INTO `realmlist` VALUES (2, 'Huolon (PTR)', 'logon.garrosh.net', 8086, 0, 2, 0, 0, 0, 0, 16135, 5.0.5b); +INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135, 505b); +INSERT INTO `realmlist` VALUES (2, 'Huolon (PTR)', 'logon.garrosh.net', 8086, 0, 2, 0, 0, 0, 0, 16135, 505b); /*Table structure for table `transferts` */ From 420baed24944ea905b6543a3659082e37da5957a Mon Sep 17 00:00:00 2001 From: ciya10000 Date: Fri, 14 Nov 2014 20:24:13 +0100 Subject: [PATCH 8/8] CiyaCore 5.0.5b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction d'un problème empèchant l'installation correcte de la base de données Auth --- auth/auth_database.sql | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/auth/auth_database.sql b/auth/auth_database.sql index 9d2a449..86d97b1 100644 --- a/auth/auth_database.sql +++ b/auth/auth_database.sql @@ -152,26 +152,25 @@ CREATE TABLE `realmcharacters` ( /*Table structure for table `realmlist` */ DROP TABLE IF EXISTS `realmlist`; - CREATE TABLE `realmlist` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(32) NOT NULL DEFAULT '', - `address` varchar(255) NOT NULL DEFAULT '127.0.0.1', - `port` smallint(5) unsigned NOT NULL DEFAULT '8085', - `icon` tinyint(3) unsigned NOT NULL DEFAULT '0', - `flag` tinyint(3) unsigned NOT NULL DEFAULT '2', - `timezone` tinyint(3) unsigned NOT NULL DEFAULT '0', - `allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', - `population` float unsigned NOT NULL DEFAULT '0', - `online` int(11) NOT NULL DEFAULT '0', - `gamebuild` int(10) unsigned NOT NULL DEFAULT '16135', - `versionclient` varchar(10) NOT NULL DEFAULT '505b', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_name` (`name`) +`id` int(10) unsigned NOT NULL AUTO_INCREMENT, +`name` varchar(32) NOT NULL DEFAULT '', +`address` varchar(255) NOT NULL DEFAULT '127.0.0.1', +`port` smallint(5) unsigned NOT NULL DEFAULT '8085', +`icon` tinyint(3) unsigned NOT NULL DEFAULT '0', +`flag` tinyint(3) unsigned NOT NULL DEFAULT '2', +`timezone` tinyint(3) unsigned NOT NULL DEFAULT '0', +`allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', +`population` float unsigned NOT NULL DEFAULT '0', +`online` int(11) NOT NULL DEFAULT '0', +`gamebuild` int(10) unsigned NOT NULL DEFAULT '16135', +`versionclient` varchar(10) NOT NULL DEFAULT '5.0.5b', +PRIMARY KEY (`id`), +UNIQUE KEY `idx_name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Realm System'; -INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135, 505b); -INSERT INTO `realmlist` VALUES (2, 'Huolon (PTR)', 'logon.garrosh.net', 8086, 0, 2, 0, 0, 0, 0, 16135, 505b); +INSERT INTO `realmlist` VALUES (1, 'Yulon', 'logon.garrosh.net', 8085, 0, 2, 0, 0, 0, 0, 16135, '5.0.5b'); +INSERT INTO `realmlist` VALUES (2, 'Huolon (PTR)', 'logon.garrosh.net', 8086, 0, 2, 0, 0, 0, 0, 16135, '5.0.5b'); /*Table structure for table `transferts` */