Skip to content

Commit 44fe9e5

Browse files
author
Github Actions
committed
Merge 3.3.5-base_patch to 3.3.5-passive_anticheat
2 parents e6201ce + cc5ee99 commit 44fe9e5

23 files changed

+560
-306
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--
2+
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_the_lich_king_valkyr_charge';
3+
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
4+
(74399, 'spell_the_lich_king_valkyr_charge');
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
--
2+
SET @OGUID := 9905; -- Need 2
3+
SET @EVENT := 24;
4+
5+
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+1;
6+
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
7+
(@OGUID+0, 186331, 0, 0, 0, 1, 1, -5493.53, -533.77, 398.3468, 4.70377, 0, 0, -0.710146, 0.704054, 180, 255, 1, 55262), -- Brewfest - Apple trap (Area: DunMorogh)
8+
(@OGUID+1, 186717, 0, 0, 0, 1, 1, -5337.28, -544.06, 393.5129, 1.44194, 0, 0, -0.660114, -0.751165, 180, 255, 1, 55262); -- Brewfest - Brewfest Banner (Area: DunMorogh)
9+
10+
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+1 AND `eventEntry`=@EVENT;
11+
INSERT INTO `game_event_gameobject` SELECT @EVENT, gameobject.guid FROM `gameobject` WHERE gameobject.guid BETWEEN @OGUID+0 AND @OGUID+1;
12+
13+
UPDATE `gameobject` SET `position_x`=-5633.37, `position_y`=-491.68, `position_z`=396.6698, `orientation`=6.1775 WHERE `guid`=31405;
14+
UPDATE `gameobject` SET `position_x`=-5647.71, `position_y`=-477.88, `position_z`=396.3797, `orientation`=6.1775 WHERE `guid`=31406;
15+
UPDATE `gameobject` SET `position_x`=-5356.91, `position_y`=-536.86, `position_z`=391.7593, `orientation`=6.1775 WHERE `guid`=31407;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Chest of The Seven (Area: 0 - Difficulty: 0) CreateObject2
2+
UPDATE `gameobject` SET `position_x`=1265.854736328125, `position_y`=-285.098297119140625, `position_z`=-78.2192916870117187, `orientation`=3.90954136848449707, `rotation2`=-0.92718315124511718, `rotation3`=0.37460830807685852, `VerifiedBuild`=15211 WHERE `guid`=67872 AND `id`=169243;
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
-- Update creature_template minlevel/maxlevel values.
2+
UPDATE `creature_template` SET `minlevel`=61, `maxlevel`=61 WHERE `entry` IN (
3+
347, -- Grizzle Halfmane <Alterac Valley Battlemaster>
4+
857, -- Donal Osgood <Arathi Basin Battlemaster>
5+
907, -- Keras Wolfheart <Arathi Basin Battlemaster>
6+
2302, -- Aethalas <Warsong Gulch Battlemaster>
7+
2804, -- Kurden Bloodclaw <Warsong Gulch Battlemaster>
8+
3890, -- Brakgul Deathbringer <Warsong Gulch Battlemaster>
9+
5118, -- Brogun Stoneshield <Alterac Valley Battlemaster>
10+
7410, -- Thelman Slatefist <Alterac Valley Battlemaster>
11+
7427, -- Taim Ragetotem <Alterac Valley Battlemaster>
12+
10360, -- Kergul Bloodaxe <Warsong Gulch Battlemaster>
13+
12197, -- Glordrum Steelbeard <Alterac Valley Battlemaster>
14+
12198, -- Martin Lindsey <Arathi Basin Battlemaster>
15+
14942, -- Kartra Bloodsnarl <Alterac Valley Battlemaster>
16+
14981, -- Elfarran <Warsong Gulch Battlemaster>
17+
14982, -- Lylandris <Warsong Gulch Battlemaster>
18+
15006, -- Deze Snowbane <Arathi Basin Battlemaster>
19+
15007, -- Sir Malory Wheeler <Arathi Basin Battlemaster>
20+
16694, -- Karen Wentworth <Arathi Basin Battlemaster>
21+
16695, -- Gurak <Alterac Valley Battlemaster>
22+
16696, -- Krukk <Warsong Gulch Battlemaster>
23+
20118, -- Jihi <Warsong Gulch Battlemaster>
24+
20119, -- Mahul <Alterac Valley Battlemaster>
25+
20120, -- Tolo <Arathi Basin Battlemaster>
26+
20269, -- Montok Redhands <Warsong Gulch Battlemaster>
27+
20271, -- Haelga Slatefist <Alterac Valley Battlemaster>
28+
20272, -- Lylandor <Warsong Gulch Battlemaster>
29+
20273, -- Adam Eternum <Arathi Basin Battlemaster>
30+
20274, -- Keldor the Lost <Arathi Basin Battlemaster>
31+
20276); -- Wolf-Sister Maka <Alterac Valley Battlemaster>
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
--
2+
SET @PATH=2300200;
3+
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
4+
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
5+
(@PATH, 1, 3691.97, -3962.41, 35.9118, 3.67, 0, 1, 0, 100, 0),
6+
(@PATH, 2, 3675.02, -3960.49, 35.9118, 3.67, 0, 1, 0, 100, 0),
7+
(@PATH, 3, 3653.19, -3958.33, 33.9118, 3.59, 0, 1, 0, 100, 0),
8+
(@PATH, 4, 3621.12, -3958.51, 29.9118, 3.48, 0, 1, 0, 100, 0),
9+
(@PATH, 5, 3604.86, -3963, 29.9118, 3.48, 0, 1, 0, 100, 0),
10+
(@PATH, 6, 3569.94, -3970.25, 29.9118, 3.44, 0, 1, 0, 100, 0),
11+
(@PATH, 7, 3541.03, -3975.64, 29.9118, 3.41, 0, 1, 0, 100, 0),
12+
(@PATH, 8, 3510.84, -3978.71, 29.9118, 3.41, 0, 1, 0, 100, 0),
13+
(@PATH, 9, 3472.7, -3997.07, 29.9118, 3.35, 0, 1, 0, 100, 0),
14+
(@PATH, 10, 3439.15, -4014.55, 29.9118, 3.29, 0, 1, 0, 100, 0),
15+
(@PATH, 11, 3412.8, -4025.87, 29.9118, 3.25, 0, 1, 0, 100, 0),
16+
(@PATH, 12, 3384.95, -4038.04, 29.9118, 3.24, 0, 1, 0, 100, 0),
17+
(@PATH, 13, 3346.77, -4052.93, 29.9118, 3.22, 0, 1, 0, 100, 0),
18+
(@PATH, 14, 3299.56, -4071.59, 29.9118, 3.20, 0, 1, 0, 100, 0),
19+
(@PATH, 15, 3261.22, -4080.38, 30.9118, 3.19, 0, 1, 0, 100, 0),
20+
(@PATH, 16, 3220.68, -4083.09, 31.9118, 3.18, 0, 1, 0, 100, 0),
21+
(@PATH, 17, 3187.11, -4070.45, 33.9118, 3.16, 0, 1, 0, 100, 0),
22+
(@PATH, 18, 3162.78, -4062.75, 33.9118, 3.15, 0, 1, 0, 100, 0),
23+
(@PATH, 19, 3136.09, -4050.32, 33.9118, 3.07, 0, 1, 0, 100, 0),
24+
(@PATH, 20, 3119.47, -4044.51, 36.0363, 3.07, 0, 1, 0, 100, 0),
25+
(@PATH, 21, 3098.95, -4019.8, 33.9118, 3.07, 0, 1, 0, 100, 0),
26+
(@PATH, 22, 3073.07, -4011.42, 33.9118, 3.07, 0, 1, 0, 100, 0),
27+
(@PATH, 23, 3051.71, -3993.37, 33.9118, 3.02, 0, 1, 0, 100, 0),
28+
(@PATH, 24, 3027.52, -3978.6, 33.9118, 3.00, 0, 1, 0, 100, 0),
29+
(@PATH, 25, 3003.78, -3960.14, 33.9118, 2.98, 0, 1, 0, 100, 0),
30+
(@PATH, 26, 2977.99, -3941.98, 31.9118, 2.96, 0, 1, 0, 100, 0),
31+
(@PATH, 27, 2964.57, -3932.07, 30.9118, 2.96, 0, 1, 0, 100, 0),
32+
(@PATH, 28, 2947.9, -3921.31, 29.9118, 2.96, 0, 1, 0, 100, 0),
33+
(@PATH, 29, 2924.91, -3910.8, 29.9118, 2.94, 0, 1, 0, 100, 0),
34+
(@PATH, 30, 2903.04, -3896.42, 29.9118, 2.93, 0, 1, 0, 100, 0),
35+
(@PATH, 31, 2884.75, -3874.03, 29.9118, 2.90, 0, 1, 0, 100, 0),
36+
(@PATH, 32, 2868.19, -3851.48, 29.9118, 2.82, 0, 1, 0, 100, 0),
37+
(@PATH, 33, 2854.62, -3819.72, 29.9118, 2.80, 0, 1, 0, 100, 0),
38+
(@PATH, 34, 2825.53, -3790.4, 29.9118, 2.744, 0, 1, 0, 100, 0),
39+
(@PATH, 35, 2804.31, -3773.05, 29.9118, 2.71, 0, 1, 0, 100, 0),
40+
(@PATH, 36, 2769.78, -3763.57, 29.9118, 2.70, 0, 1, 0, 100, 0),
41+
(@PATH, 37, 2727.23, -3745.92, 30.9118, 2.69, 0, 1, 0, 100, 0),
42+
(@PATH, 38, 2680.12, -3737.49, 30.9118, 2.67, 0, 1, 0, 100, 0),
43+
(@PATH, 39, 2647.62, -3739.94, 30.9118, 2.66, 0, 1, 0, 100, 0),
44+
(@PATH, 40, 2616.6, -3745.75, 30.9118, 2.64, 0, 1, 0, 100, 0),
45+
(@PATH, 41, 2589.38, -3731.97, 30.9118, 2.61, 0, 1, 0, 100, 0),
46+
(@PATH, 42, 2562.94, -3722.35, 31.9118, 2.56, 0, 1, 0, 100, 0),
47+
(@PATH, 43, 2521.05, -3716.6, 31.9118, 2.55, 0, 1, 0, 100, 0),
48+
(@PATH, 44, 2485.26, -3706.67, 31.9118, 2.51, 0, 1, 0, 100, 0),
49+
(@PATH, 45, 2458.93, -3696.67, 31.9118, 2.51, 0, 1, 0, 100, 0),
50+
(@PATH, 46, 2432, -3692.03, 31.9118, 2.46, 0, 1, 0, 100, 0),
51+
(@PATH, 47, 2399.59, -3681.97, 31.9118, 2.45, 0, 1, 0, 100, 0),
52+
(@PATH, 48, 2357.75, -3666.6, 31.9118, 2.44, 0, 1, 0, 100, 0),
53+
(@PATH, 49, 2311.99, -3656.88, 31.9118, 2.94, 0, 1, 0, 100, 0),
54+
(@PATH, 50, 2263.41, -3649.55, 31.9118, 3.02, 0, 1, 0, 100, 0),
55+
(@PATH, 51, 2209.05, -3641.76, 31.9118, 2.99, 0, 1, 0, 100, 0),
56+
(@PATH, 52, 2164.83, -3637.64, 31.9118, 3.15, 0, 1, 0, 100, 0),
57+
(@PATH, 53, 2122.42, -3639, 31.9118, 3.21, 0, 1, 0, 100, 0),
58+
(@PATH, 54, 2075.73, -3643.59, 31.9118, 3.22, 0, 1, 0, 100, 0),
59+
(@PATH, 55, 2033.59, -3649.52, 31.9118, 3.42, 0, 1, 0, 100, 0),
60+
(@PATH, 56, 1985.22, -3662.99, 31.9118, 3.42, 0, 1, 0, 100, 0),
61+
(@PATH, 57, 1927.09, -3679.56, 33.9118, 3.42, 0, 1, 0, 100, 0),
62+
(@PATH, 58, 1873.57, -3695.32, 33.9118, 3.44, 0, 1, 0, 100, 0);
63+
64+
DELETE FROM `gossip_menu` WHERE `MenuID` =57025;
65+
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
66+
(57025, 1, 0);
67+
68+
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN(23002,23025);
69+
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
70+
(23002, 1, 1, 0, 0, 0, 0, 0),
71+
(23025, 1, 1, 0, 0, 0, 0, 0);
72+
73+
UPDATE `creature_template` SET `unit_flags` = 32768 WHERE `entry` IN(23002,23025);
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
--
2+
UPDATE `spell_dbc` SET `RangeIndex`= 12, `ProcChance` = 101, `Effect1` = 140, `EffectImplicitTargetA1` = 25, `EffectTriggerSpell1` = 47681 WHERE `Id` = 47680;
3+
4+
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 47681;
5+
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
6+
(13,1,47681,0,0,31,0,3,26811,0,0,0,0,"","Group 0: Spell 'Aggro Ancient Drakkari' (Effect 0) targets creature 'Ancient Drakkari Warmonger'"),
7+
(13,1,47681,0,1,31,0,3,26812,0,0,0,0,"","Group 1: Spell 'Aggro Ancient Drakkari' (Effect 0) targets creature 'Ancient Drakkari Soothsayer'");
8+
9+
DELETE FROM `creature_text` WHERE `CreatureID` IN (26811,26812) AND `GroupID` = 1;
10+
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
11+
(26811,1,0,"You take my heart, now I take yours!",12,0,100,0,0,0,26085,0,"Ancient Drakkari Warmonger"),
12+
(26811,1,1,"Why ya wanna mess wit me innards, mon?",12,0,100,0,0,0,26086,0,"Ancient Drakkari Warmonger"),
13+
(26811,1,2,"Dat me liver you be squeezin, mon!",12,0,100,0,0,0,26087,0,"Ancient Drakkari Warmonger"),
14+
(26811,1,3,"Come back here with me guts, $r!",12,0,100,0,0,0,26088,0,"Ancient Drakkari Warmonger"),
15+
16+
(26812,1,0,"You take my heart, now I take yours!",12,0,100,0,0,0,26085,0,"Ancient Drakkari Soothsayer"),
17+
(26812,1,1,"Why ya wanna mess wit me innards, mon?",12,0,100,0,0,0,26086,0,"Ancient Drakkari Soothsayer"),
18+
(26812,1,2,"Dat me liver you be squeezin, mon!",12,0,100,0,0,0,26087,0,"Ancient Drakkari Soothsayer"),
19+
(26812,1,3,"Come back here with me guts, $r!",12,0,100,0,0,0,26088,0,"Ancient Drakkari Soothsayer");
20+
21+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 26811 AND `source_type` = 0 AND `id` IN (12,13);
22+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 26812 AND `source_type` = 0 AND `id` IN (21,22);
23+
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
24+
(26811,0,12,0,8,0,100,0,47681,0,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Ancient Drakkari Warmonger - On Spellhit 'Aggro Ancient Drakkari' - Say Line 1"),
25+
(26811,0,13,0,8,0,100,0,47681,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Ancient Drakkari Warmonger - On Spellhit 'Aggro Ancient Drakkari' - Start Attacking"),
26+
27+
(26812,0,21,0,8,0,100,0,47681,0,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Ancient Drakkari Soothsayer - On Spellhit 'Aggro Ancient Drakkari' - Say Line 1"),
28+
(26812,0,22,0,8,0,100,0,47681,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Ancient Drakkari Soothsayer - On Spellhit 'Aggro Ancient Drakkari' - Start Attacking");
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
-- Ancient Drakkari Soothsayer smart ai
2+
SET @ENTRY := 26812;
3+
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
4+
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;
5+
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
6+
(@ENTRY, 0, 0, 1, 8, 0, 100, 0, 47778, 0, 0, 0, 11, 47795, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Cast spell Cold Cleanse (47795) on Self'),
7+
(@ENTRY, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Set event phase to phase 1'),
8+
(@ENTRY, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 144, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Enable Immune to PC'),
9+
(@ENTRY, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Enable Immune to NPC'),
10+
(@ENTRY, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 146, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Set uninteractable'),
11+
(@ENTRY, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Set run'),
12+
(@ENTRY, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 127, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Pause movement for 0sec on movement slot 0'),
13+
(@ENTRY, 0, 7, 8, 23, 1, 100, 1, 47795, 0, 0, 0, 69, 1, 0, 0, 0, 0, 0, 20, 188464, 40, 0, 0, 0, 0, 0, 'When creature has aura Cold Cleanse (47795) (once) - Self: Move to Closest gameobject Ancient Troll Mummy (188464) in 40 yards (point id 1)'),
14+
(@ENTRY, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'When creature has aura Cold Cleanse (47795) (once) - Self: Talk 0 to invoker'),
15+
(@ENTRY, 0, 9, 0, 34, 0, 100, 0, 8, 1, 0, 0, 80, 2681200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type POINT_MOTION_TYPE inform, point 1 - Self: Start timed action list id #Ancient Drakkari Soothsayer #0 (2681200) (update always)'),
16+
(@ENTRY, 0, 10, 0, 11, 0, 100, 0, 0, 0, 0, 0, 91, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On respawn - Self: Remove stand state SLEEP'),
17+
(@ENTRY, 0, 11, 0, 0, 0, 100, 0, 0, 0, 3000, 5000, 11, 9734, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Every 3 - 5 seconds (0 - 0s initially) (IC) - Self: Cast spell Holy Smite (9734) on Victim'),
18+
(@ENTRY, 0, 12, 0, 8, 0, 100, 0, 47681, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On spell Aggro Ancient Drakkari (47681) hit - Caster: Talk 1 to invoker'),
19+
(@ENTRY, 0, 13, 0, 8, 0, 100, 0, 47681, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On spell Aggro Ancient Drakkari (47681) hit - Self: Attack Caster');
20+
21+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 26811 AND `source_type` = 0 AND `id` IN (6,9);
22+
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
23+
(26811, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 127, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On spell Blow Snow (47778) hit - Self: Pause movement for 0sec on movement slot 0'),
24+
(26811, 0, 9, 0, 34, 0, 100, 0, 8, 1, 0, 0, 80, 2681200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On movement of type POINT_MOTION_TYPE inform, point 1 - Self: Start timed action list id #Ancient Drakkari Soothsayer #0 (2681200) (update always)');

0 commit comments

Comments
 (0)