mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
This commit is contained in:
8
sql/updates/world/4.3.4/2018_04_15_02_world.sql
Normal file
8
sql/updates/world/4.3.4/2018_04_15_02_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM gameobject WHERE id=214611;
|
||||
DELETE FROM gameobject WHERE guid IN (200631,200970,200971,200972);
|
||||
INSERT INTO gameobject (guid, id, map, zoneId, areaId, spawnMask, phaseMask, PhaseId, PhaseGroup, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state, VerifiedBuild) VALUES
|
||||
(200631, 203435, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(200970, 203436, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(200971, 203433, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(200972, 203434, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0);
|
||||
2
sql/updates/world/4.3.4/2018_04_15_03_world.sql
Normal file
2
sql/updates/world/4.3.4/2018_04_15_03_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `phaseMask`=1 WHERE `guid` IN (200631,200970,200971,200972);
|
||||
2
sql/updates/world/4.3.4/2018_04_15_04_world.sql
Normal file
2
sql/updates/world/4.3.4/2018_04_15_04_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `PhaseId`=169 WHERE `PhaseId` IN (5338,6348) AND `map`=646;
|
||||
33
sql/updates/world/4.3.4/2018_04_16_00_world.sql
Normal file
33
sql/updates/world/4.3.4/2018_04_16_00_world.sql
Normal file
@@ -0,0 +1,33 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_death_rune';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_mark_of_blood';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_necrosis';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_vendetta';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_wandering_plague';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_glyph_of_mend_pet';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_burning_determination';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_empowered_fire';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_imp_blizzard';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_magic_absorption';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_heart_of_the_crusader';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_improved_lay_of_hands';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_judgement_of_light_heal';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_judgement_of_wisdom_mana';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_spiritual_attunement';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_imp_shadowform';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_improved_spirit_tap';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_improved_drain_soul';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_glyph_of_blocking';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_improved_spell_reflection';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_righteous_vengeance';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_seals';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_seal_of_corruption';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_seal_of_vengeance';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_quick_recovery';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_setup';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_turn_the_tables';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_turn_the_tables_proc';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_astral_shift_aura';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_glyph_of_totem_of_wrath';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_lightning_overload';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_tidal_force_dummy';
|
||||
16
sql/updates/world/4.3.4/2018_04_16_01_world.sql
Normal file
16
sql/updates/world/4.3.4/2018_04_16_01_world.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48902 WHERE `entry`=39788;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48710 WHERE `entry`=39587;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48776 WHERE `entry`=39732;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=16, `unit_flags`=33555008, `mechanic_immune_mask`=536941137 WHERE `entry`=48902;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=16, `speed_walk`=2, `unit_class`=2, `unit_flags`=32832 WHERE `entry`=48710;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=16, `speed_walk`=2.8, `unit_class`=2, `unit_flags`=32832 WHERE `entry`=48776;
|
||||
|
||||
UPDATE `spell_script_names` SET `spell_id`= 53290 WHERE `spell_id`= -53290;
|
||||
UPDATE `spell_script_names` SET `spell_id`= 31876 WHERE `spell_id`= -31876;
|
||||
UPDATE `spell_script_names` SET `spell_id`= 31661 WHERE `spell_id`= -31661;
|
||||
UPDATE `spell_script_names` SET `spell_id`= 27243 WHERE `spell_id`= -27243;
|
||||
UPDATE `spell_script_names` SET `spell_id`= 44445 WHERE `spell_id`= -44445;
|
||||
UPDATE `spell_script_names` SET `spell_id`= 10400 WHERE `spell_id`= -10400;
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`= '' WHERE `ScriptName`= 'npc_lunaclaw_spirit';
|
||||
48
sql/updates/world/4.3.4/2018_04_17_00_world.sql
Normal file
48
sql/updates/world/4.3.4/2018_04_17_00_world.sql
Normal file
@@ -0,0 +1,48 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (250976,250989,250990,251001,251013,251030,251095,251097,251153,251154,251159,251163,251166,251577,251591,251933,251937,313527,313695,313696,313697,313921,313923,313922,252232,252240,252241,252242);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(250976, 37944, 0, 4922, 5470, 1, 169, 0, 0, 0, -8601.608, 1168.704, 19.85569, 3.297469, 120, 10, 0, 0, 0, 1, 0, 0, 0, 26365), -- Stormwind City Patroller (Area: Victor's Point - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
|
||||
(250989, 68, 0, 4922, 5470, 1, 169, 0, 0, 0, -8605.365, 1257.147, 5.24538, 5.184178, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Stormwind City Guard (Area: Victor's Point - Difficulty: 0) (Auras: )
|
||||
(250990, 50262, 0, 4922, 5470, 1, 169, 0, 0, 0, -8547.236, 1273.755, -0.9725119, 0.8028514, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Flintlocke's Seaplane (Area: Victor's Point - Difficulty: 0) (Auras: 93308 - Fargo Flintlocke Quest Invis B)
|
||||
(251001, 44806, 0, 4922, 5470, 1, 169, 0, 0, 0, -8543.592, 1268.993, 4.626535, 5.323254, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Fargo Flintlocke (Area: Victor's Point - Difficulty: 0) (Auras: 93308 - Fargo Flintlocke Quest Invis B)
|
||||
(251013, 29712, 0, 4922, 5470, 1, 169, 0, 0, 0, -8475.197, 1196.312, 5.823928, 1.710423, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Stormwind Harbor Guard (Area: Victor's Point - Difficulty: 0) (Auras: )
|
||||
(251030, 37944, 0, 4922, 5470, 1, 169, 0, 0, 0, -8628.288, 1289.662, 5.40248, 2.032705, 120, 10, 0, 0, 0, 1, 0, 0, 0, 26365), -- Stormwind City Patroller (Area: Victor's Point - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
|
||||
(251095, 29712, 0, 4922, 5470, 1, 169, 0, 0, 0, -8484.552, 1195.428, 5.667074, 1.500983, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Stormwind Harbor Guard (Area: Victor's Point - Difficulty: 0) (Auras: )
|
||||
(251097, 43102, 0, 4922, 5470, 1, 169, 0, 0, 0, -8597.54, 1355.25, -56.09097, 0.8552113, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Rock Lobster (Area: Victor's Point - Difficulty: 0)
|
||||
(251153, 6086, 0, 4922, 5470, 1, 169, 0, 0, 0, -8632.424, 1322.667, 5.315584, 3.630285, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Auberdine Sentinel (Area: Victor's Point - Difficulty: 0)
|
||||
(251154, 15214, 0, 4922, 5470, 1, 169, 0, 0, 0, -8629.909, 1338.23, 5.742119, 6.178465, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Invisible Stalker (Area: Victor's Point - Difficulty: 0)
|
||||
(251159, 6086, 0, 4922, 5470, 1, 169, 0, 0, 0, -8645.251, 1315.329, 5.315582, 0.5585054, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Auberdine Sentinel (Area: Victor's Point - Difficulty: 0)
|
||||
(251163, 28650, 0, 4922, 5470, 1, 169, 0, 0, 0, -8641.177, 1331.082, 5.315578, 4.956735, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Nayura (Area: Victor's Point - Difficulty: 0)
|
||||
(251166, 15214, 0, 4922, 5470, 1, 169, 0, 0, 0, -8448.577, 1217.234, 5.207785, 3.385939, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Invisible Stalker (Area: Victor's Point - Difficulty: 0)
|
||||
(251577, 15214, 0, 4922, 5470, 1, 169, 0, 0, 0, -8451.06, 1187.907, 5.709352, 3.909538, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Invisible Stalker (Area: Victor's Point - Difficulty: 0)
|
||||
(251591, 29152, 0, 4922, 5470, 1, 169, 0, 0, 0, -8444.702, 1195.998, 5.489876, 2.663815, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Stormwind Dock Worker (Area: Victor's Point - Difficulty: 0)
|
||||
(251933, 44880, 0, 4922, 5470, 1, 169, 0, 0, 0, -8470.908, 1179.363, 40.0534, 2.286381, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Sea Gull (Area: Victor's Point - Difficulty: 0)
|
||||
(251937, 4075, 0, 4922, 5470, 1, 169, 0, 0, 0, -8370.599, 1105.67, 19.09496, 3.488379, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Rat (Area: Victor's Point - Difficulty: 0)
|
||||
(252232, 8666, 0, 4922, 5470, 1, 169, 0, 0, 0, -8657.74, 553.9192, 97.28078, 0.1543791, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Lil Timmy (Area: Victor's Point - Difficulty: 0)
|
||||
(252240, 7386, 0, 4922, 5470, 1, 169, 0, 0, 0, -8660.891, 553.7144, 97.04059, 0.3612556, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- White Kitten (Area: Victor's Point - Difficulty: 0) (Auras: 96573 - Pet Sit or Sleep)
|
||||
(252241, 42421, 0, 4922, 5470, 1, 169, 0, 0, 0, -8592.535, 631.0764, 96.72416, 3.401263, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), -- Stormwind Fisherman (Area: Victor's Point - Difficulty: 0)
|
||||
(252242, 49540, 0, 4922, 5470, 1, 169, 0, 0, 0, -8503.25, 648.4565, 100.6977, 1.732329, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365); -- Stormwind Rat (Area: Victor's Point - Difficulty: 0)
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (250976,250989,250990,251001,251013,251030,251095,251097,251153,251154,251159,251163,251166,251577,251591,251933,251937,313527,313695,313696,313697,313921,313923,313922,252232,252240,252241,252242);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(250976, 0, 0, 0, 257, 0, ''), -- Stormwind City Patroller
|
||||
(250989, 0, 0, 0, 257, 0, ''), -- Stormwind City Guard
|
||||
(250990, 0, 0, 65536, 1, 0, '93308'), -- Flintlocke's Seaplane - 93308 - Fargo Flintlocke Quest Invis B
|
||||
(251001, 0, 0, 65536, 257, 0, '93308'), -- Fargo Flintlocke - 93308 - Fargo Flintlocke Quest Invis B
|
||||
(251013, 0, 0, 0, 257, 0, ''), -- Stormwind Harbor Guard
|
||||
(251030, 0, 0, 0, 257, 0, ''), -- Stormwind City Patroller
|
||||
(251095, 0, 0, 0, 257, 0, ''), -- Stormwind Harbor Guard
|
||||
(251097, 0, 0, 0, 1, 0, ''), -- Rock Lobster
|
||||
(251153, 0, 0, 0, 257, 0, ''), -- Auberdine Sentinel
|
||||
(251154, 0, 0, 0, 1, 0, ''), -- Invisible Stalker
|
||||
(251159, 0, 0, 0, 257, 0, ''), -- Auberdine Sentinel
|
||||
(251163, 0, 0, 0, 1, 0, ''), -- Nayura
|
||||
(251166, 0, 0, 0, 1, 0, ''), -- Invisible Stalker
|
||||
(251577, 0, 0, 0, 1, 0, ''), -- Invisible Stalker
|
||||
(251591, 0, 0, 0, 257, 0, ''), -- Stormwind Dock Worker
|
||||
(251933, 0, 0, 50331648, 1, 0, ''), -- Sea Gull
|
||||
(251937, 0, 0, 0, 1, 0, ''), -- Rat
|
||||
(252232, 0, 0, 0, 1, 0, ''), -- Lil Timmy
|
||||
(252240, 0, 0, 0, 1, 0, '96573'), -- White Kitten - 96573 - Pet Sit or Sleep
|
||||
(252241, 0, 0, 0, 1, 0, ''), -- Stormwind Fisherman
|
||||
(252242, 0, 0, 0, 1, 0, ''); -- Stormwind Rat
|
||||
7
sql/updates/world/4.3.4/2018_04_17_01_world.sql
Normal file
7
sql/updates/world/4.3.4/2018_04_17_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (252243);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(252243, 29712, 0, 4922, 5470, 1, 169, 0, 0, 0, -8641.44433, 951.4826, 98.2429, 4.897644, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365); -- Stormwind Harbor Guard (Area: Victor's Point - Difficulty: 0) (Auras: )
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (252243);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(252243, 0, 0, 0, 257, 0, ''); -- Stormwind Harbor Guard
|
||||
10
sql/updates/world/4.3.4/2018_04_17_02_world.sql
Normal file
10
sql/updates/world/4.3.4/2018_04_17_02_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (200003,200004,200005,200006);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(200003, 204284, 0, 4922, 5470, 1, 1, 169, 0, -8597.54, 1355.16, -56.1717, 0.7853968, 0, 0, 0.3826828, 0.9238798, 120, 255, 1, 26365), -- Stormwind Lobster Trap (Area: Victor's Point - Difficulty: 0)
|
||||
(200004, 205144, 0, 4922, 5470, 1, 1, 169, 0, -8445.49, 1226.98, 5.23025, 2.687807, 0, 0, 0.97437, 0.2249513, 120, 255, 1, 26365), -- Missing Parts (Area: Victor's Point - Difficulty: 0)
|
||||
(200005, 205144, 0, 4922, 5470, 1, 1, 169, 0, -8448.61, 1213.67, 5.14314, 0, 0, 0, 0, 1, 120, 255, 1, 26365), -- Missing Parts (Area: Victor's Point - Difficulty: 0)
|
||||
(200006, 205144, 0, 4922, 5470, 1, 1, 169, 0, -8442.75, 1187.77, 5.83535, 0, 0, 0, 0, 1, 120, 255, 1, 26365); -- Missing Parts (Area: Victor's Point - Difficulty: 0)
|
||||
|
||||
DELETE FROM `creature` WHERE `guid`=252243 AND `id`=29712 AND `VerifiedBuild`=26365;
|
||||
UPDATE `creature` SET `guid`=252243 WHERE `guid`=313754;
|
||||
127
sql/updates/world/4.3.4/2018_04_17_03_world.sql
Normal file
127
sql/updates/world/4.3.4/2018_04_17_03_world.sql
Normal file
@@ -0,0 +1,127 @@
|
||||
--
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (252244,252245);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(252244, 2533, 0, 0, 0, 1, 169, 0, 0, 0, -8731.58, 541.932, 101.111, 0.8330327, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365),
|
||||
(252245, 2532, 0, 0, 0, 1, 169, 0, 0, 0, -8731.58, 541.932, 101.111, 0.6576703, 120, 0, 0, 0, 0, 2, 0, 0, 0, 26365);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID`=252245;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`) VALUES
|
||||
(252245,252245,4,0,515),
|
||||
(252245,252244,4,0,515);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid`=252245;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(252245,2522450,0,0,0,0, '');
|
||||
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=2532;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2532 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=253200 AND `source_type`=9;
|
||||
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
|
||||
(2532,0,0,0,1,0,100,0,10000,10000,30000,30000,80,253200,0,0,0,0,0,1,0,0,0,0,0,0,0,'Donna - ooc - action list'),
|
||||
(253200,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Donna - action list - talk1'),
|
||||
(253200,9,1,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,19,2533,50,0,0,0,0,0,'Donna - action list - talk1 for William');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (2533, 2532);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `comment`, `BroadcastTextId`) VALUES
|
||||
(2533,0,0,'No fair! Gimme back my gorilla!!',12,7,100,0,0,0,'William', 50298),
|
||||
(2533,0,1,'Gimmie back Jum-jump!',12,7,100,0,0,0,'William', 50299),
|
||||
(2533,0,2,'You better not break Jum-jump! It''s not fair!',12,7,100,0,0,0,'William', 50300),
|
||||
(2533,0,3,'WAAAHHH!!!',12,7,100,0,0,0,'William', 50301),
|
||||
(2533,0,4,'You''re being mean! I''m telling Mommy!',12,7,100,0,0,0,'William', 50302),
|
||||
(2533,0,5,'Stop twisting his legs, they aren''t supposed to bend that way!',12,7,100,0,0,0,'William', 50303),
|
||||
(2533,0,6,'You''re breaking him!',12,7,100,0,0,0,'William', 50304),
|
||||
(2533,0,7,'Stop it! You''ll break his legs off!',12,7,100,0,0,0,'William', 50305),
|
||||
(2532,0,0,'Ha ha! I have your Grindgear Gorilla!',12,7,100,0,0,0,'Donna', 50287),
|
||||
(2532,0,1,'I wonder if your Grindgear Gorilla can jump across the Park!',12,7,100,0,0,0,'Donna', 50288),
|
||||
(2532,0,2,'I have your gorilla! Nyah nyah!',12,7,100,0,0,0,'Donna', 50289),
|
||||
(2532,0,3,'I wonder how far the gears turn?',12,7,100,0,0,0,'Donna', 50290),
|
||||
(2532,0,4,'If you want him back you''re gonna have to beg... like a monkey!!',12,7,100,0,0,0,'Donna', 50291),
|
||||
(2532,0,5,'Now who''s the crybaby, crybaby!?',12,7,100,0,0,0,'Donna', 50292),
|
||||
(2532,0,6,'Baby wants his dolly!',12,7,100,0,0,0,'Donna', 50293),
|
||||
(2532,0,7,'Whoops!',12,7,100,0,0,0,'Donna', 50294);
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id`=2522450;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
|
||||
(2522450, 1, -8731.58, 541.932, 101.111, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 2, -8720.52, 529.999, 99.3708, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 3, -8716.57, 522.528, 97.612, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 4, -8710.38, 522.662, 97.4771, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 5, -8703.03, 528.912, 97.669, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 6, -8685.83, 539.951, 97.7841, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 7, -8679.19, 551.407, 97.4845, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 8, -8663.87, 554.612, 96.8751, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 9, -8651.75, 548.373, 96.9836, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 10, -8638.92, 537.941, 99.4104, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 11, -8629.57, 534.889, 100.717, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 12, -8616.79, 517.027, 103.246, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 13, -8610.89, 516.332, 103.775, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 14, -8600.68, 525.372, 106.517, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 15, -8582.68, 540.197, 102.279, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 16, -8582.6, 557.728, 101.851, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 17, -8588.54, 571.377, 102.515, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 18, -8582.75, 582.445, 103.492, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 19, -8581.09, 596.986, 103.326, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 20, -8572.61, 609.681, 102.628, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 21, -8554.31, 617.579, 102.079, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 22, -8547.34, 628.095, 100.969, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 23, -8524.76, 636.519, 99.995, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 24, -8514.57, 643.758, 100.198, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 25, -8512.06, 652.878, 100.291, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 26, -8521.83, 666.528, 102.661, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 27, -8535.99, 686.327, 97.6789, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 28, -8544.53, 685.475, 97.5076, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 29, -8564.66, 672.461, 97.0156, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 30, -8573.9, 661.108, 97.5108, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 31, -8592.18, 657.221, 98.1965, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 32, -8604.52, 656.575, 98.7059, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 33, -8620.36, 652.313, 99.1877, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 34, -8644.6, 658.89, 101.207, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 35, -8655.94, 660.699, 100.858, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 36, -8668.29, 676.294, 99.6044, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 37, -8671.98, 683.76, 98.8546, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 38, -8705.22, 725.675, 97.1356, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 39, -8714.54, 732.607, 97.8152, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 40, -8729.44, 723.121, 101.552, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 41, -8742.16, 710.686, 98.2678, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 42, -8738.48, 700.884, 98.718, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 43, -8752.58, 688.263, 100.448, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 44, -8773.14, 671.75, 103.092, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 45, -8774.24, 667.734, 103.092, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 46, -8762.72, 649.633, 103.733, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 47, -8759.08, 635.326, 102.912, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 48, -8758.8, 629.108, 102.25, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 49, -8761.79, 618.03, 99.275, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 50, -8792.64, 593.169, 97.6035, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 51, -8801.18, 592.338, 97.3394, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 52, -8816.1, 613.304, 95.2455, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 53, -8828.86, 627.785, 94.0444, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 54, -8826.57, 637.878, 94.243, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 55, -8818.02, 645.358, 94.2658, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 56, -8811.9, 638.996, 94.2287, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 57, -8812.1, 630.047, 94.2287, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 58, -8824.53, 623.322, 93.8413, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 59, -8837.91, 642.898, 95.4907, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 60, -8851.59, 652.393, 96.44, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 61, -8847.92, 662.602, 97.4256, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 62, -8830.06, 673.308, 98.2819, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 63, -8826.73, 680.102, 97.2982, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 64, -8833.85, 697.773, 97.5546, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 65, -8840.87, 711.413, 97.5676, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 66, -8840.99, 722.775, 97.3683, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 67, -8826.64, 729.331, 98.4387, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 68, -8816.81, 738.407, 97.9223, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 69, -8793.3, 743.694, 98.3306, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 70, -8768.96, 740.105, 99.1632, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 71, -8759.32, 727.137, 98.2857, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 72, -8731.58, 697.112, 98.6319, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 73, -8730.4, 687.347, 98.7743, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 74, -8723.18, 673.754, 98.6213, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 75, -8714.73, 664.722, 98.9638, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 76, -8706.44, 635.994, 100.299, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 77, -8705.95, 611.391, 99.9666, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 78, -8711.1, 594.366, 98.6165, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 79, -8720.06, 591.749, 98.5704, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 80, -8734.96, 576.142, 97.4009, 0, 0, 1, 0, 100, 0),
|
||||
(2522450, 81, -8743.7, 570.146, 97.382, 0, 0, 1, 0, 100, 0 ),
|
||||
(2522450, 82, -8747.05, 560.624, 97.4024, 0, 0, 1, 0, 100, 0);
|
||||
5
sql/updates/world/4.3.4/2018_04_18_00_world.sql
Normal file
5
sql/updates/world/4.3.4/2018_04_18_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `PhaseId`=361 WHERE `guid` BETWEEN 250399 AND 250824;
|
||||
UPDATE `creature` SET `PhaseId`=0, `PhaseGroup`=551 WHERE `guid` BETWEEN 250825 AND 250875;
|
||||
UPDATE `creature` SET `PhaseId`=361, `PhaseGroup`=0 WHERE `guid` BETWEEN 250876 AND 250886;
|
||||
UPDATE `gameobject` SET `PhaseId`=361 WHERE `guid` IN ( 233413,233411,233410,233409,233408,233407,233405);
|
||||
1152
sql/updates/world/4.3.4/2018_04_21_00_world.sql
Normal file
1152
sql/updates/world/4.3.4/2018_04_21_00_world.sql
Normal file
File diff suppressed because it is too large
Load Diff
3
sql/updates/world/4.3.4/2018_04_21_01_world.sql
Normal file
3
sql/updates/world/4.3.4/2018_04_21_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `spawnMask`=15 WHERE `map` IN (669,967) AND `id` NOT IN (207342, 209062, 207340,209060, 209061, 207341, 209063, 207339);
|
||||
UPDATE `creature` SET `spawnMask`=15 WHERE `map` IN (669,967);
|
||||
6
sql/updates/world/4.3.4/2018_04_21_02_world.sql
Normal file
6
sql/updates/world/4.3.4/2018_04_21_02_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `npc_text` WHERE `ID` IN (18228,18377,21709);
|
||||
INSERT INTO `npc_text` (`ID`, `text0_0`, `BroadcastTextID0`, `Probability0`, em0_0) VALUES
|
||||
(18228, "The Scryer's Tier has a library devoted to training professions.$b$bYou will find the knowledge you seek in the Seer's Library.",52855, 1, 1),
|
||||
(18377, "I'm afraid Gunny didn't make it, $n.",53446, 1,18),
|
||||
(21709, "Sorry, I have to set a broken leg on a baby dragon. Can you come back in a few minutes?",49490, 1, 0);
|
||||
18
sql/updates/world/4.3.4/2018_04_21_03_world.sql
Normal file
18
sql/updates/world/4.3.4/2018_04_21_03_world.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
--
|
||||
UPDATE `npc_text` SET `text0_0`= "Welcome to Camp Mojache, brave $C. How may I assist you this day?" WHERE `ID`= 2368;
|
||||
UPDATE `npc_text` SET `text0_0`= "This is MY WAGON!$B$BMINE!", `BroadcastTextID0`= 44358 WHERE `ID`= 16528;
|
||||
UPDATE `npc_text` SET `text0_0`= "You have truly grown more cunning, $n.", `BroadcastTextID0`= 8484, `Probability0`= 1, `text1_0`= 'An honor to see you again, $n.', `BroadcastTextID1`= 8485, `Probability1`= 1, `text2_0`= 'I believe Simone was looking for you earlier, $n. Have you spoken with her yet?', `BroadcastTextID2`= 8486, `Probability2`= 1 WHERE `ID` = 5935;
|
||||
DELETE FROM `npc_text` WHERE `ID` IN (15520,15521,15522,15525,15587,15841,16396,16432,16660,16859,17482,17519);
|
||||
INSERT INTO `npc_text` (`ID`, `text0_0`, `BroadcastTextID0`, `Probability0`, em0_0) VALUES
|
||||
(15520, "Ah yes, our assault on the Horde town of Taurajo. I struggled with the implications of the decision.$B$BTaurajo was admittedly what you might call a 'soft target,' primarily a hunters' camp. Still, it had been used to recruit, equip, and train Horde infantry for many years.$B$BWhen our scouts reported that Taurajo's most dangerous units were out on the hunt, we had to act quickly.",39124, 1, 1),
|
||||
(15521, "<Hawthorne wrinkles his brow.>$B$BI would prefer not to use the term 'sacked,' but yes, the attack went off flawlessly. We removed Taurajo from the equation, confiscated its arms, and destroyed its smithing facilities. The assault gave our forces considerable breathing room and knocked the enemy off balance.$B$BNonetheless, during the assault, I instructed my men to leave a gap open in our lines...",39126, 1, 274),
|
||||
(15522, "Taurajo had a significant civilian population. I wanted to ensure that they could escape the fighting, and many did, finding refuge in the north.$B$BThere are some, even in Alliance High Command, who argued that I let an opportunity slip away. That I should've taken hostages. But I don't see the value in those sort of terror-tactics.$B$BHear me out, $n: I want this war to end someday. It won't ever stop if we butcher or imprison civilians.$B$BI just pray that there are those on the other side who see things as I do.",39128, 1, 274),
|
||||
(15525, "The lesson we've learned here in the Barrens is that nothing short of scorched earth will rout these Horde animals. No quarter!",39135, 1, 0),
|
||||
(15587, "Be sure to check in with my son Marley at the digsite. He's a good kid - my eyes and ears over at Bael Modan.",39344, 1, 1),
|
||||
(15841, "The Cataclysm has destroyed the western mountains of Thousand Needles. The South Sea has rushed in and the canyons are flooded.$B$BPlease, $c, you must come to our aid at New Thalanaar!",40354, 1, 5),
|
||||
(16396, "Let's get this over with. I'd rather be back home at Aerie Peak than starin' down these ugly trolls.",43287, 1, 0),
|
||||
(16432, "The excitement of the crowd, the thrill of the fight - you should have seen it! Ever since those ogres took control of the Dire Maul arena, I've been forced to camp out here. Griniblix the Spectator - ha! Spectator of what? This campfire? That shrub? Or how about this odd purple tree?$B$BListen, if you're looking for a fight, Skarr was headed towards the Lariss Pavilion, and The Razza was soaring in the direction of the New Thalanaar. Just be sure to let me in on the betting before the bloodbath begins!",43556, 1, 0),
|
||||
(16660, "Sharpbeak's the finest gryphon in Aerie Peak. He'll get you right to the top of Jintha'Alor, and we'll take the top terraces in no time.",44808, 1, 0),
|
||||
(16859, "No thanks! Maybe sometime in the future. Or the past. Not today.",45667, 1, 1),
|
||||
(17482, "Thank you for saving me! But don't tell Ferli, ok? I said I busted out on my own!",48726, 1, 0),
|
||||
(17519, "I wasn't expecting anyone down here. Come to keep me company, or just looking for a way out?",48894, 1, 0);
|
||||
63
sql/updates/world/4.3.4/2018_04_23_00_world.sql
Normal file
63
sql/updates/world/4.3.4/2018_04_23_00_world.sql
Normal file
@@ -0,0 +1,63 @@
|
||||
-- Druid
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (
|
||||
50464, -- Nourish
|
||||
5176, -- Wrath
|
||||
8921, -- Moonfire
|
||||
467, -- Thorns
|
||||
2912, -- Starfire
|
||||
5185, -- Healing Touch
|
||||
42231, -- Hurricane
|
||||
5570, -- Insect Swarm
|
||||
33763, -- Lifebloom
|
||||
8936, -- Regrowth
|
||||
774, -- Rejuvenation
|
||||
50288, -- Starfall
|
||||
44203, -- Tranquility
|
||||
61391, -- Typhoon
|
||||
48438 -- Wild Growth
|
||||
);
|
||||
|
||||
-- Priest
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (
|
||||
32546, -- Blinding Heal
|
||||
34861, -- Circle of Healing
|
||||
19236, -- Desperate Prayer
|
||||
2944, -- Devouring Plague
|
||||
64844, -- Devine Hymn
|
||||
2061, -- Flash Heal
|
||||
2060, -- Greater Heal
|
||||
14914, -- Holy Fire
|
||||
15237, -- Holy Nova Damage
|
||||
23455, -- Holy Nova Heal
|
||||
8092, -- Mind Blast
|
||||
49821, -- Mind Sear
|
||||
47750, -- Penance Heal
|
||||
47666, -- Penance Damage
|
||||
17, -- Power World: Shield
|
||||
596, -- Player of Healing
|
||||
33110, -- Prayer of Mending
|
||||
139, -- Renew
|
||||
32379, -- Shadow Word: Death
|
||||
589, -- Shadow Word: Pain
|
||||
34433, -- Shadowfiend
|
||||
585, -- Smite
|
||||
34914, -- Vampiric Touch
|
||||
64085 -- Vampiric Touch (Dispelled)
|
||||
);
|
||||
|
||||
-- Warlock
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (
|
||||
755, -- Health Funel
|
||||
47960, -- Shadowflame
|
||||
31117 -- Unstable Affliction (Dispel)
|
||||
);
|
||||
|
||||
-- Re-used from previous coefficient correction
|
||||
-- Shaman
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (26364, 403, 421, 8042, 8050, 8056, 3606, 8349, 8187, 51490, 51505, 8004, 331, 77472, 1064, 5672, 379, 61295, 73921, 32175, 73899, 60103, 77478, 73683, 73682, 73685, 45297, 77451, 45284, 974, 8188);
|
||||
|
||||
-- Warlock
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (172, 686, 6229, 980, 603, 6789, 689, 1120, 5676, 6353, 17877, 348, 1949, 5857, 42223, 30108, 27243, 27285, 30283, 29722, 47897, 48181, 50796, 50590, 54786, 3110, 54049, 7814, 86121, 71521, 77799);
|
||||
|
||||
-- Mage
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (7268, 30451, 1449, 44425, 1463, 543, 133, 2948, 2136, 44614, 11366, 92315, 2120, 11113, 31661, 44457, 11129, 82731, 116, 42208, 120, 122, 30455, 11426, 44572, 71757, 44461, 31707);
|
||||
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
--
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=1325, `Text`="These statuettes must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=1354, `Text`="%s searches the ancient statuettes." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=1326, `Text`="They're locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0;
|
||||
*/
|
||||
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
--
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="This statuette must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="%s searches the ancient statuette." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="It's locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0;
|
||||
*/
|
||||
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
--
|
||||
-- Quest "Troubled Spirits of Kel'Theril"
|
||||
-- Highborne Relic Fragment
|
||||
UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN (175888,175891,175892,175893);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (175888,175891,175892,175893) AND `source_type`=1;
|
||||
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
|
||||
(175888,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6505.45,-4230.91,658.636,3.31351,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
|
||||
(175888,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6494.32,-4228.23,658.549,5.63829,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"),
|
||||
(175891,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6562.16,-3919.21,658.297,4.42878,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
|
||||
(175891,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6556.55,-3938.87,658.313,1.30682,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"),
|
||||
(175892,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6482.59,-4109.64,658.291,2.21004,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
|
||||
(175892,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6482.84,-4093.91,658.412,4.11463,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"),
|
||||
(175893,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6563.31,-4047.92,658.329,1.18116,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
|
||||
(175893,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6557.38,-4041.45,658.408,0.313297,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'");
|
||||
|
||||
-- Anguished Highborne
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=7524 AND `source_type`=0 AND `id`=1;
|
||||
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
|
||||
(7524,0,1,0,11,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Anguished Highborne - On Respawn - Start Attacking");
|
||||
|
||||
-- Suffering Highborne
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=7523 AND `source_type`=0 AND `id`=1;
|
||||
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
|
||||
(7523,0,1,0,11,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Suffering Highborne - On Respawn - Start Attacking");
|
||||
*/
|
||||
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
--
|
||||
-- Remorseful Highborne
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=10684 AND `source_type`=0 AND `id` IN (1,2);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=1068400 AND `source_type`=9;
|
||||
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
|
||||
(10684,0,1,0,20,0,100,0,5248,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Quest 'Tormented by the Past' Finished - Set Active On"),
|
||||
(10684,0,2,0,20,0,100,0,5248,0,0,0,80,1068400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Quest 'Tormented by the Past' Finished - Run Script"),
|
||||
(1068400,9,0,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,7523,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 1 1"),
|
||||
(1068400,9,1,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,7524,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 1 1"),
|
||||
(1068400,9,2,0,0,0,100,0,120000,120000,0,0,45,2,2,0,0,0,0,11,7523,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 2 2"),
|
||||
(1068400,9,3,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,11,7524,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 2 2"),
|
||||
(1068400,9,4,0,0,0,100,0,0,0,0,0,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Script - Set Active Off");
|
||||
|
||||
-- Anguished Highborne
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=7524 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
|
||||
(7524,0,2,0,38,0,100,0,1,1,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anguished Highborne - On Data Set 1 1 - Set Faction 124"),
|
||||
(7524,0,3,0,38,0,100,0,2,2,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anguished Highborne - On Data Set 2 2 - Set Faction 21");
|
||||
|
||||
-- Suffering Highborne
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=7523 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
|
||||
(7523,0,2,0,38,0,100,0,1,1,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Suffering Highborne - On Data Set 1 1 - Set Faction 124"),
|
||||
(7523,0,3,0,38,0,100,0,2,2,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,"Suffering Highborne - On Data Set 2 2 - Set Faction 21");
|
||||
*/
|
||||
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
--
|
||||
DELETE FROM `npc_text` WHERE `ID` IN (15520,15521,15522,15525,15587,15841,16396,16660,16859,17482,17519);
|
||||
INSERT INTO `npc_text` (`ID`, `text0_0`, `BroadcastTextID0`, `Probability0`, em0_0) VALUES
|
||||
(15520, "Ah yes, our assault on the Horde town of Taurajo. I struggled with the implications of the decision.$B$BTaurajo was admittedly what you might call a 'soft target,' primarily a hunters' camp. Still, it had been used to recruit, equip, and train Horde infantry for many years.$B$BWhen our scouts reported that Taurajo's most dangerous units were out on the hunt, we had to act quickly.",39124, 1, 1),
|
||||
(15521, "<Hawthorne wrinkles his brow.>$B$BI would prefer not to use the term 'sacked,' but yes, the attack went off flawlessly. We removed Taurajo from the equation, confiscated its arms, and destroyed its smithing facilities. The assault gave our forces considerable breathing room and knocked the enemy off balance.$B$BNonetheless, during the assault, I instructed my men to leave a gap open in our lines...",39126, 1, 274),
|
||||
(15522, "Taurajo had a significant civilian population. I wanted to ensure that they could escape the fighting, and many did, finding refuge in the north.$B$BThere are some, even in Alliance High Command, who argued that I let an opportunity slip away. That I should've taken hostages. But I don't see the value in those sort of terror-tactics.$B$BHear me out, $n: I want this war to end someday. It won't ever stop if we butcher or imprison civilians.$B$BI just pray that there are those on the other side who see things as I do.",39128, 1, 274),
|
||||
(15525, "The lesson we've learned here in the Barrens is that nothing short of scorched earth will rout these Horde animals. No quarter!",39135, 1, 0),
|
||||
(15587, "Be sure to check in with my son Marley at the digsite. He's a good kid - my eyes and ears over at Bael Modan.",39344, 1, 1),
|
||||
(15841, "The Cataclysm has destroyed the western mountains of Thousand Needles. The South Sea has rushed in and the canyons are flooded.$B$BPlease, $c, you must come to our aid at New Thalanaar!",40354, 1, 5),
|
||||
(16396, "Let's get this over with. I'd rather be back home at Aerie Peak than starin' down these ugly trolls.",43287, 1, 0),
|
||||
(16660, "Sharpbeak's the finest gryphon in Aerie Peak. He'll get you right to the top of Jintha'Alor, and we'll take the top terraces in no time.",44808, 1, 0),
|
||||
(16859, "No thanks! Maybe sometime in the future. Or the past. Not today.",45667, 1, 1),
|
||||
(17482, "Thank you for saving me! But don't tell Ferli, ok? I said I busted out on my own!",48726, 1, 0),
|
||||
(17519, "I wasn't expecting anyone down here. Come to keep me company, or just looking for a way out?",48894, 1, 0);
|
||||
*/
|
||||
@@ -0,0 +1,98 @@
|
||||
/*
|
||||
-- Quest "Ancient Spirit"
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=4261; -- Prevents quest from auto completing
|
||||
-- Arei
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=9598;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(9598,0,0,"Please, help me to get through this cursed forest, $r.",12,0,100,0,0,0,5004,0,"Arei"),
|
||||
(9598,1,0,"The corruption of Felwood has trapped my spirit here... I may never rest...",12,0,100,0,0,0,5037,0,"Arei"),
|
||||
(9598,2,0,"That I must fight against my own kind deeply saddens me.",12,0,100,0,0,0,5008,0,"Arei"),
|
||||
(9598,3,0,"The corruption of the fel has not left any of the creatures of Felwood untouched, $n. Please, be on your guard.",12,0,100,0,0,0,5005,0,"Arei"),
|
||||
(9598,4,0,"I can sense it now, $n. Ashenvale lies down this path.",12,0,100,0,0,0,5023,0,"Arei"),
|
||||
(9598,5,0,"I feel... something strange...",12,0,100,0,0,0,5026,0,"Arei"),
|
||||
(9598,6,0,"$n, my form has now changed! The true strength of my spirit is returning to me now... The cursed grasp of the forest is leaving me.",12,0,100,0,0,0,5029,0,"Arei"),
|
||||
(9598,7,0,"Thank you, $n. Now my spirit will finally be at peace.",12,0,100,0,0,0,5036,0,"Arei"),
|
||||
(9598,8,0,"I sense the taint of corruption upon this $n. Help me destroy it!",12,0,100,0,0,0,5473,0,"Arei"),
|
||||
(9598,8,1,"This creature suffers from the effects of the fel... We must end its misery.",12,0,100,0,0,0,5474,0,"Arei"),
|
||||
(9598,8,2,"This $n has been driven mad from the corruption!",12,0,100,0,0,0,5475,0,"Arei");
|
||||
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9598;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=9598 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (959800,959801,959802) AND `source_type`=9;
|
||||
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
|
||||
(9598,0,0,1,19,0,100,0,4261,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Store Targetlist"),
|
||||
(9598,0,1,2,61,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Remove Npc Flag Questgiver"),
|
||||
(9598,0,2,0,61,0,100,0,0,0,0,0,80,959800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Run Script"),
|
||||
(9598,0,3,0,6,0,100,0,0,0,0,0,6,4261,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Just Died - Fail Quest 'Ancient Spirit'"),
|
||||
(9598,0,4,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Just Died - Say Line 1"),
|
||||
(9598,0,5,0,40,0,100,0,7,9598,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Waypoint 7 Reached - Say Line 2"),
|
||||
(9598,0,6,0,40,0,100,0,7,9598,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 7 Reached - Pause Waypoint"),
|
||||
(9598,0,7,0,40,0,100,0,15,9598,0,0,1,3,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Waypoint 15 Reached - Say Line 3"),
|
||||
(9598,0,8,0,40,0,100,0,15,9598,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 15 Reached - Pause Waypoint"),
|
||||
(9598,0,9,0,40,0,100,0,36,9598,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 36 Reached - Summon Group 1"),
|
||||
(9598,0,10,0,40,0,100,0,37,9598,0,0,80,959802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 36 Reached - Run Script"),
|
||||
(9598,0,11,0,4,0,50,0,0,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Aggro - Say Line 8"),
|
||||
(9598,0,12,0,0,0,100,0,6000,9000,16000,21000,11,5337,0,0,0,0,0,2,0,0,0,0,0,0,0,"Arei - In Combat - Cast 'Wither Strike'"),
|
||||
(959800,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 0"),
|
||||
(959800,9,1,0,0,0,100,0,5000,5000,0,0,53,0,9598,0,0,0,2,1,0,0,0,0,0,0,0,"Arei - On Script - Start Waypoint"),
|
||||
(959800,9,2,0,0,0,100,0,0,0,0,0,2,250,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Set Faction 250"),
|
||||
(959802,9,0,0,0,0,100,0,0,0,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Set Faction 124"),
|
||||
(959802,9,1,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 4"),
|
||||
(959802,9,2,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 5"),
|
||||
(959802,9,3,0,0,0,100,0,2000,2000,0,0,11,14888,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Cast 'Arei Transform'"),
|
||||
(959802,9,4,0,0,0,100,0,3000,3000,0,0,1,6,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 6"),
|
||||
(959802,9,5,0,0,0,100,0,8000,8000,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 7"),
|
||||
(959802,9,6,0,0,0,100,0,0,0,0,0,15,4261,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Complete Quest 'Ancient Spirit'"),
|
||||
(959802,9,7,0,0,0,100,0,0,0,0,0,41,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Despawn");
|
||||
|
||||
-- Condition
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=15033;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(17,0,15033,0,0,29,0,9598,200,0,1,0,0,"","Spell 'Summon Ancient Spirits' cannot be casted if Arei is already summoned");
|
||||
|
||||
DELETE FROM `waypoints` WHERE `entry`=9598;
|
||||
INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES
|
||||
(9598,1,6004.265,-1180.494,376.377,''),
|
||||
(9598,2,6002.512,-1157.294,381.407,''),
|
||||
(9598,3,6029.228,-1139.720,383.127,''),
|
||||
(9598,4,6042.479,-1128.963,386.582,''),
|
||||
(9598,5,6062.820,-1115.522,386.850,''),
|
||||
(9598,6,6089.188,-1111.907,383.105,''),
|
||||
(9598,7,6104.390,-1114.561,380.490,''),
|
||||
(9598,8,6115.080,-1128.572,375.779,''),
|
||||
(9598,9,6119.352,-1147.314,372.518,''),
|
||||
(9598,10,6119.003,-1176.082,371.072,''),
|
||||
(9598,11,6120.982,-1198.408,373.432,''),
|
||||
(9598,12,6123.521,-1226.636,374.119,''),
|
||||
(9598,13,6127.737,-1246.035,373.574,''),
|
||||
(9598,14,6133.433,-1253.642,369.100,''),
|
||||
(9598,15,6150.787,-1269.151,369.240,''),
|
||||
(9598,16,6155.805,-1275.029,373.627,''),
|
||||
(9598,17,6163.544,-1307.130,376.234,''),
|
||||
(9598,18,6174.800,-1340.885,379.039,''),
|
||||
(9598,19,6191.144,-1371.260,378.453,''),
|
||||
(9598,20,6215.652,-1397.517,376.012,''),
|
||||
(9598,21,6243.784,-1407.675,371.594,''),
|
||||
(9598,22,6280.775,-1408.259,370.554,''),
|
||||
(9598,23,6325.360,-1406.688,370.082,''),
|
||||
(9598,24,6355.000,-1404.337,370.646,''),
|
||||
(9598,25,6374.679,-1399.176,372.105,''),
|
||||
(9598,26,6395.803,-1367.057,374.910,''),
|
||||
(9598,27,6408.569,-1333.487,376.616,''),
|
||||
(9598,28,6409.075,-1312.168,379.598,''),
|
||||
(9598,29,6418.689,-1277.697,381.638,''),
|
||||
(9598,30,6441.689,-1247.316,387.246,''),
|
||||
(9598,31,6462.136,-1226.316,397.610,''),
|
||||
(9598,32,6478.021,-1216.260,408.284,''),
|
||||
(9598,33,6499.632,-1217.087,419.461,''),
|
||||
(9598,34,6523.165,-1220.780,430.549,''),
|
||||
(9598,35,6542.716,-1216.997,437.788,''),
|
||||
(9598,36,6557.279,-1211.125,441.452,''),
|
||||
(9598,37,6574.568,-1204.589,443.216,'');
|
||||
|
||||
DELETE FROM `creature_summon_groups` WHERE `summonerId`=9598;
|
||||
INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES
|
||||
(9598,0,1,7139,6573.321,-1195.213,442.489,5.544130,3,300000),
|
||||
(9598,0,1,7138,6573.240,-1213.475,443.643,2.371120,3,300000),
|
||||
(9598,0,1,7138,6583.354,-1209.811,444.769,2.452802,3,300000);
|
||||
*/
|
||||
Reference in New Issue
Block a user