DB Updates

This commit is contained in:
hondacrx
2021-09-13 13:39:32 -04:00
parent 87bc4be1b5
commit ba1819eecf
4 changed files with 326 additions and 0 deletions
@@ -0,0 +1,22 @@
--
-- Summoned Voidwalker
DELETE FROM `smart_scripts` WHERE `entryorguid`=5676 AND `source_type`=0 AND `id` IN (2,3);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(5676,0,2,0,11,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Summoned Voidwalker - On Respawn - Say Line 0"),
(5676,0,3,0,4,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Summoned Voidwalker - On Aggro - Say Line 1");
DELETE FROM `creature_text` WHERE `CreatureID`=5676;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(5676,0,0,"Who dares summon the power of the void?",12,8,100,0,0,0,1986,0,"Summoned Voidwalker"),
(5676,1,0,"You will live forever in torment for this, pathetic warlock.",12,8,100,0,0,0,1987,0,"Summoned Voidwalker");
-- Summoned Succubus
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5677;
DELETE FROM `smart_scripts` WHERE `entryorguid`=5677 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(5677,0,0,0,11,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Summoned Succubus - On Respawn - Say Line 0"),
(5677,0,1,0,0,0,100,0,3000,5000,7000,11000,11,16583,0,0,0,0,0,2,0,0,0,0,0,0,0,"Summoned Succubus - In Combat - Cast 'Shadow Shock'");
DELETE FROM `creature_text` WHERE `CreatureID`=5677;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(5677,0,0,"Interesting... Now this is more than I expected. Delicious...",12,8,100,0,0,0,1991,0,"Summoned Succubus");
@@ -0,0 +1,62 @@
DELETE FROM `player_classlevelstats` WHERE `class`=9;
INSERT INTO `player_classlevelstats` (`class`, `level`, `str`, `agi`, `sta`, `inte`) VALUES
(9, 1, 6, 14, 23, 20),
(9, 2, 7, 15, 25, 22),
(9, 3, 8, 16, 27, 24),
(9, 4, 8, 17, 29, 26),
(9, 5, 9, 19, 31, 28),
(9, 6, 10, 20, 33, 30),
(9, 7, 11, 22, 34, 32),
(9, 8, 11, 23, 36, 34),
(9, 9, 12, 24, 38, 36),
(9, 10, 13, 26, 40, 38),
(9, 11, 14, 28, 42, 40),
(9, 12, 15, 30, 43, 42),
(9, 13, 16, 33, 45, 44),
(9, 14, 17, 35, 46, 46),
(9, 15, 18, 37, 48, 48),
(9, 16, 19, 39, 50, 50),
(9, 17, 20, 40, 51, 52),
(9, 18, 21, 42, 52, 54),
(9, 19, 21, 43, 54, 56),
(9, 20, 22, 45, 55, 58),
(9, 21, 23, 46, 57, 60),
(9, 22, 24, 48, 59, 62),
(9, 23, 24, 49, 61, 64),
(9, 24, 25, 51, 63, 66),
(9, 25, 26, 52, 65, 68),
(9, 26, 27, 54, 67, 70),
(9, 27, 27, 56, 69, 72),
(9, 28, 28, 57, 71, 74),
(9, 29, 29, 59, 73, 77),
(9, 30, 30, 61, 75, 79),
(9, 31, 31, 63, 78, 82),
(9, 32, 32, 65, 80, 84),
(9, 33, 33, 67, 83, 87),
(9, 34, 34, 69, 86, 90),
(9, 35, 35, 71, 88, 93),
(9, 36, 36, 74, 91, 96),
(9, 37, 38, 76, 94, 99),
(9, 38, 39, 79, 97, 102),
(9, 39, 40, 81, 101, 106),
(9, 40, 42, 84, 104, 109),
(9, 41, 43, 87, 108, 113),
(9, 42, 45, 90, 112, 117),
(9, 43, 46, 93, 116, 121),
(9, 44, 48, 97, 120, 126),
(9, 45, 49, 100, 124, 130),
(9, 46, 51, 104, 128, 135),
(9, 47, 53, 107, 133, 140),
(9, 48, 55, 111, 138, 145),
(9, 49, 57, 115, 143, 150),
(9, 50, 59, 120, 148, 155),
(9, 51, 73, 148, 187, 193),
(9, 52, 79, 160, 204, 208),
(9, 53, 85, 172, 223, 224),
(9, 54, 92, 186, 244, 241),
(9, 55, 99, 200, 267, 260),
(9, 56, 106, 215, 292, 280),
(9, 57, 113, 230, 317, 299),
(9, 58, 121, 245, 343, 319),
(9, 59, 129, 262, 372, 340),
(9, 60, 171, 346, 414, 450);
@@ -0,0 +1,240 @@
DELETE FROM `class_expansion_requirement`;
INSERT INTO `class_expansion_requirement` VALUES
(1,1,0,0),
(2,1,0,0),
(4,1,0,0),
(5,1,0,0),
(8,1,0,0),
(9,1,0,0),
(6,1,2,0),
(3,1,0,0),
(10,1,4,0),
(1,2,0,0),
(3,2,0,0),
(4,2,0,0),
(7,2,0,0),
(9,2,0,0),
(6,2,2,0),
(8,2,0,0),
(10,2,4,0),
(1,3,0,0),
(2,3,0,0),
(3,3,0,0),
(5,3,0,0),
(4,3,0,0),
(6,3,2,0),
(8,3,0,0),
(7,3,0,0),
(9,3,0,0),
(10,3,4,0),
(1,4,0,0),
(3,4,0,0),
(4,4,0,0),
(5,4,0,0),
(11,4,0,0),
(6,4,2,0),
(8,4,0,0),
(10,4,4,0),
(12,4,0,0),
(1,5,0,0),
(4,5,0,0),
(5,5,0,0),
(8,5,0,0),
(9,5,0,0),
(6,5,2,0),
(3,5,0,0),
(10,5,4,0),
(1,6,0,0),
(3,6,0,0),
(7,6,0,0),
(11,6,0,0),
(6,6,2,0),
(5,6,0,0),
(2,6,0,0),
(10,6,4,0),
(1,7,0,0),
(4,7,0,0),
(8,7,0,0),
(9,7,0,0),
(6,7,2,0),
(5,7,0,0),
(10,7,4,0),
(3,7,0,0),
(1,8,0,0),
(4,8,0,0),
(3,8,0,0),
(5,8,0,0),
(7,8,0,0),
(8,8,0,0),
(6,8,2,0),
(11,8,0,0),
(9,8,0,0),
(10,8,4,0),
(6,9,2,0),
(3,9,0,0),
(8,9,0,0),
(5,9,0,0),
(4,9,0,0),
(7,9,0,0),
(9,9,0,0),
(1,9,0,0),
(3,10,0,0),
(4,10,0,0),
(5,10,0,0),
(8,10,0,0),
(9,10,0,0),
(2,10,0,0),
(6,10,2,0),
(1,10,0,0),
(10,10,4,0),
(12,10,0,0),
(1,11,0,0),
(2,11,0,0),
(3,11,0,0),
(5,11,0,0),
(8,11,0,0),
(7,11,0,0),
(6,11,2,0),
(10,11,4,0),
(6,22,2,0),
(11,22,0,0),
(3,22,0,0),
(8,22,0,0),
(4,22,0,0),
(5,22,0,0),
(9,22,0,0),
(1,22,0,0),
(3,24,0,0),
(8,24,0,0),
(10,24,4,0),
(5,24,0,0),
(4,24,0,0),
(7,24,0,0),
(1,24,0,0),
(6,24,2,8),
(1,25,0,0),
(7,25,0,0),
(4,25,0,0),
(5,25,0,0),
(10,25,4,0),
(8,25,0,0),
(3,25,0,0),
(6,25,2,8),
(1,26,0,0),
(3,26,0,0),
(4,26,0,0),
(5,26,0,0),
(7,26,0,0),
(8,26,0,0),
(10,26,4,0),
(6,26,2,8),
(8,27,6,7),
(3,27,6,7),
(10,27,6,7),
(5,27,6,7),
(4,27,6,7),
(9,27,6,7),
(1,27,6,7),
(6,27,6,8),
(3,28,6,7),
(11,28,6,7),
(7,28,6,7),
(1,28,6,7),
(10,28,6,7),
(6,28,6,8),
(8,29,6,7),
(9,29,6,7),
(3,29,6,7),
(10,29,6,7),
(5,29,6,7),
(4,29,6,7),
(1,29,6,7),
(6,29,6,8),
(2,30,6,7),
(3,30,6,7),
(8,30,6,7),
(5,30,6,7),
(1,30,6,7),
(6,30,6,8),
(7,31,7,7),
(11,31,7,7),
(3,31,7,7),
(8,31,7,7),
(5,31,7,7),
(4,31,7,7),
(1,31,7,7),
(10,31,7,7),
(2,31,7,7),
(6,31,7,8),
(1,32,7,7),
(3,32,7,7),
(4,32,7,7),
(5,32,7,7),
(8,32,7,7),
(7,32,7,7),
(11,32,7,7),
(10,32,7,7),
(6,32,7,8),
(1,34,7,7),
(3,34,7,7),
(8,34,7,7),
(10,34,7,7),
(2,34,7,7),
(5,34,7,7),
(4,34,7,7),
(7,34,7,7),
(9,34,7,7),
(6,34,7,8),
(1,35,7,7),
(4,35,7,7),
(10,35,7,7),
(3,35,7,7),
(5,35,7,7),
(8,35,7,7),
(9,35,7,7),
(7,35,7,7),
(6,35,7,8),
(1,36,7,7),
(3,36,7,7),
(8,36,7,7),
(10,36,7,7),
(5,36,7,7),
(4,36,7,7),
(7,36,7,7),
(6,36,7,8),
(1,37,7,7),
(4,37,7,7),
(10,37,7,7),
(3,37,7,7),
(5,37,7,7),
(8,37,7,7),
(9,37,7,7),
(6,37,7,8);
DELETE FROM `race_unlock_requirement`;
INSERT INTO `race_unlock_requirement` VALUES
(1,0,0),
(2,0,0),
(3,0,0),
(4,0,0),
(5,0,0),
(6,0,0),
(7,0,0),
(8,0,0),
(9,3,0),
(10,1,0),
(11,1,0),
(22,3,0),
(24,4,0),
(25,4,0),
(26,4,0),
(27,7,12244),
(28,7,12245),
(29,7,12242),
(30,7,12243),
(31,7,13161),
(32,7,13163),
(34,7,12515),
(35,7,13206),
(36,7,12518),
(37,7,14013);
@@ -0,0 +1,2 @@
DELETE FROM `creature_queststarter` WHERE `quest` IN (8330,8336,8337,8345,8346);
DELETE FROM `creature_questender` WHERE `quest` IN (8330,8336,8337,8345,8346);