mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
9
data/sql/updates/db_world/2023_01_07_03.sql
Normal file
9
data/sql/updates/db_world/2023_01_07_03.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2023_01_07_02 -> 2023_01_07_03
|
||||
-- Immunities
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 6292 WHERE (`entry` = 18423);
|
||||
-- Spawn time
|
||||
UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=31747 AND `id1`=18423;
|
||||
-- Mortal strike
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 18423) AND (`source_type` = 0) AND (`id` IN (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`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(18423, 0, 3, 0, 2, 0, 100, 0, 20, 80, 5000, 15000, 0, 11, 15708, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Cho\'war the Pillager - Between 20-80% Health - Cast \'15708\' (No Repeat)');
|
||||
12
data/sql/updates/db_world/2023_01_07_04.sql
Normal file
12
data/sql/updates/db_world/2023_01_07_04.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DB update 2023_01_07_03 -> 2023_01_07_04
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=23577;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(23577,0,0,'Get on ya knees and bow.... to da fang and claw!',14,0,100,0,0,12020,0,0,'Halazzi - SAY_AGGRO'),
|
||||
(23577,1,0,'You can\t fight da power!',14,0,100,0,0,12026,0,0,'Halazzi - SAY_KILL'),
|
||||
(23577,1,1,'Ya all gonna fail!',14,0,100,0,0,12027,0,0,'Halazzi - SAY_KILL'),
|
||||
(23577,2,0,'Me gonna carve ya now!',14,0,100,0,0,12023,0,0,'Halazzi - SAY_SABER'),
|
||||
(23577,2,1,'You gonna leave in pieces!',14,0,100,0,0,12024,0,0,'Halazzi - SAY_SABER'),
|
||||
(23577,3,0,'I fight wit\ untamed spirit....',14,0,100,0,0,12021,0,0,'Halazzi - SAY_SPLIT'),
|
||||
(23577,4,0,'Spirit, come back to me!',14,0,100,0,0,12022,0,0,'Halazzi - SAY_MERGE'),
|
||||
(23577,5,0,'Chaga... choka\jinn.',14,0,100,0,0,12028,0,0,'Halazzi - SAY_DEATH');
|
||||
12
data/sql/updates/db_world/2023_01_07_05.sql
Normal file
12
data/sql/updates/db_world/2023_01_07_05.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DB update 2023_01_07_04 -> 2023_01_07_05
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (31704,31701,31702,31703);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(31704,'spell_the_black_stalker_levitate'),
|
||||
(31701,'spell_the_black_stalker_levitation_pulse'),
|
||||
(31702,'spell_the_black_stalker_someone_grab_me'),
|
||||
(31703,'spell_the_black_stalker_magnetic_pull');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 31702;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(13,1,31702,0,0,31,0,3,17992,0,0,0,0,"","Group 0: Spell 'Someone Grab Me' (Effect 0) targets creature 'Coilfang Invisible Vacuum Dummy'");
|
||||
5
data/sql/updates/db_world/2023_01_07_06.sql
Normal file
5
data/sql/updates/db_world/2023_01_07_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_01_07_05 -> 2023_01_07_06
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=32065;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(32065,'spell_fungal_decay');
|
||||
Reference in New Issue
Block a user