From da6dccfa854d27d7794a85a424b1c40b8587416f Mon Sep 17 00:00:00 2001 From: krizttian Date: Sun, 5 Jun 2016 22:14:13 -0500 Subject: [PATCH 1/5] Complements-TC Add files TrinityCore - Rev 59 - 60 - 61 -- 335a --- characters_premium.sql | 5 +++++ characters_reglas.sql | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 characters_premium.sql create mode 100644 characters_reglas.sql diff --git a/characters_premium.sql b/characters_premium.sql new file mode 100644 index 0000000..0871ed9 --- /dev/null +++ b/characters_premium.sql @@ -0,0 +1,5 @@ +DROP TABLE IF EXISTS `premium`; +CREATE TABLE `premium` ( + `AccountId` int(11) unsigned NOT NULL, + `active` int(11) unsigned NOT NULL default '1' +) ENGINE=MyISAM DEFAULT CHARSET=latin1; \ No newline at end of file diff --git a/characters_reglas.sql b/characters_reglas.sql new file mode 100644 index 0000000..f2bd038 --- /dev/null +++ b/characters_reglas.sql @@ -0,0 +1,7 @@ +DROP TABLE IF EXISTS `character_rules`; +CREATE TABLE `character_rules` ( + `guid` INT(11) UNSIGNED NOT NULL DEFAULT '0', + `active` INT(11) UNSIGNED NOT NULL DEFAULT '1' +) ENGINE=MYISAM DEFAULT CHARSET=latin1; + +INSERT INTO `character_rules` (`guid`) SELECT guid FROM `characters`; \ No newline at end of file From 95edd70886ee92b734a826b2f0ebef4301a90599 Mon Sep 17 00:00:00 2001 From: krizttian Date: Sat, 11 Jun 2016 08:51:18 -0500 Subject: [PATCH 2/5] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed0c44e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# TrinityCore-335a +TrinityCore Release 335a + +FixCore es una empresa de desarrollo con especialidad en el juego world of warcraft. @FixStore - @FixDevs - @FixCMS son propiedad de @FixCore. + +El 80% de los trabajos que realiza @FixCore y sus demás subempresas son de manera gratuita sin embargo el 20% de los demás trabajos suelen ser de cobro debido a que se pudo haber requerido de algún pago extra para algún template, linea etc.. No acepte cosas de cobro que estén a nombre de @FixCore sin que usted esté seguro de que sea de manera legal ** En caso de tener dudas, inquietudes o desea contactarnos puede enviarnos un E-Mail ** fixcore2@gmail.com + +FixCore is a development company specializing in the game world of warcraft. @FixStore - @FixDevs - @FixCMS Are owned by @FixCore. + +80% of the work done @FixCore and other sub-companies are free however 20% of other jobs usually collection because it could have required some extra payment for a template, line etc .. Do not accept things that are a collection @FixCore name without you sure it legally ** If you have questions, concerns or want to contact you can send an E-Mail ** fixcore2@gmail.com From 9911cefc349d2f256777ef3495c8efa02db4b7a2 Mon Sep 17 00:00:00 2001 From: krizttian Date: Sat, 11 Jun 2016 08:54:31 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ed0c44e..714e853 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # TrinityCore-335a TrinityCore Release 335a +FixCore es una empresa de desarrollo con especialidad en el juego world of warcraft. +@FixStore - @FixDevs - @FixCMS son propiedad de @FixCore. + FixCore es una empresa de desarrollo con especialidad en el juego world of warcraft. @FixStore - @FixDevs - @FixCMS son propiedad de @FixCore. El 80% de los trabajos que realiza @FixCore y sus demás subempresas son de manera gratuita sin embargo el 20% de los demás trabajos suelen ser de cobro debido a que se pudo haber requerido de algún pago extra para algún template, linea etc.. No acepte cosas de cobro que estén a nombre de @FixCore sin que usted esté seguro de que sea de manera legal ** En caso de tener dudas, inquietudes o desea contactarnos puede enviarnos un E-Mail ** fixcore2@gmail.com +--- + FixCore is a development company specializing in the game world of warcraft. @FixStore - @FixDevs - @FixCMS Are owned by @FixCore. 80% of the work done @FixCore and other sub-companies are free however 20% of other jobs usually collection because it could have required some extra payment for a template, line etc .. Do not accept things that are a collection @FixCore name without you sure it legally ** If you have questions, concerns or want to contact you can send an E-Mail ** fixcore2@gmail.com From 8c10db3ca4fb08c2e14513acf89be106b5bafba9 Mon Sep 17 00:00:00 2001 From: krizttian Date: Sat, 11 Jun 2016 08:56:10 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 714e853..e516c8a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # TrinityCore-335a TrinityCore Release 335a -FixCore es una empresa de desarrollo con especialidad en el juego world of warcraft. -@FixStore - @FixDevs - @FixCMS son propiedad de @FixCore. - FixCore es una empresa de desarrollo con especialidad en el juego world of warcraft. @FixStore - @FixDevs - @FixCMS son propiedad de @FixCore. El 80% de los trabajos que realiza @FixCore y sus demás subempresas son de manera gratuita sin embargo el 20% de los demás trabajos suelen ser de cobro debido a que se pudo haber requerido de algún pago extra para algún template, linea etc.. No acepte cosas de cobro que estén a nombre de @FixCore sin que usted esté seguro de que sea de manera legal ** En caso de tener dudas, inquietudes o desea contactarnos puede enviarnos un E-Mail ** fixcore2@gmail.com From 82fefa5b86aa81c41cbe56428441b49453411466 Mon Sep 17 00:00:00 2001 From: krizttian Date: Sun, 19 Jun 2016 22:34:51 -0500 Subject: [PATCH 5/5] Create triqui.sql --- triqui.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 triqui.sql diff --git a/triqui.sql b/triqui.sql new file mode 100644 index 0000000..54842d8 --- /dev/null +++ b/triqui.sql @@ -0,0 +1,13 @@ +-- 335 WORLD +-- SET @DISPLAYID := 24918; +-- SET @DISPLAYID := 24919; +-- SET @DISPLAYID := 24920; +SET @DISPLAYID := 24921; +SET @SIZE := 4; +INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `dmgschool`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `DamageModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES +(100155, 0, 0, 0, 0, 0, @DISPLAYID, 0, 0, 0, 'Master TicTacToe', '', '', 0, 100, 100, 0, 35, 1, 1, 1, @SIZE, 0, 0, 0, 0, 1, 1, 8, 33536, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 3, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 'npc_tic_tac_toe', 0); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`, `text1_0`, `text1_1`, `BroadcastTextID1`, `lang1`, `Probability1`, `em1_0`, `em1_1`, `em1_2`, `em1_3`, `em1_4`, `em1_5`, `text2_0`, `text2_1`, `BroadcastTextID2`, `lang2`, `Probability2`, `em2_0`, `em2_1`, `em2_2`, `em2_3`, `em2_4`, `em2_5`, `text3_0`, `text3_1`, `BroadcastTextID3`, `lang3`, `Probability3`, `em3_0`, `em3_1`, `em3_2`, `em3_3`, `em3_4`, `em3_5`, `text4_0`, `text4_1`, `BroadcastTextID4`, `lang4`, `Probability4`, `em4_0`, `em4_1`, `em4_2`, `em4_3`, `em4_4`, `em4_5`, `text5_0`, `text5_1`, `BroadcastTextID5`, `lang5`, `Probability5`, `em5_0`, `em5_1`, `em5_2`, `em5_3`, `em5_4`, `em5_5`, `text6_0`, `text6_1`, `BroadcastTextID6`, `lang6`, `Probability6`, `em6_0`, `em6_1`, `em6_2`, `em6_3`, `em6_4`, `em6_5`, `text7_0`, `text7_1`, `BroadcastTextID7`, `lang7`, `Probability7`, `em7_0`, `em7_1`, `em7_2`, `em7_3`, `em7_4`, `em7_5`, `VerifiedBuild`) VALUES +(150150, 'Welcome in Tic Tac Toe game \'$n\', just enjoy it and have fun.', '', 0, 0, 100, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(150151, 'Welcome in Tic Tac Toe game.', '', 0, 0, 100, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(150152, '$n, you are in Tic Tac Toe game.', '', 0, 0, 100, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(150153, '$n, you are in Tic Tac Toe game setup ...', '', 0, 0, 100, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);