mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(DB): release ACDB 8.0.0 (#14833)
This commit is contained in:
3
data/sql/archive/db_auth/8.x/2022_08_21_00.sql
Normal file
3
data/sql/archive/db_auth/8.x/2022_08_21_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
3
data/sql/archive/db_characters/8.x/2022_08_21_00.sql
Normal file
3
data/sql/archive/db_characters/8.x/2022_08_21_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
6
data/sql/archive/db_characters/8.x/2022_10_13_00.sql
Normal file
6
data/sql/archive/db_characters/8.x/2022_10_13_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_08_21_00 -> 2022_10_13_00
|
||||
--
|
||||
DELETE FROM `updates` WHERE `name`='Homebind_Orientation.sql';
|
||||
|
||||
ALTER TABLE `character_homebind`
|
||||
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;
|
||||
8
data/sql/archive/db_characters/8.x/2022_10_20_00.sql
Normal file
8
data/sql/archive/db_characters/8.x/2022_10_20_00.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_10_13_00 -> 2022_10_20_00
|
||||
-- Insert world states (for conditions)
|
||||
DELETE FROM `worldstates` WHERE `entry` IN (197,198,199,200);
|
||||
INSERT INTO `worldstates` (`entry`, `value`, `comment`) values
|
||||
(197,0,'Fishing Extravaganza - STV_FISHING_PREV_WIN_TIME'),
|
||||
(198,0,'Fishing Extravaganza - STV_FISHING_HAS_WINNER'),
|
||||
(199,0,'Fishing Extravaganza - STV_FISHING_ANNOUNCE_EVENT_BEGIN'),
|
||||
(200,0,'Fishing Extravaganza - STV_FISHING_ANNOUNCE_POOLS_DESPAN');
|
||||
4
data/sql/archive/db_world/8.x/2022_08_21_15.sql
Normal file
4
data/sql/archive/db_world/8.x/2022_08_21_15.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
|
||||
UPDATE `version` SET `db_version`='ACDB 335.8-dev', `cache_id`=8 LIMIT 1;
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
3
data/sql/archive/db_world/8.x/2022_08_21_16.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_08_21_16.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_08_21_15 -> 2022_08_21_16
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x02000000 WHERE `entry` IN (15385,15386,15387,15388,15389,15390,15391,15392,15344);
|
||||
4
data/sql/archive/db_world/8.x/2022_08_21_17.sql
Normal file
4
data/sql/archive/db_world/8.x/2022_08_21_17.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_08_21_16 -> 2022_08_21_17
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_anubisath_defender', `AiName`='' WHERE `entry`=15277;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15277 AND `source_type`=0;
|
||||
346
data/sql/archive/db_world/8.x/2022_08_21_18.sql
Normal file
346
data/sql/archive/db_world/8.x/2022_08_21_18.sql
Normal file
@@ -0,0 +1,346 @@
|
||||
-- DB update 2022_08_21_17 -> 2022_08_21_18
|
||||
-- Update wander_distance
|
||||
UPDATE `creature` SET `wander_distance`=3 WHERE `wander_distance`=5 AND `id1`=15300;
|
||||
UPDATE `creature` SET `wander_distance`=16 WHERE `guid` IN (87766,87773,87744);
|
||||
UPDATE `creature` SET `wander_distance`=15 WHERE `guid` IN (87771,87804);
|
||||
UPDATE `creature` SET `wander_distance`=14 WHERE `guid` IN (87724,87746,87687,87798);
|
||||
UPDATE `creature` SET `wander_distance`=13 WHERE `guid` IN (87783,87827);
|
||||
UPDATE `creature` SET `wander_distance`=12 WHERE `guid` IN (87787,87701,87825);
|
||||
UPDATE `creature` SET `wander_distance`=9 WHERE `guid`=87770;
|
||||
UPDATE `creature` SET `wander_distance`=6 WHERE `guid`=87812;
|
||||
UPDATE `creature` SET `wander_distance`=4 WHERE `guid` IN (87784,87742);
|
||||
|
||||
-- link ONLY formation spawns of Drones to Fankriss, let others respawn
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (87805,87808,87809,87812,87813,87776,87780,87783,87784,87790,87752,87757,87759,87760,87763,87727,87729,87735,87741,87743,87700,87706,87709,87711,87718,87686,87691,87695,87697,87699,87685,87689,87692,87693,87696,87703,87708,87713,87720,87722,87726,87736,87737,87742,87745,87748,87754,87755,87758,87761,87781,87785,87786,87788,87789,87811,87814,87815,87817,87819,87816,87818,87820,87821,87824,87791,87793,87794,87800,87801,87762,87767,87772,87777,87779,87728,87731,87747,87749,87751,87698,87705,87715,87725,87732,87681,87683,87684,87714,87719,87678,87679,87680,87702,87704,87682,87690,87710,87716,87721,87707,87712,87730,87734,87739,87733,87738,87740,87750,87756,87764,87765,87769,87774,87778,87795,87797,87799,87802,87803,87807,87822,87826,87828,87829);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(87805, 87911, 0),
|
||||
(87808, 87911, 0),
|
||||
(87809, 87911, 0),
|
||||
(87812, 87911, 0),
|
||||
(87813, 87911, 0),
|
||||
|
||||
(87776, 87911, 0),
|
||||
(87780, 87911, 0),
|
||||
(87783, 87911, 0),
|
||||
(87784, 87911, 0),
|
||||
(87790, 87911, 0),
|
||||
|
||||
(87752, 87911, 0),
|
||||
(87757, 87911, 0),
|
||||
(87759, 87911, 0),
|
||||
(87760, 87911, 0),
|
||||
(87763, 87911, 0),
|
||||
|
||||
(87727, 87911, 0),
|
||||
(87729, 87911, 0),
|
||||
(87735, 87911, 0),
|
||||
(87741, 87911, 0),
|
||||
(87743, 87911, 0),
|
||||
|
||||
(87700, 87911, 0),
|
||||
(87706, 87911, 0),
|
||||
(87709, 87911, 0),
|
||||
(87711, 87911, 0),
|
||||
(87718, 87911, 0),
|
||||
|
||||
(87686, 87911, 0),
|
||||
(87691, 87911, 0),
|
||||
(87695, 87911, 0),
|
||||
(87697, 87911, 0),
|
||||
(87699, 87911, 0),
|
||||
|
||||
(87685, 87911, 0),
|
||||
(87689, 87911, 0),
|
||||
(87692, 87911, 0),
|
||||
(87693, 87911, 0),
|
||||
(87696, 87911, 0),
|
||||
|
||||
(87703, 87911, 0),
|
||||
(87708, 87911, 0),
|
||||
(87713, 87911, 0),
|
||||
(87720, 87911, 0),
|
||||
(87722, 87911, 0),
|
||||
|
||||
(87726, 87911, 0),
|
||||
(87736, 87911, 0),
|
||||
(87737, 87911, 0),
|
||||
(87742, 87911, 0),
|
||||
(87745, 87911, 0),
|
||||
|
||||
(87748, 87911, 0),
|
||||
(87754, 87911, 0),
|
||||
(87755, 87911, 0),
|
||||
(87758, 87911, 0),
|
||||
(87761, 87911, 0),
|
||||
|
||||
(87781, 87911, 0),
|
||||
(87785, 87911, 0),
|
||||
(87786, 87911, 0),
|
||||
(87788, 87911, 0),
|
||||
(87789, 87911, 0),
|
||||
|
||||
(87811, 87911, 0),
|
||||
(87814, 87911, 0),
|
||||
(87815, 87911, 0),
|
||||
(87817, 87911, 0),
|
||||
(87819, 87911, 0),
|
||||
|
||||
(87816, 87911, 0),
|
||||
(87818, 87911, 0),
|
||||
(87820, 87911, 0),
|
||||
(87821, 87911, 0),
|
||||
(87824, 87911, 0),
|
||||
|
||||
(87791, 87911, 0),
|
||||
(87793, 87911, 0),
|
||||
(87794, 87911, 0),
|
||||
(87800, 87911, 0),
|
||||
(87801, 87911, 0),
|
||||
|
||||
(87762, 87911, 0),
|
||||
(87767, 87911, 0),
|
||||
(87772, 87911, 0),
|
||||
(87777, 87911, 0),
|
||||
(87779, 87911, 0),
|
||||
|
||||
(87728, 87911, 0),
|
||||
(87731, 87911, 0),
|
||||
(87747, 87911, 0),
|
||||
(87749, 87911, 0),
|
||||
(87751, 87911, 0),
|
||||
|
||||
(87698, 87911, 0),
|
||||
(87705, 87911, 0),
|
||||
(87715, 87911, 0),
|
||||
(87725, 87911, 0),
|
||||
(87732, 87911, 0),
|
||||
|
||||
(87681, 87911, 0),
|
||||
(87683, 87911, 0),
|
||||
(87684, 87911, 0),
|
||||
(87714, 87911, 0),
|
||||
(87719, 87911, 0),
|
||||
|
||||
(87678, 87911, 0),
|
||||
(87679, 87911, 0),
|
||||
(87680, 87911, 0),
|
||||
(87702, 87911, 0),
|
||||
(87704, 87911, 0),
|
||||
|
||||
(87682, 87911, 0),
|
||||
(87690, 87911, 0),
|
||||
(87710, 87911, 0),
|
||||
(87716, 87911, 0),
|
||||
(87721, 87911, 0),
|
||||
|
||||
(87707, 87911, 0),
|
||||
(87712, 87911, 0),
|
||||
(87730, 87911, 0),
|
||||
(87734, 87911, 0),
|
||||
(87739, 87911, 0),
|
||||
|
||||
(87733, 87911, 0),
|
||||
(87738, 87911, 0),
|
||||
(87740, 87911, 0),
|
||||
(87750, 87911, 0),
|
||||
(87756, 87911, 0),
|
||||
|
||||
(87764, 87911, 0),
|
||||
(87765, 87911, 0),
|
||||
(87769, 87911, 0),
|
||||
(87774, 87911, 0),
|
||||
(87778, 87911, 0),
|
||||
|
||||
(87795, 87911, 0),
|
||||
(87797, 87911, 0),
|
||||
(87799, 87911, 0),
|
||||
(87802, 87911, 0),
|
||||
(87803, 87911, 0),
|
||||
|
||||
(87807, 87911, 0),
|
||||
(87822, 87911, 0),
|
||||
(87826, 87911, 0),
|
||||
(87828, 87911, 0),
|
||||
(87829, 87911, 0);
|
||||
|
||||
-- Wanderering Packs
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (87805,87808,87809,87812,87813,87776,87780,87783,87784,87790,87752,87757,87759,87760,87763,87727,87729,87735,87741,87743,87700,87706,87709,87711,87718,87686,87691,87695,87697,87699,87685,87689,87692,87693,87696,87703,87708,87713,87720,87722,87726,87736,87737,87742,87745,87748,87754,87755,87758,87761,87781,87785,87786,87788,87789,87811,87814,87815,87817,87819);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(87805, 87805, 0, 0, 3, 0, 0),
|
||||
(87805, 87808, 0, 0, 3, 0, 0),
|
||||
(87805, 87809, 0, 0, 3, 0, 0),
|
||||
(87805, 87812, 0, 0, 3, 0, 0),
|
||||
(87805, 87813, 0, 0, 3, 0, 0),
|
||||
|
||||
(87776, 87776, 0, 0, 3, 0, 0),
|
||||
(87776, 87780, 0, 0, 3, 0, 0),
|
||||
(87776, 87783, 0, 0, 3, 0, 0),
|
||||
(87776, 87784, 0, 0, 3, 0, 0),
|
||||
(87776, 87790, 0, 0, 3, 0, 0),
|
||||
|
||||
(87752, 87752, 0, 0, 3, 0, 0),
|
||||
(87752, 87757, 0, 0, 3, 0, 0),
|
||||
(87752, 87759, 0, 0, 3, 0, 0),
|
||||
(87752, 87760, 0, 0, 3, 0, 0),
|
||||
(87752, 87763, 0, 0, 3, 0, 0),
|
||||
|
||||
(87727, 87727, 0, 0, 3, 0, 0),
|
||||
(87727, 87729, 0, 0, 3, 0, 0),
|
||||
(87727, 87735, 0, 0, 3, 0, 0),
|
||||
(87727, 87741, 0, 0, 3, 0, 0),
|
||||
(87727, 87743, 0, 0, 3, 0, 0),
|
||||
|
||||
(87700, 87700, 0, 0, 3, 0, 0),
|
||||
(87700, 87706, 0, 0, 3, 0, 0),
|
||||
(87700, 87709, 0, 0, 3, 0, 0),
|
||||
(87700, 87711, 0, 0, 3, 0, 0),
|
||||
(87700, 87718, 0, 0, 3, 0, 0),
|
||||
|
||||
(87686, 87686, 0, 0, 3, 0, 0),
|
||||
(87686, 87691, 0, 0, 3, 0, 0),
|
||||
(87686, 87695, 0, 0, 3, 0, 0),
|
||||
(87686, 87697, 0, 0, 3, 0, 0),
|
||||
(87686, 87699, 0, 0, 3, 0, 0),
|
||||
|
||||
(87685, 87685, 0, 0, 3, 0, 0),
|
||||
(87685, 87689, 0, 0, 3, 0, 0),
|
||||
(87685, 87692, 0, 0, 3, 0, 0),
|
||||
(87685, 87693, 0, 0, 3, 0, 0),
|
||||
(87685, 87696, 0, 0, 3, 0, 0),
|
||||
|
||||
(87703, 87703, 0, 0, 3, 0, 0),
|
||||
(87703, 87708, 0, 0, 3, 0, 0),
|
||||
(87703, 87713, 0, 0, 3, 0, 0),
|
||||
(87703, 87720, 0, 0, 3, 0, 0),
|
||||
(87703, 87722, 0, 0, 3, 0, 0),
|
||||
|
||||
(87726, 87726, 0, 0, 3, 0, 0),
|
||||
(87726, 87736, 0, 0, 3, 0, 0),
|
||||
(87726, 87737, 0, 0, 3, 0, 0),
|
||||
(87726, 87742, 0, 0, 3, 0, 0),
|
||||
(87726, 87745, 0, 0, 3, 0, 0),
|
||||
|
||||
(87748, 87748, 0, 0, 3, 0, 0),
|
||||
(87748, 87754, 0, 0, 3, 0, 0),
|
||||
(87748, 87755, 0, 0, 3, 0, 0),
|
||||
(87748, 87758, 0, 0, 3, 0, 0),
|
||||
(87748, 87761, 0, 0, 3, 0, 0),
|
||||
|
||||
(87781, 87781, 0, 0, 3, 0, 0),
|
||||
(87781, 87785, 0, 0, 3, 0, 0),
|
||||
(87781, 87786, 0, 0, 3, 0, 0),
|
||||
(87781, 87788, 0, 0, 3, 0, 0),
|
||||
(87781, 87789, 0, 0, 3, 0, 0),
|
||||
|
||||
(87811, 87811, 0, 0, 3, 0, 0),
|
||||
(87811, 87814, 0, 0, 3, 0, 0),
|
||||
(87811, 87815, 0, 0, 3, 0, 0),
|
||||
(87811, 87817, 0, 0, 3, 0, 0),
|
||||
(87811, 87819, 0, 0, 3, 0, 0);
|
||||
|
||||
-- Worker Packs
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (87816,87818,87820,87821,87824,87791,87793,87794,87800,87801,87762,87767,87772,87777,87779,87728,87731,87747,87749,87751,87698,87705,87715,87725,87732,87681,87683,87684,87714,87719,87678,87679,87680,87702,87704,87682,87690,87710,87716,87721,87707,87712,87730,87734,87739,87733,87738,87740,87750,87756,87764,87765,87769,87774,87778,87795,87797,87799,87802,87803,87807,87822,87826,87828,87829);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(87816, 87816, 0, 0, 3, 0, 0),
|
||||
(87816, 87818, 0, 0, 3, 0, 0),
|
||||
(87816, 87820, 0, 0, 3, 0, 0),
|
||||
(87816, 87821, 0, 0, 3, 0, 0),
|
||||
(87816, 87824, 0, 0, 3, 0, 0),
|
||||
|
||||
(87791, 87791, 0, 0, 3, 0, 0),
|
||||
(87791, 87793, 0, 0, 3, 0, 0),
|
||||
(87791, 87794, 0, 0, 3, 0, 0),
|
||||
(87791, 87800, 0, 0, 3, 0, 0),
|
||||
(87791, 87801, 0, 0, 3, 0, 0),
|
||||
|
||||
(87762, 87762, 0, 0, 3, 0, 0),
|
||||
(87762, 87767, 0, 0, 3, 0, 0),
|
||||
(87762, 87772, 0, 0, 3, 0, 0),
|
||||
(87762, 87777, 0, 0, 3, 0, 0),
|
||||
(87762, 87779, 0, 0, 3, 0, 0),
|
||||
|
||||
(87728, 87728, 0, 0, 3, 0, 0),
|
||||
(87728, 87731, 0, 0, 3, 0, 0),
|
||||
(87728, 87747, 0, 0, 3, 0, 0),
|
||||
(87728, 87749, 0, 0, 3, 0, 0),
|
||||
(87728, 87751, 0, 0, 3, 0, 0),
|
||||
|
||||
(87698, 87698, 0, 0, 3, 0, 0),
|
||||
(87698, 87705, 0, 0, 3, 0, 0),
|
||||
(87698, 87715, 0, 0, 3, 0, 0),
|
||||
(87698, 87725, 0, 0, 3, 0, 0),
|
||||
(87698, 87732, 0, 0, 3, 0, 0),
|
||||
|
||||
(87681, 87681, 0, 0, 3, 0, 0),
|
||||
(87681, 87683, 0, 0, 3, 0, 0),
|
||||
(87681, 87684, 0, 0, 3, 0, 0),
|
||||
(87681, 87714, 0, 0, 3, 0, 0),
|
||||
(87681, 87719, 0, 0, 3, 0, 0),
|
||||
|
||||
(87678, 87678, 0, 0, 3, 0, 0),
|
||||
(87678, 87679, 0, 0, 3, 0, 0),
|
||||
(87678, 87680, 0, 0, 3, 0, 0),
|
||||
(87678, 87702, 0, 0, 3, 0, 0),
|
||||
(87678, 87704, 0, 0, 3, 0, 0),
|
||||
|
||||
(87682, 87682, 0, 0, 3, 0, 0),
|
||||
(87682, 87690, 0, 0, 3, 0, 0),
|
||||
(87682, 87710, 0, 0, 3, 0, 0),
|
||||
(87682, 87716, 0, 0, 3, 0, 0),
|
||||
(87682, 87721, 0, 0, 3, 0, 0),
|
||||
|
||||
(87707, 87707, 0, 0, 3, 0, 0),
|
||||
(87707, 87712, 0, 0, 3, 0, 0),
|
||||
(87707, 87730, 0, 0, 3, 0, 0),
|
||||
(87707, 87734, 0, 0, 3, 0, 0),
|
||||
(87707, 87739, 0, 0, 3, 0, 0),
|
||||
|
||||
(87733, 87733, 0, 0, 3, 0, 0),
|
||||
(87733, 87738, 0, 0, 3, 0, 0),
|
||||
(87733, 87740, 0, 0, 3, 0, 0),
|
||||
(87733, 87750, 0, 0, 3, 0, 0),
|
||||
(87733, 87756, 0, 0, 3, 0, 0),
|
||||
|
||||
(87764, 87764, 0, 0, 3, 0, 0),
|
||||
(87764, 87765, 0, 0, 3, 0, 0),
|
||||
(87764, 87769, 0, 0, 3, 0, 0),
|
||||
(87764, 87774, 0, 0, 3, 0, 0),
|
||||
(87764, 87778, 0, 0, 3, 0, 0),
|
||||
|
||||
(87795, 87795, 0, 0, 3, 0, 0),
|
||||
(87795, 87797, 0, 0, 3, 0, 0),
|
||||
(87795, 87799, 0, 0, 3, 0, 0),
|
||||
(87795, 87802, 0, 0, 3, 0, 0),
|
||||
(87795, 87803, 0, 0, 3, 0, 0),
|
||||
|
||||
(87807, 87807, 0, 0, 3, 0, 0),
|
||||
(87807, 87822, 0, 0, 3, 0, 0),
|
||||
(87807, 87826, 0, 0, 3, 0, 0),
|
||||
(87807, 87828, 0, 0, 3, 0, 0),
|
||||
(87807, 87829, 0, 0, 3, 0, 0);
|
||||
|
||||
-- One worker was wandering instead
|
||||
DELETE FROM `creature_addon` WHERE `guid`=87821;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(87821, 0, 0, 0, 0, 28, 0, NULL);
|
||||
UPDATE `creature` SET `wander_distance`=0, `MovementType`=0 WHERE `guid`=87821;
|
||||
|
||||
-- Link repawn of Vekniss Soldiers to Fankriss
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (87901,87902,87903,87904,87905,87906);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(87901, 87911, 0),
|
||||
(87902, 87911, 0),
|
||||
(87903, 87911, 0),
|
||||
(87904, 87911, 0),
|
||||
(87905, 87911, 0),
|
||||
(87906, 87911, 0);
|
||||
|
||||
-- Correct respawn timers & despawn
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 15300;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 15300) AND (`source_type` = 0) AND (`id` IN (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`, `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
|
||||
(15300, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 41, 5000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vekniss Drone - On Just Died - Despawn In 5000 ms');
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs`=25 WHERE `id1`=15300;
|
||||
UPDATE `creature` SET `spawntimesecs`=360 WHERE `id1`=15229;
|
||||
6
data/sql/archive/db_world/8.x/2022_08_21_19.sql
Normal file
6
data/sql/archive/db_world/8.x/2022_08_21_19.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_08_21_18 -> 2022_08_21_19
|
||||
--
|
||||
|
||||
-- Immune to Taunt
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE `entry`=15509;
|
||||
|
||||
7
data/sql/archive/db_world/8.x/2022_08_23_00.sql
Normal file
7
data/sql/archive/db_world/8.x/2022_08_23_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_08_21_19 -> 2022_08_23_00
|
||||
--
|
||||
UPDATE `creature` SET `spawntimesecs` = 120 WHERE `id1` = 15514;
|
||||
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 29) AND (`SourceEntry` = 15514) AND (`SourceId` = 0) AND (`ConditionTypeOrReference` = 13);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(29, 0, 15514, 0, 0, 13, 0, 16, 2, 0, 1, 0, 0, '', 'Buru Egg spawn only if Buru is in egg phase.');
|
||||
47
data/sql/archive/db_world/8.x/2022_08_23_01.sql
Normal file
47
data/sql/archive/db_world/8.x/2022_08_23_01.sql
Normal file
@@ -0,0 +1,47 @@
|
||||
-- DB update 2022_08_23_00 -> 2022_08_23_01
|
||||
-- aq20 boss reference table
|
||||
DELETE FROM `reference_loot_template` WHERE (`Entry` = 34024) AND (`Item` IN (20727, 20728, 20729, 20730, 20731, 20734, 20736));
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(34024, 20727, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Shadow Power'),
|
||||
(34024, 20728, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Frost Power'),
|
||||
(34024, 20729, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Fire Power'),
|
||||
(34024, 20730, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Healing Power'),
|
||||
(34024, 20731, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Superior Agility'),
|
||||
(34024, 20734, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Cloak - Stealth'),
|
||||
(34024, 20736, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Cloak - Dodge');
|
||||
|
||||
-- kurinnaxx
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15348) AND (`Item` IN (34024, 190024));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15348, 34024, 34024, 100, 0, 1, 2, 1, 2, 'Kurinnaxx - (ReferenceTable)'),
|
||||
(15348, 190024, 34024, 1, 0, 1, 1, 1, 1, '');
|
||||
|
||||
-- rajaxx
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15341) AND (`Item` IN (34024, 190024));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15341, 34024, 34024, 100, 0, 1, 3, 1, 2, 'General Rajaxx - (ReferenceTable)'),
|
||||
(15341, 190024, 34024, 1, 0, 1, 1, 1, 1, '');
|
||||
|
||||
-- ossirian
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15339) AND (`Item` IN (34024, 190024));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15339, 34024, 34024, 100, 0, 1, 3, 1, 2, 'Ossirian the Unscarred - (ReferenceTable)'),
|
||||
(15339, 190024, 34024, 1, 0, 1, 1, 1, 1, '');
|
||||
|
||||
-- buru
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15370) AND (`Item` IN (34024, 190024));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15370, 34024, 34024, 100, 0, 1, 3, 1, 2, 'Buru the Gorger - (ReferenceTable)'),
|
||||
(15370, 190024, 34024, 1, 0, 1, 1, 1, 1, '');
|
||||
|
||||
-- moam
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15340) AND (`Item` IN (34024, 190024));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15340, 34024, 34024, 100, 0, 1, 3, 1, 2, 'Moam - (ReferenceTable)'),
|
||||
(15340, 190024, 34024, 1, 0, 1, 1, 1, 1, '');
|
||||
|
||||
-- Ayamiss the Hunter
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15369) AND (`Item` IN (34024, 190024));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15369, 34024, 34024, 100, 0, 1, 3, 1, 2, 'Ayamiss the Hunter - (ReferenceTable)'),
|
||||
(15369, 190024, 34024, 1, 0, 1, 1, 1, 1, '');
|
||||
63
data/sql/archive/db_world/8.x/2022_08_23_02.sql
Normal file
63
data/sql/archive/db_world/8.x/2022_08_23_02.sql
Normal file
@@ -0,0 +1,63 @@
|
||||
-- DB update 2022_08_23_01 -> 2022_08_23_02
|
||||
-- Add formation linking to stationary packs in AQ40
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (87595,87596,87597,87598,87599,87600,87608,87606,87607,87612,87613,87614,87604,87605,87609,87610,87611,87615,87616,87617,87618,87619,87620,87625,87628,87631,87633,87635,87636,87621,87624,87626,87627,87630,87634,87622,87623,87629,87632,87637,87638,88077,88015,88016,88017,88018,88019,87657,88028,88029,87656,88026,88027,87655,88024,88025,87654,88022,88023);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(87595, 87595, 0, 0, 3, 0, 0),
|
||||
(87595, 87596, 0, 0, 3, 0, 0),
|
||||
(87595, 87597, 0, 0, 3, 0, 0),
|
||||
(87598, 87598, 0, 0, 3, 0, 0),
|
||||
(87598, 87599, 0, 0, 3, 0, 0),
|
||||
(87598, 87600, 0, 0, 3, 0, 0),
|
||||
(87598, 87608, 0, 0, 3, 0, 0),
|
||||
(87606, 87606, 0, 0, 3, 0, 0),
|
||||
(87606, 87607, 0, 0, 3, 0, 0),
|
||||
(87606, 87612, 0, 0, 3, 0, 0),
|
||||
(87606, 87613, 0, 0, 3, 0, 0),
|
||||
(87606, 87614, 0, 0, 3, 0, 0),
|
||||
(87604, 87604, 0, 0, 3, 0, 0),
|
||||
(87604, 87605, 0, 0, 3, 0, 0),
|
||||
(87604, 87609, 0, 0, 3, 0, 0),
|
||||
(87604, 87610, 0, 0, 3, 0, 0),
|
||||
(87604, 87611, 0, 0, 3, 0, 0),
|
||||
(87615, 87615, 0, 0, 3, 0, 0),
|
||||
(87615, 87616, 0, 0, 3, 0, 0),
|
||||
(87615, 87617, 0, 0, 3, 0, 0),
|
||||
(87615, 87618, 0, 0, 3, 0, 0),
|
||||
(87615, 87619, 0, 0, 3, 0, 0),
|
||||
(87615, 87620, 0, 0, 3, 0, 0),
|
||||
(87625, 87625, 0, 0, 3, 0, 0),
|
||||
(87625, 87628, 0, 0, 3, 0, 0),
|
||||
(87625, 87631, 0, 0, 3, 0, 0),
|
||||
(87625, 87633, 0, 0, 3, 0, 0),
|
||||
(87625, 87635, 0, 0, 3, 0, 0),
|
||||
(87625, 87636, 0, 0, 3, 0, 0),
|
||||
(87621, 87621, 0, 0, 3, 0, 0),
|
||||
(87621, 87624, 0, 0, 3, 0, 0),
|
||||
(87621, 87626, 0, 0, 3, 0, 0),
|
||||
(87621, 87627, 0, 0, 3, 0, 0),
|
||||
(87621, 87630, 0, 0, 3, 0, 0),
|
||||
(87621, 87634, 0, 0, 3, 0, 0),
|
||||
(87622, 87622, 0, 0, 3, 0, 0),
|
||||
(87622, 87623, 0, 0, 3, 0, 0),
|
||||
(87622, 87629, 0, 0, 3, 0, 0),
|
||||
(87622, 87632, 0, 0, 3, 0, 0),
|
||||
(87622, 87637, 0, 0, 3, 0, 0),
|
||||
(87622, 87638, 0, 0, 3, 0, 0),
|
||||
(88077, 88077, 0, 0, 1, 0, 0),
|
||||
(88077, 88015, 0, 0, 1, 0, 0),
|
||||
(88077, 88016, 0, 0, 1, 0, 0),
|
||||
(88077, 88017, 0, 0, 1, 0, 0),
|
||||
(88077, 88018, 0, 0, 1, 0, 0),
|
||||
(88077, 88019, 0, 0, 1, 0, 0),
|
||||
(87657, 87657, 0, 0, 3, 0, 0),
|
||||
(87657, 88028, 0, 0, 3, 0, 0),
|
||||
(87657, 88029, 0, 0, 3, 0, 0),
|
||||
(87656, 87656, 0, 0, 3, 0, 0),
|
||||
(87656, 88026, 0, 0, 3, 0, 0),
|
||||
(87656, 88027, 0, 0, 3, 0, 0),
|
||||
(87655, 87655, 0, 0, 3, 0, 0),
|
||||
(87655, 88024, 0, 0, 3, 0, 0),
|
||||
(87655, 88025, 0, 0, 3, 0, 0),
|
||||
(87654, 87654, 0, 0, 3, 0, 0),
|
||||
(87654, 88022, 0, 0, 3, 0, 0),
|
||||
(87654, 88023, 0, 0, 3, 0, 0);
|
||||
3
data/sql/archive/db_world/8.x/2022_08_23_03.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_08_23_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_08_23_02 -> 2022_08_23_03
|
||||
--
|
||||
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` IN (15344, 15555);
|
||||
3
data/sql/archive/db_world/8.x/2022_08_25_00.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_08_25_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_08_23_03 -> 2022_08_25_00
|
||||
--
|
||||
UPDATE `creature` SET `spawntimesecs`=259200 WHERE `guid` IN (144632,144642,144602,144641,144603,144601);
|
||||
4
data/sql/archive/db_world/8.x/2022_08_25_01.sql
Normal file
4
data/sql/archive/db_world/8.x/2022_08_25_01.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_08_25_00 -> 2022_08_25_01
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (144680, 144679);
|
||||
DELETE FROM `creature` WHERE `id1` = 15428;
|
||||
8
data/sql/archive/db_world/8.x/2022_08_25_02.sql
Normal file
8
data/sql/archive/db_world/8.x/2022_08_25_02.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_08_25_01 -> 2022_08_25_02
|
||||
--
|
||||
UPDATE `creature_template` SET `DamageModifier`=2.35, `ArmorModifier`=1.1, `AIName`='SmartAI' WHERE `entry`=14668;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 14668) AND (`source_type` = 0) AND (`id` IN (0, 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`, `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
|
||||
(14668, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 3000, 3000, 0, 11, 20153, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Corrupted Infernal - In Combat - Cast \'Immolation\''),
|
||||
(14668, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 10000, 12000, 0, 11, 22703, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Corrupted Infernal - In Combat - Cast \'Inferno Effect\'');
|
||||
56
data/sql/archive/db_world/8.x/2022_08_25_03.sql
Normal file
56
data/sql/archive/db_world/8.x/2022_08_25_03.sql
Normal file
@@ -0,0 +1,56 @@
|
||||
-- DB update 2022_08_25_02 -> 2022_08_25_03
|
||||
--
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (144610,144611,144612,144613,144614,144615,144616,144617,144618,144619,144620,144621,144622,144623,144624,144625,144626,144627,144628,144629,144630,144631,144653,144654,144655,144656,144657,144658,144659,144660,144661,144662,144663,144664,144665,144666,144667,144668,144669,144670,144671,144672,144676,144677,144674,144675,144673,144651,144652);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
-- Swarmguard Needler
|
||||
(144610, 144603, 0),
|
||||
(144611, 144603, 0),
|
||||
(144612, 144603, 0),
|
||||
(144613, 144603, 0),
|
||||
(144614, 144603, 0),
|
||||
(144615, 144603, 0),
|
||||
(144616, 144603, 0),
|
||||
(144617, 144603, 0),
|
||||
(144618, 144603, 0),
|
||||
(144619, 144603, 0),
|
||||
(144620, 144603, 0),
|
||||
(144621, 144603, 0),
|
||||
(144622, 144603, 0),
|
||||
(144623, 144603, 0),
|
||||
(144624, 144603, 0),
|
||||
(144625, 144603, 0),
|
||||
(144626, 144603, 0),
|
||||
(144627, 144603, 0),
|
||||
(144628, 144603, 0),
|
||||
(144629, 144603, 0),
|
||||
(144630, 144603, 0),
|
||||
(144631, 144603, 0),
|
||||
-- Qiraji Warrior
|
||||
(144653, 144603, 0),
|
||||
(144654, 144603, 0),
|
||||
(144655, 144603, 0),
|
||||
(144656, 144603, 0),
|
||||
(144657, 144603, 0),
|
||||
(144658, 144603, 0),
|
||||
(144659, 144603, 0),
|
||||
(144660, 144603, 0),
|
||||
(144661, 144603, 0),
|
||||
(144662, 144603, 0),
|
||||
(144663, 144603, 0),
|
||||
(144664, 144603, 0),
|
||||
(144665, 144603, 0),
|
||||
(144666, 144603, 0),
|
||||
(144667, 144603, 0),
|
||||
(144668, 144603, 0),
|
||||
(144669, 144603, 0),
|
||||
(144670, 144603, 0),
|
||||
(144671, 144603, 0),
|
||||
(144672, 144603, 0),
|
||||
-- Captains
|
||||
(144676, 144603, 0),
|
||||
(144677, 144603, 0),
|
||||
(144674, 144603, 0),
|
||||
(144675, 144603, 0),
|
||||
(144673, 144603, 0),
|
||||
(144651, 144603, 0),
|
||||
(144652, 144603, 0);
|
||||
6
data/sql/archive/db_world/8.x/2022_08_25_04.sql
Normal file
6
data/sql/archive/db_world/8.x/2022_08_25_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_08_25_03 -> 2022_08_25_04
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (26546, 26555);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(26546, 'spell_aq_shadow_storm'),
|
||||
(26555, 'spell_aq_shadow_storm');
|
||||
3
data/sql/archive/db_world/8.x/2022_08_25_05.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_08_25_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_08_25_04 -> 2022_08_25_05
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|1073741824 WHERE `entry` = 15555;
|
||||
16
data/sql/archive/db_world/8.x/2022_08_26_00.sql
Normal file
16
data/sql/archive/db_world/8.x/2022_08_26_00.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
-- DB update 2022_08_25_05 -> 2022_08_26_00
|
||||
--
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`=14503;
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES (14503, 21156, 0, 1, 'Scarab Bag');
|
||||
|
||||
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 17532) AND (`Item` IN (1, 21156, 21157));
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17532, 21156, 0, 100, 0, 1, 0, 1, 1, 'Scarab Coffer - Scarab Bag'),
|
||||
(17532, 21157, 14001, 100, 0, 1, 0, 1, 1, 'Scarab Coffer - (ReferenceTable)');
|
||||
|
||||
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 17533) AND (`Item` IN (1, 21157, 21159, 21156, 21158));
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17533, 21157, 14503, 34, 0, 1, 0, 1, 1, 'Large Scarab Coffer - (ReferenceTable)'),
|
||||
(17533, 21159, 14502, 100, 0, 1, 0, 1, 1, 'Large Scarab Coffer - (ReferenceTable)'),
|
||||
(17533, 21156, 14503, 100, 0, 1, 0, 1, 1, 'Large Scarab Coffer - (ReferenceTable)'),
|
||||
(17533, 21158, 14503, 34, 0, 1, 0, 1, 1, 'Large Scarab Coffer - (ReferenceTable)');
|
||||
7
data/sql/archive/db_world/8.x/2022_08_27_00.sql
Normal file
7
data/sql/archive/db_world/8.x/2022_08_27_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_08_26_00 -> 2022_08_27_00
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `id` IN (180634,180635,180636);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(6680,180634,531,0,0,1,1,-8929.61,1344.38,-104.211,-2.43473,0,0,-0.938191,0.346119,604800,100,0,'',0),
|
||||
(6683,180635,531,0,0,1,1,-9016.36,1330.68,-104.211,2.80125,0,0,0.985556,0.169351,604800,100,1,'',0),
|
||||
(6686,180636,531,0,0,1,1,-8429.59,2048.81,153.309,-2.76634,0,0,-0.98245,0.186527,604800,100,1,'',0);
|
||||
5
data/sql/archive/db_world/8.x/2022_08_27_01.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_08_27_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_08_27_00 -> 2022_08_27_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=25153;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(25153,'spell_aggro_drones');
|
||||
5
data/sql/archive/db_world/8.x/2022_08_27_02.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_08_27_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_08_27_01 -> 2022_08_27_02
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_huhuran_poison_bolt';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(26052, 'spell_huhuran_poison_bolt');
|
||||
87
data/sql/archive/db_world/8.x/2022_08_27_03.sql
Normal file
87
data/sql/archive/db_world/8.x/2022_08_27_03.sql
Normal file
@@ -0,0 +1,87 @@
|
||||
-- DB update 2022_08_27_02 -> 2022_08_27_03
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_wintergarde_gryphon' WHERE `entry`=27258;
|
||||
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 48397) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 30) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 188679) AND (`ConditionValue2` = 15) AND (`ConditionValue3` = 0);
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 48363) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 27315) AND (`ConditionValue2` = 5) AND (`ConditionValue3` = 0);
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 48363) AND (`SourceId` = 0) AND (`ElseGroup` = 1) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 27336) AND (`ConditionValue2` = 5) AND (`ConditionValue3` = 0);
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 48397) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 27315) AND (`ConditionValue2` = 5) AND (`ConditionValue3` = 0);
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 48397) AND (`SourceId` = 0) AND (`ElseGroup` = 1) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 27336) AND (`ConditionValue2` = 5) AND (`ConditionValue3` = 0);
|
||||
|
||||
-- fly speed 200%
|
||||
UPDATE `creature_template_addon` SET `bytes1` = 50331648, `auras` = '60534' WHERE (`entry` = 27258);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q12237_rescue_villager';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q12237_drop_off_villager';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_call_wintergarde_gryphon';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(48363, 'spell_q12237_rescue_villager'),
|
||||
(48397, 'spell_q12237_drop_off_villager'),
|
||||
(48388, 'spell_call_wintergarde_gryphon');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `creatureid` IN (27336,27315);
|
||||
INSERT INTO `creature_text` (`creatureid`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`broadcasttextid`,`textrange`,`comment`) VALUES
|
||||
(27336,0,0,"HELP! HELP!",12,0,100,0,0,0,26342,0, "Helpless Wintergarde Villager"),
|
||||
(27336,0,1,"I'll die before I let one of you fiends turn me!",12,0,100,0,0,0,26347,0, "Helpless Wintergarde Villager"),
|
||||
(27336,0,2,"THEY'RE TRYING TO KILL ME! HELP!",12,0,100,0,0,0,26346,0, "Helpless Wintergarde Villager"),
|
||||
(27336,0,3,"Where did this all come from! Somebody help!",12,0,100,0,0,0,26348,0, "Helpless Wintergarde Villager"),
|
||||
(27336,0,4,"YOU'LL NEVER CATCH ME, FIENDS!",12,0,100,0,0,0,26343,0, "Helpless Wintergarde Villager"),
|
||||
(27336,1,0,"Are you sure you know how to fly this thing? Feels a little wobbly.",12,0,100,0,0,0,26359,0, "Helpless Wintergarde Villager"),
|
||||
(27336,1,1,"For the love of the Light, get me out of here!",12,0,100,0,0,0,26344,0, "Helpless Wintergarde Villager"),
|
||||
(27336,1,2,"I don't mean to sound ungrateful, but could you fly a little closer to the ground? I hate heights!",12,0,100,0,0,0,26360,0, "Helpless Wintergarde Villager"),
|
||||
(27336,1,3,"I picked a bad day to stop drinking!",12,0,100,0,0,0,26345,0, "Helpless Wintergarde Villager"),
|
||||
(27336,1,4,"I'm gettin' a little woozy... Oooooof...",12,0,100,0,0,0,26364,0, "Helpless Wintergarde Villager"),
|
||||
(27336,1,5,"Who woulda thought that we'd have this problem again? Oh wait, EVERYBODY DID!",12,0,100,0,0,0,26349,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,0,"How can I ever repay you for this, friend?",12,0,100,0,0,0,26363,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,1,"HURRAY!",12,0,100,0,0,0,26382,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,2,"Kindness is not lost with this one, Urik. Thank you, hero!",12,0,100,0,0,0,26383,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,3,"My shop's doors will always be open to you, friend.",12,0,100,0,0,0,26385,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,4,"Safe at last! Thank you, stranger!",12,0,100,0,0,0,26381,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,5,"Thanks for your help, hero!",12,0,100,0,0,0,26357,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,6,"We made it! We actually made it!",12,0,100,0,0,0,26384,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,7,"You are my guardian angel! Like a white knight you flew in from the heavens and lifted me from the pit of damnation!",12,0,100,0,0,0,26362,0, "Helpless Wintergarde Villager"),
|
||||
(27336,2,8,"You saved my life! Thanks!",12,0,100,0,0,0,26358,0, "Helpless Wintergarde Villager"),
|
||||
(27315,0,0,"HELP! HELP!",12,0,100,0,0,0,26342,0, "Helpless Wintergarde Villager"),
|
||||
(27315,0,1,"I'll die before I let one of you fiends turn me!",12,0,100,0,0,0,26347,0, "Helpless Wintergarde Villager"),
|
||||
(27315,0,2,"THEY'RE TRYING TO KILL ME! HELP!",12,0,100,0,0,0,26346,0, "Helpless Wintergarde Villager"),
|
||||
(27315,0,3,"Where did this all come from! Somebody help!",12,0,100,0,0,0,26348,0, "Helpless Wintergarde Villager"),
|
||||
(27315,0,4,"YOU'LL NEVER CATCH ME, FIENDS!",12,0,100,0,0,0,26343,0, "Helpless Wintergarde Villager"),
|
||||
(27315,1,0,"Are you sure you know how to fly this thing? Feels a little wobbly.",12,0,100,0,0,0,26359,0, "Helpless Wintergarde Villager"),
|
||||
(27315,1,1,"For the love of the Light, get me out of here!",12,0,100,0,0,0,26344,0, "Helpless Wintergarde Villager"),
|
||||
(27315,1,2,"I don't mean to sound ungrateful, but could you fly a little closer to the ground? I hate heights!",12,0,100,0,0,0,26360,0, "Helpless Wintergarde Villager"),
|
||||
(27315,1,3,"I picked a bad day to stop drinking!",12,0,100,0,0,0,26345,0, "Helpless Wintergarde Villager"),
|
||||
(27315,1,4,"I'm gettin' a little woozy... Oooooof...",12,0,100,0,0,0,26364,0, "Helpless Wintergarde Villager"),
|
||||
(27315,1,5,"Who woulda thought that we'd have this problem again? Oh wait, EVERYBODY DID!",12,0,100,0,0,0,26349,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,0,"How can I ever repay you for this, friend?",12,0,100,0,0,0,26363,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,1,"HURRAY!",12,0,100,0,0,0,26382,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,2,"Kindness is not lost with this one, Urik. Thank you, hero!",12,0,100,0,0,0,26383,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,3,"My shop's doors will always be open to you, friend.",12,0,100,0,0,0,26385,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,4,"Safe at last! Thank you, stranger!",12,0,100,0,0,0,26381,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,5,"Thanks for your help, hero!",12,0,100,0,0,0,26357,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,6,"We made it! We actually made it!",12,0,100,0,0,0,26384,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,7,"You are my guardian angel! Like a white knight you flew in from the heavens and lifted me from the pit of damnation!",12,0,100,0,0,0,26362,0, "Helpless Wintergarde Villager"),
|
||||
(27315,2,8,"You saved my life! Thanks!",12,0,100,0,0,0,26358,0, "Helpless Wintergarde Villager");
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 27315;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 27315);
|
||||
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
|
||||
(27315, 0, 0, 1, 8, 0, 100, 512, 48363, 0, 0, 0, 0, 28, 49774, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Spellhit \'Rescue Villager\' - Remove Aura \'Cower + Fear Visual\''),
|
||||
(27315, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Spellhit \'Rescue Villager\' - Set Event Phase 2'),
|
||||
(27315, 0, 2, 0, 1, 2, 100, 1, 18000, 18000, 18000, 18000, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - Out of Combat - Say Line 1 (Phase 2) (No Repeat)'),
|
||||
(27315, 0, 3, 0, 23, 2, 100, 1, 43671, 0, 1000, 1000, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Aura \'Ride Vehicle\' - Say Line 2 (Phase 2) (No Repeat)'),
|
||||
(27315, 0, 4, 0, 60, 0, 100, 1, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Update - Set Event Phase 1 (No Repeat)'),
|
||||
(27315, 0, 5, 0, 1, 1, 100, 0, 30000, 45000, 50000, 50000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - Out of Combat - Say Line 0 (Phase 1)'),
|
||||
(27315, 0, 6, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - Out of Combat - Set Reactstate Passive (Phase 1)');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 27336;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 27336);
|
||||
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
|
||||
(27336, 0, 0, 1, 8, 0, 100, 512, 48363, 0, 0, 0, 0, 28, 49774, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Spellhit \'Rescue Villager\' - Remove Aura \'Cower + Fear Visual\''),
|
||||
(27336, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Spellhit \'Rescue Villager\' - Set Event Phase 2'),
|
||||
(27336, 0, 2, 0, 1, 2, 100, 1, 18000, 18000, 18000, 18000, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - Out of Combat - Say Line 1 (Phase 2) (No Repeat)'),
|
||||
(27336, 0, 3, 0, 23, 2, 100, 1, 43671, 0, 1000, 1000, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Aura \'Ride Vehicle\' - Say Line 2 (Phase 2) (No Repeat)'),
|
||||
(27336, 0, 4, 0, 60, 0, 100, 1, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - On Update - Set Event Phase 1 (No Repeat)'),
|
||||
(27336, 0, 5, 0, 1, 1, 100, 0, 30000, 45000, 50000, 50000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - Out of Combat - Say Line 0 (Phase 1)'),
|
||||
(27336, 0, 6, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helpless Wintergarde Villager - Out of Combat - Set Reactstate Passive (Phase 1)');
|
||||
21
data/sql/archive/db_world/8.x/2022_08_27_04.sql
Normal file
21
data/sql/archive/db_world/8.x/2022_08_27_04.sql
Normal file
@@ -0,0 +1,21 @@
|
||||
-- DB update 2022_08_27_03 -> 2022_08_27_04
|
||||
--
|
||||
-- Cleanup on creatures that don't exist
|
||||
DELETE FROM `creature` WHERE `guid` IN (200616);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (200616);
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (2006160);
|
||||
|
||||
-- UPDATE id2 on Axe Thrower / Priest spawn
|
||||
UPDATE `creature` SET `id2`=11350 WHERE `guid`=49105;
|
||||
|
||||
-- Snakes that can be set both ways
|
||||
UPDATE `creature` SET `id1`=11371 WHERE `guid` IN (49101, 49098, 49100, 49099, 51451, 51452);
|
||||
UPDATE `creature` SET `id2`=11372 WHERE `guid` IN (49101, 49098, 49100, 49099, 51451, 51452);
|
||||
|
||||
DELETE FROM `creature_formations` where `leaderGUID`=49101;
|
||||
-- Link the snakes so they agro together, this should ensure the entire 7 pack agros together while also allowing pooling for the trolls
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(49101, 49101, 0, 0, 3, 0, 0),
|
||||
(49101, 49098, 0, 0, 3, 0, 0),
|
||||
(49101, 49100, 0, 0, 3, 0, 0),
|
||||
(49101, 49099, 0, 0, 3, 0, 0);
|
||||
7
data/sql/archive/db_world/8.x/2022_08_27_05.sql
Normal file
7
data/sql/archive/db_world/8.x/2022_08_27_05.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_08_27_04 -> 2022_08_27_05
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `id`=180745 and `guid` IN (6660,6663,6665);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(6660,180745,531,0,0,1,1,-8660.63,2022.4,108.577,3.64774,0,0,-0.968147,0.250381,7200,255,1),
|
||||
(6663,180745,531,0,0,1,1,-8652.2,2020.92,108.577,0.244346,0,0,0.121869,0.992546,7200,255,1),
|
||||
(6665,180745,531,0,0,1,1,-8663.34,2029.9,108.577,4.45059,0,0,-0.793353,0.608762,7200,255,1);
|
||||
5
data/sql/archive/db_world/8.x/2022_08_27_06.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_08_27_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_08_27_05 -> 2022_08_27_06
|
||||
--
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE item =23198 AND entry !=10435; -- Magistrate Barthilas
|
||||
|
||||
18
data/sql/archive/db_world/8.x/2022_08_27_07.sql
Normal file
18
data/sql/archive/db_world/8.x/2022_08_27_07.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
-- DB update 2022_08_27_06 -> 2022_08_27_07
|
||||
--
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `item` IN (19813,19814,19815,19816,19817,19818,19819,19820,19821);
|
||||
|
||||
UPDATE `creature_template` SET `lootid`=0 WHERE `entry` IN (
|
||||
15146, -- Mad Voidwalker
|
||||
15117, -- Chained Spirit
|
||||
15112, -- Brain Wash Totem
|
||||
15041, -- Spawn of Mar'li
|
||||
14988, -- Ohgan
|
||||
14987, -- Powerful Healing Ward
|
||||
14986, -- Shade of Jin'do
|
||||
14965, -- Frenzied Bloodseeker Bat
|
||||
14826, -- Sacrificed Troll
|
||||
14122, -- Massive Geyser
|
||||
11347); -- Zealot Lor'Khan
|
||||
|
||||
3
data/sql/archive/db_world/8.x/2022_08_27_08.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_08_27_08.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_08_27_07 -> 2022_08_27_08
|
||||
--
|
||||
UPDATE `spell_proc_event` SET `procPhase`=1 WHERE `entry`=58375;
|
||||
5
data/sql/archive/db_world/8.x/2022_08_28_00.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_08_28_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_08_27_08 -> 2022_08_28_00
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=24905;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(24905,'spell_dru_moonkin_form_passive_proc');
|
||||
139
data/sql/archive/db_world/8.x/2022_08_29_00.sql
Normal file
139
data/sql/archive/db_world/8.x/2022_08_29_00.sql
Normal file
@@ -0,0 +1,139 @@
|
||||
-- DB update 2022_08_28_00 -> 2022_08_29_00
|
||||
--
|
||||
DELETE FROM `quest_offer_reward` WHERE `ID` IN (8504, 8506, 8510, 8527, 8550, 8581, 8601, 8605, 8608, 8610, 8612, 8614, 8616, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855);
|
||||
INSERT INTO `quest_offer_reward` (`ID`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(8506, 'I gladly accept your contribution on behalf of the Alliance, $N. Your efforts will directly lead to the creation of several potions and oils in support of our men and women in the field. Thank you, and should come across more, please consider returning to me.', 0),
|
||||
(8504, 'Oh goodness that\'s a quite a load of stranglekelp you have there. Quick, let\'s get that into a box to keep it fresh. You\'ve done me... us, the Alliance a great favor by bringing that batch in. I\'ll make sure that everyone knows that it was you, the great $N, that helped to tip the scales in the Ahn\'Qiraj war effort with your contribution of stranglekelp!', 0),
|
||||
(8510, 'Simply outstanding, $N! You\'re a real credit to the Alliance. I\'ll make sure to get these herbs packed away until someone comes to make them into something useful for the war. Feel free to come back around anytime, especially if you have more Arthas\' Tears for me.', 0),
|
||||
(8527, 'Wow, you\'re a real go-getter. You make me tired just looking at you. Anyway, thanks from the Alliance and all that. I\'ll make sure that all of that dead meat gets packed away. I guess you could check back with me later to see if we still need more of it, though it\'s starting to stink up the place if you ask me.', 0),
|
||||
(8550, 'Thank you for your continued efforts, $N. You bring great honor to yourself and your ancestors with your selfless giving, and it will be known to all! I will store these herbs away so that they stay fresh until they are needed. Once again you reveal the truest spirit of the Horde, the struggle to overcome and the promise that we can work together to do so.', 0),
|
||||
(8581, 'This no joke, $C? You bring Pele\'keiki firebloom that fast? Pele\'keiki count them up right now, mon! You makin\' Pele\'keiki so happy, he be tellin\' everyone, $N best firebloom collector ever! Pele\'keiki can\'t wait for war to start. Now we really light up the sky over Silithus, right, bruddah?!', 0),
|
||||
(8601, 'Practice, practice, practice. A well honed knife and the skill to use it will get you far in this world, $N. Looks like the edges on these skins are better than the last. Did you buy a new knife?$B$BIn any case, we thank you for your efforts. Your donation has been noted, and will be put to good use I can assure you. Should you find yourself in the possession of more rugged leather, be sure to come back and speak with me, as I will probably need it.', 0),
|
||||
(8605, 'You are an honorable $C, $N! I will see to it that these bandages get into the right hands. You have my thanks, and that of the Horde.$B$BGo in peace, and return to me again should you find yourself with excess wool bandaging. We can use all of the help that we can get here.', 0),
|
||||
(8608, 'Astounding, $C, you actually did it again! Well, they do say that I have good taste in those that I choose to place in my service. Very well, your contribution is noted and you will receive the social benefits that your efforts have afforded. I suggest though that you go back out and gather yet another bundle of mageweave bandages if you truly wish to prove your worth.', 0),
|
||||
(8610, 'It is a very selfless act of giving that you perform, $N. One that is likely to save the lives of many combatants at Ahn\'Qiraj. Thank you and know that you have the appreciation of the Horde for your donation. Should you create, or come across, more runecloth bandages, please consider bringing them to me here.', 0),
|
||||
(8612, 'Smells like you, or someone you know, are quite the cook, $N. Those lean wolf steaks are making my mouth water; I suppose a few going missing won\'t be noticed. Anyway, good work. I\'ll make sure someone packs them away right so that they don\'t spoil too much. $B$BIf you come across more, you know where to find me.', 0),
|
||||
(8614, 'That be the best catch yet, $N! Good, honest work right there. And no bones too! Thanks goin\' out to you for this spotted yellowtail here mon. Come back soon if you cookin\' up some more!', 0),
|
||||
(8616, 'Your donation of time and energy to the war effort goes above and beyond, $n. I assure you that your labors have not gone unnoticed. You have my thanks, and the gratitude of the Horde. Please return to me again should you bake up another batch.', 0),
|
||||
(8846, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8847, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8848, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8849, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8850, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8851, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8852, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8853, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8854, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0),
|
||||
(8855, 'Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen. $B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!', 0);
|
||||
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Welcome back $c. Our collection grows, but even now we have a need for additional purple lotus. If it is still within your power to gather more of the herb, I entreat you to do so and return them to me here.' WHERE `ID` = 8506;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Well hello again there... what was it? Ah yes, $N! Come to see if I still need more stranglekelp have you? Well, it\'s your lucky day, because the answer to that very important question is a very affirmative YES! Think you could gather up twenty more?' WHERE `ID` = 8504;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Ok, so it looks like I still need more Arthas\' Tears. I would imagine that you will be able to find them in the general location that you gathered them up for me last time. The quicker we get these, the faster we can start up the offensive against the forces at Ahn\'Qiraj.$B$BYou gonna help us out again $c?' WHERE `ID` = 8510;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Hi again $c. I can tell you\'re very excited about all of this. So I suppose you want to bring me another twenty roast raptor. Great. Well you do that. I guess I\'ll see you when you get back.' WHERE `ID` = 8527;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Hello again, $N. I am glad that you wish to speak to me once more concerning our neverending need for peacebloom. The war effort continues, and with it our production of potions and elixirs to aid in the battles to come. Will you help us again, $C? I am in need of the same amount of peacebloom as before, so if you can gather it up and return it to me here I would be most grateful. Of course, if you already have it on your person, I will be more than happy to accept it from you now.' WHERE `ID` = 8550;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Good to see you again, $C. We are still working on preparations here for the war effort, and I can still use all of the help that you can give in gathering up wool bandaging. Any assistance at all will be greatly appreciated. I only hope that our efforts will be good enough. I\'ve lost too many noble souls on the battlefields of yesterday to not do everything in my power to see to it that doesn\'t happen again.' WHERE `ID` = 8605;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'You returned? Interesting. As you can see I am still collecting for the Ahn\'Qiraj \'war effort\'. Which means that I need you to once again go out and collect a stack of mageweave bandages for me. I look forward to your return, $C.' WHERE `ID` = 8608;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Ever does the time grow nearer when we shall launch ourselves headlong into the conflagration at Ahn\'Qiraj, priest. But first we must gather our strength and prepare so that we can survive the onslaught of the insects and their masters.$B$BIf you are here again, then surely you wish to make another contribution of runecloth bandages to the war effort? Please do so as soon as you can and return to me once more.' WHERE `ID` = 8610;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'As you can see, $C, we still need to pack away more food for the soldiers. I don\'t know if you\'ve ever been in a war before, but once you get past the initial shock of the battlefield, you can get pretty hungry. You did a good job last time, so I expect that you\'ll do as well, if not a little quicker, in getting me another stack of those lean wolf steaks.' WHERE `ID` = 8612;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'So as you can see, we still be needin\' a lot of the fishies. The combatants in the upcomin\' Ahn\'Qiraj War gonna be needin\' a lot to eat, so I needin\' to get all the spotted yellowtail that I can. You catch \'em, cook \'em, and bringin\' \'em back to me here, and I be givin\' you thanks, and the thanks of the Horde.' WHERE `ID` = 8614;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'The last batch of baked salmon that you donated to the war effort looked very delicious, $C. I must admit that I was tempted to take a few for myself. As you can tell, we have not yet reached our quota here. I am hoping you have returned because you have another stack of baked salmon with you.' WHERE `ID` = 8616;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Pele\'keiki know you come to help. Bring many firebloom and make him very happy. Pele\'keiki might make big bombs with firebloom. Drop them on insects from his bat over Ahn\'Qiraj when war come. But Pele\'keiki need more firebloom, $C!$B$BYou gonna bring Pele\'keiki that firebloom, real quick now. Come back with at least as much as last time, and Pele\'keiki be pleased.' WHERE `ID` = 8581;
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Preparations for the impending war at Ahn\'Qiraj are proceeding, $C. However, to ensure that we do not fall behind, or at least that I am not the one that causes us to fall behind, I want for you to bring back another stack of rugged leather. Your prompt attention to this matter will be greatly appreciated, $N.' WHERE `ID` = 8601;
|
||||
|
||||
UPDATE `quest_request_items` SET `CompletionText` = 'Ah, here for additional supplies for yourself, are you? Well, I can certainly understand the need for additional materiel... just take a look around if you need any proof. $B$BI\'ll issue you some additional supplies, but you\'ll need to give me an appropriate number of commendation signets in exchange. You won\'t receive any recognition for surrendering the signets in this manner, but you might find something useful that will help keep you alive when battle is finally upon us.' WHERE `ID` IN (8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855);
|
||||
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE `id` IN (8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8518, 8521, 8605, 8608, 8523, 8609, 8525, 8527, 8612, 8616, 8529, 8614, 8500, 8504, 8510, 8550, 8581, 8506, 8583, 8493, 8533, 8512, 8514, 8589, 8601, 8516, 8591);
|
||||
|
||||
-- commendation quests
|
||||
DELETE FROM `creature_queststarter` WHERE `quest` IN (8814, 8825, 8818, 8822, 8842, 8813, 8821, 8812, 8820, 8811, 8819, 8815, 8823, 8814, 8822, 8816, 8824, 8817, 8826, 10693, 10698, 10699, 10700) AND `id` IN (21968, 15738, 15737, 15739, 15736, 15731, 15733, 15735, 15734, 21969);
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(15735, 8814), -- Human
|
||||
(15735, 8822),
|
||||
(15734, 8813), -- Dwarf
|
||||
(15734, 8821),
|
||||
(15733, 8812), -- Gnome
|
||||
(15733, 8820),
|
||||
(15731, 8811), -- Nelf
|
||||
(15731, 8819),
|
||||
(15736, 8815), -- Orc
|
||||
(15736, 8823),
|
||||
(15739, 8818), -- tauren
|
||||
(15739, 8825),
|
||||
(15737, 8816), -- troll
|
||||
(15737, 8824),
|
||||
(15738, 8842), -- Undead
|
||||
(15738, 8826),
|
||||
(21968, 10693), -- Belf
|
||||
(21968, 10698),
|
||||
(21969, 10699), -- Draenei
|
||||
(21969, 10700);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `quest` IN (8814, 8825, 8818, 8822, 8842, 8813, 8821, 8812, 8820, 8811, 8819, 8815, 8823, 8814, 8822, 8816, 8824, 8817, 8826, 10693, 10698, 10699, 10700) AND `id` IN (21968, 15738, 15737, 15739, 15736, 15731, 15733, 15735, 15734, 21969);
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(15735, 8814), -- Human
|
||||
(15735, 8822),
|
||||
(15734, 8813), -- Dwarf
|
||||
(15734, 8821),
|
||||
(15733, 8812), -- Gnome
|
||||
(15733, 8820),
|
||||
(15731, 8811), -- Nelf
|
||||
(15731, 8819),
|
||||
(15736, 8815), -- Orc
|
||||
(15736, 8823),
|
||||
(15739, 8818), -- tauren
|
||||
(15739, 8825),
|
||||
(15737, 8816), -- troll
|
||||
(15737, 8824),
|
||||
(15738, 8842), -- Undead
|
||||
(15738, 8826),
|
||||
(21968, 10693), -- Belf
|
||||
(21968, 10698),
|
||||
(21969, 10699), -- Draenei
|
||||
(21969, 10700);
|
||||
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`|2 WHERE `entry` IN (15731, 15733, 15735, 15734, 21969, 15736, 15737, 15738, 15739, 21968);
|
||||
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 15535 AND `quest` = 8616;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(15535, 8616);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `id` = 15535 AND `quest` = 8616;
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(15535, 8616);
|
||||
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` = 8520; -- Alliance silk
|
||||
|
||||
-- Warlord Grohuk / Field Marshall Snowfall
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`|1|2 WHERE `entry` IN (15700, 15701);
|
||||
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 15701 AND `quest` IN (8846, 8847, 8848, 8849, 8850);
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(15701, 8846),
|
||||
(15701, 8847),
|
||||
(15701, 8848),
|
||||
(15701, 8849),
|
||||
(15701, 8850);
|
||||
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 15700 AND `quest` IN (8851, 8852, 8853, 8854, 8855);
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(15700, 8851),
|
||||
(15700, 8852),
|
||||
(15700, 8853),
|
||||
(15700, 8854),
|
||||
(15700, 8855);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `id` = 15701 AND `quest` IN (8846, 8847, 8848, 8849, 8850);
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(15701, 8846),
|
||||
(15701, 8847),
|
||||
(15701, 8848),
|
||||
(15701, 8849),
|
||||
(15701, 8850);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `id` = 15700 AND `quest` IN (8851, 8852, 8853, 8854, 8855);
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(15700, 8851),
|
||||
(15700, 8852),
|
||||
(15700, 8853),
|
||||
(15700, 8854),
|
||||
(15700, 8855);
|
||||
23
data/sql/archive/db_world/8.x/2022_08_30_00.sql
Normal file
23
data/sql/archive/db_world/8.x/2022_08_30_00.sql
Normal file
@@ -0,0 +1,23 @@
|
||||
-- DB update 2022_08_29_00 -> 2022_08_30_00
|
||||
--
|
||||
-- Values not sniffed sadly
|
||||
SET @NPC := 15571;
|
||||
SET @PATH := @NPC * 10;
|
||||
DELETE FROM `waypoints` WHERE `entry` = @PATH;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
|
||||
(@PATH, 1, 3515.252197, -6675.288574, -7.512211, 0.581226, 0),
|
||||
(@PATH, 2, 3551.346924, -6657.919434, -7.512211, 0.757155, 0),
|
||||
(@PATH, 3, 3559.359863, -6599.407715, -7.384412, 2.317742, 0),
|
||||
(@PATH, 4, 3519.906494, -6565.796875, -7.902094, 3.253937, 0),
|
||||
(@PATH, 5, 3475.263428, -6586.950195, -7.407309, 4.410028, 0),
|
||||
(@PATH, 6, 3475.084229, -6638.404785, -7.548372, 6.224278, 0),
|
||||
(@PATH, 7, 3527.448975, -6642.081055, -7.449833, 1.806412, 0),
|
||||
(@PATH, 8, 3519.724854, -6624.312988, -5.555761, 2.065593, 0);
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 15571;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 15571) AND (`source_type` = 0) AND (`id` IN (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`, `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
|
||||
(15571, 0, 0, 0, 25, 0, 100, 1, 0, 0, 0, 0, 0, 53, 1, 155710, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Maws - On Reset - Start Waypoint (No Repeat)');
|
||||
|
||||
-- it is a long fish, without this the hitbox is inside its stomach
|
||||
UPDATE `creature_model_info` SET `CombatReach` = 8 WHERE `DisplayID` = 15555;
|
||||
243
data/sql/archive/db_world/8.x/2022_08_30_01.sql
Normal file
243
data/sql/archive/db_world/8.x/2022_08_30_01.sql
Normal file
@@ -0,0 +1,243 @@
|
||||
-- DB update 2022_08_30_00 -> 2022_08_30_01
|
||||
-- Skeram
|
||||
SET @BOSS=88075;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (87565,87567,87569,87571,87564,87566,87568,87570,88074,87652,87653);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(87565, @BOSS, 0),
|
||||
(87567, @BOSS, 0),
|
||||
(87569, @BOSS, 0),
|
||||
(87571, @BOSS, 0),
|
||||
(87564, @BOSS, 0),
|
||||
(87566, @BOSS, 0),
|
||||
(87568, @BOSS, 0),
|
||||
(87570, @BOSS, 0),
|
||||
(88074, @BOSS, 0),
|
||||
(87652, @BOSS, 0),
|
||||
(87653, @BOSS, 0);
|
||||
|
||||
-- Sartura
|
||||
SET @BOSS=87648;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (87595,87596,87597,87598,87599,87600,87608,87672,87673,87674,87604,87605,87609,87610,87611,87606,87607,87612,87613,87614,87615,87616,87617,87618,87619,87620,87675,87676,87677,87625,87628,87631,87633,87635,87636,87626,87624,87634,87630,87621,87627,87632,87629,87638,87623,87622,87637);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(87595, @BOSS, 0),
|
||||
(87596, @BOSS, 0),
|
||||
(87597, @BOSS, 0),
|
||||
(87598, @BOSS, 0),
|
||||
(87599, @BOSS, 0),
|
||||
(87600, @BOSS, 0),
|
||||
(87608, @BOSS, 0),
|
||||
(87672, @BOSS, 0),
|
||||
(87673, @BOSS, 0),
|
||||
(87674, @BOSS, 0),
|
||||
(87604, @BOSS, 0),
|
||||
(87605, @BOSS, 0),
|
||||
(87609, @BOSS, 0),
|
||||
(87610, @BOSS, 0),
|
||||
(87611, @BOSS, 0),
|
||||
(87606, @BOSS, 0),
|
||||
(87607, @BOSS, 0),
|
||||
(87612, @BOSS, 0),
|
||||
(87613, @BOSS, 0),
|
||||
(87614, @BOSS, 0),
|
||||
(87615, @BOSS, 0),
|
||||
(87616, @BOSS, 0),
|
||||
(87617, @BOSS, 0),
|
||||
(87618, @BOSS, 0),
|
||||
(87619, @BOSS, 0),
|
||||
(87620, @BOSS, 0),
|
||||
(87675, @BOSS, 0),
|
||||
(87676, @BOSS, 0),
|
||||
(87677, @BOSS, 0),
|
||||
(87625, @BOSS, 0),
|
||||
(87628, @BOSS, 0),
|
||||
(87631, @BOSS, 0),
|
||||
(87633, @BOSS, 0),
|
||||
(87635, @BOSS, 0),
|
||||
(87636, @BOSS, 0),
|
||||
(87626, @BOSS, 0),
|
||||
(87624, @BOSS, 0),
|
||||
(87634, @BOSS, 0),
|
||||
(87630, @BOSS, 0),
|
||||
(87621, @BOSS, 0),
|
||||
(87627, @BOSS, 0),
|
||||
(87632, @BOSS, 0),
|
||||
(87629, @BOSS, 0),
|
||||
(87638, @BOSS, 0),
|
||||
(87623, @BOSS, 0),
|
||||
(87622, @BOSS, 0),
|
||||
(87637, @BOSS, 0);
|
||||
|
||||
-- Princess Huhuran
|
||||
SET @BOSS=88014;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (87939,87940,87941,87942,87943,87944,87990,87991,87992,87993,87997,87998,87962,87963,87964,87965,87966,87967,87968,87969,87970,87971,87972,87973,87974,87975,87976,87994,87995,87996);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(87939, @BOSS, 0),
|
||||
(87940, @BOSS, 0),
|
||||
(87941, @BOSS, 0),
|
||||
(87942, @BOSS, 0),
|
||||
(87943, @BOSS, 0),
|
||||
(87944, @BOSS, 0),
|
||||
(87990, @BOSS, 0),
|
||||
(87991, @BOSS, 0),
|
||||
(87992, @BOSS, 0),
|
||||
(87993, @BOSS, 0),
|
||||
(87997, @BOSS, 0),
|
||||
(87998, @BOSS, 0),
|
||||
(87962, @BOSS, 0),
|
||||
(87963, @BOSS, 0),
|
||||
(87964, @BOSS, 0),
|
||||
(87965, @BOSS, 0),
|
||||
(87966, @BOSS, 0),
|
||||
(87967, @BOSS, 0),
|
||||
(87968, @BOSS, 0),
|
||||
(87969, @BOSS, 0),
|
||||
(87970, @BOSS, 0),
|
||||
(87971, @BOSS, 0),
|
||||
(87972, @BOSS, 0),
|
||||
(87973, @BOSS, 0),
|
||||
(87974, @BOSS, 0),
|
||||
(87975, @BOSS, 0),
|
||||
(87976, @BOSS, 0),
|
||||
(87994, @BOSS, 0),
|
||||
(87995, @BOSS, 0),
|
||||
(87996, @BOSS, 0);
|
||||
|
||||
-- Twin Emperors
|
||||
SET @BOSS=88077;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (88015,88016,88017,88018,88019);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(88015, @BOSS, 0),
|
||||
(88016, @BOSS, 0),
|
||||
(88017, @BOSS, 0),
|
||||
(88018, @BOSS, 0),
|
||||
(88019, @BOSS, 0);
|
||||
|
||||
-- Critters in Twin Emperors room. Yes. All of them.
|
||||
SET @NPC=144238;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+3;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0);
|
||||
SET @NPC=144245;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+13;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0);
|
||||
SET @NPC=144260;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+30;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0),
|
||||
(@NPC+20, @BOSS, 0),
|
||||
(@NPC+21, @BOSS, 0),
|
||||
(@NPC+22, @BOSS, 0),
|
||||
(@NPC+23, @BOSS, 0),
|
||||
(@NPC+24, @BOSS, 0),
|
||||
(@NPC+25, @BOSS, 0),
|
||||
(@NPC+26, @BOSS, 0),
|
||||
(@NPC+27, @BOSS, 0),
|
||||
(@NPC+28, @BOSS, 0),
|
||||
(@NPC+29, @BOSS, 0),
|
||||
(@NPC+30, @BOSS, 0);
|
||||
SET @NPC=144334;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+13;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0);
|
||||
SET @NPC=144349;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+6;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0);
|
||||
SET @NPC=144357;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+27;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0),
|
||||
(@NPC+20, @BOSS, 0),
|
||||
(@NPC+21, @BOSS, 0),
|
||||
(@NPC+22, @BOSS, 0),
|
||||
(@NPC+23, @BOSS, 0),
|
||||
(@NPC+24, @BOSS, 0),
|
||||
(@NPC+25, @BOSS, 0),
|
||||
(@NPC+26, @BOSS, 0),
|
||||
(@NPC+27, @BOSS, 0);
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (144243, 144386);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(144243, @BOSS, 0),
|
||||
(144386, @BOSS, 0);
|
||||
|
||||
-- Trash before C'Thun does not respawn
|
||||
|
||||
-- Update respawn timers
|
||||
UPDATE `creature` SET `spawntimesecs`=7200 WHERE `map`=531 AND `id1` IN (15264, 15262, 15233, 15247, 15230, 15240, 15235, 15236, 15249, 15277);
|
||||
|
||||
-- Update Critter respawn timer
|
||||
UPDATE `creature` SET `spawntimesecs`=1740 WHERE `map`=531 AND `id1` IN (15316, 15317);
|
||||
10
data/sql/archive/db_world/8.x/2022_09_01_00.sql
Normal file
10
data/sql/archive/db_world/8.x/2022_09_01_00.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2022_08_30_01 -> 2022_09_01_00
|
||||
-- Update Vekniss Hive Crawler formations.
|
||||
UPDATE `creature_formations` SET `dist`=9 WHERE `memberGUID` IN (87940, 87942, 87944);
|
||||
UPDATE `creature_formations` SET `groupAI`=515 WHERE `memberGUID` BETWEEN 87939 AND 87944;
|
||||
|
||||
-- Update GroupAI in Stinger packs
|
||||
UPDATE `creature_formations` SET `groupAI`=515 WHERE `memberGUID` BETWEEN 87962 AND 87998;
|
||||
|
||||
-- Update GroupAI in Vekniss Warrior packs
|
||||
UPDATE `creature_formations` SET `groupAI`=515 WHERE `memberGUID` BETWEEN 87672 AND 87677;
|
||||
268
data/sql/archive/db_world/8.x/2022_09_02_00.sql
Normal file
268
data/sql/archive/db_world/8.x/2022_09_02_00.sql
Normal file
@@ -0,0 +1,268 @@
|
||||
-- DB update 2022_09_01_00 -> 2022_09_02_00
|
||||
-- Obsidian Eradicator (15262)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.55 WHERE (`entry` = 15262);
|
||||
-- Anubisath Sentinel (15264)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 17, `ArmorModifier` = 1.15 WHERE (`entry` = 15264);
|
||||
-- The Prophet Skeram (15263) & Fankriss the Unyielding (15510)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3 WHERE `entry` IN (15263,15510);
|
||||
-- Qiraji Brainwasher (15247) & Vekniss Warrior (15230)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12, `ArmorModifier` = 1.15 WHERE `entry` IN (15247,15230);
|
||||
-- Vekniss Guardian (15233)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 15, `ArmorModifier` = 1.35 WHERE (`entry` = 15233);
|
||||
-- Vem (15544)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.3 WHERE (`entry` = 15544);
|
||||
-- Lord Kri (15511)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 31.25, `ArmorModifier` = 1.3 WHERE (`entry` = 15511);
|
||||
-- Princess Yauj (15543)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3 WHERE (`entry` = 15543);
|
||||
-- Yauj Brood (15621)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 1.1 WHERE (`entry` = 15621);
|
||||
-- Battleguard Sartura (15516)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 18, `ArmorModifier` = 1.3 WHERE (`entry` = 15516);
|
||||
-- Sartura's Royal Guard (15984)
|
||||
UPDATE `creature_template` SET `speed_run` = 2.14286, `DamageModifier` = 14.4, `ArmorModifier` = 1.15 WHERE (`entry` = 15984);
|
||||
-- Vekniss Drone (15300)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 1.1 WHERE (`entry` = 15300);
|
||||
-- Vekniss Soldier (15229)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 8, `ArmorModifier` = 1.15 WHERE (`entry` = 15229);
|
||||
-- Spawn of Fankriss (15630)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 26.05, `ArmorModifier` = 1.3 WHERE (`entry` = 15630);
|
||||
-- Vekniss Hatchling (15962)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.95, `ArmorModifier` = 1.1 WHERE (`entry` = 15962);
|
||||
-- Viscidus (15299)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 21.45, `ArmorModifier` = 1.3 WHERE (`entry` = 15299);
|
||||
-- Glob of Viscidus (15667)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.65, `ArmorModifier` = 1.1 WHERE (`entry` = 15667);
|
||||
-- Vekniss Hive Crawler (15240)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20, `ArmorModifier` = 1.2 WHERE (`entry` = 15240);
|
||||
-- Vekniss Stinger (15235)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12, `ArmorModifier` = 1.2 WHERE (`entry` = 15235);
|
||||
-- Vekniss Wasp (15236)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 8, `ArmorModifier` = 1.1 WHERE (`entry` = 15236);
|
||||
-- Qiraji Lasher (15249)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14.4, `ArmorModifier` = 1.15 WHERE (`entry` = 15249);
|
||||
-- Princess Huhuran (15509)
|
||||
UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE (`entry` = 15509);
|
||||
-- Anubisath Defender (15277)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 30.05, `ArmorModifier` = 1.2 WHERE (`entry` = 15277);
|
||||
-- Emperor Vek'nilash (15275)
|
||||
UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE (`entry` = 15275);
|
||||
-- Emperor Vek'lor (15276)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 30.05, `ArmorModifier` = 1.6 WHERE (`entry` = 15276);
|
||||
-- Qiraji Champion (15252)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 25, `ArmorModifier` = 1.3 WHERE (`entry` = 15252);
|
||||
-- Qiraji Slayer (15250)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20, `ArmorModifier` = 1.15 WHERE (`entry` = 15250);
|
||||
-- Obsidian Nullifier (15312)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 23.2, `ArmorModifier` = 1.45 WHERE (`entry` = 15312);
|
||||
-- Anubisath Warder (15311)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 28, `ArmorModifier` = 1.3 WHERE (`entry` = 15311);
|
||||
-- Ouro (15517)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 47.3, `ArmorModifier` = 1.3 WHERE (`entry` = 15517);
|
||||
-- Ouro Scarab (15718)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.25, `ArmorModifier` = 0.7 WHERE (`entry` = 15718);
|
||||
-- C'Thun (15727)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.3 WHERE (`entry` = 15727);
|
||||
-- Eye of C'Thun (15589)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14.85, `ArmorModifier` = 1.3 WHERE (`entry` = 15589);
|
||||
-- Giant Eye Tentacle (15334)
|
||||
UPDATE `creature_template` SET `speed_walk` = 1, `speed_run` = 1, `DamageModifier` = 9.95, `ArmorModifier` = 1.35 WHERE (`entry` = 15334);
|
||||
-- Claw Tentacle (15725) Patch 7 - 5.4 DamMod
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2, `ArmorModifier` = 1.35 WHERE (`entry` = 15725);
|
||||
-- Eye Tentacle (15726)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2, `ArmorModifier` = 1.35 WHERE (`entry` = 15726);
|
||||
-- Giant Claw Tentacle (15728) Patch 7 - 74.45 DamMod
|
||||
UPDATE `creature_template` SET `DamageModifier` = 39.55, `ArmorModifier` = 1.35 WHERE (`entry` = 15728);
|
||||
-- Flesh Tentacle (15802)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.35 WHERE (`entry` = 15802);
|
||||
-- Vekniss Borer (15622)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.05, `ArmorModifier` = 1.1 WHERE (`entry` = 15622);
|
||||
|
||||
-- Resistances
|
||||
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (15622,15802,15728,15726,15725,15334,15589,15727,15517,15311,15312,15250,15252,15276,15275,15277,15509,15249,15236,15235,15240,15299,15630,15510,15229,15300,15984,15516,15543,15511,15544,15230,15233,15247,15263,15264,15262);
|
||||
INSERT INTO `creature_template_resistance` (`CreatureID`, `School`, `Resistance`, `VerifiedBuild`) VALUES
|
||||
(15622, 2, 75, 0),
|
||||
(15622, 3, 75, 0),
|
||||
(15622, 4, 75, 0),
|
||||
(15622, 5, 75, 0),
|
||||
(15622, 6, 75, 0),
|
||||
(15802, 2, 75, 0),
|
||||
(15802, 3, 75, 0),
|
||||
(15802, 4, 75, 0),
|
||||
(15802, 5, 75, 0),
|
||||
(15802, 6, 75, 0),
|
||||
(15728, 2, 75, 0),
|
||||
(15728, 3, 75, 0),
|
||||
(15728, 4, 75, 0),
|
||||
(15728, 5, 75, 0),
|
||||
(15728, 6, 75, 0),
|
||||
(15726, 2, 75, 0),
|
||||
(15726, 3, 75, 0),
|
||||
(15726, 4, 75, 0),
|
||||
(15726, 5, 75, 0),
|
||||
(15726, 6, 75, 0),
|
||||
(15725, 2, 75, 0),
|
||||
(15725, 3, 75, 0),
|
||||
(15725, 4, 75, 0),
|
||||
(15725, 5, 75, 0),
|
||||
(15725, 6, 75, 0),
|
||||
(15334, 2, 75, 0),
|
||||
(15334, 3, 75, 0),
|
||||
(15334, 4, 75, 0),
|
||||
(15334, 5, 75, 0),
|
||||
(15334, 6, 75, 0),
|
||||
(15589, 2, 75, 0),
|
||||
(15589, 3, 75, 0),
|
||||
(15589, 4, 75, 0),
|
||||
(15589, 5, 75, 0),
|
||||
(15589, 6, 75, 0),
|
||||
(15727, 2, 75, 0),
|
||||
(15727, 3, 75, 0),
|
||||
(15727, 4, 75, 0),
|
||||
(15727, 5, 75, 0),
|
||||
(15727, 6, 75, 0),
|
||||
(15517, 2, 75, 0),
|
||||
(15517, 3, 75, 0),
|
||||
(15517, 4, 75, 0),
|
||||
(15517, 5, 75, 0),
|
||||
(15517, 6, 75, 0),
|
||||
(15311, 2, 75, 0),
|
||||
(15311, 3, 75, 0),
|
||||
(15311, 4, 75, 0),
|
||||
(15311, 5, 75, 0),
|
||||
(15311, 6, 75, 0),
|
||||
(15312, 2, 75, 0),
|
||||
(15312, 3, 75, 0),
|
||||
(15312, 4, 75, 0),
|
||||
(15312, 5, 75, 0),
|
||||
(15312, 6, 75, 0),
|
||||
(15250, 2, 75, 0),
|
||||
(15250, 3, 75, 0),
|
||||
(15250, 4, 75, 0),
|
||||
(15250, 5, 75, 0),
|
||||
(15250, 6, 75, 0),
|
||||
(15252, 2, 75, 0),
|
||||
(15252, 3, 75, 0),
|
||||
(15252, 4, 75, 0),
|
||||
(15252, 5, 75, 0),
|
||||
(15252, 6, 75, 0),
|
||||
(15276, 2, 75, 0),
|
||||
(15276, 3, 75, 0),
|
||||
(15276, 4, 75, 0),
|
||||
(15276, 5, 75, 0),
|
||||
(15276, 6, 75, 0),
|
||||
(15275, 2, 75, 0),
|
||||
(15275, 3, 75, 0),
|
||||
(15275, 4, 75, 0),
|
||||
(15275, 5, 75, 0),
|
||||
(15275, 6, 75, 0),
|
||||
(15277, 2, 75, 0),
|
||||
(15277, 3, 75, 0),
|
||||
(15277, 4, 75, 0),
|
||||
(15277, 5, 75, 0),
|
||||
(15277, 6, 75, 0),
|
||||
(15509, 2, 75, 0),
|
||||
(15509, 3, 75, 0),
|
||||
(15509, 4, 75, 0),
|
||||
(15509, 5, 75, 0),
|
||||
(15509, 6, 75, 0),
|
||||
(15249, 2, 75, 0),
|
||||
(15249, 3, 75, 0),
|
||||
(15249, 4, 75, 0),
|
||||
(15249, 5, 75, 0),
|
||||
(15249, 6, 75, 0),
|
||||
(15236, 2, 75, 0),
|
||||
(15236, 3, 75, 0),
|
||||
(15236, 4, 75, 0),
|
||||
(15236, 5, 75, 0),
|
||||
(15236, 6, 75, 0),
|
||||
(15235, 2, 75, 0),
|
||||
(15235, 3, 75, 0),
|
||||
(15235, 4, 75, 0),
|
||||
(15235, 5, 75, 0),
|
||||
(15235, 6, 75, 0),
|
||||
(15240, 2, 75, 0),
|
||||
(15240, 3, 75, 0),
|
||||
(15240, 4, 75, 0),
|
||||
(15240, 5, 75, 0),
|
||||
(15240, 6, 75, 0),
|
||||
(15299, 2, 75, 0),
|
||||
(15299, 3, 75, 0),
|
||||
(15299, 4, 75, 0),
|
||||
(15299, 5, 75, 0),
|
||||
(15299, 6, 75, 0),
|
||||
(15630, 2, 15, 0),
|
||||
(15630, 3, 15, 0),
|
||||
(15630, 4, 15, 0),
|
||||
(15630, 5, 15, 0),
|
||||
(15630, 6, 15, 0),
|
||||
(15510, 2, 75, 0),
|
||||
(15510, 3, 75, 0),
|
||||
(15510, 4, 75, 0),
|
||||
(15510, 5, 75, 0),
|
||||
(15510, 6, 75, 0),
|
||||
(15229, 2, 75, 0),
|
||||
(15229, 3, 75, 0),
|
||||
(15229, 4, 75, 0),
|
||||
(15229, 5, 75, 0),
|
||||
(15229, 6, 75, 0),
|
||||
(15300, 2, 75, 0),
|
||||
(15300, 3, 75, 0),
|
||||
(15300, 4, 75, 0),
|
||||
(15300, 5, 75, 0),
|
||||
(15300, 6, 75, 0),
|
||||
(15984, 2, 15, 0),
|
||||
(15984, 3, 15, 0),
|
||||
(15984, 4, 15, 0),
|
||||
(15984, 5, 15, 0),
|
||||
(15984, 6, 15, 0),
|
||||
(15516, 2, 75, 0),
|
||||
(15516, 3, 75, 0),
|
||||
(15516, 4, 75, 0),
|
||||
(15516, 5, 75, 0),
|
||||
(15516, 6, 75, 0),
|
||||
(15543, 2, 75, 0),
|
||||
(15543, 3, 75, 0),
|
||||
(15543, 4, 75, 0),
|
||||
(15543, 5, 75, 0),
|
||||
(15543, 6, 75, 0),
|
||||
(15511, 2, 75, 0),
|
||||
(15511, 3, 75, 0),
|
||||
(15511, 4, 75, 0),
|
||||
(15511, 5, 75, 0),
|
||||
(15511, 6, 75, 0),
|
||||
(15544, 2, 75, 0),
|
||||
(15544, 3, 75, 0),
|
||||
(15544, 4, 75, 0),
|
||||
(15544, 5, 75, 0),
|
||||
(15544, 6, 75, 0),
|
||||
(15230, 2, 75, 0),
|
||||
(15230, 3, 75, 0),
|
||||
(15230, 4, 75, 0),
|
||||
(15230, 5, 75, 0),
|
||||
(15230, 6, 75, 0),
|
||||
(15233, 2, 75, 0),
|
||||
(15233, 3, 75, 0),
|
||||
(15233, 4, 75, 0),
|
||||
(15233, 5, 75, 0),
|
||||
(15233, 6, 75, 0),
|
||||
(15247, 2, 75, 0),
|
||||
(15247, 3, 75, 0),
|
||||
(15247, 4, 75, 0),
|
||||
(15247, 5, 75, 0),
|
||||
(15247, 6, 75, 0),
|
||||
(15263, 2, 75, 0),
|
||||
(15263, 3, 75, 0),
|
||||
(15263, 4, 75, 0),
|
||||
(15263, 5, 75, 0),
|
||||
(15263, 6, 75, 0),
|
||||
(15264, 2, 75, 0),
|
||||
(15264, 3, 75, 0),
|
||||
(15264, 4, 75, 0),
|
||||
(15264, 5, 75, 0),
|
||||
(15264, 6, 75, 0),
|
||||
(15262, 2, 75, 0),
|
||||
(15262, 3, 75, 0),
|
||||
(15262, 4, 75, 0),
|
||||
(15262, 5, 75, 0),
|
||||
(15262, 6, 75, 0);
|
||||
3
data/sql/archive/db_world/8.x/2022_09_02_01.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_02_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_02_00 -> 2022_09_02_01
|
||||
--
|
||||
DELETE FROM `spell_dbc` WHERE `ID` IN (46393);
|
||||
5
data/sql/archive/db_world/8.x/2022_09_02_02.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_09_02_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_09_02_01 -> 2022_09_02_02
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'go creature id';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('go creature id', 1, 'Syntax: .go creature id #creature_entry\nTeleports you to the given creature entry.');
|
||||
16
data/sql/archive/db_world/8.x/2022_09_02_03.sql
Normal file
16
data/sql/archive/db_world/8.x/2022_09_02_03.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
-- DB update 2022_09_02_02 -> 2022_09_02_03
|
||||
-- Voodoo Spirit - Add aura 24051
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 15009);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(15009, 0, 0, 0, 0, 0, 0, '24051');
|
||||
|
||||
-- Add SAI to kill Voodoo Spirit after 10s (sniffed)
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 15009;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 15009) AND (`source_type` = 0) AND (`id` IN (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`, `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
|
||||
(15009, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Voodoo Spirit - In Combat - Kill Self');
|
||||
|
||||
-- Update Hakkari Witch Doctor to summon Voodoo Spirit on Death
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 11831) AND (`source_type` = 0) AND (`id` IN (4));
|
||||
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
|
||||
(11831, 0, 4, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 11, 24052, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hakkari Witch Doctor - On Just Died - Cast \'Summon Voodoo Spirit\'');
|
||||
393
data/sql/archive/db_world/8.x/2022_09_02_04.sql
Normal file
393
data/sql/archive/db_world/8.x/2022_09_02_04.sql
Normal file
@@ -0,0 +1,393 @@
|
||||
-- DB update 2022_09_02_03 -> 2022_09_02_04
|
||||
-- Gurubashi Axe Thrower (11350) & Zulian Crocolisk (15043)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.05, `ArmorModifier` = 1.1 WHERE `entry` IN (11350,15043);
|
||||
-- Hakkari Priest (11830)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.1 WHERE (`entry` = 11830);
|
||||
-- Razzashi Serpent (11371)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4, `ArmorModifier` = 1.1 WHERE (`entry` = 11371);
|
||||
-- Razzashi Adder (11372)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.2, `ArmorModifier` = 1.1 WHERE (`entry` = 11372);
|
||||
-- Hooktooth Frenzy (11374)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 1.1 WHERE (`entry` = 11374);
|
||||
-- Gurubashi Headhunter (11351)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 5, `ArmorModifier` = 1.1 WHERE (`entry` = 11351);
|
||||
-- Hakkari Witch Doctor (11831)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 6.05, `ArmorModifier` = 1.1 WHERE (`entry` = 11831);
|
||||
-- Bloodseeker Bat (11368)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 1.1 WHERE (`entry` = 11368);
|
||||
-- Gurubashi Bat Rider (14750)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 10, `ArmorModifier` = 1.15 WHERE (`entry` = 14750);
|
||||
-- High Priestess Jeklik (14517)
|
||||
UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE (`entry` = 14517);
|
||||
-- Gurubashi Berserker (11352)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14, `ArmorModifier` = 1.2 WHERE (`entry` = 11352);
|
||||
-- Sandfury Speaker (11387)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9.05, `ArmorModifier` = 1.15 WHERE (`entry` = 11387);
|
||||
-- Razzashi Cobra (11373)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9.4, `ArmorModifier` = 1.1 WHERE (`entry` = 11373);
|
||||
-- High Priest Venoxis (14507)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14.05, `ArmorModifier` = 1.3 WHERE (`entry` = 14507);
|
||||
-- Razzashi Skitterer (14880)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.15 WHERE (`entry` = 14880);
|
||||
-- Razzashi Broodwidow (11370)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 10.25, `ArmorModifier` = 1.15 WHERE (`entry` = 11370);
|
||||
-- Hakkari Shadowcaster (11338)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 8, `ArmorModifier` = 1.15 WHERE (`entry` = 11338);
|
||||
-- Razzashi Venombrood (14532)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 10, `ArmorModifier` = 1.1 WHERE (`entry` = 14532);
|
||||
-- Witherbark Speaker (11388)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.4, `ArmorModifier` = 1.55 WHERE (`entry` = 11388);
|
||||
-- High Priestess Mar'li (14510)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14.05, `ArmorModifier` = 1.3 WHERE (`entry` = 14510);
|
||||
-- Spawn of Mar'li (15041)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.85, `ArmorModifier` = 1.1 WHERE (`entry` = 15041);
|
||||
-- Gurubashi Blood Drinker (11353)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9, `ArmorModifier` = 1.1 WHERE (`entry` = 11353);
|
||||
-- Razzashi Raptor (14821)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 8, `ArmorModifier` = 1.1 WHERE (`entry` = 14821);
|
||||
-- Gurubashi Champion (11356)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7, `ArmorModifier` = 1.15 WHERE (`entry` = 11356);
|
||||
-- Vilebranch Speaker (11391)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9.05, `ArmorModifier` = 1.25 WHERE (`entry` = 11391);
|
||||
-- Bloodlord Mandokir (11382)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 21.25, `ArmorModifier` = 1.3 WHERE (`entry` = 11382);
|
||||
-- Ohgan (14988)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 13.6, `ArmorModifier` = 1.1 WHERE (`entry` = 14988);
|
||||
-- Zanza the Restless (15042)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.55, `ArmorModifier` = 1.1 WHERE (`entry` = 15042);
|
||||
-- Mad Servant (15111)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.45, `ArmorModifier` = 1.15 WHERE (`entry` = 15111);
|
||||
-- Mad Voidwalker (15146)
|
||||
UPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 5 WHERE (`entry` = 15146);
|
||||
-- Hakkari Blood Priest (11340)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 6, `ArmorModifier` = 1.15 WHERE (`entry` = 11340);
|
||||
-- Gri'lek (15082)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.3 WHERE (`entry` = 15082);
|
||||
-- Wushoolay (15085)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.3 WHERE (`entry` = 15085);
|
||||
-- Renataki (15084)
|
||||
UPDATE `creature_template` SET `speed_walk` = 1, `speed_run` = 1.57143, `DamageModifier` = 15.05, `BaseAttackTime` = 1500, `ArmorModifier` = 1.3 WHERE (`entry` = 15084);
|
||||
-- Hazza'rah (15083)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.3 WHERE (`entry` = 15083);
|
||||
-- Nightmare Illusion (15163)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 51.95, `ArmorModifier` = 1.1 WHERE (`entry` = 15163);
|
||||
-- Zulian Tiger (11361)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 8.85, `ArmorModifier` = 1.1 WHERE (`entry` = 11361);
|
||||
-- Zulian Cub (11360)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 3.1, `ArmorModifier` = 1.1 WHERE (`entry` = 11360);
|
||||
-- Zealot Zath (11348)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12.2, `ArmorModifier` = 1.2 WHERE (`entry` = 11348);
|
||||
-- Zealot Lor'Khan (11347)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14.2, `ArmorModifier` = 1.5 WHERE (`entry` = 11347);
|
||||
-- High Priest Thekal (14509)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 17.55, `ArmorModifier` = 1.3 WHERE (`entry` = 14509);
|
||||
-- Zulian Guardian (15068)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 3, `ArmorModifier` = 1.2 WHERE (`entry` = 15068);
|
||||
-- Gahz'ranka (15114)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3 WHERE (`entry` = 15114);
|
||||
-- Voodoo Spirit (15009)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 1.1 WHERE (`entry` = 15009);
|
||||
-- Zulian Panther (11365)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 15.7, `ArmorModifier` = 1.1 WHERE (`entry` = 11365);
|
||||
-- Hakkari Shadow Hunter (11339)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 6, `ArmorModifier` = 1.15 WHERE (`entry` = 11339);
|
||||
-- Zulian Stalker (15067)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 6.2, `ArmorModifier` = 1.15 WHERE (`entry` = 15067);
|
||||
-- High Priestess Arlokk (14515)
|
||||
UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE (`entry` = 14515);
|
||||
-- Zulian Prowler (15101)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.25, `ArmorModifier` = 1.1 WHERE (`entry` = 15101);
|
||||
-- Voodoo Slave (14883)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 10.3, `ArmorModifier` = 1.1 WHERE (`entry` = 14883);
|
||||
-- Withered Mistress (14825)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 11.7, `ArmorModifier` = 1.1 WHERE (`entry` = 14825);
|
||||
-- Atal'ai Mistress (14882)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9.6, `ArmorModifier` = 1.1 WHERE (`entry` = 14882);
|
||||
-- Sacrificed Troll (14826)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.05 WHERE (`entry` = 14826);
|
||||
-- Jin'do the Hexxer (11380)
|
||||
UPDATE `creature_template` SET `speed_walk` = 1, `speed_run` = 2.14286, `DamageModifier` = 17.05, `ArmorModifier` = 1.3 WHERE (`entry` = 11380);
|
||||
-- Soulflayer (11359)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12, `ArmorModifier` = 1.15 WHERE (`entry` = 11359);
|
||||
-- Son of Hakkar (11357)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.15, `ArmorModifier` = 1.65 WHERE (`entry` = 11357);
|
||||
-- Bloodscalp Speaker (11389)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 5, `ArmorModifier` = 1.15 WHERE (`entry` = 11389);
|
||||
-- Skullsplitter Speaker (11390)
|
||||
UPDATE `creature_template` SET `gossip_menu_id` = 0, `DamageModifier` = 5, `ArmorModifier` = 1.15 WHERE (`entry` = 11390);
|
||||
-- Hakkar (14834)
|
||||
UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE (`entry` = 14834);
|
||||
|
||||
-- Resistances
|
||||
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (11370,14880,14507,11373,11387,11352,14517,14750,11368,11831,11351,11374,15043,11372,11371,11830,11350,14532,11338,11388,14510,11353,14821,11356,11391,11382,14988,15111,15146,11340,15085,15082,15084,15083,15163,11361,11360,11348,11347,14509,15114,11365,15067,14515,14883,14825,14882,11359,11357,11389,11390,14834,11339,11380);
|
||||
INSERT INTO `creature_template_resistance` (`CreatureID`, `School`, `Resistance`, `VerifiedBuild`) VALUES
|
||||
(11370, 2, 15, 0),
|
||||
(11370, 3, 15, 0),
|
||||
(11370, 4, 15, 0),
|
||||
(11370, 5, 15, 0),
|
||||
(11370, 6, 15, 0),
|
||||
(14880, 2, 15, 0),
|
||||
(14880, 3, 15, 0),
|
||||
(14880, 4, 15, 0),
|
||||
(14880, 5, 15, 0),
|
||||
(14880, 6, 15, 0),
|
||||
(14507, 2, 15, 0),
|
||||
(14507, 3, 15, 0),
|
||||
(14507, 4, 15, 0),
|
||||
(14507, 5, 15, 0),
|
||||
(14507, 6, 15, 0),
|
||||
(11373, 2, 15, 0),
|
||||
(11373, 3, 15, 0),
|
||||
(11373, 4, 15, 0),
|
||||
(11373, 5, 15, 0),
|
||||
(11373, 6, 15, 0),
|
||||
(11387, 2, 15, 0),
|
||||
(11387, 3, 15, 0),
|
||||
(11387, 4, 15, 0),
|
||||
(11387, 5, 15, 0),
|
||||
(11387, 6, 15, 0),
|
||||
(11352, 2, 15, 0),
|
||||
(11352, 3, 15, 0),
|
||||
(11352, 4, 15, 0),
|
||||
(11352, 5, 15, 0),
|
||||
(11352, 6, 15, 0),
|
||||
(14517, 2, 15, 0),
|
||||
(14517, 3, 15, 0),
|
||||
(14517, 4, 15, 0),
|
||||
(14517, 5, 15, 0),
|
||||
(14517, 6, 15, 0),
|
||||
(14750, 2, 15, 0),
|
||||
(14750, 3, 15, 0),
|
||||
(14750, 4, 15, 0),
|
||||
(14750, 5, 15, 0),
|
||||
(14750, 6, 15, 0),
|
||||
(11368, 2, 15, 0),
|
||||
(11368, 3, 15, 0),
|
||||
(11368, 4, 15, 0),
|
||||
(11368, 5, 15, 0),
|
||||
(11368, 6, 15, 0),
|
||||
(11831, 2, 15, 0),
|
||||
(11831, 3, 15, 0),
|
||||
(11831, 4, 15, 0),
|
||||
(11831, 5, 15, 0),
|
||||
(11831, 6, 15, 0),
|
||||
(11351, 2, 15, 0),
|
||||
(11351, 3, 15, 0),
|
||||
(11351, 4, 15, 0),
|
||||
(11351, 5, 15, 0),
|
||||
(11351, 6, 15, 0),
|
||||
(11374, 2, 15, 0),
|
||||
(11374, 3, 15, 0),
|
||||
(11374, 4, 15, 0),
|
||||
(11374, 5, 15, 0),
|
||||
(11374, 6, 15, 0),
|
||||
(15043, 2, 15, 0),
|
||||
(15043, 3, 15, 0),
|
||||
(15043, 4, 15, 0),
|
||||
(15043, 5, 15, 0),
|
||||
(15043, 6, 15, 0),
|
||||
(11372, 2, 15, 0),
|
||||
(11372, 3, 15, 0),
|
||||
(11372, 4, 15, 0),
|
||||
(11372, 5, 15, 0),
|
||||
(11372, 6, 15, 0),
|
||||
(11371, 2, 15, 0),
|
||||
(11371, 3, 15, 0),
|
||||
(11371, 4, 15, 0),
|
||||
(11371, 5, 15, 0),
|
||||
(11371, 6, 15, 0),
|
||||
(11830, 2, 15, 0),
|
||||
(11830, 3, 15, 0),
|
||||
(11830, 4, 15, 0),
|
||||
(11830, 5, 15, 0),
|
||||
(11830, 6, 15, 0),
|
||||
(11350, 2, 15, 0),
|
||||
(11350, 3, 15, 0),
|
||||
(11350, 4, 15, 0),
|
||||
(11350, 5, 15, 0),
|
||||
(11350, 6, 15, 0),
|
||||
(11338, 2, 15, 0),
|
||||
(11338, 3, 15, 0),
|
||||
(11338, 4, 15, 0),
|
||||
(11338, 5, 15, 0),
|
||||
(11338, 6, 15, 0),
|
||||
(14532, 2, 15, 0),
|
||||
(14532, 3, 15, 0),
|
||||
(14532, 4, 15, 0),
|
||||
(14532, 5, 15, 0),
|
||||
(14532, 6, 15, 0),
|
||||
(11388, 2, 15, 0),
|
||||
(11388, 3, 15, 0),
|
||||
(11388, 4, 15, 0),
|
||||
(11388, 5, 15, 0),
|
||||
(11388, 6, 15, 0),
|
||||
(14510, 2, 15, 0),
|
||||
(14510, 3, 15, 0),
|
||||
(14510, 4, 15, 0),
|
||||
(14510, 5, 15, 0),
|
||||
(14510, 6, 15, 0),
|
||||
(11353, 2, 15, 0),
|
||||
(11353, 3, 15, 0),
|
||||
(11353, 4, 15, 0),
|
||||
(11353, 5, 15, 0),
|
||||
(11353, 6, 15, 0),
|
||||
(14821, 2, 15, 0),
|
||||
(14821, 3, 15, 0),
|
||||
(14821, 4, 15, 0),
|
||||
(14821, 5, 15, 0),
|
||||
(14821, 6, 15, 0),
|
||||
(11356, 2, 15, 0),
|
||||
(11356, 3, 15, 0),
|
||||
(11356, 4, 15, 0),
|
||||
(11356, 5, 15, 0),
|
||||
(11356, 6, 15, 0),
|
||||
(11391, 2, 15, 0),
|
||||
(11391, 3, 15, 0),
|
||||
(11391, 4, 15, 0),
|
||||
(11391, 5, 15, 0),
|
||||
(11391, 6, 15, 0),
|
||||
(11382, 2, 15, 0),
|
||||
(11382, 3, 15, 0),
|
||||
(11382, 4, 15, 0),
|
||||
(11382, 5, 15, 0),
|
||||
(11382, 6, 15, 0),
|
||||
(14988, 2, 15, 0),
|
||||
(14988, 3, 15, 0),
|
||||
(14988, 4, 15, 0),
|
||||
(14988, 5, 15, 0),
|
||||
(14988, 6, 15, 0),
|
||||
(15111, 6, 15, 0),
|
||||
(15111, 2, 15, 0),
|
||||
(15111, 3, 15, 0),
|
||||
(15111, 4, 15, 0),
|
||||
(15111, 5, 15, 0),
|
||||
(15146, 2, 60, 0),
|
||||
(15146, 3, 60, 0),
|
||||
(15146, 4, 60, 0),
|
||||
(15146, 5, 60, 0),
|
||||
(15146, 6, 60, 0),
|
||||
(11340, 2, 15, 0),
|
||||
(11340, 3, 15, 0),
|
||||
(11340, 4, 15, 0),
|
||||
(11340, 5, 15, 0),
|
||||
(11340, 6, 15, 0),
|
||||
(15082, 2, 20, 0),
|
||||
(15082, 3, 20, 0),
|
||||
(15082, 4, 20, 0),
|
||||
(15082, 5, 20, 0),
|
||||
(15082, 6, 20, 0),
|
||||
(15085, 2, 20, 0),
|
||||
(15085, 3, 20, 0),
|
||||
(15085, 4, 20, 0),
|
||||
(15085, 5, 20, 0),
|
||||
(15085, 6, 20, 0),
|
||||
(15084, 2, 20, 0),
|
||||
(15084, 3, 20, 0),
|
||||
(15084, 4, 20, 0),
|
||||
(15084, 5, 20, 0),
|
||||
(15084, 6, 20, 0),
|
||||
(15083, 2, 15, 0),
|
||||
(15083, 3, 20, 0),
|
||||
(15083, 4, 20, 0),
|
||||
(15083, 5, 20, 0),
|
||||
(15083, 6, 20, 0),
|
||||
(15163, 2, 15, 0),
|
||||
(15163, 3, 15, 0),
|
||||
(15163, 4, 15, 0),
|
||||
(15163, 5, 15, 0),
|
||||
(15163, 6, 15, 0),
|
||||
(11361, 2, 15, 0),
|
||||
(11361, 3, 15, 0),
|
||||
(11361, 4, 15, 0),
|
||||
(11361, 5, 15, 0),
|
||||
(11361, 6, 15, 0),
|
||||
(11360, 2, 15, 0),
|
||||
(11360, 3, 15, 0),
|
||||
(11360, 4, 15, 0),
|
||||
(11360, 5, 15, 0),
|
||||
(11360, 6, 15, 0),
|
||||
(11348, 2, 15, 0),
|
||||
(11348, 3, 15, 0),
|
||||
(11348, 4, 15, 0),
|
||||
(11348, 5, 15, 0),
|
||||
(11348, 6, 15, 0),
|
||||
(11347, 2, 15, 0),
|
||||
(11347, 3, 15, 0),
|
||||
(11347, 4, 15, 0),
|
||||
(11347, 5, 15, 0),
|
||||
(11347, 6, 15, 0),
|
||||
(14509, 2, 15, 0),
|
||||
(14509, 3, 15, 0),
|
||||
(14509, 4, 15, 0),
|
||||
(14509, 5, 15, 0),
|
||||
(14509, 6, 15, 0),
|
||||
(15114, 2, 15, 0),
|
||||
(15114, 3, 15, 0),
|
||||
(15114, 4, 15, 0),
|
||||
(15114, 5, 15, 0),
|
||||
(15114, 6, 15, 0),
|
||||
(11365, 2, 15, 0),
|
||||
(11365, 3, 15, 0),
|
||||
(11365, 4, 15, 0),
|
||||
(11365, 5, 15, 0),
|
||||
(11365, 6, 15, 0),
|
||||
(11339, 2, 15, 0),
|
||||
(11339, 3, 15, 0),
|
||||
(11339, 4, 15, 0),
|
||||
(11339, 5, 15, 0),
|
||||
(11339, 6, 15, 0),
|
||||
(15067, 2, 15, 0),
|
||||
(15067, 3, 15, 0),
|
||||
(15067, 4, 15, 0),
|
||||
(15067, 5, 15, 0),
|
||||
(15067, 6, 15, 0),
|
||||
(14515, 2, 15, 0),
|
||||
(14515, 3, 15, 0),
|
||||
(14515, 4, 15, 0),
|
||||
(14515, 5, 15, 0),
|
||||
(14515, 6, 15, 0),
|
||||
(14883, 2, 15, 0),
|
||||
(14883, 3, 15, 0),
|
||||
(14883, 4, 15, 0),
|
||||
(14883, 5, 15, 0),
|
||||
(14883, 6, 15, 0),
|
||||
(14825, 2, 15, 0),
|
||||
(14825, 3, 15, 0),
|
||||
(14825, 4, 15, 0),
|
||||
(14825, 5, 15, 0),
|
||||
(14825, 6, 15, 0),
|
||||
(14882, 2, 15, 0),
|
||||
(14882, 3, 15, 0),
|
||||
(14882, 4, 15, 0),
|
||||
(14882, 5, 15, 0),
|
||||
(14882, 6, 15, 0),
|
||||
(11380, 2, 15, 0),
|
||||
(11380, 3, 15, 0),
|
||||
(11380, 4, 15, 0),
|
||||
(11380, 5, 15, 0),
|
||||
(11380, 6, 15, 0),
|
||||
(11359, 2, 15, 0),
|
||||
(11359, 3, 15, 0),
|
||||
(11359, 4, 15, 0),
|
||||
(11359, 5, 15, 0),
|
||||
(11359, 6, 15, 0),
|
||||
(11357, 2, 15, 0),
|
||||
(11357, 3, 15, 0),
|
||||
(11357, 4, 15, 0),
|
||||
(11357, 5, 15, 0),
|
||||
(11357, 6, 15, 0),
|
||||
(11389, 2, 15, 0),
|
||||
(11389, 3, 15, 0),
|
||||
(11389, 4, 15, 0),
|
||||
(11389, 5, 15, 0),
|
||||
(11389, 6, 15, 0),
|
||||
(11390, 2, 15, 0),
|
||||
(11390, 3, 15, 0),
|
||||
(11390, 4, 15, 0),
|
||||
(11390, 5, 15, 0),
|
||||
(11390, 6, 15, 0),
|
||||
(14834, 2, 15, 0),
|
||||
(14834, 3, 15, 0),
|
||||
(14834, 4, 15, 0),
|
||||
(14834, 5, 15, 0),
|
||||
(14834, 6, 15, 0);
|
||||
36
data/sql/archive/db_world/8.x/2022_09_02_05.sql
Normal file
36
data/sql/archive/db_world/8.x/2022_09_02_05.sql
Normal file
@@ -0,0 +1,36 @@
|
||||
-- DB update 2022_09_02_04 -> 2022_09_02_05
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` = 6644 AND `TextID` = 8701;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
|
||||
(6644, 8701);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 14 AND `SourceGroup` = 6644 AND `SourceEntry` IN (7899, 8701, 8702);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14, 6644, 7899, 0, 0, 13, 0, 7, 3, 2, 1, 0, 0, '', 'Andorgos show text 7899 if Twin Emperors is not done'),
|
||||
(14, 6644, 8701, 0, 0, 13, 0, 7, 3, 2, 0, 0, 0, '', 'Andorgos show text 8701 if Twin Emperors is done'),
|
||||
(14, 6644, 8701, 0, 0, 13, 0, 8, 3, 2, 1, 0, 0, '', 'Andorgos show text 8701 gossip if Ouro is not done'),
|
||||
(14, 6644, 8702, 0, 0, 13, 0, 8, 3, 2, 0, 0, 0, '', 'Andorgos show text 8702 gossip if Ouro is done');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 6644 AND `SourceEntry` IN (0, 1);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(15, 6644, 0, 0, 0, 13, 0, 7, 3, 2, 0, 0, 0, '', 'Andorgos show gossip if Twin Emperors is done'),
|
||||
(15, 6644, 1, 0, 0, 13, 0, 8, 3, 2, 0, 0, 0, '', 'Andorgos show gossip if Ouro is done');
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE (`MenuID`=6644 AND `OptionID` IN (0, 1));
|
||||
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
|
||||
(6644, 0, 0, 'Teleport me to the lair of the Twin Emperors, please.', 12849, 1, 1, 0, 0, 0, 0, NULL, 0, 0),
|
||||
(6644, 1, 0, 'Please teleport me to the final chamber.', 12851, 1, 1, 0, 0, 0, 0, NULL, 0, 0);
|
||||
|
||||
DELETE FROM `spell_target_position` WHERE `ID` IN (29181, 29190);
|
||||
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES
|
||||
(29181, 0, 531, -8971.81, 1321.47, -104.249, 0, 0),
|
||||
(29190, 0, 531, -8632.84, 2055.87, 108.86, 0, 0);
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 15502;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 15502) AND (`source_type` = 0) AND (`id` IN (0, 1, 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`, `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
|
||||
(15502, 0, 0, 1, 62, 0, 100, 0, 6644, 0, 0, 0, 0, 11, 29182, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Andorgos - On Gossip Option 0 Selected - Cast \'Teleport to Twin Emperors\''),
|
||||
(15502, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 85, 29181, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Andorgos - On Gossip Option 0 Selected - Invoker Cast \'Teleport to Twin Emps Effect DND\''),
|
||||
(15502, 0, 2, 3, 62, 0, 100, 0, 6644, 1, 0, 0, 0, 11, 29188, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Andorgos - On Gossip Option 1 Selected - Cast \'Teleport to Final Chamber\''),
|
||||
(15502, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 85, 29190, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Andorgos - On Gossip Option 1 Selected - Invoker Cast \'Teleport to Final Chamber Effect DND\'');
|
||||
5
data/sql/archive/db_world/8.x/2022_09_03_00.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_09_03_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_09_02_05 -> 2022_09_03_00
|
||||
--
|
||||
UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=2 WHERE `Item` BETWEEN 20858 AND 20865;
|
||||
UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=4 WHERE `entry`=15335 AND `Item` BETWEEN 20858 AND 20865;
|
||||
UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=6 WHERE `entry`=15333 AND `Item` BETWEEN 20858 AND 20865;
|
||||
3
data/sql/archive/db_world/8.x/2022_09_03_01.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_03_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_03_00 -> 2022_09_03_01
|
||||
--
|
||||
UPDATE `creature` SET `MovementType`=1, `wander_distance`=3 WHERE `id1`=15233 AND `map`=531 AND `guid` NOT IN (87595,87596);
|
||||
9
data/sql/archive/db_world/8.x/2022_09_03_02.sql
Normal file
9
data/sql/archive/db_world/8.x/2022_09_03_02.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2022_09_03_01 -> 2022_09_03_02
|
||||
-- General Angerforge
|
||||
SET @BOSS=45954;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (45955,45956,45958,45959);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(45955, @BOSS, 0),
|
||||
(45956, @BOSS, 0),
|
||||
(45958, @BOSS, 0),
|
||||
(45959, @BOSS, 0);
|
||||
4
data/sql/archive/db_world/8.x/2022_09_03_03.sql
Normal file
4
data/sql/archive/db_world/8.x/2022_09_03_03.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_09_03_02 -> 2022_09_03_03
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 26077 AND `ScriptName` = 'spell_itch_aq40';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (26077, 'spell_itch_aq40');
|
||||
3
data/sql/archive/db_world/8.x/2022_09_03_04.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_03_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_03_03 -> 2022_09_03_04
|
||||
--
|
||||
UPDATE `creature_template` SET `type_flags`=`type_flags`|0x00001000 WHERE `entry` IN (15471,15473);
|
||||
24
data/sql/archive/db_world/8.x/2022_09_06_00.sql
Normal file
24
data/sql/archive/db_world/8.x/2022_09_06_00.sql
Normal file
@@ -0,0 +1,24 @@
|
||||
-- DB update 2022_09_03_04 -> 2022_09_06_00
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `MenuId`=6793 AND `TextId`=8080;
|
||||
INSERT INTO `gossip_menu` VALUES
|
||||
(6793,8080);
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuId`=6794 AND `TextId`=8078;
|
||||
INSERT INTO `gossip_menu` VALUES
|
||||
(6794,8078);
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuId`=6795 AND `TextId`=8079;
|
||||
INSERT INTO `gossip_menu` VALUES
|
||||
(6795,8079);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (6793,6794,6795);
|
||||
INSERT INTO `conditions` VALUES
|
||||
(14,6793,8080,0,0,29,0,15727,250,0,0,0,0,'','Show gossip if Cthun is alive'),
|
||||
(14,6793,8111,0,0,29,0,15727,250,1,0,0,0,'','Show gossip if Cthun is dead'),
|
||||
|
||||
(14,6794,8078,0,0,29,0,15727,250,0,0,0,0,'','Show gossip if Cthun is alive'),
|
||||
(14,6794,8112,0,0,29,0,15727,250,1,0,0,0,'','Show gossip if Cthun is dead'),
|
||||
|
||||
(14,6795,8079,0,0,29,0,15727,250,0,0,0,0,'','Show gossip if Cthun is alive'),
|
||||
(14,6795,8113,0,0,29,0,15727,250,1,0,0,0,'','Show gossip if Cthun is dead');
|
||||
3
data/sql/archive/db_world/8.x/2022_09_06_01.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_06_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_06_00 -> 2022_09_06_01
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE `id` IN (8543, 8546);
|
||||
3
data/sql/archive/db_world/8.x/2022_09_06_02.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_06_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_06_01 -> 2022_09_06_02
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE `id`=8495;
|
||||
60
data/sql/archive/db_world/8.x/2022_09_06_03.sql
Normal file
60
data/sql/archive/db_world/8.x/2022_09_06_03.sql
Normal file
@@ -0,0 +1,60 @@
|
||||
-- DB update 2022_09_06_02 -> 2022_09_06_03
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 8964;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES (8964, 1, 0, 2, 0, 0, 0, NULL); -- Sets the drakes to be flying.
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` = 33430;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES (33430, 1, -7526.11, -1065.07, 290.051, NULL, 0, 2, 0, 100, 0), -- Perimeter drake
|
||||
(33430, 2, -7528.77, -1060.98, 289.801, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 3, -7554.44, -1032.65, 293.967, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 4, -7569.05, -1024.16, 297.773, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 5, -7603.77, -1019.19, 303.357, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 6, -7625.24, -1030.12, 300.606, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 7, -7652.77, -1045.97, 291.551, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 8, -7670.93, -1065.01, 280.134, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 9, -7677.66, -1074.49, 277.884, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 10, -7685.64, -1097.26, 280.412, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 11, -7684.97, -1144.9, 293.829, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 12, -7666.27, -1177.76, 297.051, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 13, -7643.66, -1196.77, 297.273, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 14, -7634.54, -1201.61, 295.523, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 15, -7597.88, -1211.09, 294.745, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 16, -7560.96, -1205.24, 290.357, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 17, -7536.04, -1191.71, 287.634, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 18, -7519.03, -1173.09, 287.107, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 19, -7502.94, -1142.82, 286.44, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 20, -7499.3, -1120.66, 286.44, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 21, -7502.99, -1091.51, 286.44, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 22, -7526.11, -1065.07, 290.051, NULL, 0, 2, 0, 100, 0),
|
||||
(33430, 23, -7526.11, -1065.07, 290.051, NULL, 2500, 2, 0, 100, 0); -- Again, this delay needs to be parsed, but timing it in 45327 seems to be about 2.5s
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` = 33440;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES (33440, 1, -7591.27, -1118.1, 297.518, NULL, 0, 2, 0, 100, 0), -- Center drake
|
||||
(33440, 2, -7601.09, -1119.68, 298.604, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 3, -7602.51, -1119.91, 298.762, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 4, -7623.11, -1121.95, 299.872, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 5, -7624.85, -1116.18, 298.984, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 6, -7623.08, -1109.36, 301.289, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 7, -7621.2, -1101.34, 301.622, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 8, -7617.67, -1097.37, 302.956, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 9, -7612.52, -1091.61, 305.233, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 10, -7603.75, -1088.4, 307.15, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 11, -7595.7, -1086.25, 309.706, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 12, -7584.76, -1084.86, 313.595, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 13, -7573.74, -1089.98, 318.4, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 14, -7563.75, -1095.65, 321.122, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 15, -7561.29, -1111.07, 323.095, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 16, -7562.62, -1134.87, 324.789, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 17, -7575.26, -1146.93, 321.928, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 18, -7587.25, -1150.97, 322.511, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 19, -7599.56, -1147.01, 320.289, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 20, -7609.3, -1143.61, 316.206, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 21, -7634.01, -1120.37, 312.178, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 22, -7622.61, -1101.06, 311.345, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 23, -7614.43, -1092.26, 305.678, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 24, -7582.06, -1084.94, 298.789, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 25, -7562.62, -1112.58, 307.456, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 26, -7567.33, -1126.35, 304.345, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 27, -7587.61, -1127.06, 299.039, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 28, -7595.69, -1122.38, 300.092, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 29, -7601.09, -1119.68, 298.604, NULL, 0, 2, 0, 100, 0),
|
||||
(33440, 30, -7601.09, -1119.68, 298.604, NULL, 0, 2, 0, 100, 0);
|
||||
2
data/sql/archive/db_world/8.x/2022_09_06_04.sql
Normal file
2
data/sql/archive/db_world/8.x/2022_09_06_04.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2022_09_06_03 -> 2022_09_06_04
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` IN (15651, 15652)) AND (`action_param1` = 22863) AND (`source_type` = 0);
|
||||
3
data/sql/archive/db_world/8.x/2022_09_06_05.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_06_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_06_04 -> 2022_09_06_05
|
||||
|
||||
UPDATE `smart_scripts` SET `target_type` = 23 WHERE (`entryorguid` = 33519) AND (`source_type` = 0) AND (`id` IN (1));
|
||||
8
data/sql/archive/db_world/8.x/2022_09_06_06.sql
Normal file
8
data/sql/archive/db_world/8.x/2022_09_06_06.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_09_06_05 -> 2022_09_06_06
|
||||
DELETE FROM `lfg_dungeon_template` WHERE `dungeonId` IN (2, 276);
|
||||
INSERT INTO `lfg_dungeon_template`
|
||||
(`dungeonId`, `name`, `position_x`, `position_y`, `position_z`, `orientation`,
|
||||
`VerifiedBuild`)
|
||||
VALUES
|
||||
(2, 'Scholomance', 196.37, 127.05, 134.91, 6.09, 0),
|
||||
(276, 'Blackrock Depths - Upper City', 458.32, 26.52, -70.67, 4.95, 0);
|
||||
560
data/sql/archive/db_world/8.x/2022_09_06_07.sql
Normal file
560
data/sql/archive/db_world/8.x/2022_09_06_07.sql
Normal file
@@ -0,0 +1,560 @@
|
||||
-- DB update 2022_09_06_06 -> 2022_09_06_07
|
||||
--
|
||||
-- Brambleblade Ravine is in regards to entries 2952 (Bristleback Quilboar), 2954 (Bristbleback Battleboar), 2953 (Bristleback Shaman), 8554 (Chief Sharptusk Thornmantle), and 3229 (Squealer)
|
||||
-- A few Bristbleback are still movement type
|
||||
-- Squealer mob and pooled shaman has multiple spawn locations for whatever reason
|
||||
-- Distance data based on sniffs of 50+ waypoints, taking largest seen value, most mobs were sniffed multiple times and most had several hundred waypoints gathered, its worth noting that blizzard picks "mid" values more than edge values here where I believe we do true random
|
||||
|
||||
-- Remove all entries, they will be replaced
|
||||
DELETE FROM `creature` WHERE `id1` IN (2952, 2953, 2954, 3229, 8554);
|
||||
DELETE FROM `creature` WHERE `id2` IN (2952, 2953, 2954, 3229, 8554);
|
||||
DELETE FROM `creature` WHERE `id3` IN (2952, 2953, 2954, 3229, 8554);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (24868, 24869, 24870, 24871, 24872, 24873, 24874, 24875, 24876, 24877, 24878, 24879, 24880, 24881, 24882, 24883, 24884, 24885, 24886, 24887, 24888, 24889, 24890, 24891, 24892, 24893, 24894, 24895, 24896, 24897, 24898, 24899, 24900, 24901, 24902, 24903, 24904, 24905, 24906, 24907, 24908, 24909, 24910, 24911, 24912, 24913, 24914, 24915, 26208, 24788);
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (248710, 248840, 249040, 249050, 249060);
|
||||
|
||||
SET @GUID :=132314;
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN @GUID+0 AND @GUID+83;
|
||||
-- All Bristbleback Quilboar includes patroling mobs
|
||||
-- Any wander_distance values of 5 are "default" and not sniffed
|
||||
-- Their spawntimes should not be any higher than the rest of the mobs in the area and have been adjusted to be so
|
||||
-- They had a bytes2 value that should be sniffable but was not present and does nothing
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(@GUID+0, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3150.7534, -1052.9648, 56.43975, 5.302966594696044921, 155, 12.629, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3150.7534 -1052.9648 56.43975
|
||||
(@GUID+1, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3116.3357, -1051.2448, 55.295044, 4.60250091552734375, 155, 10.5589, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3116.3357 -1051.2448 55.295044
|
||||
(@GUID+2, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3085.2102, -1051.0903, 52.662544, 0.692077338695526123, 155, 12.81, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3085.2102 -1051.0903 52.662544
|
||||
(@GUID+3, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3083.872, -1019.1116, 52.962753, 2.956784248352050781, 155, 13.927, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3083.872 -1019.1116 52.962753
|
||||
(@GUID+4, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3048.8372, -1050.974, 52.59941, 2.282494544982910156, 155, 13.49656, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3048.8372 -1050.974 52.59941
|
||||
(@GUID+5, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3012.1736, -1034.0265, 53.144695, 5.669462203979492187, 155, 12.86959, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3012.1736 -1034.0265 53.144695
|
||||
(@GUID+6, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3052.054, -1116.1522, 62.405098, 0.814660429954528808, 155, 11.14, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3052.054 -1116.1522 62.405098
|
||||
(@GUID+7, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2999.921, -958.1629, 56.8227, 5.088941574096679687, 155, 11.65, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2999.921 -958.1629 56.8227
|
||||
(@GUID+8, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2950.7747, -946.5612, 55.603836, 2.140457630157470703, 155, 11.9, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2950.7747 -946.5612 55.603836
|
||||
(@GUID+9, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2950.1194, -980.11633, 54.702705, 4.818135261535644531, 155, 11.73, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2950.1194 -980.11633 54.702705
|
||||
(@GUID+10, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2916.3105, -1015.9456, 54.139874, 6.199100971221923828, 155, 11.77, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2916.3105 -1015.9456 54.139874
|
||||
(@GUID+11, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2982.2224, -1017.4263, 55.201473, 2.54172372817993164, 155, 10.49, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2982.2224 -1017.4263 55.201473
|
||||
(@GUID+12, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2996.7488, -1000.0406, 58.73503, 4.447712898254394531, 155, 11.38, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2996.7488 -1000.0406 58.73503
|
||||
(@GUID+13, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2950.8784, -1046.4603, 58.379433, 2.563724040985107421, 155, 10.4, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2950.8784 -1046.4603 58.379433
|
||||
(@GUID+14, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2959.413, -998.5598, 54.76306, 1.208631634712219238, 155, 5, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2959.413 -998.5598 54.76306
|
||||
(@GUID+15, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2953.7734, -998.9086, 54.833206, 3.40339207649230957, 155, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -2953.7734 -998.9086 54.833206 STAY MOVETYPE
|
||||
(@GUID+16, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3093.4758, -1088.4801, 71.43378, 5.683098316192626953, 155, 12.6357, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3093.4758 -1088.4801 71.43378
|
||||
(@GUID+17, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3086.019, -1149.5739, 69.29934, 1.664784789085388183, 155, 9.81, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3086.019 -1149.5739 69.29934
|
||||
(@GUID+18, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3066.1868, -1153.8861, 66.41088, 4.519444465637207031, 155, 12.7, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3066.1868 -1153.8861 66.41088
|
||||
(@GUID+19, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2999.8765, -1159.9207, 59.410393, 5.69529581069946289, 155, 12.735, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2999.8765 -1159.9207 59.410393
|
||||
(@GUID+20, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2950.6687, -1183.3853, 60.347267, 2.954801559448242187, 155, 10.75, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2950.6687 -1183.3853 60.347267
|
||||
(@GUID+21, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2951.1953, -1113.5035, 55.92694, 0.498246490955352783, 155, 9.8395, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2951.1953 -1113.5035 55.92694
|
||||
(@GUID+22, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2978.7075, -1122.8317, 57.782227, 2.84458017349243164, 155, 13.37, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2978.7075 -1122.8317 57.782227
|
||||
(@GUID+23, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2913.9424, -1106.5435, 54.56086, 6.088618278503417968, 155, 13.85, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2913.9424 -1106.5435 54.56086
|
||||
(@GUID+24, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2893.681, -1072.3804, 57.030727, 2.903368949890136718, 155, 11.06, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2893.681 -1072.3804 57.030727
|
||||
(@GUID+25, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2864.629, -1102.7501, 88.42688, 4.175736427307128906, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -2864.629 -1102.7501 88.42688 PATROL 3/8 HILL PATROL
|
||||
(@GUID+26, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2850.3103, -1073.8496, 78.23195, 3.153982400894165039, 155, 10.1187, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2850.3103 -1073.8496 78.23195
|
||||
(@GUID+27, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2915.7349, -1184.3763, 58.542664, 0.522246479988098144, 155, 12.0875, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2915.7349 -1184.3763 58.542664
|
||||
(@GUID+28, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2956.0144, -1236.8876, 64.73535, 3.626140832901000976, 155, 4.04, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2956.0144 -1236.8876 64.73535
|
||||
(@GUID+29, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2937.2708, -1248.2839, 72.0923, 2.181661605834960937, 155, 13.36, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2937.2708 -1248.2839 72.0923
|
||||
(@GUID+30, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2919.3887, -1246.2042, 71.87682, 0.9738960862159729, 155, 12.48866, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2919.3887 -1246.2042 71.87682
|
||||
(@GUID+31, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2899.7214, -1232.9889, 69.692184, 3.863359689712524414, 155, 4.12, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2899.7214 -1232.9889 69.692184
|
||||
(@GUID+32, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2916.9836, -1217.7164, 64.90637, 3.537041425704956054, 155, 13.596, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2916.9836 -1217.7164 64.90637
|
||||
(@GUID+33, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2935.3293, -1263.4711, 72.28772, 5.316411972045898437, 155, 4.2196, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2935.3293 -1263.4711 72.28772
|
||||
(@GUID+34, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2954.3838, -1256.5177, 71.82747, 1.832595705986022949, 155, 5, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2954.3838 -1256.5177 71.82747
|
||||
(@GUID+35, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2981.86, -1249.7069, 70.48874, 1.735272526741027832, 155, 14.278, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2981.86 -1249.7069 70.48874
|
||||
(@GUID+36, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2991.9094, -1276.4977, 72.28772, 3.770852565765380859, 155, 10.29, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2991.9094 -1276.4977 72.28772
|
||||
(@GUID+37, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2942.7583, -1299.1029, 72.28772, 0.758449733257293701, 155, 4.4297, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2942.7583 -1299.1029 72.28772
|
||||
(@GUID+38, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2922.9338, -1326.9536, 87.80231, 5.167690277099609375, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -2922.9338 -1326.9536 87.80231 5/8 BACK STEEP HILL
|
||||
(@GUID+39, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2952.7402, -1332.5857, 87.488365, 2.092166900634765625, 155, 3.9656, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2952.7402 -1332.5857 87.488365
|
||||
(@GUID+40, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2939.507, -1266.5256, 72.28772, 1.899880409240722656, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -2939.507 -1266.5256 72.28772 6/8 LONG HILL GUY
|
||||
(@GUID+41, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3151.1858, -1105.2335, 77.93116, 0.038982797414064407, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -3151.1858 -1105.2335 77.93116 PATROL 2/8 LINE PATH OFFSHOOT FROM WEST CIRCLE PATH AREA
|
||||
(@GUID+42, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2966.5222, -1166.9137, 60.150906, 4.363323211669921875, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -2966.5222 -1166.9137 60.150906 PATROL 4/8 WEST CIRCLE PATROL
|
||||
(@GUID+43, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -2960.4856, -1011.1829, 56.297466, 3.17542433738708496, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -2960.4856 -1011.1829 56.297466 PATROL 1/8 NORTH TO SOUTH LINE ON WEST SIDE
|
||||
(@GUID+44, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3119.4185, -1023.7673, 51.761677, 3.700098037719726562, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -3119.4185 -1023.7673 51.761677 LATE FIND TUNNEL PATROL 7/8
|
||||
(@GUID+81, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3069.691, -921.935, 93.34613, 3.544991016387939453, 155, 5, 10.03, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3069.691 -921.935 93.34613
|
||||
(@GUID+82, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3079.552, -950.42786, 91.93386, 5.242145538330078125, 155, 11.877, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3079.552 -950.42786 91.93386
|
||||
(@GUID+83, 2952, 0, 0, 1, 0, 0, 1, 1, 0, -3189.8025, -999.37683, 93.33854, 2.977879285812377929, 155, 0, 0, 1, 0, 2, 0, 0, 0, '', 0), -- .go xyz -3189.8025 -999.37683 93.33854 ABOVE TUNNEL PATROL 8/8
|
||||
|
||||
-- All Bristbleback Battleboar (14) wander_distance "default" 10
|
||||
|
||||
(@GUID+45, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -3237.8066, -1075.9987, 97.312035, 1.733676552772521972, 155, 10, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3237.8066 -1075.9987 97.312035
|
||||
(@GUID+46, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -3184.8052, -1083.6736, 67.167305, 4.214093685150146484, 155, 10.981, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3184.8052 -1083.6736 67.167305
|
||||
(@GUID+47, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -3042.6934, -1080.635, 56.154224, 2.631436586380004882, 155, 11.56, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3042.6934 -1080.635 56.154224
|
||||
(@GUID+48, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2915.6345, -984.0473, 57.54398, 5.086844921112060546, 155, 9.96, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2915.6345 -984.0473 57.54398
|
||||
(@GUID+49, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2955.4253, -1022.7043, 56.01615, 4.47153329849243164, 155, 4.47, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2955.4253 -1022.7043 56.01615
|
||||
(@GUID+50, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2984.4314, -1150.1814, 58.376797, 2.902925491333007812, 155, 12.7, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2984.4314 -1150.1814 58.376797
|
||||
(@GUID+51, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2949.1694, -1216.911, 62.210266, 3.092623472213745117, 155, 10.007, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2949.1694 -1216.911 62.210266
|
||||
(@GUID+52, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2867.558, -1108.9894, 88.61443, 5.386580467224121093, 155, 3.89, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2867.558 -1108.9894 88.61443
|
||||
(@GUID+53, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2883.245, -1183.3043, 60.074165, 1.793056964874267578, 155, 10.311, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2883.245 -1183.3043 60.074165
|
||||
(@GUID+54, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2933.1707, -1234.4275, 67.6243, 5.398324966430664062, 155, 3.73, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2933.1707 -1234.4275 67.6243
|
||||
(@GUID+55, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2965.7278, -1250.1086, 69.96643, 1.673408389091491699, 155, 4.31, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2965.7278 -1250.1086 69.96643
|
||||
(@GUID+56, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2982.7717, -1218.3132, 63.217068, 5.572542667388916015, 155, 12, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2982.7717 -1218.3132 63.217068
|
||||
(@GUID+57, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -2941.8237, -1323.2695, 88.24578, 5.342491626739501953, 155, 4.41, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2941.8237 -1323.2695 88.24578
|
||||
(@GUID+58, 2954, 0, 0, 1, 0, 0, 1, 1, 0, -3073.399, -1230.3141, 88.40157, 0.404302150011062622, 155, 4.286, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3073.399 -1230.3141 88.40157
|
||||
|
||||
-- All Bristleback Shaman including those pooled with Squealer Thornmantle wander_distance "default" 1
|
||||
(@GUID+59, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2944.709, -1004.2018, 54.716393, 3.001966238021850585, 155, 0.83, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2944.709 -1004.2018 54.716393
|
||||
(@GUID+60, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2880.731, -1048.5382, 54.629375, 0.613354802131652832, 155, 10.42, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2880.731 -1048.5382 54.629375
|
||||
(@GUID+61, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2852.2021, -1019.8367, 55.96327, 0.88501816987991333, 155, 8.16, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2852.2021 -1019.8367 55.96327
|
||||
(@GUID+62, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2851.6155, -1034.9342, 55.19425, 3.968293428421020507, 155, 9.08, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2851.6155 -1034.9342 55.19425
|
||||
(@GUID+63, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2877.8242, -1115.7709, 88.57609, 1.659793019294738769, 155, 0.77, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2877.8242 -1115.7709 88.57609
|
||||
(@GUID+64, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2869.8643, -1123.9333, 88.61066, 4.590215682983398437, 155, 0.72, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2869.8643 -1123.9333 88.61066
|
||||
(@GUID+65, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2883.6667, -1217.8553, 67.21337, 5.547870635986328125, 155, 12.19, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2883.6667 -1217.8553 67.21337
|
||||
(@GUID+66, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2939.574, -1277.1733, 72.28772, 5.246784687042236328, 155, 0.82, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2939.574 -1277.1733 72.28772
|
||||
(@GUID+67, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -3016.1924, -1233.6248, 69.02434, 0.62902987003326416, 155, 14.95762, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3016.1924 -1233.6248 69.02434
|
||||
(@GUID+68, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2964.0217, -1292.0299, 72.28772, 4.874174118041992187, 155, 0.97, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2964.0217 -1292.0299 72.28772
|
||||
(@GUID+69, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2937.7422, -1347.1462, 87.42025, 3.804817676544189453, 155, 1, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2937.7422 -1347.1462 87.42025
|
||||
(@GUID+70, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -2913.2542, -1340.1007, 87.42305, 1.39061903953552246, 155, 1, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -2913.2542 -1340.1007 87.42305
|
||||
(@GUID+71, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -3103.7544, -1196.7037, 85.66892, 5.480333805084228515, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3103.7544 -1196.7037 85.66892 PAIRED W SQUEALER
|
||||
(@GUID+72, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -3052.261, -1224.8212, 78.78548, 4.489466190338134765, 155, 13.61, 0, 1, 0, 1, 0, 0, 0, '', 0), -- .go xyz -3052.261 -1224.8212 78.78548
|
||||
(@GUID+73, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -3109.7998, -1196.0378, 85.89288, 5.707226753234863281, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3109.7998 -1196.0378 85.89288 PAIRED W SQUEALER
|
||||
(@GUID+74, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -3110.423, -1202.7513, 85.450165, 0.261799395084381103, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3110.423 -1202.7513 85.450165 PAIRED W SQUEALER
|
||||
(@GUID+75, 2953, 0, 0, 1, 0, 0, 1, 1, 0, -3101.2073, -1203.3483, 85.60877, 5.916666030883789062, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3101.2073 -1203.3483 85.60877 PAIRED W SQUEALER
|
||||
|
||||
-- Chief Sharptusk Thornmantle has an accellerated spawn timer that seems to be "just over a min"
|
||||
-- They had a bytes2 value that should be sniffable but was not present and does nothing
|
||||
(@GUID+76, 8554, 0, 0, 1, 0, 0, 1, 1, 0, -2932.8672, -1276.2454, 72.28772, 1.762782573699951171, 66, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -2932.8672 -1276.2454 72.28772
|
||||
|
||||
-- 4 Variations of Squealer also on an accellerated spawn timer
|
||||
-- They had a bytes2 value that should be sniffable but was not present and does nothing
|
||||
(@GUID+77, 3229, 0, 0, 1, 0, 0, 1, 1, 0, -3110.423, -1202.7513, 85.450165, 0.261799395084381103, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3110.423 -1202.7513 85.450165
|
||||
(@GUID+78, 3229, 0, 0, 1, 0, 0, 1, 1, 0, -3101.2073, -1203.3483, 85.60877, 5.916666030883789062, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3101.2073 -1203.3483 85.60877
|
||||
(@GUID+79, 3229, 0, 0, 1, 0, 0, 1, 1, 0, -3109.7998, -1196.0378, 85.89288, 5.707226753234863281, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0), -- .go xyz -3109.7998 -1196.0378 85.89288
|
||||
(@GUID+80, 3229, 0, 0, 1, 0, 0, 1, 1, 0, -3103.7544, -1196.7037, 85.66892, 5.480333805084228515, 76, 0, 0, 1, 0, 0, 0, 0, 0, '', 0); -- .go xyz -3103.7544 -1196.7037 85.66892
|
||||
|
||||
-- Create 4 Pools for Squealer and his shaman. This should be 12 pools to be blizzlike, but my goal in this PR is to get spawnpoints correct and it's my belief that this should be handled differently than 12 pools (which would require adding 16 more NPCs as well) another issue with pooling is if one mob is killed, the pool will respawn eventually. This should not happen, the remaining mob should stand alone indefinitely, this is a problem with the way pool_pool functions in general. I feel pool_pool is incorrect and should eventually be replaced but that's a tangent for somewhere else/an issue post and is at least a 3 step proccess (adding a new system, moving existing pool_pool use into it which would include cleaning up "duplicate" creatures and possibly gameobjects, then removing pool_pool)........ in any case, this "pretty good enough" and minimalist for those reasons--all spawn points are used exactly 1 time in the pooling, in the same pairings they were sniffed in the first time seen.
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry` BETWEEN 484 AND 488;
|
||||
DELETE FROM `pool_pool` WHERE `pool_id` BETWEEN 484 AND 488;
|
||||
DELETE FROM `pool_pool` WHERE `mother_pool` BETWEEN 484 AND 488;
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry` BETWEEN 484 AND 488;
|
||||
DELETE FROM `pool_creature` WHERE `guid` BETWEEN @GUID+0 AND @GUID+80; -- A bit overkill but there is no other pooling required here
|
||||
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(484, 1, 'Squealer Variations'),
|
||||
(485, 2, 'Squealer Variant 1'),
|
||||
(486, 2, 'Squealer Variant 2'),
|
||||
(487, 2, 'Squealer Variant 3'),
|
||||
(488, 2, 'Squealer Variant 4');
|
||||
|
||||
INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES
|
||||
(485, 484, 25, 'Squealer 1'),
|
||||
(486, 484, 25, 'Squealer 2'),
|
||||
(487, 484, 25, 'Squealer 3'),
|
||||
(488, 484, 25, 'Squealer 4');
|
||||
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `description`) VALUES
|
||||
(@GUID+77, 485, 'Squealer Thornmantle 1'),
|
||||
(@GUID+71, 485, 'Bristleback Shaman 1'),
|
||||
|
||||
(@GUID+78, 486, 'Squealer Thronmantle 2'),
|
||||
(@GUID+73, 486, 'Bristleback Shaman 2'),
|
||||
|
||||
(@GUID+79, 487, 'Squealer Thornmantle 3'),
|
||||
(@GUID+74, 487, 'Bristleback Shaman 3'),
|
||||
|
||||
(@GUID+80, 488, 'Sqealer Thornmantle 4'),
|
||||
(@GUID+75, 488, 'Bristleback Shaman 4');
|
||||
|
||||
-- Pathing for Entry: 2952 PATROL 1/8 NORTH TO SOUTH LINE ON WEST SIDE
|
||||
SET @NPC := @GUID+43;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2961.712,-1011.2244,56.166748,0,0,0,0,100,0),
|
||||
(@PATH,2,-2971.4773,-1019.3734,54.697845,0,0,0,0,100,0),
|
||||
(@PATH,3,-2983.6985,-1025.3036,54.95175,0,0,0,0,100,0),
|
||||
(@PATH,4,-2997.0415,-1027.8938,54.390717,0,0,0,0,100,0),
|
||||
(@PATH,5,-3007.3867,-1029.2715,54.32701,0,0,0,0,100,0),
|
||||
(@PATH,6,-3027.1973,-1040.9512,49.216076,0,0,0,0,100,0),
|
||||
(@PATH,7,-3045.8252,-1044.3395,49.151966,0,0,0,0,100,0),
|
||||
(@PATH,8,-3057.0012,-1040.9094,49.151966,0,0,0,0,100,0),
|
||||
(@PATH,9,-3068.8245,-1037.146,49.236847,0,0,0,0,100,0),
|
||||
(@PATH,10,-3081.5195,-1038.8552,49.236847,0,0,0,0,100,0),
|
||||
(@PATH,11,-3097.514,-1040.9816,50.001007,0,0,0,0,100,0),
|
||||
(@PATH,12,-3111.7708,-1045.7502,52.833817,0,0,0,0,100,0),
|
||||
(@PATH,13,-3124.2632,-1051.6448,54.31038,0,0,0,0,100,0),
|
||||
(@PATH,14,-3142.9316,-1060.3864,55.953236,0,0,0,0,100,0),
|
||||
(@PATH,15,-3159.9397,-1069.763,58.288166,0,0,0,0,100,0),
|
||||
(@PATH,16,-3172.7832,-1079.2949,64.25776,0,0,0,0,100,0),
|
||||
(@PATH,17,-3191.036,-1078.7428,67.50434,0,0,0,0,100,0),
|
||||
(@PATH,18,-3214.8147,-1077.1764,81.09084,0,0,0,0,100,0),
|
||||
(@PATH,19,-3227.1787,-1077.1012,89.57278,0,0,0,0,100,0),
|
||||
(@PATH,20,-3246.1743,-1073.8044,102.49158,0,0,0,0,100,0),
|
||||
(@PATH,21,-3256.6477,-1066.4739,109.23329,0,0,0,0,100,0),
|
||||
(@PATH,22,-3267.388,-1057.1256,113.91971,0,0,0,0,100,0),
|
||||
(@PATH,23,-3256.6477,-1066.4739,109.23329,0,0,0,0,100,0),
|
||||
(@PATH,24,-3246.1743,-1073.8044,102.49158,0,0,0,0,100,0),
|
||||
(@PATH,25,-3227.1787,-1077.1012,89.57278,0,0,0,0,100,0),
|
||||
(@PATH,26,-3214.8147,-1077.1764,81.09084,0,0,0,0,100,0),
|
||||
(@PATH,27,-3191.036,-1078.7428,67.50434,0,0,0,0,100,0),
|
||||
(@PATH,28,-3172.7832,-1079.2949,64.25776,0,0,0,0,100,0),
|
||||
(@PATH,29,-3159.9397,-1069.763,58.288166,0,0,0,0,100,0),
|
||||
(@PATH,30,-3142.9316,-1060.3864,55.953236,0,0,0,0,100,0),
|
||||
(@PATH,31,-3124.2632,-1051.6448,54.31038,0,0,0,0,100,0),
|
||||
(@PATH,32,-3111.7708,-1045.7502,52.833817,0,0,0,0,100,0),
|
||||
(@PATH,33,-3097.514,-1040.9816,50.001007,0,0,0,0,100,0),
|
||||
(@PATH,34,-3081.5195,-1038.8552,49.236847,0,0,0,0,100,0),
|
||||
(@PATH,35,-3068.8245,-1037.146,49.236847,0,0,0,0,100,0),
|
||||
(@PATH,36,-3057.0012,-1040.9094,49.151966,0,0,0,0,100,0),
|
||||
(@PATH,37,-3045.8252,-1044.3395,49.151966,0,0,0,0,100,0),
|
||||
(@PATH,38,-3027.1973,-1040.9512,49.216076,0,0,0,0,100,0),
|
||||
(@PATH,39,-3007.3867,-1029.2715,54.32701,0,0,0,0,100,0),
|
||||
(@PATH,40,-2997.0415,-1027.8938,54.390717,0,0,0,0,100,0),
|
||||
(@PATH,41,-2983.6985,-1025.3036,54.95175,0,0,0,0,100,0),
|
||||
(@PATH,42,-2971.4773,-1019.3734,54.697845,0,0,0,0,100,0);
|
||||
-- 0x204494002002E200003F0E00007B28E4 .go xyz -2961.712 -1011.2244 56.166748
|
||||
|
||||
-- Pathing for Entry: 2952 PATROL 2/8 LINE PATH OFFSHOOT FROM WEST CIRCLE PATH AREA
|
||||
SET @NPC := @GUID+41;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-3146.7832,-1118.2994,81.629944,0,0,0,0,100,0),
|
||||
(@PATH,2,-3144.558,-1123.2455,82.362366,0,0,0,0,100,0),
|
||||
(@PATH,3,-3141.0127,-1127.8922,84.52106,0,0,0,0,100,0),
|
||||
(@PATH,4,-3138.776,-1131.7545,85.79083,0,0,0,0,100,0),
|
||||
(@PATH,5,-3135.7861,-1134.4666,86.17131,0,0,0,0,100,0),
|
||||
(@PATH,6,-3130.9817,-1139.6838,84.58054,0,0,0,0,100,0),
|
||||
(@PATH,7,-3127.846,-1141.9879,83.001686,0,0,0,0,100,0),
|
||||
(@PATH,8,-3125.4783,-1144.7509,81.2949,0,0,0,0,100,0),
|
||||
(@PATH,9,-3122.837,-1148.3398,79.78025,0,0,0,0,100,0),
|
||||
(@PATH,10,-3119.168,-1152.6188,78.18626,0,0,0,0,100,0),
|
||||
(@PATH,11,-3114.9998,-1155.1896,77.13328,0,0,0,0,100,0),
|
||||
(@PATH,12,-3111.0703,-1155.9473,76.22288,0,0,0,0,100,0),
|
||||
(@PATH,13,-3104.269,-1156.2095,75.655495,0,0,0,0,100,0),
|
||||
(@PATH,14,-3098.3984,-1153.2089,73.569534,0,0,0,0,100,0),
|
||||
(@PATH,15,-3092.219,-1148.8915,70.98189,0,0,0,0,100,0),
|
||||
(@PATH,16,-3082.1536,-1140.3633,69.596146,0,0,0,0,100,0),
|
||||
(@PATH,17,-3082.2766,-1132.5764,72.37984,0,0,0,0,100,0),
|
||||
(@PATH,18,-3087.681,-1121.0466,76.498,0,0,0,0,100,0),
|
||||
(@PATH,19,-3089.2246,-1112.0756,76.7397,0,0,0,0,100,0),
|
||||
(@PATH,20,-3082.923,-1096.7307,74.80794,0,0,0,0,100,0),
|
||||
(@PATH,21,-3076.344,-1094.6487,73.62532,0,0,0,0,100,0),
|
||||
(@PATH,22,-3082.923,-1096.7307,74.80794,0,0,0,0,100,0),
|
||||
(@PATH,23,-3089.2246,-1112.0756,76.7397,0,0,0,0,100,0),
|
||||
(@PATH,24,-3087.681,-1121.0466,76.498,0,0,0,0,100,0),
|
||||
(@PATH,25,-3082.2766,-1132.5764,72.37984,0,0,0,0,100,0),
|
||||
(@PATH,26,-3082.1536,-1140.3633,69.596146,0,0,0,0,100,0),
|
||||
(@PATH,27,-3092.219,-1148.8915,70.98189,0,0,0,0,100,0),
|
||||
(@PATH,28,-3098.334,-1153.125,73.58345,0,0,0,0,100,0),
|
||||
(@PATH,29,-3104.269,-1156.2095,75.655495,0,0,0,0,100,0),
|
||||
(@PATH,30,-3110.9585,-1155.9677,76.25681,0,0,0,0,100,0),
|
||||
(@PATH,31,-3114.8887,-1155.209,77.22288,0,0,0,0,100,0),
|
||||
(@PATH,32,-3119.166,-1152.6211,78.22288,0,0,0,0,100,0),
|
||||
(@PATH,33,-3122.837,-1148.3398,79.78025,0,0,0,0,100,0),
|
||||
(@PATH,34,-3125.4783,-1144.7509,81.2949,0,0,0,0,100,0),
|
||||
(@PATH,35,-3127.846,-1141.9879,83.001686,0,0,0,0,100,0),
|
||||
(@PATH,36,-3130.9817,-1139.6838,84.58054,0,0,0,0,100,0),
|
||||
(@PATH,37,-3135.7861,-1134.4666,86.17131,0,0,0,0,100,0),
|
||||
(@PATH,38,-3138.748,-1131.7793,85.760315,0,0,0,0,100,0),
|
||||
(@PATH,39,-3141.0127,-1127.8922,84.52106,0,0,0,0,100,0),
|
||||
(@PATH,40,-3144.558,-1123.2455,82.362366,0,0,0,0,100,0),
|
||||
(@PATH,41,-3146.7832,-1118.2994,81.629944,0,0,0,0,100,0),
|
||||
(@PATH,42,-3148.4307,-1114.0474,80.62872,0,0,0,0,100,0),
|
||||
(@PATH,43,-3149.6172,-1110.0563,78.74835,0,0,0,0,100,0),
|
||||
(@PATH,44,-3150.804,-1105.2186,77.862854,0,0,0,0,100,0),
|
||||
(@PATH,45,-3149.6172,-1110.0563,78.74835,0,0,0,0,100,0),
|
||||
(@PATH,46,-3148.4307,-1114.0474,80.62872,0,0,0,0,100,0);
|
||||
-- 0x204494002002E200003F0E00007B47C8 .go xyz -3146.7832 -1118.2994 81.629944
|
||||
|
||||
-- Pathing for Entry: 2952 PATROL 3/8 HILL PATROL
|
||||
SET @NPC := @GUID+25;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-2852.1565,`position_y`=-1094.1387,`position_z`=86.89366 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2852.1565,-1094.1387,86.89366,0,0,0,0,100,0),
|
||||
(@PATH,2,-2850.1191,-1089.8453,82.18321,0,0,0,0,100,0),
|
||||
(@PATH,3,-2847.5715,-1084.5143,78.30846,0,0,0,0,100,0),
|
||||
(@PATH,4,-2844.4636,-1076.7814,77.229355,0,0,0,0,100,0),
|
||||
(@PATH,5,-2840.5664,-1070.9707,75.18346,0,0,0,0,100,0),
|
||||
(@PATH,6,-2836.2793,-1068.3926,72.68346,0,0,0,0,100,0),
|
||||
(@PATH,7,-2834.5415,-1063.892,70.703354,0,0,0,0,100,0),
|
||||
(@PATH,8,-2836.5215,-1057.9679,68.83128,0,0,0,0,100,0),
|
||||
(@PATH,9,-2839.361,-1053.0757,66.261215,0,0,0,0,100,0),
|
||||
(@PATH,10,-2842.3506,-1048.498,62.99828,0,0,0,0,100,0),
|
||||
(@PATH,11,-2847.8005,-1042.7087,58.317127,0,0,0,0,100,0),
|
||||
(@PATH,12,-2853.6597,-1040.6172,55.818592,0,0,0,0,100,0),
|
||||
(@PATH,13,-2862.998,-1041.666,54.63915,0,0,0,0,100,0),
|
||||
(@PATH,14,-2869.8333,-1045.0111,54.719086,0,0,0,0,100,0),
|
||||
(@PATH,15,-2877.8167,-1049.8906,55.065277,0,0,0,0,100,0),
|
||||
(@PATH,16,-2884.8599,-1057.5271,54.75717,0,0,0,0,100,0),
|
||||
(@PATH,17,-2877.8167,-1049.8906,55.065277,0,0,0,0,100,0),
|
||||
(@PATH,18,-2869.8333,-1045.0111,54.719086,0,0,0,0,100,0),
|
||||
(@PATH,19,-2862.998,-1041.666,54.63915,0,0,0,0,100,0),
|
||||
(@PATH,20,-2853.6597,-1040.6172,55.818592,0,0,0,0,100,0),
|
||||
(@PATH,21,-2847.8005,-1042.7087,58.317127,0,0,0,0,100,0),
|
||||
(@PATH,22,-2842.3506,-1048.498,62.99828,0,0,0,0,100,0),
|
||||
(@PATH,23,-2839.361,-1053.0757,66.261215,0,0,0,0,100,0),
|
||||
(@PATH,24,-2836.5215,-1057.9679,68.83128,0,0,0,0,100,0),
|
||||
(@PATH,25,-2834.5415,-1063.892,70.703354,0,0,0,0,100,0),
|
||||
(@PATH,26,-2836.1736,-1068.3346,72.73131,0,0,0,0,100,0),
|
||||
(@PATH,27,-2840.4805,-1070.8828,75.18346,0,0,0,0,100,0),
|
||||
(@PATH,28,-2844.4636,-1076.7814,77.229355,0,0,0,0,100,0),
|
||||
(@PATH,29,-2847.5715,-1084.5143,78.30846,0,0,0,0,100,0),
|
||||
(@PATH,30,-2850.1191,-1089.8453,82.18321,0,0,0,0,100,0),
|
||||
(@PATH,31,-2852.1565,-1094.1387,86.89366,0,0,0,0,100,0),
|
||||
(@PATH,32,-2856.3054,-1096.593,88.92369,0,0,0,0,100,0),
|
||||
(@PATH,33,-2861.179,-1099.9493,88.70909,0,0,0,0,100,0),
|
||||
(@PATH,34,-2864.896,-1103.1991,88.51355,0,0,0,0,100,0),
|
||||
(@PATH,35,-2856.3054,-1096.593,88.92369,0,0,0,0,100,0);
|
||||
-- 0x204494002002E200003F0E00007B3D7E .go xyz -2852.1565 -1094.1387 86.89366
|
||||
|
||||
-- Pathing for Entry: 2952 PATROL 4/8 WEST CIRCLE PATROL
|
||||
SET @NPC := @GUID+42;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2966.6282,-1166.7826,59.79027,0,0,0,0,100,0),
|
||||
(@PATH,2,-2976.7695,-1159.4805,59.338833,0,0,0,0,100,0),
|
||||
(@PATH,3,-2983.6057,-1157.9626,58.743618,0,0,0,0,100,0),
|
||||
(@PATH,4,-2994.0664,-1158.4838,58.9194,0,0,0,0,100,0),
|
||||
(@PATH,5,-3002.771,-1161.9937,59.502087,0,0,0,0,100,0),
|
||||
(@PATH,6,-3008.088,-1164.4954,59.469128,0,0,0,0,100,0),
|
||||
(@PATH,7,-3014.562,-1167.2656,60.09375,0,0,0,0,100,0),
|
||||
(@PATH,8,-3020.82,-1170.2137,61.323486,0,0,0,0,100,0),
|
||||
(@PATH,9,-3028.963,-1169.9653,61.857666,0,0,0,0,100,0),
|
||||
(@PATH,10,-3038.551,-1169.9587,62.88227,0,0,0,0,100,0),
|
||||
(@PATH,11,-3046.7822,-1167.1433,63.489693,0,0,0,0,100,0),
|
||||
(@PATH,12,-3053.6487,-1162.8998,63.745937,0,0,0,0,100,0),
|
||||
(@PATH,13,-3058.2432,-1157.1339,64.06186,0,0,0,0,100,0),
|
||||
(@PATH,14,-3060.5042,-1149.7556,64.328705,0,0,0,0,100,0),
|
||||
(@PATH,15,-3059.798,-1140.2621,62.517178,0,0,0,0,100,0),
|
||||
(@PATH,16,-3059.2058,-1129.8031,61.685894,0,0,0,0,100,0),
|
||||
(@PATH,17,-3057.5806,-1120.1815,60.90855,0,0,0,0,100,0),
|
||||
(@PATH,18,-3054.9438,-1109.9918,61.18028,0,0,0,0,100,0),
|
||||
(@PATH,19,-3050.7104,-1102.8596,57.989117,0,0,0,0,100,0),
|
||||
(@PATH,20,-3044.2527,-1092.0681,56.23148,0,0,0,0,100,0),
|
||||
(@PATH,21,-3039.5813,-1081.878,54.214878,0,0,0,0,100,0),
|
||||
(@PATH,22,-3041.483,-1070.166,51.886753,0,0,0,0,100,0),
|
||||
(@PATH,23,-3049.7534,-1055.7463,53.098743,0,0,0,0,100,0),
|
||||
(@PATH,24,-3055.148,-1046.4718,49.597767,0,0,0,0,100,0),
|
||||
(@PATH,25,-3063.0867,-1039.9294,49.151966,0,0,0,0,100,0),
|
||||
(@PATH,26,-3074.7327,-1041.3402,49.236847,0,0,0,0,100,0),
|
||||
(@PATH,27,-3087.5217,-1043.9277,49.904327,0,0,0,0,100,0),
|
||||
(@PATH,28,-3100.2888,-1052.9208,55.24739,0,0,0,0,100,0),
|
||||
(@PATH,29,-3104.511,-1060.6345,59.014725,0,0,0,0,100,0),
|
||||
(@PATH,30,-3100.8115,-1075.0563,64.1783,0,0,0,0,100,0),
|
||||
(@PATH,31,-3093.472,-1092.7599,72.37312,0,0,0,0,100,0),
|
||||
(@PATH,32,-3092.5696,-1099.5211,74.38899,0,0,0,0,100,0),
|
||||
(@PATH,33,-3091.8142,-1110.9763,76.75777,0,0,0,0,100,0),
|
||||
(@PATH,34,-3090.17,-1118.4949,77.09126,0,0,0,0,100,0),
|
||||
(@PATH,35,-3084.7969,-1131.6705,74.17305,0,0,0,0,100,0),
|
||||
(@PATH,36,-3080.3618,-1143.4012,67.61568,0,0,0,0,100,0),
|
||||
(@PATH,37,-3072.304,-1146.0973,65.45845,0,0,0,0,100,0),
|
||||
(@PATH,38,-3063.675,-1145.1855,63.95053,0,0,0,0,100,0),
|
||||
(@PATH,39,-3072.304,-1146.0973,65.45845,0,0,0,0,100,0),
|
||||
(@PATH,40,-3080.3618,-1143.4012,67.61568,0,0,0,0,100,0),
|
||||
(@PATH,41,-3084.7969,-1131.6705,74.17305,0,0,0,0,100,0),
|
||||
(@PATH,42,-3090.17,-1118.4949,77.09126,0,0,0,0,100,0),
|
||||
(@PATH,43,-3091.8142,-1110.9763,76.75777,0,0,0,0,100,0),
|
||||
(@PATH,44,-3092.5696,-1099.5211,74.38899,0,0,0,0,100,0),
|
||||
(@PATH,45,-3093.472,-1092.7599,72.37312,0,0,0,0,100,0),
|
||||
(@PATH,46,-3100.8115,-1075.0563,64.1783,0,0,0,0,100,0),
|
||||
(@PATH,47,-3104.511,-1060.6345,59.014725,0,0,0,0,100,0),
|
||||
(@PATH,48,-3100.2888,-1052.9208,55.24739,0,0,0,0,100,0),
|
||||
(@PATH,49,-3087.5217,-1043.9277,49.904327,0,0,0,0,100,0),
|
||||
(@PATH,50,-3074.7327,-1041.3402,49.236847,0,0,0,0,100,0),
|
||||
(@PATH,51,-3063.0867,-1039.9294,49.151966,0,0,0,0,100,0),
|
||||
(@PATH,52,-3055.148,-1046.4718,49.597767,0,0,0,0,100,0),
|
||||
(@PATH,53,-3049.7534,-1055.7463,53.098743,0,0,0,0,100,0),
|
||||
(@PATH,54,-3041.483,-1070.166,51.886753,0,0,0,0,100,0),
|
||||
(@PATH,55,-3039.5813,-1081.878,54.214878,0,0,0,0,100,0),
|
||||
(@PATH,56,-3044.2527,-1092.0681,56.23148,0,0,0,0,100,0),
|
||||
(@PATH,57,-3050.7104,-1102.8596,57.989117,0,0,0,0,100,0),
|
||||
(@PATH,58,-3054.9438,-1109.9918,61.18028,0,0,0,0,100,0),
|
||||
(@PATH,59,-3057.5806,-1120.1815,60.90855,0,0,0,0,100,0),
|
||||
(@PATH,60,-3059.2058,-1129.8031,61.685894,0,0,0,0,100,0),
|
||||
(@PATH,61,-3059.798,-1140.2621,62.517178,0,0,0,0,100,0),
|
||||
(@PATH,62,-3060.5042,-1149.7556,64.328705,0,0,0,0,100,0),
|
||||
(@PATH,63,-3058.2432,-1157.1339,64.06186,0,0,0,0,100,0),
|
||||
(@PATH,64,-3053.6487,-1162.8998,63.745937,0,0,0,0,100,0),
|
||||
(@PATH,65,-3046.7822,-1167.1433,63.489693,0,0,0,0,100,0),
|
||||
(@PATH,66,-3038.551,-1169.9587,62.88227,0,0,0,0,100,0),
|
||||
(@PATH,67,-3028.963,-1169.9653,61.857666,0,0,0,0,100,0),
|
||||
(@PATH,68,-3020.82,-1170.2137,61.323486,0,0,0,0,100,0),
|
||||
(@PATH,69,-3014.562,-1167.2656,60.09375,0,0,0,0,100,0),
|
||||
(@PATH,70,-3008.088,-1164.4954,59.469128,0,0,0,0,100,0),
|
||||
(@PATH,71,-3002.771,-1161.9937,59.502087,0,0,0,0,100,0),
|
||||
(@PATH,72,-2994.0664,-1158.4838,58.9194,0,0,0,0,100,0),
|
||||
(@PATH,73,-2983.6057,-1157.9626,58.743618,0,0,0,0,100,0),
|
||||
(@PATH,74,-2976.7695,-1159.4805,59.338833,0,0,0,0,100,0);
|
||||
-- 0x204494002002E200003F0E00007B4A07 .go xyz -2966.6282 -1166.7826 59.79027
|
||||
|
||||
-- Pathing for Entry: 2952 5/8 BACK STEEP HILL
|
||||
SET @NPC := @GUID+38;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-2936.0652,`position_y`=-1329.1919,`position_z`=88.24882 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2936.0652,-1329.1919,88.24882,0,0,0,0,100,0),
|
||||
(@PATH,2,-2941.6055,-1329.6256,87.71195,0,0,0,0,100,0),
|
||||
(@PATH,3,-2946.7676,-1327.098,87.77982,0,0,0,0,100,0),
|
||||
(@PATH,4,-2953.729,-1324.7623,86.4683,0,0,0,0,100,0),
|
||||
(@PATH,5,-2959.1643,-1323.8787,84.44901,0,0,0,0,100,0),
|
||||
(@PATH,6,-2968.2048,-1322.0011,81.11845,0,0,0,0,100,0),
|
||||
(@PATH,7,-2971.0168,-1318.8032,79.547646,0,0,0,0,100,0),
|
||||
(@PATH,8,-2976.9666,-1314.3882,76.76176,0,0,0,0,100,0),
|
||||
(@PATH,9,-2980.8179,-1309.3013,74.72587,0,0,0,0,100,0),
|
||||
(@PATH,10,-2982.7288,-1304.3756,73.52421,0,0,0,0,100,0),
|
||||
(@PATH,11,-2985.4448,-1294.0367,72.26551,0,0,0,0,100,0),
|
||||
(@PATH,12,-2982.7668,-1285.9819,72.26551,0,0,0,0,100,0),
|
||||
(@PATH,13,-2980.2083,-1279.4545,72.26551,0,0,0,0,100,0),
|
||||
(@PATH,14,-2982.7668,-1285.9819,72.26551,0,0,0,0,100,0),
|
||||
(@PATH,15,-2985.4448,-1294.0367,72.26551,0,0,0,0,100,0),
|
||||
(@PATH,16,-2982.7288,-1304.3756,73.52421,0,0,0,0,100,0),
|
||||
(@PATH,17,-2980.8179,-1309.3013,74.72587,0,0,0,0,100,0),
|
||||
(@PATH,18,-2976.9666,-1314.3882,76.76176,0,0,0,0,100,0),
|
||||
(@PATH,19,-2971.0168,-1318.8032,79.547646,0,0,0,0,100,0),
|
||||
(@PATH,20,-2968.2048,-1322.0011,81.11845,0,0,0,0,100,0),
|
||||
(@PATH,21,-2959.1643,-1323.8787,84.44901,0,0,0,0,100,0),
|
||||
(@PATH,22,-2953.729,-1324.7623,86.4683,0,0,0,0,100,0),
|
||||
(@PATH,23,-2946.7676,-1327.098,87.77982,0,0,0,0,100,0),
|
||||
(@PATH,24,-2941.6055,-1329.6256,87.71195,0,0,0,0,100,0),
|
||||
(@PATH,25,-2936.0652,-1329.1919,88.24882,0,0,0,0,100,0),
|
||||
(@PATH,26,-2928.9438,-1327.5259,88.454384,0,0,0,0,100,0),
|
||||
(@PATH,27,-2922.7239,-1327.3824,87.770546,0,0,0,0,100,0),
|
||||
(@PATH,28,-2928.9438,-1327.5259,88.454384,0,0,0,0,100,0);
|
||||
-- 0x204494002002E200003F0E00007B45A3 .go xyz -2936.0652 -1329.1919 88.24882
|
||||
|
||||
-- Pathing for Entry: 2952 6/8 LONG HILL GUY
|
||||
SET @NPC := @GUID+40;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2946.3318,-1252.1638,71.8886,0,0,0,0,100,0),
|
||||
(@PATH,2,-2952.6064,-1245.0092,68.88445,0,0,0,0,100,0),
|
||||
(@PATH,3,-2962.3926,-1239.0801,65.04583,0,0,0,0,100,0),
|
||||
(@PATH,4,-2970.3557,-1236.7878,64.636765,0,0,0,0,100,0),
|
||||
(@PATH,5,-2990.205,-1234.6272,64.44682,0,0,0,0,100,0),
|
||||
(@PATH,6,-3002.0015,-1232.859,66.188034,0,0,0,0,100,0),
|
||||
(@PATH,7,-3020.425,-1230.2251,70.09502,0,0,0,0,100,0),
|
||||
(@PATH,8,-3034.9863,-1226.6211,74.35703,0,0,0,0,100,0),
|
||||
(@PATH,9,-3045.6091,-1224.5006,77.05088,0,0,0,0,100,0),
|
||||
(@PATH,10,-3054.6707,-1221.685,79.685646,0,0,0,0,100,0),
|
||||
(@PATH,11,-3063.6133,-1219.7833,82.49912,0,0,0,0,100,0),
|
||||
(@PATH,12,-3072.1113,-1215.9227,85.353264,0,0,0,0,100,0),
|
||||
(@PATH,13,-3078.3245,-1212.4366,86.5053,0,0,0,0,100,0),
|
||||
(@PATH,14,-3088.474,-1208.2225,85.65675,0,0,0,0,100,0),
|
||||
(@PATH,15,-3078.3245,-1212.4366,86.5053,0,0,0,0,100,0),
|
||||
(@PATH,16,-3072.2148,-1215.8164,85.33373,0,0,0,0,100,0),
|
||||
(@PATH,17,-3063.6133,-1219.7833,82.49912,0,0,0,0,100,0),
|
||||
(@PATH,18,-3054.8066,-1221.6641,79.60703,0,0,0,0,100,0),
|
||||
(@PATH,19,-3045.6091,-1224.5006,77.05088,0,0,0,0,100,0),
|
||||
(@PATH,20,-3035.012,-1226.6161,74.37852,0,0,0,0,100,0),
|
||||
(@PATH,21,-3020.425,-1230.2251,70.09502,0,0,0,0,100,0),
|
||||
(@PATH,22,-3002.0015,-1232.859,66.188034,0,0,0,0,100,0),
|
||||
(@PATH,23,-2990.205,-1234.6272,64.44682,0,0,0,0,100,0),
|
||||
(@PATH,24,-2970.3557,-1236.7878,64.636765,0,0,0,0,100,0),
|
||||
(@PATH,25,-2962.3926,-1239.0801,65.04583,0,0,0,0,100,0),
|
||||
(@PATH,26,-2952.6064,-1245.0092,68.88445,0,0,0,0,100,0),
|
||||
(@PATH,27,-2946.3318,-1252.1638,71.8886,0,0,0,0,100,0),
|
||||
(@PATH,28,-2943.6946,-1256.3978,72.24407,0,0,0,0,100,0),
|
||||
(@PATH,29,-2940.987,-1262.1919,72.24407,0,0,0,0,100,0),
|
||||
(@PATH,30,-2939.4636,-1266.726,72.329384,0,0,0,0,100,0),
|
||||
(@PATH,31,-2943.6946,-1256.3978,72.24407,0,0,0,0,100,0);
|
||||
-- 0x204494002002E200003F0E00007B4630 .go xyz -2946.3318 -1252.1638 71.8886
|
||||
|
||||
-- Pathing for Entry: 2952 LATE FIND TUNNEL PATROL 7/8
|
||||
SET @NPC := @GUID+44;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-3128.819,-1015.3105,51.516167,0,0,0,0,100,0),
|
||||
(@PATH,2,-3135.294,-1009.4896,50.93017,0,0,0,0,100,0),
|
||||
(@PATH,3,-3140.0098,-1005.2151,50.164234,0,0,0,0,100,0),
|
||||
(@PATH,4,-3143.754,-1002.8673,50.693275,0,0,0,0,100,0),
|
||||
(@PATH,5,-3149.185,-999.8543,50.978836,0,0,0,0,100,0),
|
||||
(@PATH,6,-3153.8984,-994.8447,50.52997,0,0,0,0,100,0),
|
||||
(@PATH,7,-3156.861,-990.53284,50.30574,0,0,0,0,100,0),
|
||||
(@PATH,8,-3160.9102,-981.7381,50.024147,0,0,0,0,100,0),
|
||||
(@PATH,9,-3162.0635,-969.6567,51.31704,0,0,0,0,100,0),
|
||||
(@PATH,10,-3162.736,-965.17645,51.14846,0,0,0,0,100,0),
|
||||
(@PATH,11,-3167.1892,-959.7274,49.331295,0,0,0,0,100,0),
|
||||
(@PATH,12,-3171.1692,-955.2677,49.970737,0,0,0,0,100,0),
|
||||
(@PATH,13,-3178.252,-947.1688,50.293358,0,0,0,0,100,0),
|
||||
(@PATH,14,-3184.6882,-940.8143,51.613605,0,0,0,0,100,0),
|
||||
(@PATH,15,-3187.9836,-934.8941,51.979214,0,0,0,0,100,0),
|
||||
(@PATH,16,-3189.5715,-931.58777,52.50561,0,0,0,0,100,0),
|
||||
(@PATH,17,-3184.6882,-940.8143,51.613605,0,0,0,0,100,0),
|
||||
(@PATH,18,-3178.252,-947.1688,50.293358,0,0,0,0,100,0),
|
||||
(@PATH,19,-3171.1692,-955.2677,49.970737,0,0,0,0,100,0),
|
||||
(@PATH,20,-3167.2083,-959.7042,49.311344,0,0,0,0,100,0),
|
||||
(@PATH,21,-3162.736,-965.17645,51.14846,0,0,0,0,100,0),
|
||||
(@PATH,22,-3162.0635,-969.6567,51.31704,0,0,0,0,100,0),
|
||||
(@PATH,23,-3161.174,-979.3392,50.468437,0,0,0,0,100,0),
|
||||
(@PATH,24,-3158.5876,-987.058,49.906708,0,0,0,0,100,0),
|
||||
(@PATH,25,-3156.9138,-990.45593,50.289776,0,0,0,0,100,0),
|
||||
(@PATH,26,-3153.8984,-994.8447,50.52997,0,0,0,0,100,0),
|
||||
(@PATH,27,-3149.1904,-999.84863,50.979122,0,0,0,0,100,0),
|
||||
(@PATH,28,-3143.754,-1002.8673,50.693275,0,0,0,0,100,0),
|
||||
(@PATH,29,-3140.0098,-1005.2151,50.164234,0,0,0,0,100,0),
|
||||
(@PATH,30,-3135.294,-1009.4896,50.93017,0,0,0,0,100,0),
|
||||
(@PATH,31,-3128.819,-1015.3105,51.516167,0,0,0,0,100,0),
|
||||
(@PATH,32,-3124.93,-1019.7272,51.062088,0,0,0,0,100,0),
|
||||
(@PATH,33,-3119.2927,-1024.0083,50.593548,0,0,0,0,100,0),
|
||||
(@PATH,34,-3124.8574,-1019.7123,51.074574,0,0,0,0,100,0);
|
||||
-- 0x204494002002E20000001D0000073279 .go xyz -3128.819 -1015.3105 51.516167
|
||||
|
||||
-- Pathing for Entry: 2952 ABOVE TUNNEL PATROL 8/8
|
||||
-- 0x204494002002E20000001D0000086E34 .go xyz -3177.3604 -994.7924 93.245804
|
||||
SET @NPC := @GUID+83;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-3177.3604,`position_y`=-994.7924,`position_z`=93.245804 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-3177.3604,-994.7924,93.245804,0,0,0,0,100,0),
|
||||
(@PATH,2,-3170.251,-991.2536,93.196,0,0,0,0,100,0),
|
||||
(@PATH,3,-3164.749,-987.4129,93.162735,0,0,0,0,100,0),
|
||||
(@PATH,4,-3156.9866,-981.63043,92.52089,0,0,0,0,100,0),
|
||||
(@PATH,5,-3150.1423,-976.2628,93.287735,0,0,0,0,100,0),
|
||||
(@PATH,6,-3145.8997,-971.18176,93.287735,0,0,0,0,100,0),
|
||||
(@PATH,7,-3144.206,-964.76935,93.52335,0,0,0,0,100,0),
|
||||
(@PATH,8,-3137.0825,-961.3595,93.27335,0,0,0,0,100,0),
|
||||
(@PATH,9,-3128.3264,-960.39575,93.38651,0,0,0,0,100,0),
|
||||
(@PATH,10,-3121.3025,-962.5877,93.38651,0,0,0,0,100,0),
|
||||
(@PATH,11,-3109.048,-961.9134,93.77714,0,0,0,0,100,0),
|
||||
(@PATH,12,-3103.8723,-959.48395,93.96317,0,0,0,0,100,0),
|
||||
(@PATH,13,-3093.718,-955.32117,93.40212,0,0,0,0,100,0),
|
||||
(@PATH,14,-3085.0796,-950.825,93.118675,0,0,0,0,100,0),
|
||||
(@PATH,15,-3079.3599,-945.0343,93.16311,0,0,0,0,100,0),
|
||||
(@PATH,16,-3072.1787,-935.6571,93.29421,0,0,0,0,100,0),
|
||||
(@PATH,17,-3071.6152,-928.2733,93.31096,0,0,0,0,100,0),
|
||||
(@PATH,18,-3073.047,-911.60187,93.27971,0,0,0,0,100,0),
|
||||
(@PATH,19,-3071.6152,-928.2733,93.31096,0,0,0,0,100,0),
|
||||
(@PATH,20,-3072.1787,-935.6571,93.29421,0,0,0,0,100,0),
|
||||
(@PATH,21,-3079.3599,-945.0343,93.16311,0,0,0,0,100,0),
|
||||
(@PATH,22,-3085.0796,-950.825,93.118675,0,0,0,0,100,0),
|
||||
(@PATH,23,-3093.718,-955.32117,93.40212,0,0,0,0,100,0),
|
||||
(@PATH,24,-3103.8723,-959.48395,93.96317,0,0,0,0,100,0),
|
||||
(@PATH,25,-3109.048,-961.9134,93.77714,0,0,0,0,100,0),
|
||||
(@PATH,26,-3121.3025,-962.5877,93.38651,0,0,0,0,100,0),
|
||||
(@PATH,27,-3128.3264,-960.39575,93.38651,0,0,0,0,100,0),
|
||||
(@PATH,28,-3137.0825,-961.3595,93.27335,0,0,0,0,100,0),
|
||||
(@PATH,29,-3144.206,-964.76935,93.52335,0,0,0,0,100,0),
|
||||
(@PATH,30,-3145.8997,-971.18176,93.287735,0,0,0,0,100,0),
|
||||
(@PATH,31,-3150.1423,-976.2628,93.287735,0,0,0,0,100,0),
|
||||
(@PATH,32,-3156.9866,-981.63043,92.52089,0,0,0,0,100,0),
|
||||
(@PATH,33,-3164.749,-987.4129,93.162735,0,0,0,0,100,0),
|
||||
(@PATH,34,-3170.251,-991.2536,93.196,0,0,0,0,100,0),
|
||||
(@PATH,35,-3177.3604,-994.7924,93.245804,0,0,0,0,100,0),
|
||||
(@PATH,36,-3182.6372,-995.90607,93.30806,0,0,0,0,100,0),
|
||||
(@PATH,37,-3190.2163,-999.3085,93.30806,0,0,0,0,100,0),
|
||||
(@PATH,38,-3182.6372,-995.90607,93.30806,0,0,0,0,100,0);
|
||||
310
data/sql/archive/db_world/8.x/2022_09_06_08.sql
Normal file
310
data/sql/archive/db_world/8.x/2022_09_06_08.sql
Normal file
@@ -0,0 +1,310 @@
|
||||
-- DB update 2022_09_06_07 -> 2022_09_06_08
|
||||
-- Kurinnaxx
|
||||
SET @BOSS=144632;
|
||||
SET @NPC=144521;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+9;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0);
|
||||
SET @NPC=144490;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+19;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0);
|
||||
SET @NPC=144604;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+5;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0);
|
||||
SET @NPC=144482;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+3;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0);
|
||||
|
||||
-- General Rajaxx - Waves are already linked
|
||||
SET @BOSS=144603;
|
||||
SET @NPC=144486;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+3;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0);
|
||||
|
||||
-- Moam
|
||||
SET @BOSS=144602;
|
||||
SET @NPC=144592;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+8;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0);
|
||||
SET @NPC=144748;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+29;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0),
|
||||
(@NPC+20, @BOSS, 0),
|
||||
(@NPC+21, @BOSS, 0),
|
||||
(@NPC+22, @BOSS, 0),
|
||||
(@NPC+23, @BOSS, 0),
|
||||
(@NPC+24, @BOSS, 0),
|
||||
(@NPC+25, @BOSS, 0),
|
||||
(@NPC+26, @BOSS, 0),
|
||||
(@NPC+27, @BOSS, 0),
|
||||
(@NPC+28, @BOSS, 0),
|
||||
(@NPC+29, @BOSS, 0);
|
||||
SET @NPC=144706;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+24;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0),
|
||||
(@NPC+20, @BOSS, 0),
|
||||
(@NPC+21, @BOSS, 0),
|
||||
(@NPC+22, @BOSS, 0),
|
||||
(@NPC+23, @BOSS, 0),
|
||||
(@NPC+24, @BOSS, 0);
|
||||
SET @NPC=144681;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+24;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0),
|
||||
(@NPC+20, @BOSS, 0),
|
||||
(@NPC+21, @BOSS, 0),
|
||||
(@NPC+22, @BOSS, 0),
|
||||
(@NPC+23, @BOSS, 0),
|
||||
(@NPC+24, @BOSS, 0);
|
||||
|
||||
-- Ossirian the Unscarred
|
||||
SET @BOSS=144601;
|
||||
SET @NPC=144633;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+7;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0);
|
||||
|
||||
-- Ayamiss the Hunter
|
||||
SET @BOSS=144641;
|
||||
SET @NPC=144540;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+40;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0),
|
||||
(@NPC+12, @BOSS, 0),
|
||||
(@NPC+13, @BOSS, 0),
|
||||
(@NPC+14, @BOSS, 0),
|
||||
(@NPC+15, @BOSS, 0),
|
||||
(@NPC+16, @BOSS, 0),
|
||||
(@NPC+17, @BOSS, 0),
|
||||
(@NPC+18, @BOSS, 0),
|
||||
(@NPC+19, @BOSS, 0),
|
||||
(@NPC+20, @BOSS, 0),
|
||||
(@NPC+21, @BOSS, 0),
|
||||
(@NPC+22, @BOSS, 0),
|
||||
(@NPC+23, @BOSS, 0),
|
||||
(@NPC+24, @BOSS, 0),
|
||||
(@NPC+25, @BOSS, 0),
|
||||
(@NPC+26, @BOSS, 0),
|
||||
(@NPC+27, @BOSS, 0),
|
||||
(@NPC+28, @BOSS, 0),
|
||||
(@NPC+29, @BOSS, 0),
|
||||
(@NPC+30, @BOSS, 0),
|
||||
(@NPC+31, @BOSS, 0),
|
||||
(@NPC+32, @BOSS, 0),
|
||||
(@NPC+33, @BOSS, 0),
|
||||
(@NPC+34, @BOSS, 0),
|
||||
(@NPC+35, @BOSS, 0),
|
||||
(@NPC+36, @BOSS, 0),
|
||||
(@NPC+37, @BOSS, 0),
|
||||
(@NPC+38, @BOSS, 0),
|
||||
(@NPC+39, @BOSS, 0),
|
||||
(@NPC+40, @BOSS, 0);
|
||||
SET @NPC=144452;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+11;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0),
|
||||
(@NPC+11, @BOSS, 0);
|
||||
SET @NPC=144586;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+5;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0);
|
||||
SET @NPC=144531;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+8;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0);
|
||||
SET @NPC=144510;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+10;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0),
|
||||
(@NPC+9, @BOSS, 0),
|
||||
(@NPC+10, @BOSS, 0);
|
||||
|
||||
-- Buru the Gorger
|
||||
SET @BOSS=144642;
|
||||
SET @NPC=144464;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+8;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0);
|
||||
SET @NPC=144473;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` BETWEEN @NPC AND @NPC+8;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(@NPC, @BOSS, 0),
|
||||
(@NPC+1, @BOSS, 0),
|
||||
(@NPC+2, @BOSS, 0),
|
||||
(@NPC+3, @BOSS, 0),
|
||||
(@NPC+4, @BOSS, 0),
|
||||
(@NPC+5, @BOSS, 0),
|
||||
(@NPC+6, @BOSS, 0),
|
||||
(@NPC+7, @BOSS, 0),
|
||||
(@NPC+8, @BOSS, 0);
|
||||
|
||||
-- Flesh Hunters do not respawn
|
||||
UPDATE `creature` SET `spawntimesecs`=259200 WHERE `id1`=15335 AND `map`=509;
|
||||
483
data/sql/archive/db_world/8.x/2022_09_06_09.sql
Normal file
483
data/sql/archive/db_world/8.x/2022_09_06_09.sql
Normal file
@@ -0,0 +1,483 @@
|
||||
-- DB update 2022_09_06_08 -> 2022_09_06_09
|
||||
-- Set random movement to all of them
|
||||
UPDATE `creature` SET `MovementType`=1, `wander_distance`=3 WHERE `id1` IN (15316,15317) AND `map`=531;
|
||||
|
||||
-- Delete old spawns, add new spawns for patrolling critters
|
||||
DELETE FROM `creature` WHERE `guid` IN (144235,144236,144237,144242,144244,144259,144332,144333,144348,144356,144291,144293,144310,144311,144312,144313,144399,144404,144405,144412,144679);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`) VALUES
|
||||
(144235, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8709.916,1662.6412,-84.64706, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144236, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8879.1875,1362.2852,-98.36637, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144237, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8901.615,1486.9878,-92.56509, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144242, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8957.687,1441.4086,-92.35549, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144244, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8797.018,1610.714,-90.64299, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144259, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8891.035,1438.89,-89.74331, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144332, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-8822.126,1500.405,-93.86366, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144333, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-8760.808,1618.244,-84.36525, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144348, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-8754.792,1577.6238,-88.39652, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144356, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-8910.943,1403.7899,-97.94198, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144291, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-9161.17,1520.4386,-92.79693, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144293, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-9071.885,1481.3569,-105.22721, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144310, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-8931.336,1518.0297,-94.619255, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144311, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-9178.233,1555.376,-83.15645, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144312, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-9092.085,1471.9957,-103.95926, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144313, 15316, 0, 0, 531, 0, 0, 1, 1, 0,-9085.651,1336.6029,-104.9923, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144399, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-9088.224,1416.7762,-107.078896, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144404, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-9096.186,1444.9286,-104.47447, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144405, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-9095.084,1390.2705,-105.85795, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144412, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-9073.12,1388.0787,-107.209076, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(144679, 15317, 0, 0, 531, 0, 0, 1, 1, 0,-9121.533,1375.1395,-106.184975, 0, 17400, 0, 0, 1, 0, 2, 0, 0, 0, '');
|
||||
|
||||
-- UPDATE MOVEMENTTYPE FOR NEW CREATURES
|
||||
UPDATE `creature` SET `MovementType`=2, `wander_distance`=0 WHERE `guid` IN (144235,144236,144237,144242,144244,144259,144332,144333,144348,144356,144291,144293,144310,144311,144312,144313,144399,144404,144405,144412,144679);
|
||||
|
||||
-- Add addons
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (144235,144236,144237,144242,144244,144259,144332,144333,144348,144356,144291,144293,144310,144311,144312,144313,144399,144404,144405,144412,144679);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`) VALUES
|
||||
(144235, 1442350),
|
||||
(144236, 1442360),
|
||||
(144237, 1442370),
|
||||
(144242, 1442420),
|
||||
(144244, 1442440),
|
||||
(144259, 1442590),
|
||||
(144332, 1443320),
|
||||
(144333, 1443330),
|
||||
(144348, 1443480),
|
||||
(144356, 1443560),
|
||||
(144291, 1442910),
|
||||
(144293, 1442930),
|
||||
(144310, 1443100),
|
||||
(144311, 1443110),
|
||||
(144312, 1443120),
|
||||
(144313, 1443130),
|
||||
(144399, 1443990),
|
||||
(144404, 1444040),
|
||||
(144405, 1444050),
|
||||
(144412, 1444120),
|
||||
(144679, 1446790);
|
||||
|
||||
-- Add waypoints
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (1442350,1442360,1442370,1442420,1442440,1442590,1443320,1443330,1443480,1443560,1442910,1442930,1443100,1443110,1443120,1443130,1443990,1444040,1444050,1444120,1446790);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(1442350,1,-8709.916,1662.6412,-84.64706,0,0,0,0,100,0),
|
||||
(1442350,2,-8704.922,1648.0223,-82.86381,0,0,0,0,100,0),
|
||||
(1442350,3,-8720.256,1639.4169,-82.8503,0,0,0,0,100,0),
|
||||
(1442350,4,-8737.091,1631.815,-81.6951,0,0,0,0,100,0),
|
||||
(1442350,5,-8747.508,1627.3049,-82.07862,0,0,0,0,100,0),
|
||||
(1442350,6,-8759.189,1617.1493,-83.763596,0,0,0,0,100,0),
|
||||
(1442350,7,-8773.706,1603.3866,-87.08513,0,0,0,0,100,0),
|
||||
(1442350,8,-8791.415,1623.7231,-87.6898,0,0,0,0,100,0),
|
||||
(1442350,9,-8774.919,1635.5029,-84.493835,0,0,0,0,100,0),
|
||||
(1442350,10,-8754.987,1649.186,-81.04529,0,0,0,0,100,0),
|
||||
(1442350,11,-8738.826,1659.0065,-81.912865,0,0,0,0,100,0),
|
||||
(1442350,12,-8724.29,1670.1774,-82.408104,0,0,0,0,100,0),
|
||||
|
||||
(1442360,1,-8879.1875,1362.2852,-98.36637,0,0,0,0,100,0),
|
||||
(1442360,2,-8877.842,1374.6134,-98.13042,0,0,0,0,100,0),
|
||||
(1442360,3,-8871.135,1389.6156,-96.69604,0,0,0,0,100,0),
|
||||
(1442360,4,-8869.234,1406.5952,-94.331825,0,0,0,0,100,0),
|
||||
(1442360,5,-8873.806,1419.1112,-92.369026,0,0,0,0,100,0),
|
||||
(1442360,6,-8875.747,1434.907,-90.549904,0,0,0,0,100,0),
|
||||
(1442360,7,-8871.698,1448.6813,-90.62127,0,0,0,0,100,0),
|
||||
(1442360,8,-8864.111,1447.3325,-91.40244,0,0,0,0,100,0),
|
||||
(1442360,9,-8862.138,1439.3253,-90.95677,0,0,0,0,100,0),
|
||||
(1442360,10,-8861.489,1422.8735,-91.96901,0,0,0,0,100,0),
|
||||
(1442360,11,-8859.439,1407.6573,-93.50757,0,0,0,0,100,0),
|
||||
(1442360,12,-8861.519,1392.4116,-96.10952,0,0,0,0,100,0),
|
||||
(1442360,13,-8863.297,1373.6831,-97.59476,0,0,0,0,100,0),
|
||||
(1442360,14,-8870.3545,1363.8999,-98.28948,0,0,0,0,100,0),
|
||||
(1442360,15,-8875.194,1362.149,-97.96593,0,0,0,0,100,0),
|
||||
(1442360,16,-8870.3545,1363.8999,-98.28948,0,0,0,0,100,0),
|
||||
(1442360,17,-8863.297,1373.6831,-97.59476,0,0,0,0,100,0),
|
||||
(1442360,18,-8861.519,1392.4116,-96.10952,0,0,0,0,100,0),
|
||||
(1442360,19,-8859.439,1407.6573,-93.50757,0,0,0,0,100,0),
|
||||
(1442360,20,-8861.489,1422.8735,-91.96901,0,0,0,0,100,0),
|
||||
(1442360,21,-8862.138,1439.3253,-90.95677,0,0,0,0,100,0),
|
||||
(1442360,22,-8864.111,1447.3325,-91.40244,0,0,0,0,100,0),
|
||||
(1442360,23,-8871.698,1448.6813,-90.62127,0,0,0,0,100,0),
|
||||
(1442360,24,-8875.747,1434.907,-90.549904,0,0,0,0,100,0),
|
||||
(1442360,25,-8873.806,1419.1112,-92.369026,0,0,0,0,100,0),
|
||||
(1442360,26,-8869.234,1406.5952,-94.331825,0,0,0,0,100,0),
|
||||
(1442360,27,-8871.135,1389.6156,-96.69604,0,0,0,0,100,0),
|
||||
(1442360,28,-8877.842,1374.6134,-98.13042,0,0,0,0,100,0),
|
||||
|
||||
(1442370,1,-8901.615,1486.9878,-92.56509,0,0,0,0,100,0),
|
||||
(1442370,2,-8894.615,1501.9271,-93.31495,0,0,0,0,100,0),
|
||||
(1442370,3,-8893.057,1512.8271,-94.24682,0,0,0,0,100,0),
|
||||
(1442370,4,-8902.624,1518.0614,-92.5049,0,0,0,0,100,0),
|
||||
(1442370,5,-8906.995,1520.1177,-93.1783,0,0,0,0,100,0),
|
||||
(1442370,6,-8916.412,1514.2351,-94.16516,0,0,0,0,100,0),
|
||||
(1442370,7,-8922.951,1500.2008,-93.495995,0,0,0,0,100,0),
|
||||
(1442370,8,-8929.048,1484.6302,-92.72202,0,0,0,0,100,0),
|
||||
(1442370,9,-8934.22,1471.741,-92.128784,0,0,0,0,100,0),
|
||||
(1442370,10,-8930.449,1464.1768,-91.627365,0,0,0,0,100,0),
|
||||
(1442370,11,-8922.018,1459.343,-92.51893,0,0,0,0,100,0),
|
||||
(1442370,12,-8914.986,1463.158,-92.310745,0,0,0,0,100,0),
|
||||
(1442370,13,-8908.553,1475.0021,-91.95947,0,0,0,0,100,0),
|
||||
|
||||
(1442420,1,-8957.687,1441.4086,-92.35549,0,0,0,0,100,0),
|
||||
(1442420,2,-8957.109,1448.8145,-91.779015,0,0,0,0,100,0),
|
||||
(1442420,3,-8954.798,1461.109,-91.92982,0,0,0,0,100,0),
|
||||
(1442420,4,-8950.785,1475.7125,-92.5044,0,0,0,0,100,0),
|
||||
(1442420,5,-8940.726,1499.1289,-93.43882,0,0,0,0,100,0),
|
||||
(1442420,6,-8931.336,1518.0297,-94.619255,0,0,0,0,100,0),
|
||||
(1442420,7,-8921.133,1532.732,-95.145676,0,0,0,0,100,0),
|
||||
(1442420,8,-8913.712,1545.54,-95.47196,0,0,0,0,100,0),
|
||||
(1442420,9,-8900.031,1566.4486,-95.75281,0,0,0,0,100,0),
|
||||
(1442420,10,-8891.205,1567.1182,-94.31571,0,0,0,0,100,0),
|
||||
(1442420,11,-8887.606,1557.8823,-95.07148,0,0,0,0,100,0),
|
||||
(1442420,12,-8892.903,1544.9524,-95.09268,0,0,0,0,100,0),
|
||||
(1442420,13,-8906.302,1535.4017,-95.15878,0,0,0,0,100,0),
|
||||
(1442420,14,-8912.736,1526.1064,-94.81041,0,0,0,0,100,0),
|
||||
(1442420,15,-8921.759,1508.2211,-93.969986,0,0,0,0,100,0),
|
||||
(1442420,16,-8926.561,1493.8021,-93.25992,0,0,0,0,100,0),
|
||||
(1442420,17,-8937.755,1465.6974,-92.20584,0,0,0,0,100,0),
|
||||
(1442420,18,-8939.568,1453.1688,-91.83563,0,0,0,0,100,0),
|
||||
(1442420,19,-8939.462,1439.5057,-92.06916,0,0,0,0,100,0),
|
||||
(1442420,20,-8939.116,1429.8024,-93.09846,0,0,0,0,100,0),
|
||||
(1442420,21,-8942.206,1420.408,-95.6026,0,0,0,0,100,0),
|
||||
(1442420,22,-8949.488,1418.712,-95.651375,0,0,0,0,100,0),
|
||||
(1442420,23,-8956.407,1423.2029,-93.34446,0,0,0,0,100,0),
|
||||
(1442420,24,-8959.321,1430.307,-92.080696,0,0,0,0,100,0),
|
||||
|
||||
(1442440,1,-8797.018,1610.714,-90.64299,0,0,1,0,100,0),
|
||||
(1442440,2,-8799.708,1576.0378,-92.291405,0,0,1,0,100,0),
|
||||
(1442440,3,-8832.841,1576.931,-94.97763,0,0,1,0,100,0),
|
||||
(1442440,4,-8836.67,1548.1146,-95.38926,0,0,1,0,100,0),
|
||||
(1442440,5,-8878.974,1531.4718,-95.186424,0,0,1,0,100,0),
|
||||
(1442440,6,-8876.113,1496.8469,-92.22732,0,0,1,0,100,0),
|
||||
(1442440,7,-8902.331,1492.512,-92.26631,0,0,1,0,100,0),
|
||||
(1442440,8,-8893.682,1467.2194,-91.18648,0,0,1,0,100,0),
|
||||
(1442440,9,-8912.335,1447.5905,-92.25001,0,0,1,0,100,0),
|
||||
(1442440,10,-8889.106,1431.9249,-90.12599,0,0,1,0,100,0),
|
||||
(1442440,11,-8914.496,1419.4996,-94.89586,0,0,1,0,100,0),
|
||||
(1442440,12,-8893.065,1397.7928,-96.55446,0,0,1,0,100,0),
|
||||
(1442440,13,-8913.483,1393.8298,-99.049255,0,0,1,0,100,0),
|
||||
(1442440,14,-8911.748,1365.6313,-103.29147,0,0,1,0,100,0),
|
||||
(1442440,15,-8930.997,1371.5281,-104.26125,0,0,1,0,100,0),
|
||||
(1442440,16,-8911.748,1365.6313,-103.29147,0,0,1,0,100,0),
|
||||
(1442440,17,-8913.504,1393.8258,-99.04673,0,0,1,0,100,0),
|
||||
(1442440,18,-8893.065,1397.7928,-96.55446,0,0,1,0,100,0),
|
||||
(1442440,19,-8914.496,1419.4996,-94.89586,0,0,1,0,100,0),
|
||||
(1442440,20,-8889.106,1431.9249,-90.12599,0,0,1,0,100,0),
|
||||
(1442440,21,-8912.335,1447.5905,-92.25001,0,0,1,0,100,0),
|
||||
(1442440,22,-8893.657,1467.1482,-91.116905,0,0,1,0,100,0),
|
||||
(1442440,23,-8902.331,1492.512,-92.26631,0,0,1,0,100,0),
|
||||
(1442440,24,-8876.113,1496.8469,-92.22732,0,0,1,0,100,0),
|
||||
(1442440,25,-8878.974,1531.4718,-95.186424,0,0,1,0,100,0),
|
||||
(1442440,26,-8836.67,1548.1146,-95.38926,0,0,1,0,100,0),
|
||||
(1442440,27,-8832.841,1576.931,-94.97763,0,0,1,0,100,0),
|
||||
(1442440,28,-8799.708,1576.0378,-92.291405,0,0,1,0,100,0),
|
||||
|
||||
(1442590,1,-8891.035,1438.89,-89.74331,0,0,0,0,100,0),
|
||||
(1442590,2,-8879.028,1437.6437,-90.06562,0,0,0,0,100,0),
|
||||
(1442590,3,-8865.397,1433.4955,-91.751205,0,0,0,0,100,0),
|
||||
(1442590,4,-8861.905,1425.7185,-91.67395,0,0,0,0,100,0),
|
||||
(1442590,5,-8867.022,1417.7177,-93.1436,0,0,0,0,100,0),
|
||||
(1442590,6,-8885.744,1425.2048,-90.67367,0,0,0,0,100,0),
|
||||
(1442590,7,-8898.218,1431.0944,-92.211716,0,0,0,0,100,0),
|
||||
(1442590,8,-8901.993,1435.3002,-92.81072,0,0,0,0,100,0),
|
||||
(1442590,9,-8919.422,1437.7391,-93.23863,0,0,0,0,100,0),
|
||||
(1442590,10,-8924.775,1435.864,-93.11082,0,0,0,0,100,0),
|
||||
(1442590,11,-8941.288,1442.17,-92.097916,0,0,0,0,100,0),
|
||||
(1442590,12,-8948.592,1445.0094,-92.205505,0,0,0,0,100,0),
|
||||
(1442590,13,-8954.505,1450.9745,-92.264305,0,0,0,0,100,0),
|
||||
(1442590,14,-8952.63,1455.1658,-92.66071,0,0,0,0,100,0),
|
||||
(1442590,15,-8936.276,1460.8806,-91.96269,0,0,0,0,100,0),
|
||||
(1442590,16,-8928.016,1459.0157,-91.83072,0,0,0,0,100,0),
|
||||
(1442590,17,-8912.489,1457.1178,-92.21006,0,0,0,0,100,0),
|
||||
(1442590,18,-8900.334,1452.6049,-91.78114,0,0,0,0,100,0),
|
||||
(1442590,19,-8895.714,1439.8229,-90.47308,0,0,0,0,100,0),
|
||||
|
||||
(1443320,1,-8822.126,1500.405,-93.86366,0,0,0,0,100,0),
|
||||
(1443320,2,-8828.658,1494.334,-93.68562,0,0,0,0,100,0),
|
||||
(1443320,3,-8838.2295,1503.8063,-94.373146,0,0,0,0,100,0),
|
||||
(1443320,4,-8841.758,1514.9296,-94.69837,0,0,0,0,100,0),
|
||||
(1443320,5,-8850.98,1521.575,-95.04134,0,0,0,0,100,0),
|
||||
(1443320,6,-8860.441,1524.6168,-94.80845,0,0,0,0,100,0),
|
||||
(1443320,7,-8873.537,1522.2963,-95.11584,0,0,0,0,100,0),
|
||||
(1443320,8,-8884.092,1523.0099,-94.82321,0,0,0,0,100,0),
|
||||
(1443320,9,-8899.644,1525.0096,-93.69322,0,0,0,0,100,0),
|
||||
(1443320,10,-8913.182,1532.5382,-95.240395,0,0,0,0,100,0),
|
||||
(1443320,11,-8909.919,1542.7625,-95.77908,0,0,0,0,100,0),
|
||||
(1443320,12,-8905.436,1549.5841,-96.07218,0,0,0,0,100,0),
|
||||
(1443320,13,-8899.203,1555.4316,-96.22511,0,0,0,0,100,0),
|
||||
(1443320,14,-8884.99,1548.4818,-94.76164,0,0,0,0,100,0),
|
||||
(1443320,15,-8875.507,1542.3378,-95.588036,0,0,0,0,100,0),
|
||||
(1443320,16,-8858.749,1538.0184,-95.86659,0,0,0,0,100,0),
|
||||
(1443320,17,-8844.169,1536.9783,-95.33141,0,0,0,0,100,0),
|
||||
(1443320,18,-8825.314,1532.5233,-95.50407,0,0,0,0,100,0),
|
||||
(1443320,19,-8816.446,1525.8988,-95.47302,0,0,0,0,100,0),
|
||||
(1443320,20,-8818.018,1510.5206,-94.65973,0,0,0,0,100,0),
|
||||
|
||||
(1443330,1,-8760.808,1618.244,-84.36525,0,0,0,0,100,0),
|
||||
(1443330,2,-8772.906,1610.891,-87.32371,0,0,0,0,100,0),
|
||||
(1443330,3,-8787.417,1623.8663,-87.48943,0,0,0,0,100,0),
|
||||
(1443330,4,-8782.579,1631.1953,-85.72162,0,0,0,0,100,0),
|
||||
(1443330,5,-8766.031,1641.5411,-82.6734,0,0,0,0,100,0),
|
||||
(1443330,6,-8750.186,1653.0125,-81.00926,0,0,0,0,100,0),
|
||||
(1443330,7,-8726.348,1669.038,-82.59135,0,0,0,0,100,0),
|
||||
(1443330,8,-8708.614,1668.9208,-83.7078,0,0,0,0,100,0),
|
||||
(1443330,9,-8705.537,1648.5631,-83.06354,0,0,0,0,100,0),
|
||||
(1443330,10,-8727.311,1636.0825,-82.477104,0,0,0,0,100,0),
|
||||
(1443330,11,-8743.633,1626.1401,-81.32434,0,0,0,0,100,0),
|
||||
|
||||
(1443480,1,-8754.792,1577.6238,-88.39652,0,0,0,0,100,0),
|
||||
(1443480,2,-8759.031,1561.37,-90.63265,0,0,0,0,100,0),
|
||||
(1443480,3,-8773.014,1544.3585,-93.6597,0,0,0,0,100,0),
|
||||
(1443480,4,-8787.051,1529.0981,-95.33403,0,0,0,0,100,0),
|
||||
(1443480,5,-8800.996,1518.8502,-94.883484,0,0,0,0,100,0),
|
||||
(1443480,6,-8826.272,1501.1176,-94.76043,0,0,0,0,100,0),
|
||||
(1443480,7,-8838.889,1507.8043,-94.42932,0,0,0,0,100,0),
|
||||
(1443480,8,-8848.135,1515.5707,-94.45049,0,0,0,0,100,0),
|
||||
(1443480,9,-8849.216,1524.4657,-95.217255,0,0,0,0,100,0),
|
||||
(1443480,10,-8824.049,1543.6608,-95.95855,0,0,0,0,100,0),
|
||||
(1443480,11,-8815.965,1554.2954,-94.66055,0,0,0,0,100,0),
|
||||
(1443480,12,-8788.221,1568.3591,-91.13077,0,0,0,0,100,0),
|
||||
(1443480,13,-8770.573,1577.815,-89.21338,0,0,0,0,100,0),
|
||||
|
||||
(1443560,1,-8910.943,1403.7899,-97.94198,0,0,0,0,100,0),
|
||||
(1443560,2,-8912.83,1419.4586,-95.32133,0,0,0,0,100,0),
|
||||
(1443560,3,-8919.317,1425.7145,-93.40584,0,0,0,0,100,0),
|
||||
(1443560,4,-8940.032,1451.2579,-91.80255,0,0,0,0,100,0),
|
||||
(1443560,5,-8919.317,1425.7145,-93.40584,0,0,0,0,100,0),
|
||||
(1443560,6,-8912.83,1419.4586,-95.32133,0,0,0,0,100,0),
|
||||
(1443560,7,-8910.943,1403.7899,-97.94198,0,0,0,0,100,0),
|
||||
(1443560,8,-8917.794,1379.9219,-101.44869,0,0,0,0,100,0),
|
||||
(1443560,9,-8926.473,1370.907,-104.26201,0,0,0,0,100,0),
|
||||
(1443560,10,-8934.904,1361.403,-104.25662,0,0,0,0,100,0),
|
||||
(1443560,11,-8914.032,1338.9567,-104.25077,0,0,0,0,100,0),
|
||||
(1443560,12,-8934.904,1361.403,-104.25662,0,0,0,0,100,0),
|
||||
(1443560,13,-8926.473,1370.907,-104.26201,0,0,0,0,100,0),
|
||||
(1443560,14,-8917.794,1379.9219,-101.44869,0,0,0,0,100,0),
|
||||
|
||||
(1442910,1,-9161.17,1520.4386,-92.79693,0,0,0,0,100,0),
|
||||
(1442910,2,-9130.765,1500.3616,-98.75215,0,0,0,0,100,0),
|
||||
(1442910,3,-9135.577,1458.2761,-102.54528,0,0,0,0,100,0),
|
||||
(1442910,4,-9130.765,1500.3616,-98.75215,0,0,0,0,100,0),
|
||||
(1442910,5,-9161.17,1520.4386,-92.79693,0,0,0,0,100,0),
|
||||
(1442910,6,-9158.677,1561.7367,-85.121376,0,0,0,0,100,0),
|
||||
(1442910,7,-9190.653,1594.7052,-74.04944,0,0,0,0,100,0),
|
||||
(1442910,8,-9173.741,1634.4298,-68.58729,0,0,0,0,100,0),
|
||||
(1442910,9,-9158.677,1561.7367,-85.121376,0,0,0,0,100,0),
|
||||
|
||||
(1442930,1,-9071.885,1481.3569,-105.22721,0,0,0,0,100,0),
|
||||
(1442930,2,-9060.615,1466.8123,-105.259155,0,0,0,0,100,0),
|
||||
(1442930,3,-9079.044,1448.7009,-104.6841,0,0,0,0,100,0),
|
||||
(1442930,4,-9071.177,1434.1946,-106.11778,0,0,0,0,100,0),
|
||||
(1442930,5,-9041.022,1427.2418,-105.7893,0,0,0,0,100,0),
|
||||
(1442930,6,-9071.111,1434.0739,-106.12702,0,0,0,0,100,0),
|
||||
(1442930,7,-9079.044,1448.7009,-104.6841,0,0,0,0,100,0),
|
||||
(1442930,8,-9060.615,1466.8123,-105.259155,0,0,0,0,100,0),
|
||||
|
||||
(1443100,1,-8931.336,1518.0297,-94.619255,0,0,0,0,100,0),
|
||||
(1443100,2,-8921.133,1532.732,-95.145676,0,0,0,0,100,0),
|
||||
(1443100,3,-8913.712,1545.54,-95.47196,0,0,0,0,100,0),
|
||||
(1443100,4,-8900.031,1566.4486,-95.75281,0,0,0,0,100,0),
|
||||
(1443100,5,-8891.205,1567.1182,-94.31571,0,0,0,0,100,0),
|
||||
(1443100,6,-8887.606,1557.8823,-95.07148,0,0,0,0,100,0),
|
||||
(1443100,7,-8892.903,1544.9524,-95.09268,0,0,0,0,100,0),
|
||||
(1443100,8,-8906.302,1535.4017,-95.15878,0,0,0,0,100,0),
|
||||
(1443100,9,-8912.736,1526.1064,-94.81041,0,0,0,0,100,0),
|
||||
(1443100,10,-8921.759,1508.2211,-93.969986,0,0,0,0,100,0),
|
||||
(1443100,11,-8926.561,1493.8021,-93.25992,0,0,0,0,100,0),
|
||||
(1443100,12,-8937.755,1465.6974,-92.20584,0,0,0,0,100,0),
|
||||
(1443100,13,-8939.568,1453.1688,-91.83563,0,0,0,0,100,0),
|
||||
(1443100,14,-8939.462,1439.5057,-92.06916,0,0,0,0,100,0),
|
||||
(1443100,15,-8939.116,1429.8024,-93.09846,0,0,0,0,100,0),
|
||||
(1443100,16,-8942.206,1420.408,-95.6026,0,0,0,0,100,0),
|
||||
(1443100,17,-8949.488,1418.712,-95.651375,0,0,0,0,100,0),
|
||||
(1443100,18,-8956.407,1423.2029,-93.34446,0,0,0,0,100,0),
|
||||
(1443100,19,-8959.321,1430.307,-92.080696,0,0,0,0,100,0),
|
||||
(1443100,20,-8957.687,1441.4086,-92.35549,0,0,0,0,100,0),
|
||||
(1443100,21,-8957.109,1448.8145,-91.779015,0,0,0,0,100,0),
|
||||
(1443100,22,-8954.798,1461.109,-91.92982,0,0,0,0,100,0),
|
||||
(1443100,23,-8950.785,1475.7125,-92.5044,0,0,0,0,100,0),
|
||||
(1443100,24,-8940.726,1499.1289,-93.43882,0,0,0,0,100,0),
|
||||
|
||||
(1443110,1,-9178.233,1555.376,-83.15645,0,0,0,0,100,0),
|
||||
(1443110,2,-9167.777,1584.2893,-79.79106,0,0,0,0,100,0),
|
||||
(1443110,3,-9189.589,1586.6539,-75.309814,0,0,0,0,100,0),
|
||||
(1443110,4,-9174.193,1619.9218,-71.54867,0,0,0,0,100,0),
|
||||
(1443110,5,-9193.841,1633.76,-67.11974,0,0,0,0,100,0),
|
||||
(1443110,6,-9167.777,1584.2893,-79.79106,0,0,0,0,100,0),
|
||||
(1443110,7,-9178.233,1555.376,-83.15645,0,0,0,0,100,0),
|
||||
(1443110,8,-9151.221,1542.8898,-88.77483,0,0,0,0,100,0),
|
||||
(1443110,9,-9160.63,1516.2305,-94.12372,0,0,0,0,100,0),
|
||||
(1443110,10,-9133.765,1502.3481,-98.33693,0,0,0,0,100,0),
|
||||
(1443110,11,-9143.146,1472.9918,-101.21955,0,0,0,0,100,0),
|
||||
(1443110,12,-9108.831,1465.2284,-102.95489,0,0,0,0,100,0),
|
||||
(1443110,13,-9114.237,1442.453,-105.926094,0,0,0,0,100,0),
|
||||
(1443110,14,-9092.371,1419.9313,-107.13244,0,0,0,0,100,0),
|
||||
(1443110,15,-9108.026,1392.3177,-105.1018,0,0,0,0,100,0),
|
||||
(1443110,16,-9131.012,1395.0933,-106.94944,0,0,0,0,100,0),
|
||||
(1443110,17,-9131.191,1415.7412,-105.08317,0,0,0,0,100,0),
|
||||
(1443110,18,-9131.012,1395.0933,-106.94944,0,0,0,0,100,0),
|
||||
(1443110,19,-9108.026,1392.3177,-105.1018,0,0,0,0,100,0),
|
||||
(1443110,20,-9092.371,1419.9313,-107.13244,0,0,0,0,100,0),
|
||||
(1443110,21,-9114.237,1442.453,-105.926094,0,0,0,0,100,0),
|
||||
(1443110,22,-9108.831,1465.2284,-102.95489,0,0,0,0,100,0),
|
||||
(1443110,23,-9143.146,1472.9918,-101.21955,0,0,0,0,100,0),
|
||||
(1443110,24,-9133.765,1502.3481,-98.33693,0,0,0,0,100,0),
|
||||
(1443110,25,-9160.63,1516.2305,-94.12372,0,0,0,0,100,0),
|
||||
(1443110,26,-9151.186,1542.8734,-88.78504,0,0,0,0,100,0),
|
||||
|
||||
(1443120,1,-9092.085,1471.9957,-103.95926,0,0,1,0,100,0),
|
||||
(1443120,2,-9102.179,1479.8092,-102.8728,0,0,1,0,100,0),
|
||||
(1443120,3,-9110.067,1480.0641,-101.70714,0,0,1,0,100,0),
|
||||
(1443120,4,-9092.085,1471.9957,-103.95926,0,0,1,0,100,0),
|
||||
(1443120,5,-9082.689,1455.4238,-104.146194,0,0,1,0,100,0),
|
||||
(1443120,6,-9075.948,1438.5471,-104.75654,0,0,1,0,100,0),
|
||||
(1443120,7,-9081.033,1431.1344,-104.84649,0,0,1,0,100,0),
|
||||
(1443120,8,-9096.013,1444.2252,-104.60646,0,0,1,0,100,0),
|
||||
(1443120,9,-9102.711,1455.3546,-103.723785,0,0,1,0,100,0),
|
||||
(1443120,10,-9108.812,1463.8667,-103.24451,0,0,1,0,100,0),
|
||||
(1443120,11,-9112.757,1474.4939,-102.87201,0,0,1,0,100,0),
|
||||
(1443120,12,-9102.711,1455.3546,-103.723785,0,0,1,0,100,0),
|
||||
(1443120,13,-9096.013,1444.2252,-104.60646,0,0,1,0,100,0),
|
||||
(1443120,14,-9088.046,1434.5918,-105.35985,0,0,1,0,100,0),
|
||||
(1443120,15,-9081.033,1431.1344,-104.84649,0,0,1,0,100,0),
|
||||
(1443120,16,-9075.948,1438.5471,-104.75654,0,0,1,0,100,0),
|
||||
(1443120,17,-9082.689,1455.4238,-104.146194,0,0,1,0,100,0),
|
||||
(1443120,18,-9092.085,1471.9957,-103.95926,0,0,1,0,100,0),
|
||||
(1443120,19,-9102.179,1479.8092,-102.8728,0,0,1,0,100,0),
|
||||
(1443120,20,-9110.067,1480.0641,-101.70714,0,0,1,0,100,0),
|
||||
|
||||
(1443130,1,-9085.651,1336.6029,-104.9923,0,0,1,0,100,0),
|
||||
(1443130,2,-9119.982,1368.3717,-105.290474,0,0,1,0,100,0),
|
||||
(1443130,3,-9116.589,1396.586,-105.531105,0,0,1,0,100,0),
|
||||
(1443130,4,-9141.109,1401.1655,-106.611755,0,0,1,0,100,0),
|
||||
(1443130,5,-9129.991,1420.1001,-103.56941,0,0,1,0,100,0),
|
||||
(1443130,6,-9135.993,1428.6875,-103.10408,0,0,1,0,100,0),
|
||||
(1443130,7,-9159.872,1426.0575,-103.80925,0,0,1,0,100,0),
|
||||
(1443130,8,-9150.262,1450.0487,-101.24118,0,0,1,0,100,0),
|
||||
(1443130,9,-9177.595,1447.4342,-101.04538,0,0,1,0,100,0),
|
||||
(1443130,10,-9187.247,1463.9581,-99.04017,0,0,1,0,100,0),
|
||||
(1443130,11,-9167.497,1489.6934,-96.0687,0,0,1,0,100,0),
|
||||
(1443130,12,-9202.894,1490.942,-94.153076,0,0,1,0,100,0),
|
||||
(1443130,13,-9184.8125,1524.3752,-87.429214,0,0,1,0,100,0),
|
||||
(1443130,14,-9202.894,1490.942,-94.153076,0,0,1,0,100,0),
|
||||
(1443130,15,-9167.497,1489.6934,-96.0687,0,0,1,0,100,0),
|
||||
(1443130,16,-9187.247,1463.9581,-99.04017,0,0,1,0,100,0),
|
||||
(1443130,17,-9177.595,1447.4342,-101.04538,0,0,1,0,100,0),
|
||||
(1443130,18,-9150.239,1450.1044,-101.21063,0,0,1,0,100,0),
|
||||
(1443130,19,-9159.872,1426.0575,-103.80925,0,0,1,0,100,0),
|
||||
(1443130,20,-9135.993,1428.6875,-103.10408,0,0,1,0,100,0),
|
||||
(1443130,21,-9129.969,1420.1389,-103.554955,0,0,1,0,100,0),
|
||||
(1443130,22,-9141.109,1401.1655,-106.611755,0,0,1,0,100,0),
|
||||
(1443130,23,-9116.589,1396.586,-105.531105,0,0,1,0,100,0),
|
||||
(1443130,24,-9119.982,1368.3717,-105.290474,0,0,1,0,100,0),
|
||||
|
||||
(1443990,1,-9088.224,1416.7762,-107.078896,0,0,0,0,100,0),
|
||||
(1443990,2,-9064.474,1433.8949,-107.40771,0,0,0,0,100,0),
|
||||
(1443990,3,-9045.458,1413.9893,-105.14605,0,0,0,0,100,0),
|
||||
(1443990,4,-9060.456,1439.5322,-107.87486,0,0,0,0,100,0),
|
||||
(1443990,5,-9075.492,1447.3765,-106.04157,0,0,0,0,100,0),
|
||||
(1443990,6,-9068.736,1473.6458,-105.594604,0,0,0,0,100,0),
|
||||
(1443990,7,-9090.594,1477.8917,-105.19114,0,0,0,0,100,0),
|
||||
(1443990,8,-9087.122,1499.0575,-102.4129,0,0,0,0,100,0),
|
||||
(1443990,9,-9134.32,1492.2637,-100.58225,0,0,0,0,100,0),
|
||||
(1443990,10,-9131.947,1457.0625,-103.54422,0,0,0,0,100,0),
|
||||
(1443990,11,-9142.201,1498.5511,-99.481766,0,0,0,0,100,0),
|
||||
(1443990,12,-9155.63,1544.8326,-88.94196,0,0,0,0,100,0),
|
||||
(1443990,13,-9186.541,1579.5227,-77.94017,0,0,0,0,100,0),
|
||||
(1443990,14,-9155.63,1544.8326,-88.94196,0,0,0,0,100,0),
|
||||
(1443990,15,-9142.201,1498.5511,-99.481766,0,0,0,0,100,0),
|
||||
(1443990,16,-9131.947,1457.0625,-103.54422,0,0,0,0,100,0),
|
||||
(1443990,17,-9134.32,1492.2637,-100.58225,0,0,0,0,100,0),
|
||||
(1443990,18,-9087.122,1499.0575,-102.4129,0,0,0,0,100,0),
|
||||
(1443990,19,-9090.594,1477.8917,-105.19114,0,0,0,0,100,0),
|
||||
(1443990,20,-9068.736,1473.6458,-105.594604,0,0,0,0,100,0),
|
||||
(1443990,21,-9075.492,1447.3765,-106.04157,0,0,0,0,100,0),
|
||||
(1443990,22,-9060.456,1439.5322,-107.87486,0,0,0,0,100,0),
|
||||
(1443990,23,-9045.458,1413.9893,-105.14605,0,0,0,0,100,0),
|
||||
(1443990,24,-9064.474,1433.8949,-107.40771,0,0,0,0,100,0),
|
||||
(1443990,25,-9088.224,1416.7762,-107.078896,0,0,0,0,100,0),
|
||||
(1443990,26,-9109.554,1398.6786,-104.97673,0,0,0,0,100,0),
|
||||
(1443990,27,-9125.061,1382.0105,-106.36454,0,0,0,0,100,0),
|
||||
(1443990,28,-9091.705,1348.9445,-105.59918,0,0,0,0,100,0),
|
||||
(1443990,29,-9113.404,1388.1455,-105.58472,0,0,0,0,100,0),
|
||||
(1443990,30,-9098.755,1402.1635,-106.73558,0,0,0,0,100,0),
|
||||
(1443990,31,-9074.518,1396.3596,-106.83152,0,0,0,0,100,0),
|
||||
(1443990,32,-9070.744,1367.5884,-105.04272,0,0,0,0,100,0),
|
||||
(1443990,33,-9038.456,1356.9011,-103.17066,0,0,0,0,100,0),
|
||||
(1443990,34,-9030.489,1332.9258,-104.20322,0,0,0,0,100,0),
|
||||
(1443990,35,-9029.674,1316.1685,-104.25114,0,0,0,0,100,0),
|
||||
(1443990,36,-9030.489,1332.9258,-104.20322,0,0,0,0,100,0),
|
||||
(1443990,37,-9038.456,1356.9011,-103.17066,0,0,0,0,100,0),
|
||||
(1443990,38,-9070.744,1367.5884,-105.04272,0,0,0,0,100,0),
|
||||
(1443990,39,-9074.518,1396.3596,-106.83152,0,0,0,0,100,0),
|
||||
(1443990,40,-9098.755,1402.1635,-106.73558,0,0,0,0,100,0),
|
||||
(1443990,41,-9113.404,1388.1455,-105.58472,0,0,0,0,100,0),
|
||||
(1443990,42,-9091.705,1348.9445,-105.59918,0,0,0,0,100,0),
|
||||
(1443990,43,-9125.061,1382.0105,-106.36454,0,0,0,0,100,0),
|
||||
(1443990,44,-9109.554,1398.6786,-104.97673,0,0,0,0,100,0),
|
||||
|
||||
(1444040,1,-9096.186,1444.9286,-104.47447,0,0,0,0,100,0),
|
||||
(1444040,2,-9104.419,1415.1979,-106.00152,0,0,0,0,100,0),
|
||||
(1444040,3,-9096.186,1444.9286,-104.47447,0,0,0,0,100,0),
|
||||
(1444040,4,-9119.389,1449.448,-105.36713,0,0,0,0,100,0),
|
||||
(1444040,5,-9116.547,1472.7252,-103.54946,0,0,0,0,100,0),
|
||||
(1444040,6,-9132.342,1456.4852,-103.345665,0,0,0,0,100,0),
|
||||
(1444040,7,-9116.547,1472.7252,-103.54946,0,0,0,0,100,0),
|
||||
(1444040,8,-9119.389,1449.448,-105.36713,0,0,0,0,100,0),
|
||||
|
||||
(1444050,1,-9095.084,1390.2705,-105.85795,0,0,0,0,100,0),
|
||||
(1444050,2,-9126.132,1378.705,-105.72979,0,0,0,0,100,0),
|
||||
(1444050,3,-9122.575,1402.7551,-105.24444,0,0,0,0,100,0),
|
||||
(1444050,4,-9145.673,1408.1447,-105.48799,0,0,0,0,100,0),
|
||||
(1444050,5,-9137.399,1432.448,-102.555534,0,0,0,0,100,0),
|
||||
(1444050,6,-9163.476,1429.0597,-103.73565,0,0,0,0,100,0),
|
||||
(1444050,7,-9153.607,1454.8204,-100.4185,0,0,0,0,100,0),
|
||||
(1444050,8,-9176.5,1455.4498,-101.46861,0,0,0,0,100,0),
|
||||
(1444050,9,-9147.856,1481.0919,-100.3486,0,0,0,0,100,0),
|
||||
(1444050,10,-9187.243,1476.0885,-98.5702,0,0,0,0,100,0),
|
||||
(1444050,11,-9177.395,1509.4562,-91.8547,0,0,0,0,100,0),
|
||||
(1444050,12,-9187.243,1476.0885,-98.5702,0,0,0,0,100,0),
|
||||
(1444050,13,-9147.856,1481.0919,-100.3486,0,0,0,0,100,0),
|
||||
(1444050,14,-9176.5,1455.4498,-101.46861,0,0,0,0,100,0),
|
||||
(1444050,15,-9153.607,1454.8204,-100.4185,0,0,0,0,100,0),
|
||||
(1444050,16,-9163.476,1429.0597,-103.73565,0,0,0,0,100,0),
|
||||
(1444050,17,-9137.399,1432.448,-102.555534,0,0,0,0,100,0),
|
||||
(1444050,18,-9145.673,1408.1447,-105.48799,0,0,0,0,100,0),
|
||||
(1444050,19,-9122.575,1402.7551,-105.24444,0,0,0,0,100,0),
|
||||
(1444050,20,-9126.132,1378.705,-105.72979,0,0,0,0,100,0),
|
||||
|
||||
(1444120,1,-9073.12,1388.0787,-107.209076,0,0,0,0,100,0),
|
||||
(1444120,2,-9086.354,1422.7172,-106.65163,0,0,0,0,100,0),
|
||||
(1444120,3,-9113.222,1429.3259,-105.54492,0,0,0,0,100,0),
|
||||
(1444120,4,-9111.067,1456.3689,-104.99337,0,0,0,0,100,0),
|
||||
(1444120,5,-9138.88,1468.191,-102.23187,0,0,0,0,100,0),
|
||||
(1444120,6,-9140.315,1512.219,-96.46165,0,0,0,0,100,0),
|
||||
(1444120,7,-9160.634,1513.8718,-94.40244,0,0,0,0,100,0),
|
||||
(1444120,8,-9150.69,1538.1831,-89.95865,0,0,0,0,100,0),
|
||||
(1444120,9,-9172.558,1540.6093,-87.60278,0,0,0,0,100,0),
|
||||
(1444120,10,-9174.308,1574.9885,-81.43824,0,0,0,0,100,0),
|
||||
(1444120,11,-9161.178,1583.6495,-79.079315,0,0,0,0,100,0),
|
||||
(1444120,12,-9174.308,1574.9885,-81.43824,0,0,0,0,100,0),
|
||||
(1444120,13,-9172.558,1540.6093,-87.60278,0,0,0,0,100,0),
|
||||
(1444120,14,-9150.69,1538.1831,-89.95865,0,0,0,0,100,0),
|
||||
(1444120,15,-9160.634,1513.8718,-94.40244,0,0,0,0,100,0),
|
||||
(1444120,16,-9140.317,1512.2665,-96.451584,0,0,0,0,100,0),
|
||||
(1444120,17,-9138.88,1468.191,-102.23187,0,0,0,0,100,0),
|
||||
(1444120,18,-9111.067,1456.3689,-104.99337,0,0,0,0,100,0),
|
||||
(1444120,19,-9113.222,1429.3259,-105.54492,0,0,0,0,100,0),
|
||||
(1444120,20,-9086.354,1422.7172,-106.65163,0,0,0,0,100,0),
|
||||
|
||||
(1446790,1,-9121.533,1375.1395,-106.184975,0,0,1,0,100,0),
|
||||
(1446790,2,-9101.4,1370.6641,-104.91555,0,0,1,0,100,0),
|
||||
(1446790,3,-9097.856,1345.2212,-105.78354,0,0,1,0,100,0),
|
||||
(1446790,4,-9076.13,1343.7213,-103.98316,0,0,1,0,100,0),
|
||||
(1446790,5,-9097.856,1345.2212,-105.78354,0,0,1,0,100,0),
|
||||
(1446790,6,-9101.385,1370.6605,-104.910065,0,0,1,0,100,0),
|
||||
(1446790,7,-9121.533,1375.1395,-106.184975,0,0,1,0,100,0),
|
||||
(1446790,8,-9092.77,1414.0785,-107.31365,0,0,1,0,100,0),
|
||||
(1446790,9,-9109.889,1427.7504,-106.22019,0,0,1,0,100,0),
|
||||
(1446790,10,-9101.874,1447.5159,-105.35749,0,0,1,0,100,0),
|
||||
(1446790,11,-9135.379,1472.7727,-102.675354,0,0,1,0,100,0),
|
||||
(1446790,12,-9128.466,1497.2003,-99.4334,0,0,1,0,100,0),
|
||||
(1446790,13,-9162.139,1515.9567,-93.688705,0,0,1,0,100,0),
|
||||
(1446790,14,-9128.466,1497.2003,-99.4334,0,0,1,0,100,0),
|
||||
(1446790,15,-9135.379,1472.7727,-102.675354,0,0,1,0,100,0),
|
||||
(1446790,16,-9101.874,1447.5159,-105.35749,0,0,1,0,100,0),
|
||||
(1446790,17,-9109.8545,1427.8356,-106.239525,0,0,1,0,100,0),
|
||||
(1446790,18,-9092.672,1414.2106,-107.29711,0,0,1,0,100,0);
|
||||
18
data/sql/archive/db_world/8.x/2022_09_06_10.sql
Normal file
18
data/sql/archive/db_world/8.x/2022_09_06_10.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
-- DB update 2022_09_06_09 -> 2022_09_06_10
|
||||
-- Araga (14222)
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (17066));
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (17066, 23431, 23434);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`, `wander_distance`, `MovementType`) VALUES
|
||||
(17066, 14222, 153.893, -62.1832, 100.034, 4.13847, 95400, 1342, 50, 1),
|
||||
(23431, 14222, -203.155, -308.609, 157.801, 0.395757, 95400, 1342, 50, 1),
|
||||
(23434, 14222, -105.383, -85.8896, 139.728, 1.88409, 95400, 1342, 50, 1);
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=1108 AND `description`='Araga Rare Spawn';
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (1108, 1, 'Araga Rare Spawn');
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=1108 AND `guid` IN (17066, 23431, 23434);
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `description`) VALUES
|
||||
(17066, 1108, 'Araga (14222) Spawn 1'),
|
||||
(23431, 1108, 'Araga (14222) Spawn 2'),
|
||||
(23434, 1108, 'Araga (14222) Spawn 3');
|
||||
3
data/sql/archive/db_world/8.x/2022_09_07_00.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_07_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_06_10 -> 2022_09_07_00
|
||||
--
|
||||
UPDATE `item_template` SET `spellcategorycooldown_1`=900000 WHERE entry=20520;
|
||||
15
data/sql/archive/db_world/8.x/2022_09_07_01.sql
Normal file
15
data/sql/archive/db_world/8.x/2022_09_07_01.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- DB update 2022_09_07_00 -> 2022_09_07_01
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 26081;
|
||||
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
|
||||
(26081, 2, 2880, 0, 0, 0, 0),
|
||||
(26081, 0, 2901, 0, 0, 0, 0),
|
||||
(26081, 3, 3466, 0, 0, 0, 0),
|
||||
(26081, 5, 3857, 0, 0, 0, 0),
|
||||
(26081, 1, 5956, 0, 0, 0, 0),
|
||||
(26081, 4, 18567, 0, 0, 0, 0);
|
||||
|
||||
UPDATE `creature_equip_template` SET `ItemID1` = 19022 WHERE `CreatureID` = 26081;
|
||||
|
||||
UPDATE `creature` SET `position_x` = -6378.61, `position_y` = 1263.21, `position_z` = 7.2709, `orientation` = 3.03687 WHERE `guid` = 1975958;
|
||||
UPDATE `creature` SET `position_x` = -6373.53, `position_y` = 1267.88, `position_z` = 7.2709, `orientation` = 2.39110 WHERE `guid` = 1975959;
|
||||
UPDATE `creature` SET `position_x` = -6378.08, `position_y` = 1268.47, `position_z` = 7.2709, `orientation` = 2.44346 WHERE `guid` = 1975960;
|
||||
3
data/sql/archive/db_world/8.x/2022_09_07_02.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_07_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_07_01 -> 2022_09_07_02
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE (`ID` = 8314);
|
||||
43
data/sql/archive/db_world/8.x/2022_09_07_03.sql
Normal file
43
data/sql/archive/db_world/8.x/2022_09_07_03.sql
Normal file
@@ -0,0 +1,43 @@
|
||||
-- DB update 2022_09_07_02 -> 2022_09_07_03
|
||||
--
|
||||
SET @GUID := 43456;
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (@GUID, @GUID+1, @GUID+2);
|
||||
INSERT INTO `creature`
|
||||
(`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`)
|
||||
VALUES
|
||||
(@GUID, 15655, 0, 0, 530, 0, 0, 1, 1, 0, 8607.49, -6788.45, 101.839, 0.00836706, 60, 0, 0, 120, 0, 0, 0, 0, 0, '', 0),
|
||||
(@GUID+1, 15654, 0, 0, 530, 0, 0, 1, 1, 1, 8605.56, -6790.09, 102.006, 0.00836706, 60, 0, 0, 120, 0, 0, 0, 0, 0, '', 0),
|
||||
(@GUID+2, 15654, 0, 0, 530, 0, 0, 1, 1, 1, 8605.38, -6786.45, 102.481, 0.00836706, 60, 0, 0, 120, 0, 0, 0, 0, 0, '', 0);
|
||||
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (15942, 15655);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (15942, -@GUID, -(@GUID+1), -(@GUID+2)) 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`, `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
|
||||
(15942, 0, 0, 0, 1, 0, 100, 0, 10000, 30000, 300000, 540000, 0, 45, 1, 1, 0, 0, 0, 0, 10, @GUID, 15655, 0, 0, 0, 0, 0, 0, 'Ranger Sareyn - OOC - Set Data 1 1 (Rotlimb Cannibal)'),
|
||||
(-@GUID, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotlimb Cannibal - On Spawn - Set Invisible'),
|
||||
(-@GUID, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotlimb Cannibal - On Spawn - Set ReactState Passive'),
|
||||
(-@GUID, 0, 2, 3, 38, 0, 100, 0, 1, 1, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotlimb Cannibal - On Data 1 1 Set - Set Visible'),
|
||||
(-@GUID, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 1565501, 0, 0, 120000, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotlimb Cannibal - On Data 1 1 Set - Start Waypoint'),
|
||||
(-@GUID, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @GUID+1, 15654, 0, 0, 0, 0, 0, 0, 'Rotlimb Cannibal - On Data 1 1 Set - Set Data 1 1 (Plaguebone Villager)'),
|
||||
(-@GUID, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @GUID+2, 15654, 0, 0, 0, 0, 0, 0, 'Rotlimb Cannibal - On Data 1 1 Set - Set Data 1 1 (Plaguebone Villager)'),
|
||||
(-(@GUID+1), 0, 0, 0, 0, 0, 100, 0, 5900, 12200, 11900, 22100, 0, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - In Combat - Cast \'Strike\''),
|
||||
(-(@GUID+1), 0, 1, 2, 11, 0, 100, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Spawn - Set Invisible'),
|
||||
(-(@GUID+1), 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Spawn - Set ReactState Passive'),
|
||||
(-(@GUID+1), 0, 3, 4, 38, 0, 100, 0, 1, 1, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Data 1 1 Set - Set Visible'),
|
||||
(-(@GUID+1), 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 1565501, 0, 0, 120000, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Data 1 1 Set - Start Waypoint'),
|
||||
(-(@GUID+1), 0, 5, 0, 40, 0, 100, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 15942, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Waypoint 1 Reached - Say Line 0 (Ranger Sareyn)'),
|
||||
(-(@GUID+2), 0, 0, 0, 0, 0, 100, 0, 5900, 12200, 11900, 22100, 0, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - In Combat - Cast \'Strike\''),
|
||||
(-(@GUID+2), 0, 1, 2, 11, 0, 100, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Spawn - Set Invisible'),
|
||||
(-(@GUID+2), 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Spawn - Set ReactState Passive'),
|
||||
(-(@GUID+2), 0, 3, 4, 38, 0, 100, 0, 1, 1, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Data 1 1 Set - Set Visible'),
|
||||
(-(@GUID+2), 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 1565501, 0, 0, 120000, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plaguebone Pillager - On Data 1 1 Set - Start Waypoint');
|
||||
|
||||
DELETE FROM `waypoints` WHERE `entry`=1565501;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
|
||||
(1565501, 1, 8648.8262, -6790.4302, 96.2708, 'Rotlimb Cannibal/Plaguebone Villager');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=15942;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(15942, 0, 0, 'Open fire!', 14, 0, 100, 0, 0, 0, 12417, 0, 'Ranger Sareyn'),
|
||||
(15942, 0, 1, 'Enemy sighted! Ready your weapons!', 14, 0, 100, 0, 0, 0, 12418, 0, 'Ranger Sareyn'),
|
||||
(15942, 0, 2, 'Hold your positions!', 14, 0, 100, 0, 0, 0, 12419, 0, 'Ranger Sareyn');
|
||||
3
data/sql/archive/db_world/8.x/2022_09_07_04.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_07_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_07_03 -> 2022_09_07_04
|
||||
--
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(4096) WHERE `entry` IN (16280, 16278);
|
||||
35
data/sql/archive/db_world/8.x/2022_09_07_05.sql
Normal file
35
data/sql/archive/db_world/8.x/2022_09_07_05.sql
Normal file
@@ -0,0 +1,35 @@
|
||||
-- DB update 2022_09_07_04 -> 2022_09_07_05
|
||||
-- I forgot these
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE (`entry` = 15316);
|
||||
UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE (`entry` = 15317);
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20, `ArmorModifier` = 1.15 WHERE (`entry` = 15246);
|
||||
UPDATE `creature_template` SET `DamageModifier` = 3, `ArmorModifier` = 1.15 WHERE (`entry` = 15537);
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9.75, `ArmorModifier` = 1.15 WHERE (`entry` = 15538);
|
||||
|
||||
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (15316,15317,15246,15537,15538);
|
||||
INSERT INTO `creature_template_resistance` (`CreatureID`, `School`, `Resistance`, `VerifiedBuild`) VALUES
|
||||
(15316, 2, 75, 0),
|
||||
(15316, 3, 75, 0),
|
||||
(15316, 4, 75, 0),
|
||||
(15316, 5, 75, 0),
|
||||
(15316, 6, 75, 0),
|
||||
(15317, 2, 75, 0),
|
||||
(15317, 3, 75, 0),
|
||||
(15317, 4, 75, 0),
|
||||
(15317, 5, 75, 0),
|
||||
(15317, 6, 75, 0),
|
||||
(15246, 2, 75, 0),
|
||||
(15246, 3, 75, 0),
|
||||
(15246, 4, 75, 0),
|
||||
(15246, 5, 75, 0),
|
||||
(15246, 6, 75, 0),
|
||||
(15537, 2, 75, 0),
|
||||
(15537, 3, 75, 0),
|
||||
(15537, 4, 75, 0),
|
||||
(15537, 5, 75, 0),
|
||||
(15537, 6, 75, 0),
|
||||
(15538, 2, 115, 0),
|
||||
(15538, 3, 115, 0),
|
||||
(15538, 4, 115, 0),
|
||||
(15538, 5, 115, 0),
|
||||
(15538, 6, 115, 0);
|
||||
5
data/sql/archive/db_world/8.x/2022_09_07_06.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_09_07_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_09_07_05 -> 2022_09_07_06
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=374;
|
||||
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(19, 0, 374, 0, 0, 8, 0, 427, 0, 0, 0, 0, 0, '', 'Enable quest 374, only if the player has completed quest 427.');
|
||||
44
data/sql/archive/db_world/8.x/2022_09_07_07.sql
Normal file
44
data/sql/archive/db_world/8.x/2022_09_07_07.sql
Normal file
@@ -0,0 +1,44 @@
|
||||
-- DB update 2022_09_07_06 -> 2022_09_07_07
|
||||
--
|
||||
UPDATE `creature_template_addon` SET `bytes1` = 54432 WHERE `entry` = 15963;
|
||||
UPDATE `creature_template_addon` SET `auras` = '18943' WHERE `entry` = 15275;
|
||||
|
||||
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_twin_emperors';
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(4047, 'at_twin_emperors');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (15275, 15276) AND `GroupID` IN (0, 1, 2, 3, 4, 5, 6);
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = 15963;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(15275, 0, 0, 'Where are your manners, brother. Let us properly welcome our guests.', 14, 0, 100, 6, 0, 0, 11706, 0, 'Emperor Vek\'nilash INTRO_0'),
|
||||
(15275, 1, 0, 'Oh so much pain...', 14, 0, 100, 5, 0, 0, 11708, 0, 'Emperor Vek\'nilash INTRO_1'),
|
||||
(15275, 2, 0, 'The feast of souls begins now...', 14, 0, 100, 0, 0, 0, 11710, 0, 'Emperor Vek\'nilash INTRO_2'),
|
||||
(15275, 3, 0, 'Your fate is sealed!', 14, 0, 100, 0, 0, 8635, 11455, 0, 'Emperor Vek\'nilash KILL'),
|
||||
(15275, 4, 0, 'Vek\'lor, I feel your pain!', 14, 0, 100, 0, 0, 8636, 11454, 0, 'Emperor Vek\'nilash DEATH'),
|
||||
(15276, 0, 0, 'Only flesh and bone. Mortals are such easy prey...', 14, 0, 100, 1, 0, 0, 11702, 0, 'Emperor Vek\'lor INTRO_0'),
|
||||
(15276, 1, 0, 'There will be pain...', 14, 0, 100, 273, 0, 0, 11707, 0, 'Emperor Vek\'lor INTRO_1'),
|
||||
(15276, 2, 0, 'Come, little ones.', 14, 0, 100, 0, 0, 0, 11709, 0, 'Emperor Vek\'lor INTRO_2'),
|
||||
(15276, 3, 0, 'You will not escape death!', 14, 0, 100, 0, 0, 8629, 11453, 0, 'Emperor Vek\'lor KILL'),
|
||||
(15276, 4, 0, 'My brother, no!', 14, 0, 100, 0, 0, 8625, 11452, 0, 'Emperor Vek\'lor DEATH'),
|
||||
(15276, 5, 0, '%s goes into a berserker rage!', 16, 0, 100, 0, 0, 0, 34057, 0, 'Emperor Vek\'lor ENRAGE'),
|
||||
(15963, 0, 0, 'The massive floating eyeball in the center of the chamber turns its gaze upon you. You stand before a god.', 16, 0, 100, 0, 0, 0, 11700, 1, 'Masters Eye - On Areatrigger');
|
||||
|
||||
UPDATE `creature_template_movement` SET `Ground` = 2, `Flight` = 1 WHERE `CreatureId` = 15963;
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|512|256 WHERE `entry` = 15963;
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|1 WHERE `entry` = 15276; -- Vek'lor immunity to phys
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4|8|16|32|64 WHERE `entry` = 15275; -- Vek'nilash immunity to everything but holy and phys
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (802, 804);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(802, 'spell_mutate_explode_bug'),
|
||||
(804, 'spell_mutate_explode_bug');
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id1` IN (15316, 15317);
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (15316, 15317);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` IN (15316, 15317)) AND (`source_type` = 0) AND (`id` IN (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`, `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
|
||||
(15317, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 2, 311, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Qiraji Scorpion - On Reset - Set Faction 311'),
|
||||
(15316, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 2, 311, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Qiraji Scarab - On Reset - Set Faction 311');
|
||||
242
data/sql/archive/db_world/8.x/2022_09_07_08.sql
Normal file
242
data/sql/archive/db_world/8.x/2022_09_07_08.sql
Normal file
@@ -0,0 +1,242 @@
|
||||
-- DB update 2022_09_07_07 -> 2022_09_07_08
|
||||
-- Delete Current Spawns
|
||||
DELETE FROM `creature` WHERE `guid` IN (88035,88042,88053,88039,88040,88041,88052,88057,88055,88056,88054,88058,88059,88060,88061,88062,88036,88049,88050,88051,88037,88043,88044,88048,88038,88045,88046,88047,88030,88031,88032,88033,88034);
|
||||
|
||||
-- Spawn Qiraji Champions
|
||||
SET @GUID=88000;
|
||||
DELETE FROM `creature` WHERE (`id1` = 15252) AND `guid` BETWEEN @GUID AND @GUID+7;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`) VALUES
|
||||
(@GUID, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9084.354, 1468.4955, -106.0379, 5.43525, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+1, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9090.233, 1422.9799, -106.97796, 3.50811, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+2, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9137.567, 1487.8439, -100.96495, 5.36227, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+3, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9190.533, 1554.3728, -81.214035, 3.10226, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+4, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9186.851, 1666.4683, -62.07425, 4.80582, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+5, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9103.887, 1791.9912, -42.998283, 5.37249, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+6, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -9041.144, 1908.4006, -48.003925, 4.45090, 604800, 0, 0, 1, 0, 2, 0, 0, 0, ''),
|
||||
(@GUID+7, 15252, 0, 0, 531, 0, 0, 1, 1, 0, -8935.066, 1865.009, -23.424952, 6.17906, 604800, 0, 0, 1, 0, 2, 0, 0, 0, '');
|
||||
|
||||
-- Populate Qiraji Champion creature_addon
|
||||
SET @GUID=88000;
|
||||
SET @PATH=@GUID*10;
|
||||
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @GUID AND @GUID+7;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`) VALUES
|
||||
(@GUID, @PATH),
|
||||
(@GUID+1, @PATH+10),
|
||||
(@GUID+2, @PATH+20),
|
||||
(@GUID+3, @PATH+30),
|
||||
(@GUID+4, @PATH+40),
|
||||
(@GUID+5, @PATH+50),
|
||||
(@GUID+6, @PATH+60),
|
||||
(@GUID+7, @PATH+70);
|
||||
|
||||
-- Populate Qiraji Champion waypoint_data
|
||||
SET @PATH=880000;
|
||||
DELETE FROM `waypoint_data` WHERE `id` BETWEEN @PATH AND @PATH+70;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-9071.842,1448.6152,-107.16646,0,0,0,0,100,0),
|
||||
(@PATH,2,-9068.438,1426.9384,-106.18562,0,0,0,0,100,0),
|
||||
(@PATH,3,-9079.124,1418.1312,-105.92381,0,0,0,0,100,0),
|
||||
(@PATH,4,-9085.175,1408.8229,-107.159454,0,0,0,0,100,0),
|
||||
(@PATH,5,-9078.674,1389.3668,-107.254326,0,0,0,0,100,0),
|
||||
(@PATH,6,-9085.175,1408.8229,-107.159454,0,0,0,0,100,0),
|
||||
(@PATH,7,-9079.124,1418.1312,-105.92381,0,0,0,0,100,0),
|
||||
(@PATH,8,-9068.438,1426.9384,-106.18562,0,0,0,0,100,0),
|
||||
(@PATH,9,-9071.842,1448.6152,-107.16646,0,0,0,0,100,0),
|
||||
(@PATH,10,-9079.549,1463.0496,-106.512474,0,0,0,0,100,0),
|
||||
(@PATH,11,-9095.044,1480.6129,-104.46336,0,0,0,0,100,0),
|
||||
(@PATH,12,-9079.549,1463.0496,-106.512474,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+10,1,-9109.25,1389.2318,-105.27063,0,0,0,0,100,0),
|
||||
(@PATH+10,2,-9113.79,1379.4674,-106.08063,0,0,0,0,100,0),
|
||||
(@PATH+10,3,-9109.513,1368.4327,-106.12819,0,0,0,0,100,0),
|
||||
(@PATH+10,4,-9093.346,1349.2266,-105.71996,0,0,0,0,100,0),
|
||||
(@PATH+10,5,-9109.513,1368.4327,-106.12819,0,0,0,0,100,0),
|
||||
(@PATH+10,6,-9113.79,1379.4674,-106.08063,0,0,0,0,100,0),
|
||||
(@PATH+10,7,-9109.25,1389.2318,-105.27063,0,0,0,0,100,0),
|
||||
(@PATH+10,8,-9088.794,1402.942,-107.27606,0,0,0,0,100,0),
|
||||
(@PATH+10,9,-9090.342,1424.4956,-106.94064,0,0,0,0,100,0),
|
||||
(@PATH+10,10,-9100.282,1443.9431,-105.77489,0,0,0,0,100,0),
|
||||
(@PATH+10,11,-9112.797,1462.5339,-104.37182,0,0,0,0,100,0),
|
||||
(@PATH+10,12,-9122.758,1479.1681,-102.85078,0,0,0,0,100,0),
|
||||
(@PATH+10,13,-9104.083,1500.9688,-101.066635,0,0,0,0,100,0),
|
||||
(@PATH+10,14,-9122.758,1479.1681,-102.85078,0,0,0,0,100,0),
|
||||
(@PATH+10,15,-9112.797,1462.5339,-104.37182,0,0,0,0,100,0),
|
||||
(@PATH+10,16,-9100.282,1443.9431,-105.77489,0,0,0,0,100,0),
|
||||
(@PATH+10,17,-9090.342,1424.4956,-106.94064,0,0,0,0,100,0),
|
||||
(@PATH+10,18,-9088.794,1402.942,-107.27606,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+20,1,-9120.028,1460.0247,-104.9437,0,0,0,0,100,0),
|
||||
(@PATH+20,2,-9108.87,1443.3677,-106.25716,0,0,0,0,100,0),
|
||||
(@PATH+20,3,-9099.057,1427.2927,-107.103226,0,0,0,0,100,0),
|
||||
(@PATH+20,4,-9096.639,1417.5907,-107.26497,0,0,0,0,100,0),
|
||||
(@PATH+20,5,-9099.442,1405.656,-106.94812,0,0,0,0,100,0),
|
||||
(@PATH+20,6,-9105.756,1398.8098,-105.28489,0,0,0,0,100,0),
|
||||
(@PATH+20,7,-9118.653,1397.3756,-105.598076,0,0,0,0,100,0),
|
||||
(@PATH+20,8,-9130.374,1400.4437,-106.48076,0,0,0,0,100,0),
|
||||
(@PATH+20,9,-9138.999,1407.8413,-106.61274,0,0,0,0,100,0),
|
||||
(@PATH+20,10,-9146.455,1420.712,-105.819374,0,0,0,0,100,0),
|
||||
(@PATH+20,11,-9156.749,1439.5825,-104.12464,0,0,0,0,100,0),
|
||||
(@PATH+20,12,-9161.934,1452.5621,-102.512886,0,0,0,0,100,0),
|
||||
(@PATH+20,13,-9165.986,1465.8962,-100.283134,0,0,0,0,100,0),
|
||||
(@PATH+20,14,-9165.363,1479.6637,-97.66172,0,0,0,0,100,0),
|
||||
(@PATH+20,15,-9159.533,1487.8873,-96.90047,0,0,0,0,100,0),
|
||||
(@PATH+20,16,-9147.006,1492.9117,-99.39198,0,0,0,0,100,0),
|
||||
(@PATH+20,17,-9139.057,1489.8036,-100.58021,0,0,0,0,100,0),
|
||||
(@PATH+20,18,-9132.579,1481.2805,-102.249504,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+30,1,-9226.716,1588.6461,-74.27685,0,0,0,0,100,0),
|
||||
(@PATH+30,2,-9207.555,1555.0427,-80.2188,0,0,0,0,100,0),
|
||||
(@PATH+30,3,-9180.568,1553.9806,-82.713486,0,0,0,0,100,0),
|
||||
(@PATH+30,4,-9163.466,1546.0941,-88.693794,0,0,0,0,100,0),
|
||||
(@PATH+30,5,-9154.607,1528.3339,-92.51037,0,0,0,0,100,0),
|
||||
(@PATH+30,6,-9146.913,1513.6383,-95.499725,0,0,0,0,100,0),
|
||||
(@PATH+30,7,-9154.607,1528.3339,-92.51037,0,0,0,0,100,0),
|
||||
(@PATH+30,8,-9163.466,1546.0941,-88.693794,0,0,0,0,100,0),
|
||||
(@PATH+30,9,-9180.568,1553.9806,-82.713486,0,0,0,0,100,0),
|
||||
(@PATH+30,10,-9207.555,1555.0427,-80.2188,0,0,0,0,100,0),
|
||||
(@PATH+30,11,-9154.607,1528.3339,-92.51037,0,0,0,0,100,0),
|
||||
(@PATH+30,12,-9163.466,1546.0941,-88.693794,0,0,0,0,100,0),
|
||||
(@PATH+30,13,-9180.568,1553.9806,-82.713486,0,0,0,0,100,0),
|
||||
(@PATH+30,14,-9207.555,1555.0427,-80.2188,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+40,1,-9180.012,1602.1628,-75.35062,0,0,0,0,100,0),
|
||||
(@PATH+40,2,-9175.272,1573.6725,-81.40051,0,0,0,0,100,0),
|
||||
(@PATH+40,3,-9180.012,1602.1628,-75.35062,0,0,0,0,100,0),
|
||||
(@PATH+40,4,-9183.868,1634.6426,-68.77805,0,0,0,0,100,0),
|
||||
(@PATH+40,5,-9180.012,1602.1628,-75.35062,0,0,0,0,100,0),
|
||||
(@PATH+40,6,-9183.868,1634.6426,-68.77805,0,0,0,0,100,0),
|
||||
(@PATH+40,7,-9187.721,1675.7582,-59.37428,0,0,0,0,100,0),
|
||||
(@PATH+40,8,-9176.217,1702.235,-48.23823,0,0,0,0,100,0),
|
||||
(@PATH+40,9,-9156.171,1732.5007,-41.41366,0,0,0,0,100,0),
|
||||
(@PATH+40,10,-9176.217,1702.235,-48.23823,0,0,0,0,100,0),
|
||||
(@PATH+40,11,-9187.721,1675.7582,-59.37428,0,0,0,0,100,0),
|
||||
(@PATH+40,12,-9183.868,1634.6426,-68.77805,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+50,1,-9097.918,1764.9274,-42.487713,0,0,0,0,100,0),
|
||||
(@PATH+50,2,-9109.785,1750.159,-42.950085,0,0,0,0,100,0),
|
||||
(@PATH+50,3,-9128.2705,1748.0282,-42.561733,0,0,0,0,100,0),
|
||||
(@PATH+50,4,-9136.415,1759.8807,-42.47679,0,0,0,0,100,0),
|
||||
(@PATH+50,5,-9140.821,1771.0172,-42.568924,0,0,0,0,100,0),
|
||||
(@PATH+50,6,-9137.58,1785.764,-42.458168,0,0,0,0,100,0),
|
||||
(@PATH+50,7,-9128.144,1795.003,-42.741543,0,0,0,0,100,0),
|
||||
(@PATH+50,8,-9114.63,1797.1588,-42.17985,0,0,0,0,100,0),
|
||||
(@PATH+50,9,-9104.095,1792.2587,-42.982845,0,0,0,0,100,0),
|
||||
(@PATH+50,10,-9095.07,1780.6278,-42.62543,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+60,1,-9051.911,1860.0577,-44.409836,0,0,0,0,100,0),
|
||||
(@PATH+60,2,-9069.832,1836.4388,-44.38335,0,0,0,0,100,0),
|
||||
(@PATH+60,3,-9094.577,1803.9618,-43.69297,0,0,0,0,100,0),
|
||||
(@PATH+60,4,-9069.832,1836.4388,-44.38335,0,0,0,0,100,0),
|
||||
(@PATH+60,5,-9051.911,1860.0577,-44.409836,0,0,0,0,100,0),
|
||||
(@PATH+60,6,-9047.0205,1886.464,-45.332012,0,0,0,0,100,0),
|
||||
(@PATH+60,7,-9041.144,1908.4006,-48.003925,0,0,0,0,100,0),
|
||||
(@PATH+60,8,-9047.0205,1886.464,-45.332012,0,0,0,0,100,0),
|
||||
(@PATH+60,9,-9051.911,1860.0577,-44.409836,0,0,0,0,100,0),
|
||||
|
||||
(@PATH+70,1,-8941.5205,1865.6836,-23.960814,0,0,0,0,100,0),
|
||||
(@PATH+70,2,-8955.824,1867.7888,-28.349794,0,0,0,0,100,0),
|
||||
(@PATH+70,3,-8979.011,1871.0109,-38.4369,0,0,0,0,100,0),
|
||||
(@PATH+70,4,-8999.37,1868.4137,-42.115707,0,0,0,0,100,0),
|
||||
(@PATH+70,5,-9020.922,1856.5653,-44.284344,0,0,0,0,100,0),
|
||||
(@PATH+70,6,-8999.37,1868.4137,-42.115707,0,0,0,0,100,0),
|
||||
(@PATH+70,7,-8979.011,1871.0109,-38.4369,0,0,0,0,100,0),
|
||||
(@PATH+70,8,-8955.824,1867.7888,-28.349794,0,0,0,0,100,0),
|
||||
(@PATH+70,9,-8941.5205,1865.6836,-23.960814,0,0,0,0,100,0),
|
||||
(@PATH+70,10,-8925.307,1863.9891,-23.26311,0,0,0,0,100,0);
|
||||
|
||||
-- Spawn Formation Members
|
||||
SET @GUID=88030;
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+31;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`) VALUES
|
||||
(@GUID, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9084.354, 1468.4955, -106.0379, 5.43525, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+1, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9084.354, 1468.4955, -106.0379, 5.43525, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+2, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9084.354, 1468.4955, -106.0379, 5.43525, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+3, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9084.354, 1468.4955, -106.0379, 5.43525, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+4, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9090.233, 1422.9799, -106.97796, 3.50811, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+5, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9090.233, 1422.9799, -106.97796, 3.50811, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+6, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9090.233, 1422.9799, -106.97796, 3.50811, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+7, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9090.233, 1422.9799, -106.97796, 3.50811, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+8, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9137.567, 1487.8439, -100.96495, 5.36227, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+9, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9137.567, 1487.8439, -100.96495, 5.36227, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+10, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9137.567, 1487.8439, -100.96495, 5.36227, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+11, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9137.567, 1487.8439, -100.96495, 5.36227, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+12, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9190.533, 1554.3728, -81.214035, 3.10226, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+13, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9190.533, 1554.3728, -81.214035, 3.10226, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+14, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9190.533, 1554.3728, -81.214035, 3.10226, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+15, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9190.533, 1554.3728, -81.214035, 3.10226, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+16, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9186.851, 1666.4683, -62.07425, 4.80582, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+17, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9186.851, 1666.4683, -62.07425, 4.80582, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+18, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9186.851, 1666.4683, -62.07425, 4.80582, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+19, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9186.851, 1666.4683, -62.07425, 4.80582, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+20, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9103.887, 1791.9912, -42.998283, 5.37249, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+21, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9103.887, 1791.9912, -42.998283, 5.37249, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+22, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9103.887, 1791.9912, -42.998283, 5.37249, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+23, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9103.887, 1791.9912, -42.998283, 5.37249, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+24, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9041.144, 1908.4006, -48.003925, 4.45090, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+25, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9041.144, 1908.4006, -48.003925, 4.45090, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+26, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9041.144, 1908.4006, -48.003925, 4.45090, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+27, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -9041.144, 1908.4006, -48.003925, 4.45090, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
|
||||
(@GUID+28, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -8935.066, 1865.009, -23.424952, 6.17906, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+29, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -8935.066, 1865.009, -23.424952, 6.17906, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+30, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -8935.066, 1865.009, -23.424952, 6.17906, 604800, 0, 0, 1, 0, 0, 0, 0, 0, ''),
|
||||
(@GUID+31, 15250, 15246, 0, 531, 0, 0, 1, 1, 0, -8935.066, 1865.009, -23.424952, 6.17906, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '');
|
||||
|
||||
-- Create Formations
|
||||
SET @LEADER=88000;
|
||||
SET @MEMBER=88030;
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` BETWEEN @LEADER AND @LEADER+7;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(@LEADER, @LEADER, 0, 0, 515, 0, 0),
|
||||
(@LEADER, @MEMBER, 6, 0, 515, 0, 0),
|
||||
(@LEADER, @MEMBER+1, 6, 90, 515, 0, 0),
|
||||
(@LEADER, @MEMBER+2, 6, 180, 515, 0, 0),
|
||||
(@LEADER, @MEMBER+3, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+1, @LEADER+1, 0, 0, 515, 0, 0),
|
||||
(@LEADER+1, @MEMBER+4, 6, 0, 515, 0, 0),
|
||||
(@LEADER+1, @MEMBER+5, 6, 90, 515, 0, 0),
|
||||
(@LEADER+1, @MEMBER+6, 6, 180, 515, 0, 0),
|
||||
(@LEADER+1, @MEMBER+7, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+2, @LEADER+2, 0, 0, 515, 0, 0),
|
||||
(@LEADER+2, @MEMBER+8, 6, 0, 515, 0, 0),
|
||||
(@LEADER+2, @MEMBER+9, 6, 90, 515, 0, 0),
|
||||
(@LEADER+2, @MEMBER+10, 6, 180, 515, 0, 0),
|
||||
(@LEADER+2, @MEMBER+11, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+3, @LEADER+3, 0, 0, 515, 0, 0),
|
||||
(@LEADER+3, @MEMBER+12, 6, 0, 515, 0, 0),
|
||||
(@LEADER+3, @MEMBER+13, 6, 90, 515, 0, 0),
|
||||
(@LEADER+3, @MEMBER+14, 6, 180, 515, 0, 0),
|
||||
(@LEADER+3, @MEMBER+15, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+4, @LEADER+4, 0, 0, 515, 0, 0),
|
||||
(@LEADER+4, @MEMBER+16, 6, 0, 515, 0, 0),
|
||||
(@LEADER+4, @MEMBER+17, 6, 90, 515, 0, 0),
|
||||
(@LEADER+4, @MEMBER+18, 6, 180, 515, 0, 0),
|
||||
(@LEADER+4, @MEMBER+19, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+5, @LEADER+5, 0, 0, 515, 0, 0),
|
||||
(@LEADER+5, @MEMBER+20, 6, 0, 515, 0, 0),
|
||||
(@LEADER+5, @MEMBER+21, 6, 90, 515, 0, 0),
|
||||
(@LEADER+5, @MEMBER+22, 6, 180, 515, 0, 0),
|
||||
(@LEADER+5, @MEMBER+23, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+6, @LEADER+6, 0, 0, 515, 0, 0),
|
||||
(@LEADER+6, @MEMBER+24, 6, 0, 515, 0, 0),
|
||||
(@LEADER+6, @MEMBER+25, 6, 90, 515, 0, 0),
|
||||
(@LEADER+6, @MEMBER+26, 6, 180, 515, 0, 0),
|
||||
(@LEADER+6, @MEMBER+27, 6, 270, 515, 0, 0),
|
||||
|
||||
(@LEADER+7, @LEADER+7, 0, 0, 515, 0, 0),
|
||||
(@LEADER+7, @MEMBER+28, 6, 0, 515, 0, 0),
|
||||
(@LEADER+7, @MEMBER+29, 6, 90, 515, 0, 0),
|
||||
(@LEADER+7, @MEMBER+30, 6, 180, 515, 0, 0),
|
||||
(@LEADER+7, @MEMBER+31, 6, 270, 515, 0, 0);
|
||||
5
data/sql/archive/db_world/8.x/2022_09_07_09.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_09_07_09.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_09_07_08 -> 2022_09_07_09
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=21848;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(21848,'spell_item_snowman');
|
||||
25
data/sql/archive/db_world/8.x/2022_09_08_00.sql
Normal file
25
data/sql/archive/db_world/8.x/2022_09_08_00.sql
Normal file
@@ -0,0 +1,25 @@
|
||||
-- DB update 2022_09_07_09 -> 2022_09_08_00
|
||||
DELETE FROM creature_loot_template
|
||||
WHERE Item IN (
|
||||
20874, #Idol of the Sun
|
||||
20875, #Idol of Night
|
||||
20876, #Idol of Death
|
||||
20877, #Idol of the Sage
|
||||
20878, #Idol of Rebirth
|
||||
20879, #Idol of Life
|
||||
20881, #Idol of Strife
|
||||
20882 #Idol of War
|
||||
) AND Entry IN (
|
||||
15318, #Hive'Zara Drone
|
||||
15323, #Hive'Zara Sandstalker
|
||||
15325, #Hive'Zara Wasp
|
||||
15327, #Hive'Zara Stinger
|
||||
15333, #Silicate Feeder
|
||||
15336, #Hive'Zara Tail Lasher
|
||||
15338, #Obsidian Destroyer
|
||||
15343, #Qiraji Swarmguard
|
||||
15355, #Anubisath Guardian
|
||||
15386, #Major Yeggeth
|
||||
15392 #Captain Tuubid
|
||||
);
|
||||
|
||||
201
data/sql/archive/db_world/8.x/2022_09_08_01.sql
Normal file
201
data/sql/archive/db_world/8.x/2022_09_08_01.sql
Normal file
@@ -0,0 +1,201 @@
|
||||
-- DB update 2022_09_08_00 -> 2022_09_08_01
|
||||
-- Remove gold drops from a summoned creature before I forget again
|
||||
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 15538);
|
||||
-- Anubisath Guardian (15355)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 11.85, `ArmorModifier` = 1.3 WHERE (`entry` = 15355);
|
||||
-- Flesh Hunter (15335)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 15.95, `ArmorModifier` = 1.2 WHERE (`entry` = 15335);
|
||||
-- Qiraji Gladiator (15324)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 24.7, `ArmorModifier` = 1.35 WHERE (`entry` = 15324);
|
||||
-- Hive'Zara Wasp (15325) & Hive'Zara Stinger (15327)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12.6, `ArmorModifier` = 1.15 WHERE `entry` IN (15325, 15327);
|
||||
-- Hive'Zara Swarmer (15546)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.1 WHERE (`entry` = 15546);
|
||||
-- Hive'Zara Hornet (15934)
|
||||
UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286, `DamageModifier` = 10, `ArmorModifier` = 1.15 WHERE (`entry` = 15934);
|
||||
-- Hive'Zara Soldier (15320)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 20.3, `ArmorModifier` = 1.15 WHERE (`entry` = 15320);
|
||||
-- Hive'Zara Sandstalker (15323)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 6.5, `ArmorModifier` = 1.15 WHERE (`entry` = 15323);
|
||||
-- Hive'Zara Collector (15319)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE (`entry` = 15319);
|
||||
-- Hive'Zara Tail Lasher (15336)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12.1, `ArmorModifier` = 1.15 WHERE (`entry` = 15336);
|
||||
-- Hive'Zara Drone (15318)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.9, `ArmorModifier` = 1.1 WHERE (`entry` = 15318);
|
||||
-- Shrieker Scarab (15461)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.1 WHERE (`entry` = 15461);
|
||||
-- Spitting Scarab (15462)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.15, `ArmorModifier` = 1.2 WHERE (`entry` = 15462);
|
||||
-- Obsidian Destroyer (15338)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 4.95, `ArmorModifier` = 1.65 WHERE (`entry` = 15338);
|
||||
-- Qiraji Warrior (15387)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 6.1, `ArmorModifier` = 1.15 WHERE (`entry` = 15387);
|
||||
-- Swarmguard Needler (15344)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12.1, `ArmorModifier` = 1.2 WHERE (`entry` = 15344);
|
||||
-- Hive'Zara Hatchling (15521)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE (`entry` = 15521);
|
||||
-- Mana Fiend (15527)
|
||||
UPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 8.5, `ArmorModifier` = 1.1 WHERE (`entry` = 15527);
|
||||
-- Anubisath Warrior (15537)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 3, `ArmorModifier` = 1.15 WHERE (`entry` = 15537);
|
||||
-- Anubisath Swarmguard (15538)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 9.75, `ArmorModifier` = 1.15 WHERE (`entry` = 15538);
|
||||
-- Captain Qeez (15391)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.2 WHERE (`entry` = 15391);
|
||||
-- Captain Tuubid (15392)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 14.9, `ArmorModifier` = 1.3 WHERE (`entry` = 15392);
|
||||
-- Captain Drenn (15389), Captain Xurrem (15390), Major Yeggeth (15386), Colonel Zerran (15385), Major Pakkon (15388)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.3 WHERE `entry` IN (15389, 15390, 15386, 15385, 15388);
|
||||
-- Qiraji Swarmguard (15343)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 17.65, `ArmorModifier` = 1.35 WHERE (`entry` = 15343);
|
||||
-- Kurinnaxx (15348)
|
||||
UPDATE `creature_template` SET `detection_range` = 50, `DamageModifier` = 18.05, `ArmorModifier` = 1.3 WHERE (`entry` = 15348);
|
||||
-- General Rajaxx (15341)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 15.3, `ArmorModifier` = 1.3 WHERE (`entry` = 15341);
|
||||
-- Buru the Gorger (15370)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 7.35, `ArmorModifier` = 1.3 WHERE (`entry` = 15370);
|
||||
-- Ayamiss the Hunter (15369)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 11.75, `ArmorModifier` = 1.3 WHERE (`entry` = 15369);
|
||||
-- Moam (15340)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 10.25, `ArmorModifier` = 1.8 WHERE (`entry` = 15340);
|
||||
-- Ossirian the Unscarred (15339)
|
||||
UPDATE `creature_template` SET `detection_range` = 30, `DamageModifier` = 33.35, `ArmorModifier` = 1.3 WHERE (`entry` = 15339);
|
||||
-- Vile Scarab (15168)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE (`entry` = 15168);
|
||||
-- Silicate Feeder (15333)
|
||||
UPDATE `creature_template` SET `DamageModifier` = 5.05 WHERE (`entry` = 15333);
|
||||
-- Resistances
|
||||
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (15339,15340,15369,15370,15341,15348,15343,15388,15385,15386,15390,15389,15392,15391,15538,15537,15344,15338,15336,15323,15320,15934,15327,15325,15324,15335,15355);
|
||||
INSERT INTO `creature_template_resistance` (`CreatureID`, `School`, `Resistance`, `VerifiedBuild`) VALUES
|
||||
(15339, 6, 1000, 0),
|
||||
(15340, 2, 155, 0),
|
||||
(15340, 3, 155, 0),
|
||||
(15340, 4, 155, 0),
|
||||
(15340, 5, 155, 0),
|
||||
(15340, 6, 155, 0),
|
||||
(15369, 2, 135, 0),
|
||||
(15369, 3, 135, 0),
|
||||
(15369, 4, 135, 0),
|
||||
(15369, 5, 135, 0),
|
||||
(15369, 6, 135, 0),
|
||||
(15370, 2, 135, 0),
|
||||
(15370, 3, 135, 0),
|
||||
(15370, 4, 135, 0),
|
||||
(15370, 5, 135, 0),
|
||||
(15370, 6, 135, 0),
|
||||
(15341, 2, 135, 0),
|
||||
(15341, 3, 135, 0),
|
||||
(15341, 4, 135, 0),
|
||||
(15341, 5, 135, 0),
|
||||
(15341, 6, 135, 0),
|
||||
(15348, 2, 115, 0),
|
||||
(15348, 3, 115, 0),
|
||||
(15348, 4, 115, 0),
|
||||
(15348, 5, 115, 0),
|
||||
(15348, 6, 115, 0),
|
||||
(15343, 2, 135, 0),
|
||||
(15343, 3, 135, 0),
|
||||
(15343, 4, 135, 0),
|
||||
(15343, 5, 135, 0),
|
||||
(15343, 6, 135, 0),
|
||||
(15388, 2, 115, 0),
|
||||
(15388, 3, 115, 0),
|
||||
(15388, 4, 115, 0),
|
||||
(15388, 5, 115, 0),
|
||||
(15388, 6, 115, 0),
|
||||
(15385, 2, 135, 0),
|
||||
(15385, 3, 135, 0),
|
||||
(15385, 4, 135, 0),
|
||||
(15385, 5, 135, 0),
|
||||
(15385, 6, 135, 0),
|
||||
(15386, 2, 135, 0),
|
||||
(15386, 3, 135, 0),
|
||||
(15386, 4, 135, 0),
|
||||
(15386, 5, 135, 0),
|
||||
(15386, 6, 135, 0),
|
||||
(15390, 2, 115, 0),
|
||||
(15390, 3, 115, 0),
|
||||
(15390, 4, 115, 0),
|
||||
(15390, 5, 115, 0),
|
||||
(15390, 6, 115, 0),
|
||||
(15389, 2, 115, 0),
|
||||
(15389, 3, 115, 0),
|
||||
(15389, 4, 115, 0),
|
||||
(15389, 5, 115, 0),
|
||||
(15389, 6, 115, 0),
|
||||
(15392, 2, 115, 0),
|
||||
(15392, 3, 115, 0),
|
||||
(15392, 4, 115, 0),
|
||||
(15392, 5, 115, 0),
|
||||
(15392, 6, 115, 0),
|
||||
(15391, 2, 115, 0),
|
||||
(15391, 3, 115, 0),
|
||||
(15391, 4, 115, 0),
|
||||
(15391, 5, 115, 0),
|
||||
(15391, 6, 155, 0),
|
||||
(15538, 2, 115, 0),
|
||||
(15538, 3, 115, 0),
|
||||
(15538, 4, 115, 0),
|
||||
(15538, 5, 115, 0),
|
||||
(15538, 6, 115, 0),
|
||||
(15537, 2, 75, 0),
|
||||
(15537, 3, 75, 0),
|
||||
(15537, 4, 75, 0),
|
||||
(15537, 5, 75, 0),
|
||||
(15537, 6, 75, 0),
|
||||
(15344, 2, 95, 0),
|
||||
(15344, 3, 95, 0),
|
||||
(15344, 4, 95, 0),
|
||||
(15344, 5, 95, 0),
|
||||
(15344, 6, 95, 0),
|
||||
(15338, 2, 135, 0),
|
||||
(15338, 3, 135, 0),
|
||||
(15338, 4, 135, 0),
|
||||
(15338, 5, 135, 0),
|
||||
(15338, 6, 135, 0),
|
||||
(15336, 2, 5, 0),
|
||||
(15336, 3, 5, 0),
|
||||
(15336, 4, 5, 0),
|
||||
(15336, 5, 5, 0),
|
||||
(15336, 6, 5, 0),
|
||||
(15323, 2, 5, 0),
|
||||
(15323, 3, 5, 0),
|
||||
(15323, 4, 5, 0),
|
||||
(15323, 5, 5, 0),
|
||||
(15323, 6, 5, 0),
|
||||
(15320, 2, 5, 0),
|
||||
(15320, 3, 5, 0),
|
||||
(15320, 4, 5, 0),
|
||||
(15320, 5, 5, 0),
|
||||
(15320, 6, 5, 0),
|
||||
(15934, 2, 5, 0),
|
||||
(15934, 3, 5, 0),
|
||||
(15934, 4, 5, 0),
|
||||
(15934, 5, 5, 0),
|
||||
(15934, 6, 5, 0),
|
||||
(15327, 2, 5, 0),
|
||||
(15327, 3, 5, 0),
|
||||
(15327, 4, 5, 0),
|
||||
(15327, 5, 5, 0),
|
||||
(15327, 6, 5, 0),
|
||||
(15325, 2, 5, 0),
|
||||
(15325, 3, 5, 0),
|
||||
(15325, 4, 5, 0),
|
||||
(15325, 5, 5, 0),
|
||||
(15325, 6, 5, 0),
|
||||
(15324, 2, 115, 0),
|
||||
(15324, 3, 115, 0),
|
||||
(15324, 4, 115, 0),
|
||||
(15324, 5, 115, 0),
|
||||
(15324, 6, 115, 0),
|
||||
(15335, 2, 135, 0),
|
||||
(15335, 3, 135, 0),
|
||||
(15335, 4, 135, 0),
|
||||
(15335, 5, 135, 0),
|
||||
(15335, 6, 135, 0),
|
||||
(15355, 2, 135, 0),
|
||||
(15355, 3, 135, 0),
|
||||
(15355, 4, 135, 0),
|
||||
(15355, 5, 135, 0),
|
||||
(15355, 6, 135, 0);
|
||||
7
data/sql/archive/db_world/8.x/2022_09_08_02.sql
Normal file
7
data/sql/archive/db_world/8.x/2022_09_08_02.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_09_08_01 -> 2022_09_08_02
|
||||
--
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`=34024 AND `Item` BETWEEN 21281 AND 21283;
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES
|
||||
(34024, 21281, 0, 3, 'Grimoire of Shadow Bolt X'),
|
||||
(34024, 21282, 0, 3, 'Grimoire of Immolate VIII'),
|
||||
(34024, 21283, 0, 3, 'Grimoire of Corruption VII');
|
||||
2288
data/sql/archive/db_world/8.x/2022_09_13_00.sql
Normal file
2288
data/sql/archive/db_world/8.x/2022_09_13_00.sql
Normal file
File diff suppressed because it is too large
Load Diff
56
data/sql/archive/db_world/8.x/2022_09_13_01.sql
Normal file
56
data/sql/archive/db_world/8.x/2022_09_13_01.sql
Normal file
@@ -0,0 +1,56 @@
|
||||
-- DB update 2022_09_13_00 -> 2022_09_13_01
|
||||
--
|
||||
SET @NPC := 190247;
|
||||
SET @PATH := @NPC * 10;
|
||||
|
||||
DELETE FROM `creature` WHERE `guid`=190247;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `equipment_id`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES
|
||||
(@NPC, 5595, 0, 0, 0, 1, 1, -4552.39, -896.782, 628.633, 3.34483, 300, 0, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` = @NPC;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (@NPC, @PATH);
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` = @PATH;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
|
||||
(@PATH, 1, -4552.39, -896.782, 628.633, 0, 0),
|
||||
(@PATH, 2, -4571.39, -896.264, 651.567, 0, 0),
|
||||
(@PATH, 3, -4589.99, -901.846, 676.836, 0, 0),
|
||||
(@PATH, 4, -4610.82, -917.361, 706.62, 0, 0),
|
||||
(@PATH, 5, -4635.23, -928.682, 738.215, 0, 0),
|
||||
(@PATH, 6, -4652.98, -931.127, 758.215, 0, 0),
|
||||
(@PATH, 7, -4671.22, -939.369, 776.936, 0, 0),
|
||||
(@PATH, 8, -4693.6, -938.376, 787.811, 0, 0),
|
||||
(@PATH, 9, -4709.45, -932.536, 794.806, 0, 0),
|
||||
(@PATH, 10, -4736.27, -907.288, 796.935, 0, 0),
|
||||
(@PATH, 11, -4756.81, -896.912, 801.729, 0, 0),
|
||||
(@PATH, 12, -4777.11, -899.693, 814.528, 0, 0),
|
||||
(@PATH, 13, -4804.58, -902.562, 829.09, 0, 0),
|
||||
(@PATH, 14, -4824.69, -910.126, 830.965, 0, 0),
|
||||
(@PATH, 15, -4841.75, -924.793, 844.143, 0, 0),
|
||||
(@PATH, 16, -4852.96, -950.442, 845.615, 0, 0),
|
||||
(@PATH, 17, -4852.99, -981.269, 849.042, 0, 0),
|
||||
(@PATH, 18, -4845.49, -988.7, 858.542, 0, 0),
|
||||
(@PATH, 19, -4833.08, -986.989, 873.707, 0, 0),
|
||||
(@PATH, 20, -4825.01, -988.942, 880.082, 0, 0),
|
||||
(@PATH, 21, -4808.79, -991.839, 890.707, 0, 0),
|
||||
(@PATH, 22, -4801.89, -996.844, 893.207, 100, 3000),
|
||||
(@PATH, 23, -4808.79, -991.839, 890.707, 0, 0),
|
||||
(@PATH, 24, -4825.01, -988.942, 880.082, 0, 0),
|
||||
(@PATH, 25, -4833.08, -986.989, 873.707, 0, 0),
|
||||
(@PATH, 26, -4845.49, -988.7, 858.542, 0, 0),
|
||||
(@PATH, 27, -4852.99, -981.269, 849.042, 0, 0),
|
||||
(@PATH, 28, -4852.96, -950.442, 845.615, 0, 0),
|
||||
(@PATH, 29, -4841.75, -924.793, 844.143, 0, 0),
|
||||
(@PATH, 30, -4824.69, -910.126, 830.965, 0, 0),
|
||||
(@PATH, 31, -4804.58, -902.562, 829.09, 0, 0),
|
||||
(@PATH, 32, -4777.11, -899.693, 814.528, 0, 0),
|
||||
(@PATH, 33, -4756.81, -896.912, 801.729, 0, 0),
|
||||
(@PATH, 34, -4736.27, -907.288, 796.935, 0, 0),
|
||||
(@PATH, 35, -4709.45, -932.536, 794.806, 0, 0),
|
||||
(@PATH, 36, -4693.6, -938.376, 787.811, 0, 0),
|
||||
(@PATH, 37, -4671.22, -939.369, 776.936, 0, 0),
|
||||
(@PATH, 38, -4652.98, -931.127, 758.215, 0, 0),
|
||||
(@PATH, 39, -4635.23, -928.682, 738.215, 0, 0),
|
||||
(@PATH, 40, -4610.82, -917.361, 706.62, 0, 0),
|
||||
(@PATH, 41, -4589.99, -901.846, 676.836, 0, 0),
|
||||
(@PATH, 42, -4571.39, -896.264, 651.567, 0, 0);
|
||||
24
data/sql/archive/db_world/8.x/2022_09_13_02.sql
Normal file
24
data/sql/archive/db_world/8.x/2022_09_13_02.sql
Normal file
@@ -0,0 +1,24 @@
|
||||
-- DB update 2022_09_13_01 -> 2022_09_13_02
|
||||
--
|
||||
SET @GOSSIP_MENU_ID1 := 6560; /* Hive'Ashi Glyphed Crystal */
|
||||
SET @GOSSIP_MENU_ID2 := 6561; /* Hive'Regal Glyphed Crystal */
|
||||
SET @GOSSIP_MENU_ID3 := 6559; /* Hive'Zora Glyphed Crystal */
|
||||
|
||||
SET @QUEST_ID := 8309; /* Glyph Chasing */
|
||||
|
||||
SET @RUBBING_KIT := 20453;
|
||||
SET @ITEM_ID1 := 20455; /* Hive'Ashi Rubbing */
|
||||
SET @ITEM_ID2 := 20456; /* Hive'Regal Rubbing */
|
||||
SET @ITEM_ID3 := 20454; /* Hive'Zora Rubbing */
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (@GOSSIP_MENU_ID1, @GOSSIP_MENU_ID2, @GOSSIP_MENU_ID3);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(15, @GOSSIP_MENU_ID1, 0, 0, 0, 9, 0, @QUEST_ID, 0, 0, 0, 0, '', 'Requires Quest Taken'),
|
||||
(15, @GOSSIP_MENU_ID1, 0, 0, 0, 2, 0, @ITEM_ID1, 1, 0, 1, 0, '', 'Requires Missing Item'),
|
||||
(15, @GOSSIP_MENU_ID1, 0, 0, 0, 2, 0, @RUBBING_KIT, 1, 0, 0, 0, '', 'Requires Item'),
|
||||
(15, @GOSSIP_MENU_ID2, 0, 0, 0, 9, 0, @QUEST_ID, 0, 0, 0, 0, '', 'Requires Quest Taken'),
|
||||
(15, @GOSSIP_MENU_ID2, 0, 0, 0, 2, 0, @ITEM_ID2, 1, 0, 1, 0, '', 'Requires Missing Item'),
|
||||
(15, @GOSSIP_MENU_ID2, 0, 0, 0, 2, 0, @RUBBING_KIT, 1, 0, 0, 0, '', 'Requires Item'),
|
||||
(15, @GOSSIP_MENU_ID3, 0, 0, 0, 9, 0, @QUEST_ID, 0, 0, 0, 0, '', 'Requires Quest Taken'),
|
||||
(15, @GOSSIP_MENU_ID3, 0, 0, 0, 2, 0, @ITEM_ID3, 1, 0, 1, 0, '', 'Requires Missing Item'),
|
||||
(15, @GOSSIP_MENU_ID3, 0, 0, 0, 2, 0, @RUBBING_KIT, 1, 0, 0, 0, '', 'Requires Item');
|
||||
3
data/sql/archive/db_world/8.x/2022_09_13_03.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_13_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_13_02 -> 2022_09_13_03
|
||||
--
|
||||
UPDATE `spell_proc_event` SET `SpellFamilyName`=11, `procFlags`=65536 WHERE `entry`=26119;
|
||||
5
data/sql/archive/db_world/8.x/2022_09_14_00.sql
Normal file
5
data/sql/archive/db_world/8.x/2022_09_14_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_09_13_03 -> 2022_09_14_00
|
||||
--
|
||||
UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry`=-16256;
|
||||
UPDATE `spell_proc_event` SET `Cooldown`=500 WHERE `entry`=-16257;
|
||||
|
||||
8
data/sql/archive/db_world/8.x/2022_09_14_01.sql
Normal file
8
data/sql/archive/db_world/8.x/2022_09_14_01.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_09_14_00 -> 2022_09_14_01
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 12256;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 12256);
|
||||
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
|
||||
(12256, 0, 0, 1, 8, 0, 100, 512, 19250, 0, 120000, 120000, 0, 33, 12247, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Detonation - On Spellhit - Kill Credit'),
|
||||
(12256, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 41, 0, 120, 0, 0, 0, 0, 20, 177668, 0, 0, 0, 0, 0, 0, 0, 'Mark of Detonation - On Spellhit - Despawn Mark of Detonation');
|
||||
10
data/sql/archive/db_world/8.x/2022_09_14_02.sql
Normal file
10
data/sql/archive/db_world/8.x/2022_09_14_02.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2022_09_14_01 -> 2022_09_14_02
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_obsidian_eradicator', `AiName`='' WHERE `entry`=15262;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15262 AND `source_type`=0;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=25671;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(25671,'spell_drain_mana');
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags2`=0 WHERE `entry`=15262;
|
||||
9
data/sql/archive/db_world/8.x/2022_09_14_03.sql
Normal file
9
data/sql/archive/db_world/8.x/2022_09_14_03.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2022_09_14_02 -> 2022_09_14_03
|
||||
--
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 15738 AND `quest` = 8815;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(15738, 8815);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `id` = 15738 AND `quest` = 8832;
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(15738, 8832);
|
||||
4
data/sql/archive/db_world/8.x/2022_09_14_04.sql
Normal file
4
data/sql/archive/db_world/8.x/2022_09_14_04.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_09_14_03 -> 2022_09_14_04
|
||||
--
|
||||
UPDATE `creature_template` SET `AiName`='', `ScriptName`='npc_anubisath_warder' WHERE `entry`=15311;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15311 AND `source_type`=0;
|
||||
3
data/sql/archive/db_world/8.x/2022_09_14_05.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_14_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_14_04 -> 2022_09_14_05
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_vekniss_stinger' WHERE `entry`=15235;
|
||||
17
data/sql/archive/db_world/8.x/2022_09_15_00.sql
Normal file
17
data/sql/archive/db_world/8.x/2022_09_15_00.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
-- DB update 2022_09_14_05 -> 2022_09_15_00
|
||||
-- Pathing for Razorspine Entry: 23841
|
||||
SET @NPC := 39309;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-2667.589,`position_y`=-4017.5479,`position_z`=1.7994823 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2667.589,-4017.5479,1.7994823,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-2682.1023,-4013.1038,7.623457,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-2701.14,-4009.6328,17.22806,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-2722.923,-4008.8137,29.876986,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-2737.096,-4004.9934,33.11826,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-2722.923,-4008.8137,29.876986,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-2701.14,-4009.6328,17.22806,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-2682.1023,-4013.1038,7.623457,NULL,0,0,0,100,0);
|
||||
148
data/sql/archive/db_world/8.x/2022_09_15_01.sql
Normal file
148
data/sql/archive/db_world/8.x/2022_09_15_01.sql
Normal file
@@ -0,0 +1,148 @@
|
||||
-- DB update 2022_09_15_00 -> 2022_09_15_01
|
||||
-- Replace Pathing for Simone the Inconspicuous Entry: 14527 "Replace 347 points with correct 138 points"
|
||||
SET @NPC := 24439;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-7134.7847,`position_y`=-630.74493,`position_z`=-267.7975 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH * 10;
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-7134.7847,-630.74493,-267.7975,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-7112.881,-631.37476,-271.91296,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-7074.8813,-605.44464,-270.17688,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-7054.3345,-620.15985,-271.81717,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-7021.897,-642.62115,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-7002.4976,-673.55975,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-6990.5757,-697.3798,-269.27484,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-6979.525,-745.5412,-265.89474,NULL,0,0,0,100,0),
|
||||
(@PATH,9,-6988.725,-773.3251,-269.71436,NULL,0,0,0,100,0),
|
||||
(@PATH,10,-7016.588,-807.87726,-271.42642,NULL,0,0,0,100,0),
|
||||
(@PATH,11,-7059.4795,-813.66675,-271.27228,NULL,0,0,0,100,0),
|
||||
(@PATH,12,-7071.4243,-846.7138,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,13,-7087.3223,-863.11597,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,14,-7112.989,-884.3573,-271.5253,NULL,0,0,0,100,0),
|
||||
(@PATH,15,-7150.9155,-892.54047,-270.88208,NULL,0,0,0,100,0),
|
||||
(@PATH,16,-7178.579,-886.7773,-271.8714,NULL,0,0,0,100,0),
|
||||
(@PATH,17,-7213.6143,-880.81396,-271.18903,NULL,0,0,0,100,0),
|
||||
(@PATH,18,-7247.299,-904.3297,-272.2189,NULL,0,0,0,100,0),
|
||||
(@PATH,19,-7288.475,-923.52765,-269.70987,NULL,0,0,0,100,0),
|
||||
(@PATH,20,-7321.972,-926.8383,-270.27194,NULL,0,0,0,100,0),
|
||||
(@PATH,21,-7355.6616,-955.1081,-271.30902,NULL,0,0,0,100,0),
|
||||
(@PATH,22,-7375.56,-987.6084,-271.52667,NULL,0,0,0,100,0),
|
||||
(@PATH,23,-7380.3325,-1001.1614,-271.47223,NULL,0,0,0,100,0),
|
||||
(@PATH,24,-7385.1216,-1031.2078,-271.74933,NULL,0,0,0,100,0),
|
||||
(@PATH,25,-7405.0635,-1054.3894,-270.33633,NULL,0,0,0,100,0),
|
||||
(@PATH,26,-7439.9907,-1089.5543,-270.53452,NULL,0,0,0,100,0),
|
||||
(@PATH,27,-7466.9673,-1125.9111,-271.43692,NULL,0,0,0,100,0),
|
||||
(@PATH,28,-7495.157,-1158.4603,-269.4523,NULL,0,0,0,100,0),
|
||||
(@PATH,29,-7516.9517,-1177.9064,-271.38983,NULL,0,0,0,100,0),
|
||||
(@PATH,30,-7513.4863,-1215.7516,-271.1416,NULL,0,0,0,100,0),
|
||||
(@PATH,31,-7503.577,-1250.8982,-269.47784,NULL,0,0,0,100,0),
|
||||
(@PATH,32,-7514.725,-1283.8434,-271.59552,NULL,0,0,0,100,0),
|
||||
(@PATH,33,-7547.4697,-1312.8674,-271.15323,NULL,0,0,0,100,0),
|
||||
(@PATH,34,-7567.815,-1341.8278,-271.92902,NULL,0,0,0,100,0),
|
||||
(@PATH,35,-7602.6797,-1358.1893,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,36,-7645.7256,-1381.2828,-269.63596,NULL,0,0,0,100,0),
|
||||
(@PATH,37,-7675.2725,-1405.7223,-270.64542,NULL,0,0,0,100,0),
|
||||
(@PATH,38,-7708.078,-1419.9424,-269.488,NULL,0,0,0,100,0),
|
||||
(@PATH,39,-7741.526,-1420.2039,-271.72223,NULL,0,0,0,100,0),
|
||||
(@PATH,40,-7787.6704,-1425.8127,-270.68732,NULL,0,0,0,100,0),
|
||||
(@PATH,41,-7814.452,-1395.7693,-270.8106,NULL,0,0,0,100,0),
|
||||
(@PATH,42,-7831.7734,-1374.3108,-271.9671,NULL,0,0,0,100,0),
|
||||
(@PATH,43,-7858.1973,-1358.1388,-272.14966,NULL,0,0,0,100,0),
|
||||
(@PATH,44,-7863.499,-1334.1305,-273.44678,NULL,0,0,0,100,0),
|
||||
(@PATH,45,-7869.133,-1288.7773,-271.85422,NULL,0,0,0,100,0),
|
||||
(@PATH,46,-7876.066,-1254.8944,-270.12402,NULL,0,0,0,100,0),
|
||||
(@PATH,47,-7908.994,-1234.9504,-268.24835,NULL,0,0,0,100,0),
|
||||
(@PATH,48,-7941.7363,-1239.0117,-271.4183,NULL,0,0,0,100,0),
|
||||
(@PATH,49,-7988.922,-1240.2358,-268.86972,NULL,0,0,0,100,0),
|
||||
(@PATH,50,-8010.9375,-1227.1108,-271.56824,NULL,0,0,0,100,0),
|
||||
(@PATH,51,-8025.8813,-1189.5878,-271.56995,NULL,0,0,0,100,0),
|
||||
(@PATH,52,-8015.186,-1152.5828,-269.4848,NULL,0,0,0,100,0),
|
||||
(@PATH,53,-8012.1313,-1111.9603,-269.59982,NULL,0,0,0,100,0),
|
||||
(@PATH,54,-8028.683,-1079.0793,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,55,-8040.113,-1033.2528,-270.04434,NULL,0,0,0,100,0),
|
||||
(@PATH,56,-8028.7397,-998.02606,-271.79742,NULL,0,0,0,100,0),
|
||||
(@PATH,57,-8024.5713,-961.2599,-272.4751,NULL,0,0,0,100,0),
|
||||
(@PATH,58,-8023.259,-928.99884,-271.43112,NULL,0,0,0,100,0),
|
||||
(@PATH,59,-7997.295,-890.99414,-270.72998,NULL,0,0,0,100,0),
|
||||
(@PATH,60,-7962.9575,-880.5515,-271.6837,NULL,0,0,0,100,0),
|
||||
(@PATH,61,-7929.8647,-875.35187,-273.14883,NULL,0,0,0,100,0),
|
||||
(@PATH,62,-7893.059,-872.51105,-269.61176,NULL,0,0,0,100,0),
|
||||
(@PATH,63,-7858.724,-872.86163,-267.2743,NULL,0,0,0,100,0),
|
||||
(@PATH,64,-7825.4307,-876.4685,-264.55084,NULL,0,0,0,100,0),
|
||||
(@PATH,65,-7792.8794,-878.449,-267.72003,NULL,0,0,0,100,0),
|
||||
(@PATH,66,-7756.059,-882.2704,-271.15253,NULL,0,0,0,100,0),
|
||||
(@PATH,67,-7721.0957,-885.8583,-271.75806,NULL,0,0,0,100,0),
|
||||
(@PATH,68,-7687.2944,-891.8414,-269.67856,NULL,0,0,0,100,0),
|
||||
(@PATH,69,-7659.546,-899.9168,-270.8618,NULL,0,0,0,100,0),
|
||||
(@PATH,70,-7624.8525,-907.3125,-268.2148,NULL,0,0,0,100,0),
|
||||
(@PATH,71,-7659.546,-899.9168,-270.8618,NULL,0,0,0,100,0),
|
||||
(@PATH,72,-7687.2944,-891.8414,-269.67856,NULL,0,0,0,100,0),
|
||||
(@PATH,73,-7721.0957,-885.8583,-271.75806,NULL,0,0,0,100,0),
|
||||
(@PATH,74,-7756.059,-882.2704,-271.15253,NULL,0,0,0,100,0),
|
||||
(@PATH,75,-7792.842,-878.43945,-267.61237,NULL,0,0,0,100,0),
|
||||
(@PATH,76,-7825.4307,-876.4685,-264.55084,NULL,0,0,0,100,0),
|
||||
(@PATH,77,-7858.724,-872.86163,-267.2743,NULL,0,0,0,100,0),
|
||||
(@PATH,78,-7893.059,-872.51105,-269.61176,NULL,0,0,0,100,0),
|
||||
(@PATH,79,-7929.8647,-875.35187,-273.14883,NULL,0,0,0,100,0),
|
||||
(@PATH,80,-7962.9575,-880.5515,-271.6837,NULL,0,0,0,100,0),
|
||||
(@PATH,81,-7997.297,-891.0057,-270.69116,NULL,0,0,0,100,0),
|
||||
(@PATH,82,-8023.2617,-929.00977,-271.40988,NULL,0,0,0,100,0),
|
||||
(@PATH,83,-8024.5713,-961.2599,-272.4751,NULL,0,0,0,100,0),
|
||||
(@PATH,84,-8028.7397,-998.02606,-271.79742,NULL,0,0,0,100,0),
|
||||
(@PATH,85,-8040.113,-1033.2528,-270.04434,NULL,0,0,0,100,0),
|
||||
(@PATH,86,-8028.683,-1079.0793,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,87,-8012.1313,-1111.9603,-269.59982,NULL,0,0,0,100,0),
|
||||
(@PATH,88,-8015.186,-1152.5828,-269.4848,NULL,0,0,0,100,0),
|
||||
(@PATH,89,-8025.8813,-1189.5878,-271.56995,NULL,0,0,0,100,0),
|
||||
(@PATH,90,-8010.9375,-1227.1108,-271.56824,NULL,0,0,0,100,0),
|
||||
(@PATH,91,-7988.922,-1240.2358,-268.86972,NULL,0,0,0,100,0),
|
||||
(@PATH,92,-7941.922,-1238.9512,-271.4183,NULL,0,0,0,100,0),
|
||||
(@PATH,93,-7908.994,-1234.9504,-268.24835,NULL,0,0,0,100,0),
|
||||
(@PATH,94,-7876.066,-1254.8944,-270.12402,NULL,0,0,0,100,0),
|
||||
(@PATH,95,-7869.133,-1288.7773,-271.85422,NULL,0,0,0,100,0),
|
||||
(@PATH,96,-7863.499,-1334.1305,-273.44678,NULL,0,0,0,100,0),
|
||||
(@PATH,97,-7858.1973,-1358.1388,-272.14966,NULL,0,0,0,100,0),
|
||||
(@PATH,98,-7831.7734,-1374.3108,-271.9671,NULL,0,0,0,100,0),
|
||||
(@PATH,99,-7814.452,-1395.7693,-270.8106,NULL,0,0,0,100,0),
|
||||
(@PATH,100,-7787.6704,-1425.8127,-270.68732,NULL,0,0,0,100,0),
|
||||
(@PATH,101,-7741.526,-1420.2039,-271.72223,NULL,0,0,0,100,0),
|
||||
(@PATH,102,-7708.078,-1419.9424,-269.488,NULL,0,0,0,100,0),
|
||||
(@PATH,103,-7675.2725,-1405.7223,-270.64542,NULL,0,0,0,100,0),
|
||||
(@PATH,104,-7645.7256,-1381.2828,-269.63596,NULL,0,0,0,100,0),
|
||||
(@PATH,105,-7602.6797,-1358.1893,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,106,-7567.815,-1341.8278,-271.92902,NULL,0,0,0,100,0),
|
||||
(@PATH,107,-7547.4697,-1312.8674,-271.15323,NULL,0,0,0,100,0),
|
||||
(@PATH,108,-7514.725,-1283.8434,-271.59552,NULL,0,0,0,100,0),
|
||||
(@PATH,109,-7503.577,-1250.8982,-269.47784,NULL,0,0,0,100,0),
|
||||
(@PATH,110,-7513.4863,-1215.7516,-271.1416,NULL,0,0,0,100,0),
|
||||
(@PATH,111,-7516.9746,-1177.9004,-271.4909,NULL,0,0,0,100,0),
|
||||
(@PATH,112,-7495.157,-1158.4603,-269.4523,NULL,0,0,0,100,0),
|
||||
(@PATH,113,-7466.9673,-1125.9111,-271.43692,NULL,0,0,0,100,0),
|
||||
(@PATH,114,-7439.9907,-1089.5543,-270.53452,NULL,0,0,0,100,0),
|
||||
(@PATH,115,-7405.0635,-1054.3894,-270.33633,NULL,0,0,0,100,0),
|
||||
(@PATH,116,-7385.1216,-1031.2078,-271.74933,NULL,0,0,0,100,0),
|
||||
(@PATH,117,-7380.3325,-1001.1614,-271.47223,NULL,0,0,0,100,0),
|
||||
(@PATH,118,-7375.56,-987.6084,-271.52667,NULL,0,0,0,100,0),
|
||||
(@PATH,119,-7355.6616,-955.1081,-271.30902,NULL,0,0,0,100,0),
|
||||
(@PATH,120,-7321.972,-926.8383,-270.27194,NULL,0,0,0,100,0),
|
||||
(@PATH,121,-7288.475,-923.52765,-269.70987,NULL,0,0,0,100,0),
|
||||
(@PATH,122,-7247.299,-904.3297,-272.2189,NULL,0,0,0,100,0),
|
||||
(@PATH,123,-7213.666,-880.8672,-271.22223,NULL,0,0,0,100,0),
|
||||
(@PATH,124,-7178.579,-886.7773,-271.8714,NULL,0,0,0,100,0),
|
||||
(@PATH,125,-7150.9155,-892.54047,-270.88208,NULL,0,0,0,100,0),
|
||||
(@PATH,126,-7112.989,-884.3573,-271.5253,NULL,0,0,0,100,0),
|
||||
(@PATH,127,-7087.3223,-863.11597,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,128,-7071.4243,-846.7138,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,129,-7059.4795,-813.66675,-271.27228,NULL,0,0,0,100,0),
|
||||
(@PATH,130,-7016.588,-807.87726,-271.42642,NULL,0,0,0,100,0),
|
||||
(@PATH,131,-6988.725,-773.3251,-269.71436,NULL,0,0,0,100,0),
|
||||
(@PATH,132,-6979.525,-745.5412,-265.89474,NULL,0,0,0,100,0),
|
||||
(@PATH,133,-6990.5757,-697.3798,-269.27484,NULL,0,0,0,100,0),
|
||||
(@PATH,134,-7002.4976,-673.55975,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,135,-7021.897,-642.62115,-272.09723,NULL,0,0,0,100,0),
|
||||
(@PATH,136,-7054.3345,-620.15985,-271.81717,NULL,0,0,0,100,0),
|
||||
(@PATH,137,-7074.8813,-605.44464,-270.17688,NULL,0,0,0,100,0),
|
||||
(@PATH,138,-7112.881,-631.37476,-271.91296,NULL,0,0,0,100,0);
|
||||
818
data/sql/archive/db_world/8.x/2022_09_17_00.sql
Normal file
818
data/sql/archive/db_world/8.x/2022_09_17_00.sql
Normal file
@@ -0,0 +1,818 @@
|
||||
-- DB update 2022_09_15_01 -> 2022_09_17_00
|
||||
--
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (
|
||||
116, /* Mage - Frost Bolt */
|
||||
120, /* Mage - Cone of Cold */
|
||||
122, /* Mage - Frost Nova */
|
||||
133, /* Mage - Fire ball */
|
||||
139, /* Priest - Renew */
|
||||
143, /* Mage - Fire ball */
|
||||
145, /* Mage - Fire ball */
|
||||
172, /* Warlock - Corruption */
|
||||
205, /* Mage - Frost Bolt */
|
||||
331, /* Shaman - Healing Wave */
|
||||
332, /* Shaman - Healing Wave */
|
||||
339, /* Druid - Entangling Roots */
|
||||
348, /* Warlock - Immolate */
|
||||
403, /* Shaman - Lightning Bolt */
|
||||
421, /* Shaman - Chain Lightning */
|
||||
529, /* Shaman - Lightning Bolt */
|
||||
547, /* Shaman - Healing Wave */
|
||||
548, /* Shaman - Lightning Bolt */
|
||||
585, /* Priest - Smite */
|
||||
591, /* Priest - Smite */
|
||||
596, /* Priest - Prayer of Healing */
|
||||
598, /* Priest - Smite */
|
||||
603, /* Warlock - Curse of Doom */
|
||||
635, /* Paladin - Holy Light */
|
||||
639, /* Paladin - Holy Light */
|
||||
647, /* Paladin - Holy Light */
|
||||
686, /* Warlock - Shadow Bolt */
|
||||
689, /* Warlock - Drain Life */
|
||||
695, /* Warlock - Shadow Bolt */
|
||||
699, /* Warlock - Drain Life */
|
||||
705, /* Warlock - Shadow Bolt */
|
||||
707, /* Warlock - Immolate */
|
||||
709, /* Warlock - Drain Life */
|
||||
755, /* Warlock - Health Funnel */
|
||||
774, /* Druid - Rejuvenation */
|
||||
837, /* Mage - Frost Bolt */
|
||||
865, /* Mage - Frost Nova */
|
||||
879, /* Paladin - Exorcism */
|
||||
913, /* Shaman - Healing Wave */
|
||||
915, /* Shaman - Lightning Bolt */
|
||||
930, /* Shaman - Chain Lightning */
|
||||
939, /* Shaman - Healing Wave */
|
||||
943, /* Shaman - Lightning Bolt */
|
||||
959, /* Shaman - Healing Wave */
|
||||
980, /* Warlock - Curse of Agony */
|
||||
984, /* Priest - Smite */
|
||||
996, /* Priest - Prayer of Healing */
|
||||
1004, /* Priest - Smite */
|
||||
1014, /* Warlock - Curse of Agony */
|
||||
1026, /* Paladin - Holy Light */
|
||||
1042, /* Paladin - Holy Light */
|
||||
1058, /* Druid - Rejuvenation */
|
||||
1062, /* Druid - Entangling Roots */
|
||||
1064, /* Shaman - Chain Heal */
|
||||
1088, /* Warlock - Shadow Bolt */
|
||||
1094, /* Warlock - Immolate */
|
||||
1106, /* Warlock - Shadow Bolt */
|
||||
1120, /* Warlock - Drain Soul */
|
||||
1430, /* Druid - Rejuvenation */
|
||||
1449, /* Mage - Arcane Explosion */
|
||||
1949, /* Warlock - Hellfire */
|
||||
2050, /* Priest - Lesser Heal */
|
||||
2052, /* Priest - Lesser Heal */
|
||||
2053, /* Priest - Lesser Heal */
|
||||
2054, /* Priest - Heal */
|
||||
2055, /* Priest - Heal */
|
||||
2060, /* Priest - Greater Heal */
|
||||
2061, /* Priest - Flash Heal */
|
||||
2090, /* Druid - Rejuvenation */
|
||||
2091, /* Druid - Rejuvenation */
|
||||
2120, /* Mage - Flamestrike */
|
||||
2121, /* Mage - Flamestrike */
|
||||
2136, /* Mage - Fire Blast */
|
||||
2137, /* Mage - Fire Blast */
|
||||
2138, /* Mage - Fire Blast */
|
||||
2812, /* Paladin - Holy Wrath */
|
||||
2860, /* Shaman - Chain Lightning */
|
||||
2941, /* Warlock - Immolate */
|
||||
2944, /* Priest - Devouring Plague */
|
||||
2948, /* Mage - Scorch */
|
||||
3110, /* Pet Warlock - Firebolt */
|
||||
3140, /* Mage - Fire ball */
|
||||
3472, /* Paladin - Holy Light */
|
||||
3606, /* Shaman - Searing Totem Attack Rank 1 */
|
||||
3627, /* Druid - Rejuvenation */
|
||||
3674, /* Hunter - Black Arrow($RAP*0.1 / number of ticks) */
|
||||
3698, /* Warlock - Health Funnel */
|
||||
3699, /* Warlock - Health Funnel */
|
||||
3700, /* Warlock - Health Funnel */
|
||||
5176, /* Druid - Wrath */
|
||||
5177, /* Druid - Wrath */
|
||||
5178, /* Druid - Wrath */
|
||||
5179, /* Druid - Wrath */
|
||||
5180, /* Druid - Wrath */
|
||||
5185, /* Druid - Healing Touch */
|
||||
5186, /* Druid - Healing Touch */
|
||||
5187, /* Druid - Healing Touch */
|
||||
5188, /* Druid - Healing Touch */
|
||||
5189, /* Druid - Healing Touch */
|
||||
5195, /* Druid - Entangling Roots */
|
||||
5196, /* Druid - Entangling Roots */
|
||||
5570, /* Druid - Insect Swarm */
|
||||
5614, /* Paladin - Exorcism */
|
||||
5615, /* Paladin - Exorcism */
|
||||
5676, /* Warlock - Searing Pain */
|
||||
5857, /* Warlock - Hellfire Effect on Enemy Rank 1 */
|
||||
6041, /* Shaman - Lightning Bolt */
|
||||
6060, /* Priest - Smite */
|
||||
6063, /* Priest - Heal */
|
||||
6064, /* Priest - Heal */
|
||||
6074, /* Priest - Renew */
|
||||
6075, /* Priest - Renew */
|
||||
6076, /* Priest - Renew */
|
||||
6077, /* Priest - Renew */
|
||||
6078, /* Priest - Renew */
|
||||
6131, /* Mage - Frost Nova */
|
||||
6217, /* Warlock - Curse of Agony */
|
||||
6350, /* Shaman - Searing Totem Attack Rank 2 */
|
||||
6351, /* Shaman - Searing Totem Attack Rank 3 */
|
||||
6352, /* Shaman - Searing Totem Attack Rank 4 */
|
||||
6353, /* Warlock - Soul Fire */
|
||||
6778, /* Druid - Healing Touch */
|
||||
6780, /* Druid - Wrath */
|
||||
6789, /* Warlock - Death Coil */
|
||||
7268, /* Mage - Arcane Missiles */
|
||||
7269, /* Mage - Arcane Missiles */
|
||||
7270, /* Mage - Arcane Missiles */
|
||||
7294, /* Paladin - Retribution Aura */
|
||||
7322, /* Mage - Frost Bolt */
|
||||
7641, /* Warlock - Shadow Bolt */
|
||||
7651, /* Warlock - Drain Life */
|
||||
7799, /* Pet Warlock - Firebolt */
|
||||
7800, /* Pet Warlock - Firebolt */
|
||||
7801, /* Pet Warlock - Firebolt */
|
||||
7802, /* Pet Warlock - Firebolt */
|
||||
7814, /* Pet Warlock - Lash of Pain */
|
||||
7815, /* Pet Warlock - Lash of Pain */
|
||||
7816, /* Pet Warlock - Lash of Pain */
|
||||
8004, /* Shaman - Lesser Healing Wave */
|
||||
8005, /* Shaman - Healing Wave */
|
||||
8008, /* Shaman - Lesser Healing Wave */
|
||||
8010, /* Shaman - Lesser Healing Wave */
|
||||
8034, /* Shaman - Frostbrand Attack */
|
||||
8037, /* Shaman - Frostbrand Attack */
|
||||
8042, /* Shaman - Earth Shock */
|
||||
8044, /* Shaman - Earth Shock */
|
||||
8045, /* Shaman - Earth Shock */
|
||||
8046, /* Shaman - Earth Shock */
|
||||
8050, /* Shaman - Flame Shock */
|
||||
8052, /* Shaman - Flame Shock */
|
||||
8053, /* Shaman - Flame Shock */
|
||||
8056, /* Shaman - Frost Shock */
|
||||
8058, /* Shaman - Frost Shock */
|
||||
8092, /* Priest - Mind Blast */
|
||||
8102, /* Priest - Mind Blast */
|
||||
8103, /* Priest - Mind Blast */
|
||||
8104, /* Priest - Mind Blast */
|
||||
8105, /* Priest - Mind Blast */
|
||||
8106, /* Priest - Mind Blast */
|
||||
8187, /* Shaman - Magma totem trigger 1 */
|
||||
8288, /* Warlock - Drain Soul */
|
||||
8289, /* Warlock - Drain Soul */
|
||||
8349, /* Shaman - Fire Nova Totem */
|
||||
8406, /* Mage - Frost Bolt */
|
||||
8407, /* Mage - Frost Bolt */
|
||||
8408, /* Mage - Frost Bolt */
|
||||
8412, /* Mage - Fire Blast */
|
||||
8413, /* Mage - Fire Blast */
|
||||
8418, /* Mage - Arcane Missiles */
|
||||
8419, /* Mage - Arcane Missiles */
|
||||
8422, /* Mage - Flamestrike */
|
||||
8423, /* Mage - Flamestrike */
|
||||
8437, /* Mage - Arcane Explosion */
|
||||
8438, /* Mage - Arcane Explosion */
|
||||
8439, /* Mage - Arcane Explosion */
|
||||
8444, /* Mage - Scorch */
|
||||
8445, /* Mage - Scorch */
|
||||
8446, /* Mage - Scorch */
|
||||
8492, /* Mage - Cone of Cold */
|
||||
8502, /* Shaman - Fire Nova Totem */
|
||||
8503, /* Shaman - Fire Nova Totem */
|
||||
8903, /* Druid - Healing Touch */
|
||||
8905, /* Druid - Wrath */
|
||||
8910, /* Druid - Rejuvenation */
|
||||
8921, /* Druid - Moonfire */
|
||||
8924, /* Druid - Moonfire */
|
||||
8925, /* Druid - Moonfire */
|
||||
8926, /* Druid - Moonfire */
|
||||
8927, /* Druid - Moonfire */
|
||||
8928, /* Druid - Moonfire */
|
||||
8929, /* Druid - Moonfire */
|
||||
8936, /* Druid - Regrowth */
|
||||
8938, /* Druid - Regrowth */
|
||||
8939, /* Druid - Regrowth */
|
||||
8940, /* Druid - Regrowth */
|
||||
8941, /* Druid - Regrowth */
|
||||
9472, /* Priest - Flash Heal */
|
||||
9473, /* Priest - Flash Heal */
|
||||
9474, /* Priest - Flash Heal */
|
||||
9750, /* Druid - Regrowth */
|
||||
9758, /* Druid - Healing Touch */
|
||||
9833, /* Druid - Moonfire */
|
||||
9834, /* Druid - Moonfire */
|
||||
9835, /* Druid - Moonfire */
|
||||
9839, /* Druid - Rejuvenation */
|
||||
9840, /* Druid - Rejuvenation */
|
||||
9841, /* Druid - Rejuvenation */
|
||||
9852, /* Druid - Entangling Roots */
|
||||
9853, /* Druid - Entangling Roots */
|
||||
9856, /* Druid - Regrowth */
|
||||
9857, /* Druid - Regrowth */
|
||||
9858, /* Druid - Regrowth */
|
||||
9888, /* Druid - Healing Touch */
|
||||
9889, /* Druid - Healing Touch */
|
||||
9912, /* Druid - Wrath */
|
||||
10159, /* Mage - Cone of Cold */
|
||||
10160, /* Mage - Cone of Cold */
|
||||
10161, /* Mage - Cone of Cold */
|
||||
10179, /* Mage - Frost Bolt */
|
||||
10180, /* Mage - Frost Bolt */
|
||||
10181, /* Mage - Frost Bolt */
|
||||
10197, /* Mage - Fire Blast */
|
||||
10199, /* Mage - Fire Blast */
|
||||
10201, /* Mage - Arcane Explosion */
|
||||
10202, /* Mage - Arcane Explosion */
|
||||
10205, /* Mage - Scorch */
|
||||
10206, /* Mage - Scorch */
|
||||
10207, /* Mage - Scorch */
|
||||
10215, /* Mage - Flamestrike */
|
||||
10216, /* Mage - Flamestrike */
|
||||
10230, /* Mage - Frost Nova */
|
||||
10273, /* Mage - Arcane Missiles */
|
||||
10274, /* Mage - Arcane Missiles */
|
||||
10312, /* Paladin - Exorcism */
|
||||
10313, /* Paladin - Exorcism */
|
||||
10314, /* Paladin - Exorcism */
|
||||
10318, /* Paladin - Holy Wrath */
|
||||
10328, /* Paladin - Holy Light */
|
||||
10329, /* Paladin - Holy Light */
|
||||
10391, /* Shaman - Lightning Bolt */
|
||||
10392, /* Shaman - Lightning Bolt */
|
||||
10395, /* Shaman - Healing Wave */
|
||||
10396, /* Shaman - Healing Wave */
|
||||
10412, /* Shaman - Earth Shock */
|
||||
10413, /* Shaman - Earth Shock */
|
||||
10414, /* Shaman - Earth Shock */
|
||||
10435, /* Shaman - Searing Totem Attack Rank 5 */
|
||||
10436, /* Shaman - Searing Totem Attack Rank 6 */
|
||||
10447, /* Shaman - Flame Shock */
|
||||
10448, /* Shaman - Flame Shock */
|
||||
10458, /* Shaman - Frostbrand Attack */
|
||||
10466, /* Shaman - Lesser Healing Wave */
|
||||
10467, /* Shaman - Lesser Healing Wave */
|
||||
10468, /* Shaman - Lesser Healing Wave */
|
||||
10472, /* Shaman - Frost Shock */
|
||||
10473, /* Shaman - Frost Shock */
|
||||
10579, /* Shaman - Magma totem trigger 2 */
|
||||
10580, /* Shaman - Magma totem trigger 3 */
|
||||
10581, /* Shaman - Magma totem trigger 4 */
|
||||
10605, /* Shaman - Chain Lightning */
|
||||
10622, /* Shaman - Chain Heal */
|
||||
10623, /* Shaman - Chain Heal */
|
||||
10915, /* Priest - Flash Heal */
|
||||
10916, /* Priest - Flash Heal */
|
||||
10917, /* Priest - Flash Heal */
|
||||
10927, /* Priest - Renew */
|
||||
10928, /* Priest - Renew */
|
||||
10929, /* Priest - Renew */
|
||||
10933, /* Priest - Smite */
|
||||
10934, /* Priest - Smite */
|
||||
10945, /* Priest - Mind Blast */
|
||||
10946, /* Priest - Mind Blast */
|
||||
10947, /* Priest - Mind Blast */
|
||||
10960, /* Priest - Prayer of Healing */
|
||||
10961, /* Priest - Prayer of Healing */
|
||||
10963, /* Priest - Greater Heal */
|
||||
10964, /* Priest - Greater Heal */
|
||||
10965, /* Priest - Greater Heal */
|
||||
11113, /* Mage - Blast Wave */
|
||||
11306, /* Shaman - Fire Nova Totem */
|
||||
11307, /* Shaman - Fire Nova Totem */
|
||||
11366, /* Mage - Pyroblast */
|
||||
11659, /* Warlock - Shadow Bolt */
|
||||
11660, /* Warlock - Shadow Bolt */
|
||||
11661, /* Warlock - Shadow Bolt */
|
||||
11665, /* Warlock - Immolate */
|
||||
11667, /* Warlock - Immolate */
|
||||
11668, /* Warlock - Immolate */
|
||||
11675, /* Warlock - Drain Soul */
|
||||
11681, /* Warlock - Hellfire Effect on Enemy Rank 1 */
|
||||
11682, /* Warlock - Hellfire Effect on Enemy Rank 1 */
|
||||
11683, /* Warlock - Hellfire */
|
||||
11684, /* Warlock - Hellfire */
|
||||
11693, /* Warlock - Health Funnel */
|
||||
11694, /* Warlock - Health Funnel */
|
||||
11695, /* Warlock - Health Funnel */
|
||||
11699, /* Warlock - Drain Life */
|
||||
11700, /* Warlock - Drain Life */
|
||||
11711, /* Warlock - Curse of Agony */
|
||||
11712, /* Warlock - Curse of Agony */
|
||||
11713, /* Warlock - Curse of Agony */
|
||||
11762, /* Pet Warlock - Firebolt */
|
||||
11763, /* Pet Warlock - Firebolt */
|
||||
11778, /* Pet Warlock - Lash of Pain */
|
||||
11779, /* Pet Warlock - Lash of Pain */
|
||||
11780, /* Pet Warlock - Lash of Pain */
|
||||
12505, /* Mage - Pyroblast */
|
||||
12522, /* Mage - Pyroblast */
|
||||
12523, /* Mage - Pyroblast */
|
||||
12524, /* Mage - Pyroblast */
|
||||
12525, /* Mage - Pyroblast */
|
||||
12526, /* Mage - Pyroblast */
|
||||
13018, /* Mage - Blast Wave */
|
||||
13019, /* Mage - Blast Wave */
|
||||
13020, /* Mage - Blast Wave */
|
||||
13021, /* Mage - Blast Wave */
|
||||
13376, /* Pet Shaman - Fire Elemental Fire Shield */
|
||||
14914, /* Priest - Holy Fire */
|
||||
15207, /* Shaman - Lightning Bolt */
|
||||
15208, /* Shaman - Lightning Bolt */
|
||||
15237, /* Priest - Holy Nova Damage */
|
||||
15261, /* Priest - Holy Fire */
|
||||
15262, /* Priest - Holy Fire */
|
||||
15263, /* Priest - Holy Fire */
|
||||
15264, /* Priest - Holy Fire */
|
||||
15265, /* Priest - Holy Fire */
|
||||
15266, /* Priest - Holy Fire */
|
||||
15267, /* Priest - Holy Fire */
|
||||
15430, /* Priest - Holy Nova Damage */
|
||||
15431, /* Priest - Holy Nova Damage */
|
||||
16352, /* Shaman - Frostbrand Attack */
|
||||
16353, /* Shaman - Frostbrand Attack */
|
||||
17877, /* Warlock - Shadowburn */
|
||||
17919, /* Warlock - Searing Pain */
|
||||
17920, /* Warlock - Searing Pain */
|
||||
17921, /* Warlock - Searing Pain */
|
||||
17922, /* Warlock - Searing Pain */
|
||||
17923, /* Warlock - Searing Pain */
|
||||
17924, /* Warlock - Soul Fire */
|
||||
17925, /* Warlock - Death Coil */
|
||||
17926, /* Warlock - Death Coil */
|
||||
18809, /* Mage - Pyroblast */
|
||||
18867, /* Warlock - Shadowburn */
|
||||
18868, /* Warlock - Shadowburn */
|
||||
18869, /* Warlock - Shadowburn */
|
||||
18870, /* Warlock - Shadowburn */
|
||||
18871, /* Warlock - Shadowburn */
|
||||
19236, /* Priest - Desperate Prayer */
|
||||
19238, /* Priest - Desperate Prayer */
|
||||
19240, /* Priest - Desperate Prayer */
|
||||
19241, /* Priest - Desperate Prayer */
|
||||
19242, /* Priest - Desperate Prayer */
|
||||
19243, /* Priest - Desperate Prayer */
|
||||
19276, /* Priest - Devouring Plague */
|
||||
19277, /* Priest - Devouring Plague */
|
||||
19278, /* Priest - Devouring Plague */
|
||||
19279, /* Priest - Devouring Plague */
|
||||
19280, /* Priest - Devouring Plague */
|
||||
19750, /* Paladin - Flash of Light */
|
||||
19939, /* Paladin - Flash of Light */
|
||||
19940, /* Paladin - Flash of Light */
|
||||
19941, /* Paladin - Flash of Light */
|
||||
19942, /* Paladin - Flash of Light */
|
||||
19943, /* Paladin - Flash of Light */
|
||||
19970, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
19971, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
19972, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
19973, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
19974, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
19975, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
20116, /* Paladin - Consecration */
|
||||
20187, /* Paladin - Judgement of Righteousness */
|
||||
20922, /* Paladin - Consecration */
|
||||
20923, /* Paladin - Consecration */
|
||||
20924, /* Paladin - Consecration */
|
||||
20925, /* Paladin - Holy Shield */
|
||||
20927, /* Paladin - Holy Shield */
|
||||
20928, /* Paladin - Holy Shield */
|
||||
23455, /* Priest - Holy Nova Heal */
|
||||
23458, /* Priest - Holy Nova Heal */
|
||||
23459, /* Priest - Holy Nova Heal */
|
||||
24239, /* Paladin - Hammer of Wrath */
|
||||
24274, /* Paladin - Hammer of Wrath */
|
||||
24275, /* Paladin - Hammer of Wrath */
|
||||
24974, /* Druid - Insect Swarm */
|
||||
24975, /* Druid - Insect Swarm */
|
||||
24976, /* Druid - Insect Swarm */
|
||||
24977, /* Druid - Insect Swarm */
|
||||
25210, /* Priest - Greater Heal */
|
||||
25213, /* Priest - Greater Heal */
|
||||
25221, /* Priest - Renew */
|
||||
25222, /* Priest - Renew */
|
||||
25233, /* Priest - Flash Heal */
|
||||
25235, /* Priest - Flash Heal */
|
||||
25292, /* Paladin - Holy Light */
|
||||
25297, /* Druid - Healing Touch */
|
||||
25299, /* Druid - Rejuvenation */
|
||||
25304, /* Mage - Frost Bolt */
|
||||
25307, /* Warlock - Shadow Bolt */
|
||||
25308, /* Priest - Prayer of Healing */
|
||||
25309, /* Warlock - Immolate */
|
||||
25314, /* Priest - Greater Heal */
|
||||
25315, /* Priest - Renew */
|
||||
25316, /* Priest - Prayer of Healing */
|
||||
25329, /* Priest - Holy Nova Heal */
|
||||
25331, /* Priest - Holy Nova Damage */
|
||||
25346, /* Mage - Arcane Missiles */
|
||||
25357, /* Shaman - Healing Wave */
|
||||
25363, /* Priest - Smite */
|
||||
25364, /* Priest - Smite */
|
||||
25372, /* Priest - Mind Blast */
|
||||
25375, /* Priest - Mind Blast */
|
||||
25384, /* Priest - Holy Fire */
|
||||
25391, /* Shaman - Healing Wave */
|
||||
25396, /* Shaman - Healing Wave */
|
||||
25420, /* Shaman - Lesser Healing Wave */
|
||||
25422, /* Shaman - Chain Heal */
|
||||
25423, /* Shaman - Chain Heal */
|
||||
25437, /* Priest - Desperate Prayer */
|
||||
25439, /* Shaman - Chain Lightning */
|
||||
25442, /* Shaman - Chain Lightning */
|
||||
25448, /* Shaman - Lightning Bolt */
|
||||
25449, /* Shaman - Lightning Bolt */
|
||||
25454, /* Shaman - Earth Shock */
|
||||
25457, /* Shaman - Flame Shock */
|
||||
25464, /* Shaman - Frost Shock */
|
||||
25467, /* Priest - Devouring Plague */
|
||||
25501, /* Shaman - Frostbrand Attack */
|
||||
25530, /* Shaman - Searing Totem Attack Rank 7 */
|
||||
25535, /* Shaman - Fire Nova Totem */
|
||||
25537, /* Shaman - Fire Nova Totem */
|
||||
25550, /* Shaman - Magma totem trigger 5 */
|
||||
25902, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
25903, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
25911, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
25912, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
25913, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
25914, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
26363, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26364, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26365, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26366, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26367, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26369, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26370, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26371, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26372, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
26573, /* Paladin - Consecration */
|
||||
26978, /* Druid - Healing Touch */
|
||||
26979, /* Druid - Healing Touch */
|
||||
26980, /* Druid - Regrowth */
|
||||
26981, /* Druid - Rejuvenation */
|
||||
26982, /* Druid - Rejuvenation */
|
||||
26984, /* Druid - Wrath */
|
||||
26985, /* Druid - Wrath */
|
||||
26987, /* Druid - Moonfire */
|
||||
26988, /* Druid - Moonfire */
|
||||
26989, /* Druid - Entangling Roots */
|
||||
27010, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
27013, /* Druid - Insect Swarm */
|
||||
27071, /* Mage - Frost Bolt */
|
||||
27072, /* Mage - Frost Bolt */
|
||||
27073, /* Mage - Scorch */
|
||||
27074, /* Mage - Scorch */
|
||||
27076, /* Mage - Arcane Missiles */
|
||||
27078, /* Mage - Fire Blast */
|
||||
27079, /* Mage - Fire Blast */
|
||||
27080, /* Mage - Arcane Explosion */
|
||||
27082, /* Mage - Arcane Explosion */
|
||||
27086, /* Mage - Flamestrike */
|
||||
27087, /* Mage - Cone of Cold */
|
||||
27088, /* Mage - Frost Nova */
|
||||
27132, /* Mage - Pyroblast */
|
||||
27133, /* Mage - Blast Wave */
|
||||
27135, /* Paladin - Holy Light */
|
||||
27136, /* Paladin - Holy Light */
|
||||
27137, /* Paladin - Flash of Light */
|
||||
27138, /* Paladin - Exorcism */
|
||||
27139, /* Paladin - Holy Wrath */
|
||||
27173, /* Paladin - Consecration */
|
||||
27175, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
27176, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
27179, /* Paladin - Holy Shield */
|
||||
27180, /* Paladin - Hammer of Wrath */
|
||||
27209, /* Warlock - Shadow Bolt */
|
||||
27210, /* Warlock - Searing Pain */
|
||||
27211, /* Warlock - Soul Fire */
|
||||
27213, /* Warlock - Hellfire */
|
||||
27214, /* Warlock - Hellfire Effect on Enemy Rank 1 */
|
||||
27215, /* Warlock - Immolate */
|
||||
27217, /* Warlock - Drain Soul */
|
||||
27218, /* Warlock - Curse of Agony */
|
||||
27219, /* Warlock - Drain Life */
|
||||
27220, /* Warlock - Drain Life */
|
||||
27223, /* Warlock - Death Coil */
|
||||
27243, /* Warlock - Seed of Corruption DOT */
|
||||
27259, /* Warlock - Health Funnel */
|
||||
27263, /* Warlock - Shadowburn */
|
||||
27267, /* Pet Warlock - Firebolt */
|
||||
27274, /* Pet Warlock - Lash of Pain */
|
||||
27285, /* Warlock - Seed of Corruption DD */
|
||||
27799, /* Priest - Holy Nova Damage */
|
||||
27800, /* Priest - Holy Nova Damage */
|
||||
27801, /* Priest - Holy Nova Damage */
|
||||
27803, /* Priest - Holy Nova Heal */
|
||||
27804, /* Priest - Holy Nova Heal */
|
||||
27805, /* Priest - Holy Nova Heal */
|
||||
29228, /* Shaman - Flame Shock */
|
||||
29722, /* Warlock - Incinerate */
|
||||
30108, /* Warlock - Unstable Affliction */
|
||||
30283, /* Warlock - Shadowfury */
|
||||
30404, /* Warlock - Unstable Affliction */
|
||||
30405, /* Warlock - Unstable Affliction */
|
||||
30413, /* Warlock - Shadowfury */
|
||||
30414, /* Warlock - Shadowfury */
|
||||
30451, /* Mage - Arcane Blast */
|
||||
30455, /* Mage - Ice Lance */
|
||||
30459, /* Warlock - Searing Pain */
|
||||
30545, /* Warlock - Soul Fire */
|
||||
30546, /* Warlock - Shadowburn */
|
||||
30910, /* Warlock - Curse of Doom */
|
||||
31661, /* Mage - Dragons Breath */
|
||||
31707, /* Pet Mage - Water Elemental Frostbolt */
|
||||
31803, /* Paladin - Seal of Vengeance */
|
||||
31804, /* Paladin - Judgement of Vengeance */
|
||||
31935, /* Paladin - Avenger Shield */
|
||||
32231, /* Warlock - Incinerate */
|
||||
32379, /* Priest - Shadow Word: Death */
|
||||
32546, /* Priest - Binding Heal */
|
||||
32699, /* Paladin - Avenger Shield */
|
||||
32700, /* Paladin - Avenger Shield */
|
||||
32996, /* Priest - Shadow Word: Death */
|
||||
33041, /* Mage - Dragons Breath */
|
||||
33042, /* Mage - Dragons Breath */
|
||||
33043, /* Mage - Dragons Breath */
|
||||
33073, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
33074, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
33763, /* Druid - Lifebloom HOT */
|
||||
33933, /* Mage - Blast Wave */
|
||||
33938, /* Mage - Pyroblast */
|
||||
34861, /* Priest - Circle of Healing */
|
||||
34863, /* Priest - Circle of Healing */
|
||||
34864, /* Priest - Circle of Healing */
|
||||
34865, /* Priest - Circle of Healing */
|
||||
34866, /* Priest - Circle of Healing */
|
||||
34914, /* Priest - Vampiric Touch */
|
||||
34916, /* Priest - Vampiric Touch */
|
||||
34917, /* Priest - Vampiric Touch */
|
||||
38697, /* Mage - Frost Bolt */
|
||||
38700, /* Mage - Arcane Missiles */
|
||||
38703, /* Mage - Arcane Missiles */
|
||||
42198, /* Mage - Blizzard Triggered Spell */
|
||||
42208, /* Mage - Blizzard Triggered Spell */
|
||||
42209, /* Mage - Blizzard Triggered Spell */
|
||||
42210, /* Mage - Blizzard Triggered Spell */
|
||||
42211, /* Mage - Blizzard Triggered Spell */
|
||||
42212, /* Mage - Blizzard Triggered Spell */
|
||||
42213, /* Mage - Blizzard Triggered Spell */
|
||||
42218, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
42223, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
42224, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
42225, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
42226, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
42227, /* Pet Warlock - Rain of Fire */
|
||||
42230, /* Druid - Hurricane Triggered */
|
||||
42231, /* Druid - Hurricane Triggered */
|
||||
42232, /* Druid - Hurricane Triggered */
|
||||
42233, /* Druid - Hurricane Triggered */
|
||||
42841, /* Mage - Frost Bolt */
|
||||
42842, /* Mage - Frost Bolt */
|
||||
42844, /* Mage - Arcane Missiles */
|
||||
42845, /* Mage - Arcane Missiles */
|
||||
42858, /* Mage - Scorch */
|
||||
42859, /* Mage - Scorch */
|
||||
42872, /* Mage - Fire Blast */
|
||||
42873, /* Mage - Fire Blast */
|
||||
42890, /* Mage - Pyroblast */
|
||||
42891, /* Mage - Pyroblast */
|
||||
42894, /* Mage - Arcane Blast */
|
||||
42896, /* Mage - Arcane Blast */
|
||||
42897, /* Mage - Arcane Blast */
|
||||
42913, /* Mage - Ice Lance */
|
||||
42914, /* Mage - Ice Lance */
|
||||
42917, /* Mage - Frost Nova */
|
||||
42920, /* Mage - Arcane Explosion */
|
||||
42921, /* Mage - Arcane Explosion */
|
||||
42925, /* Mage - Flamestrike */
|
||||
42926, /* Mage - Flamestrike */
|
||||
42930, /* Mage - Cone of Cold */
|
||||
42931, /* Mage - Cone of Cold */
|
||||
42937, /* Mage - Blizzard Triggered Spell */
|
||||
42938, /* Mage - Blizzard Triggered Spell */
|
||||
42944, /* Mage - Blast Wave */
|
||||
42945, /* Mage - Blast Wave */
|
||||
42949, /* Mage - Dragons Breath */
|
||||
42950, /* Mage - Dragons Breath */
|
||||
44203, /* Druid - Tranquility Triggered */
|
||||
44205, /* Druid - Tranquility Triggered */
|
||||
44206, /* Druid - Tranquility Triggered */
|
||||
44207, /* Druid - Tranquility Triggered */
|
||||
44208, /* Druid - Tranquility Triggered */
|
||||
44425, /* Mage - Arcane Barrage */
|
||||
44457, /* Mage - Living Bomb DOT */
|
||||
44461, /* Mage - Living Bomb DD */
|
||||
44614, /* Mage - Frostfire Bolt */
|
||||
44780, /* Mage - Arcane Barrage */
|
||||
44781, /* Mage - Arcane Barrage */
|
||||
47610, /* Mage - Frostfire Bolt */
|
||||
47666, /* Priest - Pennance damage */
|
||||
47750, /* Priest - Pennance heal */
|
||||
47808, /* Warlock - Shadow Bolt */
|
||||
47809, /* Warlock - Shadow Bolt */
|
||||
47810, /* Warlock - Immolate */
|
||||
47811, /* Warlock - Immolate */
|
||||
47814, /* Warlock - Searing Pain */
|
||||
47815, /* Warlock - Searing Pain */
|
||||
47817, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
47818, /* Warlock - Rain of Fire Triggered Rank 1 */
|
||||
47822, /* Warlock - Hellfire Effect on Enemy Rank 1 */
|
||||
47823, /* Warlock - Hellfire */
|
||||
47824, /* Warlock - Soul Fire */
|
||||
47825, /* Warlock - Soul Fire */
|
||||
47826, /* Warlock - Shadowburn */
|
||||
47827, /* Warlock - Shadowburn */
|
||||
47833, /* Warlock - Seed of Corruption DD */
|
||||
47834, /* Warlock - Seed of Corruption DD */
|
||||
47835, /* Warlock - Seed of Corruption DOT */
|
||||
47836, /* Warlock - Seed of Corruption DOT */
|
||||
47837, /* Warlock - Incinerate */
|
||||
47838, /* Warlock - Incinerate */
|
||||
47841, /* Warlock - Unstable Affliction */
|
||||
47843, /* Warlock - Unstable Affliction */
|
||||
47846, /* Warlock - Shadowfury */
|
||||
47847, /* Warlock - Shadowfury */
|
||||
47855, /* Warlock - Drain Soul */
|
||||
47856, /* Warlock - Health Funnel */
|
||||
47857, /* Warlock - Drain Life */
|
||||
47859, /* Warlock - Death Coil */
|
||||
47860, /* Warlock - Death Coil */
|
||||
47863, /* Warlock - Curse of Agony */
|
||||
47864, /* Warlock - Curse of Agony */
|
||||
47867, /* Warlock - Curse of Doom */
|
||||
47897, /* Warlock - Shadowflame(rank 1, DD) */
|
||||
47960, /* Warlock - Shadowflame(rank 1, DOT) */
|
||||
47964, /* Pet Warlock - Firebolt */
|
||||
47991, /* Pet Warlock - Lash of Pain */
|
||||
47992, /* Pet Warlock - Lash of Pain */
|
||||
48062, /* Priest - Greater Heal */
|
||||
48063, /* Priest - Greater Heal */
|
||||
48067, /* Priest - Renew */
|
||||
48068, /* Priest - Renew */
|
||||
48070, /* Priest - Flash Heal */
|
||||
48071, /* Priest - Flash Heal */
|
||||
48072, /* Priest - Prayer of Healing */
|
||||
48075, /* Priest - Holy Nova Heal */
|
||||
48076, /* Priest - Holy Nova Heal */
|
||||
48077, /* Priest - Holy Nova Damage */
|
||||
48078, /* Priest - Holy Nova Damage */
|
||||
48088, /* Priest - Circle of Healing */
|
||||
48089, /* Priest - Circle of Healing */
|
||||
48119, /* Priest - Binding Heal */
|
||||
48120, /* Priest - Binding Heal */
|
||||
48122, /* Priest - Smite */
|
||||
48123, /* Priest - Smite */
|
||||
48126, /* Priest - Mind Blast */
|
||||
48127, /* Priest - Mind Blast */
|
||||
48134, /* Priest - Holy Fire */
|
||||
48135, /* Priest - Holy Fire */
|
||||
48157, /* Priest - Shadow Word: Death */
|
||||
48158, /* Priest - Shadow Word: Death */
|
||||
48159, /* Priest - Vampiric Touch */
|
||||
48160, /* Priest - Vampiric Touch */
|
||||
48172, /* Priest - Desperate Prayer */
|
||||
48173, /* Priest - Desperate Prayer */
|
||||
48299, /* Priest - Devouring Plague */
|
||||
48300, /* Priest - Devouring Plague */
|
||||
48377, /* Druid - Healing Touch */
|
||||
48378, /* Druid - Healing Touch */
|
||||
48438, /* Druid - Wild Growth */
|
||||
48440, /* Druid - Rejuvenation */
|
||||
48441, /* Druid - Rejuvenation */
|
||||
48442, /* Druid - Regrowth */
|
||||
48443, /* Druid - Regrowth */
|
||||
48444, /* Druid - Tranquility Triggered */
|
||||
48445, /* Druid - Tranquility Triggered */
|
||||
48450, /* Druid - Lifebloom HOT */
|
||||
48451, /* Druid - Lifebloom HOT */
|
||||
48459, /* Druid - Wrath */
|
||||
48461, /* Druid - Wrath */
|
||||
48462, /* Druid - Moonfire */
|
||||
48463, /* Druid - Moonfire */
|
||||
48466, /* Druid - Hurricane Triggered */
|
||||
48468, /* Druid - Insect Swarm */
|
||||
48781, /* Paladin - Holy Light */
|
||||
48782, /* Paladin - Holy Light */
|
||||
48784, /* Paladin - Flash of Light */
|
||||
48785, /* Paladin - Flash of Light */
|
||||
48800, /* Paladin - Exorcism */
|
||||
48801, /* Paladin - Exorcism */
|
||||
48805, /* Paladin - Hammer of Wrath */
|
||||
48806, /* Paladin - Hammer of Wrath */
|
||||
48816, /* Paladin - Holy Wrath */
|
||||
48817, /* Paladin - Holy Wrath */
|
||||
48818, /* Paladin - Consecration */
|
||||
48819, /* Paladin - Consecration */
|
||||
48820, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
48821, /* Paladin - Holy Shock Triggered Heal Rank 1 */
|
||||
48822, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
48823, /* Paladin - Holy Shock Triggered Hurt Rank 1 */
|
||||
48826, /* Paladin - Avenger Shield */
|
||||
48827, /* Paladin - Avenger Shield */
|
||||
48951, /* Paladin - Holy Shield */
|
||||
48952, /* Paladin - Holy Shield */
|
||||
49230, /* Shaman - Earth Shock */
|
||||
49231, /* Shaman - Earth Shock */
|
||||
49232, /* Shaman - Flame Shock */
|
||||
49233, /* Shaman - Flame Shock */
|
||||
49235, /* Shaman - Frost Shock */
|
||||
49236, /* Shaman - Frost Shock */
|
||||
49237, /* Shaman - Lightning Bolt */
|
||||
49238, /* Shaman - Lightning Bolt */
|
||||
49270, /* Shaman - Chain Lightning */
|
||||
49271, /* Shaman - Chain Lightning */
|
||||
49272, /* Shaman - Healing Wave */
|
||||
49273, /* Shaman - Healing Wave */
|
||||
49275, /* Shaman - Lesser Healing Wave */
|
||||
49276, /* Shaman - Lesser Healing Wave */
|
||||
49278, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
49279, /* Shaman - Lightning Shield Proc Rank 1 */
|
||||
49821, /* Priest - Mind Sear Trigger Rank 1 */
|
||||
50288, /* Druid - Starfall rank 1 */
|
||||
50294, /* Druid - Starfall AOE rank 1 */
|
||||
50464, /* Druid - Nourish */
|
||||
50581, /* Warlock - Shadow Cleave */
|
||||
50590, /* Warlock - Immolation Aura */
|
||||
50796, /* Warlock - Chaos Bolt */
|
||||
51505, /* Shaman - Lava Burst */
|
||||
51945, /* Shaman - Earthliving Weapon */
|
||||
51963, /* Pet Death Knight, Gargoyle Strike */
|
||||
51990, /* Shaman - Earthliving Weapon */
|
||||
51997, /* Shaman - Earthliving Weapon */
|
||||
51998, /* Shaman - Earthliving Weapon */
|
||||
51999, /* Shaman - Earthliving Weapon */
|
||||
52000, /* Shaman - Earthliving Weapon */
|
||||
52042, /* Shaman - Healing Stream Totem Triggered Heal */
|
||||
52983, /* Priest - Pennance heal */
|
||||
52984, /* Priest - Pennance heal */
|
||||
52985, /* Priest - Pennance heal */
|
||||
52998, /* Priest - Pennance damage */
|
||||
52999, /* Priest - Pennance damage */
|
||||
53000, /* Priest - Pennance damage */
|
||||
53022, /* Priest - Mind Sear Trigger Rank 1 */
|
||||
53188, /* Druid - Starfall AOE rank 2 */
|
||||
53189, /* Druid - Starfall AOE rank 3 */
|
||||
53190, /* Druid - Starfall AOE rank 4 */
|
||||
53191, /* Druid - Starfall rank 2 */
|
||||
53194, /* Druid - Starfall rank 3 */
|
||||
53195, /* Druid - Starfall rank 4 */
|
||||
53227, /* Druid - Typhoon */
|
||||
53248, /* Druid - Wild Growth */
|
||||
53249, /* Druid - Wild Growth */
|
||||
53251, /* Druid - Wild Growth */
|
||||
53308, /* Druid - Entangling Roots */
|
||||
53313, /* Druid - Entangling Roots (Natures Grasp) */
|
||||
53733, /* Paladin - Judgement of Corruption */
|
||||
53742, /* Paladin - Seal of Corruption */
|
||||
54049, /* Pet Warlock - Shadow Bite */
|
||||
54050, /* Pet Warlock - Shadow Bite */
|
||||
54051, /* Pet Warlock - Shadow Bite */
|
||||
54052, /* Pet Warlock - Shadow Bite */
|
||||
54053, /* Pet Warlock - Shadow Bite */
|
||||
54158, /* Paladin - Jugdement (Seal of Light, Seal of Wisdom, Seal of Justice) */
|
||||
55359, /* Mage - Living Bomb DOT */
|
||||
55360, /* Mage - Living Bomb DOT */
|
||||
55361, /* Mage - Living Bomb DD */
|
||||
55362, /* Mage - Living Bomb DD */
|
||||
55458, /* Shaman - Chain Heal */
|
||||
55459, /* Shaman - Chain Heal */
|
||||
57984, /* Pet Shaman - Fire Elemental Fire Blast */
|
||||
58381, /* Priest - Mind Flay */
|
||||
58700, /* Shaman - Searing Totem Attack Rank 8 */
|
||||
58701, /* Shaman - Searing Totem Attack Rank 9 */
|
||||
58702, /* Shaman - Searing Totem Attack Rank 10 */
|
||||
58732, /* Shaman - Magma totem trigger 6 */
|
||||
58735, /* Shaman - Magma totem trigger 7 */
|
||||
58797, /* Shaman - Frostbrand Attack */
|
||||
58798, /* Shaman - Frostbrand Attack */
|
||||
58799, /* Shaman - Frostbrand Attack */
|
||||
59170, /* Warlock - Chaos Bolt */
|
||||
59171, /* Warlock - Chaos Bolt */
|
||||
59172, /* Warlock - Chaos Bolt */
|
||||
59637, /* Pet Mage - Mirror Image Fireblast */
|
||||
59638, /* Pet Mage - Mirror Image Frostbolt */
|
||||
60043, /* Shaman - Lava Burst */
|
||||
61290, /* Warlock - Shadowflame(rank 1, DD) */
|
||||
61291, /* Warlock - Shadowflame(rank 2, DOT) */
|
||||
61295, /* Shaman - Riptide */
|
||||
61299, /* Shaman - Riptide */
|
||||
61300, /* Shaman - Riptide */
|
||||
61301, /* Shaman - Riptide */
|
||||
61387, /* Druid - Typhoon */
|
||||
61388, /* Druid - Typhoon */
|
||||
61390, /* Druid - Typhoon */
|
||||
61391, /* Druid - Typhoon */
|
||||
61650, /* Shaman - Fire Nova Totem */
|
||||
61654, /* Shaman - Fire Nova Totem */
|
||||
63668, /* Hunter - Black Arrow($RAP*0.1 / number of ticks) */
|
||||
63669, /* Hunter - Black Arrow($RAP*0.1 / number of ticks) */
|
||||
63670, /* Hunter - Black Arrow($RAP*0.1 / number of ticks) */
|
||||
63671, /* Hunter - Black Arrow($RAP*0.1 / number of ticks) */
|
||||
63672, /* Hunter - Black Arrow($RAP*0.1 / number of ticks) */
|
||||
64844, /* Priest - Divine Hymn */
|
||||
71757, /* Mage - Deep Freeze */
|
||||
72898 /* Pet Mage - Water Elemental Frostbolt */
|
||||
);
|
||||
11
data/sql/archive/db_world/8.x/2022_09_17_01.sql
Normal file
11
data/sql/archive/db_world/8.x/2022_09_17_01.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2022_09_17_00 -> 2022_09_17_01
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15727;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(15727, 1, 0, 0, 1, 0, 0, 0);
|
||||
|
||||
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_cthun_stomach_exit' AND `entry` = 4033;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4033, 'at_cthun_stomach_exit');
|
||||
|
||||
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_cthun_center' AND `entry` = 4036;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4036, 'at_cthun_center');
|
||||
11
data/sql/archive/db_world/8.x/2022_09_19_00.sql
Normal file
11
data/sql/archive/db_world/8.x/2022_09_19_00.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2022_09_17_01 -> 2022_09_19_00
|
||||
--
|
||||
UPDATE `creature_template` SET `unit_flags2`=0, `AiName`='', `ScriptName`='npc_obsidian_nullifier' WHERE `entry`=15312;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15312 AND `source_type`=0;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (25671,26552);
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(25671,'spell_drain_mana'),
|
||||
(26552,'spell_nullify');
|
||||
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|0x008 WHERE `memberguid` BETWEEN 88022 AND 88029;
|
||||
14
data/sql/archive/db_world/8.x/2022_09_19_01.sql
Normal file
14
data/sql/archive/db_world/8.x/2022_09_19_01.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- DB update 2022_09_19_00 -> 2022_09_19_01
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 1675);
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1675, 159, 0, 6, 0, 1, 2, 1, 1, 'Rot Hide Mongrel - Refreshing Spring Water'),
|
||||
(1675, 2589, 0, 44, 0, 1, 0, 1, 2, 'Rot Hide Mongrel - Linen Cloth'),
|
||||
(1675, 2834, 0, 31, 1, 1, 0, 1, 1, 'Rot Hide Mongrel - Embalming Ichor'),
|
||||
(1675, 4604, 0, 11, 0, 1, 2, 1, 1, 'Rot Hide Mongrel - Forest Mushroom Cap'),
|
||||
(1675, 11111, 11111, 0.1, 0, 1, 0, 1, 1, 'Rot Hide Mongrel - (ReferenceTable)'),
|
||||
(1675, 24073, 24073, 30, 0, 1, 1, 1, 1, 'Rot Hide Mongrel - (ReferenceTable)'),
|
||||
(1675, 24100, 24100, 5, 0, 1, 1, 1, 1, 'Rot Hide Mongrel - (ReferenceTable)'),
|
||||
(1675, 24720, 24720, 1, 0, 1, 1, 1, 1, 'Rot Hide Mongrel - (ReferenceTable)'),
|
||||
(1675, 24730, 24730, 1, 0, 1, 1, 1, 1, 'Rot Hide Mongrel - (ReferenceTable)'),
|
||||
(1675, 44007, 44007, 0.5, 0, 1, 1, 1, 1, 'Rot Hide Mongrel - (ReferenceTable)');
|
||||
67
data/sql/archive/db_world/8.x/2022_09_19_02.sql
Normal file
67
data/sql/archive/db_world/8.x/2022_09_19_02.sql
Normal file
@@ -0,0 +1,67 @@
|
||||
-- DB update 2022_09_19_01 -> 2022_09_19_02
|
||||
--
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (1946, 1986);
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(1986, 'near_scarshield_infiltrator'),
|
||||
(1946, 'at_scarshield_infiltrator');
|
||||
|
||||
-- Update Position and set kneel animation
|
||||
-- VMangos Position: https://github.com/vmangos/core/blob/5073ba81290178612580acba6991bfba8bed632d/sql/migrations/20220402225440_world.sql
|
||||
UPDATE `creature` SET `position_x`=57.0545, `position_y`=-399.681, `position_z`=64.4311, `orientation`=2.94961, `MovementType`=0 WHERE `guid`=42798;
|
||||
DELETE FROM `creature_addon` WHERE `guid` = 42798;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (42798, 0, 0, 8, 0, 0, 0, NULL);
|
||||
|
||||
-- Add condition to show gossip option
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 15) AND (`SourceGroup` = 12039);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(15, 12039, 1, 0, 0, 2, 0, 12219, 1, 0, 0, 0, 0, '', 'Show gossip option if player has Unadorned Seal of Ascension'),
|
||||
(15, 12039, 1, 0, 0, 27, 0, 57, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 57'),
|
||||
(15, 12039, 0, 0, 0, 2, 0, 12219, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Unadorned Seal of Ascension'),
|
||||
(15, 12039, 0, 0, 0, 27, 0, 57, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 57');
|
||||
|
||||
-- Add condition to send the right gossip text
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceEntry` = 10299);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 4, 10299, 0, 0, 2, 0, 12219, 1, 0, 1, 0, 0, '', 'Show gossip text if player does not have Unadorned Seal of Ascension'),
|
||||
(22, 4, 10299, 0, 1, 27, 0, 57, 3, 0, 1, 0, 0, '', 'Show gossip text if player is below level 57'),
|
||||
(22, 5, 10299, 0, 0, 2, 0, 12219, 1, 0, 0, 0, 0, '', 'Show gossip text if player has Unadorned Seal of Ascension'),
|
||||
(22, 5, 10299, 0, 0, 27, 0, 57, 3, 0, 0, 0, 0, '', 'Show gossip text if player is at least level 57');
|
||||
|
||||
-- Link npc_text with gossip_menu
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` IN (12039, 12040, 12041, 12042, 12043, 12044, 12045, 12046, 12047, 12048);
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (12039, 3301), (12039, 3311), (12040, 3302), (12041, 3303), (12042, 3304), (12043, 3305), (12044, 3306), (12045, 3307), (12046, 3308), (12047, 3309), (12048, 3310);
|
||||
|
||||
-- Vaelan, Remove static Vaelan
|
||||
DELETE FROM `creature` WHERE `guid` = 42797 AND `id1`= 10296;
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI', `npcflag`=1|2, `gossip_menu_id` = 12039, `MovementType` = 0, `minlevel` = 55 WHERE (`entry` = 10296);
|
||||
-- Scarshield Infiltrator
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI', `gossip_menu_id` = 0, `npcflag` = 0, `MovementType` = 0, `minlevel` = 55 WHERE (`entry` = 10299);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 10299);
|
||||
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
|
||||
(10299, 0, 0, 0, 38, 0, 100, 1, 0, 1, 0, 0, 0, 80, 1029900, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - On Data Set 0 1 - Run Script (No Repeat)'),
|
||||
(10299, 0, 1, 0, 62, 0, 100, 0, 12039, 1, 0, 0, 0, 80, 1029901, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - On Gossip Option 1 Selected - Run Script'),
|
||||
(10299, 0, 2, 0, 62, 0, 100, 0, 12048, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - On Gossip Option 0 Selected - Close Gossip'),
|
||||
(10299, 0, 3, 0, 64, 0, 100, 0, 12039, 0, 0, 0, 0, 98, 12039, 3301, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - On Gossip Hello - Send Gossip'),
|
||||
(10299, 0, 4, 0, 64, 0, 100, 0, 12039, 0, 0, 0, 0, 98, 12039, 3311, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - On Gossip Hello - Send Gossip');
|
||||
|
||||
-- Actionlist
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 1029900);
|
||||
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
|
||||
(1029900, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 11, 16037, 0, 0, 0, 0, 0, 21, 90, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Cast \'Mind Probe\''),
|
||||
(1029900, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Remove FlagStandstate Kneel'),
|
||||
(1029900, 9, 2, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 36, 10296, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Update Template To \'Vaelan\''),
|
||||
(1029900, 9, 3, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 83, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Remove Npc Flags Gossip & Questgiver'),
|
||||
(1029900, 9, 4, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 21, 90, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Set Orientation Closest Player'),
|
||||
(1029900, 9, 5, 0, 0, 0, 100, 0, 2500, 2500, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Say Line 0'),
|
||||
(1029900, 9, 6, 0, 0, 0, 100, 0, 8500, 8500, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Say Line 1'),
|
||||
(1029900, 9, 7, 0, 0, 0, 100, 0, 10500, 10500, 0, 0, 0, 81, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Set Npc Flags Gossip');
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 1029901);
|
||||
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
|
||||
(1029901, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Close Gossip'),
|
||||
(1029901, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Remove Npc Flags Gossip'),
|
||||
(1029901, 9, 2, 0, 0, 0, 100, 0, 100, 100, 0, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Play Emote 1'),
|
||||
(1029901, 9, 3, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 11, 16051, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Cast \'Barrier of Light\''),
|
||||
(1029901, 9, 4, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 1, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Say Line 2'),
|
||||
(1029901, 9, 5, 0, 0, 0, 100, 0, 7500, 7500, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Say Line 3'),
|
||||
(1029901, 9, 6, 0, 0, 0, 100, 0, 11500, 11500, 0, 0, 0, 82, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarshield Infiltrator - Actionlist - Add Npc Flags Questgiver');
|
||||
71
data/sql/archive/db_world/8.x/2022_09_19_03.sql
Normal file
71
data/sql/archive/db_world/8.x/2022_09_19_03.sql
Normal file
@@ -0,0 +1,71 @@
|
||||
-- DB update 2022_09_19_02 -> 2022_09_19_03
|
||||
--
|
||||
-- Add missing quest greetings from 1.13 sniffs.
|
||||
DELETE FROM `quest_greeting` WHERE `ID` IN (661, 1377, 2487, 3050, 4047, 5393, 5637, 6868, 8256, 8379, 10428, 1738, 138492, 2277, 5888, 6169, 6946, 7802);
|
||||
INSERT INTO `quest_greeting` (`ID`, `type`, `Greeting`, `GreetEmoteType`, `GreetEmoteDelay`) VALUES
|
||||
(661, 0, 'Greetings. What business have you with the Carevin family? Do you seek to assist the Carevins in their battle against the undead?', 0, 0),
|
||||
(1377, 0, 'Driving a Steam Tank isn\'t for everyone. It takes an iron grip and nerves of steel...lucky I have both! How about you? How\'s your mettle? Want to prove it to me?', 0, 0),
|
||||
(2487, 0, 'Ah, smell the fine salt air! \'Tis always nice to return to our home port of Booty Bay.', 0, 0),
|
||||
(3050, 0, 'The tauren are sons and daughters of the Earthmother, and we show respect to all her children. Even the beasts we slay are cherished, as their bodies give nourishment and their skins provide warmth.', 0, 0),
|
||||
(4047, 0, 'The spirits of nature are powers to respect. They offer great aid to the worthy, and mete out swift death to the foolish.', 0, 0),
|
||||
(5393, 0, 'Nethergarde keep always needs more supplies - supplies to help our mages in their research, and supplies to keep our defenders in top fighting shape.', 1, 0),
|
||||
(5637, 0, 'Pleased to meetcha, $c. Me name\'s Roetten. I lead Reclaimers Incorporated.$B$BMe guild and I specialize in aquiring lost goods. We usually hire brave adventurers and send them off to finish tasks for those who aren\'t able, or don\'t have the time.', 2, 0),
|
||||
(6868, 0, 'Whatcha need, $c? I trust that you\'ve come out to this wasteland for a reason other than idle chit chat.', 6, 0),
|
||||
(8256, 0, 'Greetings, $N.', 1, 0),
|
||||
(8379, 0, 'If you are here to beg for the privilege of working for me, then your company is quite welcome. Otherwise, there is little chance you are of any use to me.', 0, 0),
|
||||
(10428, 0, 'Whitereach Post started off as a small hunting camp... Now, everyone wants to set up shop and call this home.$B$B<Motega shrugs his shoulder>', 1, 0),
|
||||
(1738, 1, 'This collection of scrolls contains various logistic and strategic information, as well as coded correspondences.', 0, 0),
|
||||
(138492, 1, 'These shards glint with an unnatural sheen. It is clear that they hide a deep power within.', 0, 0);
|
||||
|
||||
-- Add missing quest greetings from 1.14 sniffs.
|
||||
INSERT INTO `quest_greeting` (`ID`, `type`, `Greeting`, `GreetEmoteType`, `GreetEmoteDelay`) VALUES
|
||||
(2277, 0, 'I have a great deal of work to do. Are you here to aid me with my research?', 0, 0),
|
||||
(5888, 0, 'The earth calls to you, $N. Go to it, and know that your brethren are proud of you and all you will accomplish.', 1, 0),
|
||||
(6169, 0, 'I\'m on quest. A quest! A quest for new alloys and harder metals for the greatest invention of all!!', 5, 0),
|
||||
(6946, 0, 'Mathias found me left for dead by the Venture Co. in the Barrens. Had it not been for him, I\'d have been prowler fodder. ', 0, 0),
|
||||
(7802, 0, 'So few make it this far, even fewer make it past. Do not become a statistic, $N.', 0, 0);
|
||||
|
||||
-- Fix wrong texts compared to 1.13 sniffs.
|
||||
UPDATE `quest_greeting` SET `Greeting`='Welcome to our humble abode! It\'s always nice to see a friendly face. And what strong arms you have. My husband and I are always looking for help around the farm. Now that most the good folk have left, it\'s hard to find an able body to help out.' WHERE `ID`=235 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Nothing but trouble in these parts. I tried to tell that fool Saldean to get out while he still could be he won\'t hear of it. But I ain\'t no fool. Verna and I are gonna mosey on out as soon as we get this wagon fixed.' WHERE `ID`=237 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Sometimes I think there\'s a big gray cloud in the sky, just raining down bad luck upon us. First, we\'re driven off our land, and now we can\'t even get out of Westfall. Everything\'s a mess. Something needs to be done.' WHERE `ID`=238 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Hey there, friend. My name\'s Remy. I\'m from Redridge to the east, and came here looking for business, looking for business. You got any...got any??' WHERE `ID`=241 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Aha! Good day, good day, Master $C! Come, sit down and have a drink. You have an enterprising look in your eye, and I think you\'ll find speaking to me worth your time...' WHERE `ID`=253 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Hello, citizen. You look like a $gman:woman; with a purpose - do you have business with the Stormwind Army?' WHERE `ID`=261 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='At ease, $C. If you are just passing though I suggest you stick to the roads and only travel by day. If your business is here in Darkshire, consider lending your abilities to The Night Watch. Our skill is unquestionable but our numbers are small.' WHERE `ID`=264 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Hail, $N! Welcome to my humble garden. The weather has been perfect lately. Let us hope it holds steady for a ripe harvest.' WHERE `ID`=342 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Who is this $c who goes before the Court of Lakshire in the Kingdom of Stormwind? State your business within this township, $R. The orc threat to the Kingdom is far too great to squander time in idle conversation.' WHERE `ID`=344 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='You watch where you step around here, $Gson:lass;. You might not be a part of our outfit, but that doesn\'t mean I won\'t take a cane to you if you fall out of line!' WHERE `ID`=733 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Greetings, $g lad : girl;. I\'m Grelin Whitebeard. I\'m here to examine the threat posed by the growing numbers of trolls in Coldridge Valley. What have I found? It\'s a bit troubling...' WHERE `ID`=786 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Hello there, $c. Normally I\'d be out on the beat looking after the folk of Stormwind, but a lot of the Stormwind guards are fighting in other lands. So here I am, deputized and offering bounties when I\'d rather be on patrol...' WHERE `ID`=823 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='If there\'s one thing time has taught me it\'s that no assignment is a dull one. Protecting the Thandol Span should have been an easy task. But with the brunt of the army fighting alongside the alliance, we were overwhelmed here and Dun Modr has fallen.' WHERE `ID`=1071 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Curse that Brewers\' League! They have access to all the best ingredients, while we\'re stuck here grubbing for grain and hops!$B$BI really would like to give them some bitter tasting justice...' WHERE `ID`=1374 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Greetings, $C. Be wary as you travel east toward The Bulwark. Recent surveillance reports indicate increased Scourge activity in that area, so exercise caution.' WHERE `ID`=1495 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Ah, you there! I have tasks to give, and I need not waste time explaining their crucial nature. Listen close.' WHERE `ID`=1499 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='I hope you\'re well, all things considered.$B$BSit for a spell, and hear my tale. It\'s a tragedy, of course, but one I hope will end in revenge!' WHERE `ID`=1500 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The Scarlet Crusade is encroaching on our homeland. The foolish zealots do not realize that the loyal servants of The Dark Lady shall see to their demise.' WHERE `ID`=1515 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The Dark Lady has put forth the challenge. It is up to us to meet it.' WHERE `ID`=1518 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='We spent so much of our lives in flight, memories of peaceful times grow evermore distant.' WHERE `ID`=1776 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='My brother and I are on a vital mission, but we are holed up in this farmhouse. The Deathstalkers need your help.' WHERE `ID`=1950 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='I hope you\'re here to work, $C. We have a lot to do and the Horde, the Syndicate and the Ogres aren\'t going to help us.' WHERE `ID`=2263 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='When I was first offered the title of Southshore Magistrate I was elated to have earned such a commission so early in my career.$B$BBut now that I\'m here, I wonder if I\'d have been better off shuffling papers in Stormwind.' WHERE `ID`=2276 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Hello! The spirits say you here to aid my chief. Say it loud, they do.' WHERE `ID`=2519 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='We at Refuge Pointe hold one of the few remaining patches of Stromgarde territory in the Arathi Highlands. And we\'re losing ground...$B$BIf you have words for me, then I hope they are good tidings.' WHERE `ID`=2700 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Thanks to the Warchief, even here in the ruins of our former prison, some hope remains, and the Horde rises anew.' WHERE `ID`=2706 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='This wooden board holds roughly-made wanted posters.' WHERE `ID`=2713 && `type`=1;
|
||||
UPDATE `quest_greeting` SET `Greeting`='You must be hard up to be wandering these Badlands, $c. Hard up like me.$B$BOr maybe you\'re here because you\'re crazy. Crazy, like me.' WHERE `ID`=2817 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Hey there, $N.$B$BLotwil\'s not the most perceptive boss I\'ve had. He actually gets really involved with his work. So much so that sometimes his servants don\'t eat, or get paid.$B$B<Lucien frowns over at Lotwil.>$B$BBut that doesn\'t mean you should suffer.' WHERE `ID`=2920 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Corruption sneaks into nature\'s grove. The forest must be protected at all costs.' WHERE `ID`=2930 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The land, the water, and the sky are all as one. It is your eyes that deceive you with such separation. The Earthmother is all those things and more.' WHERE `ID`=3338 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The Barrens holds a wealth of substances for which we, the apothecaries or Lordaeron, may find use.' WHERE `ID`=3390 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Yes yes yes! You\'re just the $r I\'m looking for!$B$BSit! We have much to discuss!!' WHERE `ID`=3446 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The spirit of Stonetalon weeps. It weeps from its mountain peaks, to its rivers, to its severed, dying trees.' WHERE `ID`=4049 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Be careful where you put that foot of yours, $gmister:ma\'am;. We\'re not all blessed with the lofty height of a $r.' WHERE `ID`=4453 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The centaur clans rule the wastes of Desolace. If united, they would be a terrible force. It is then good that the centaur clans are not united but instead bicker and war amongst themselves.' WHERE `ID`=5412 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='The main threat Thrall wishes dealt with is the Burning Blade--members of the Horde that have given their loyalty to the demons. They seek to practice their dark magic and care little for Thrall\'s vision of the Horde\'s future here in Kalimdor.' WHERE `ID`=5641 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='Dear $g boy:girl;, you have arrived just in time to assist the Kargath Expeditionary Force.\n' WHERE `ID`=9078 && `type`=0;
|
||||
|
||||
-- Fix wrong texts compared to 1.13 sniffs.
|
||||
UPDATE `quest_greeting` SET `Greeting`='Keep the door closed, $C. Never know when the Dark Riders will be passing through again.' WHERE `ID`=273 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='This had better be good....' WHERE `ID`=3339 && `type`=0;
|
||||
UPDATE `quest_greeting` SET `Greeting`='If we are to protect nature, then we must embrace its strength. And we must show this strength to those who would harm the land.' WHERE `ID`=5770 && `type`=0;
|
||||
10
data/sql/archive/db_world/8.x/2022_09_19_04.sql
Normal file
10
data/sql/archive/db_world/8.x/2022_09_19_04.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2022_09_19_03 -> 2022_09_19_04
|
||||
--
|
||||
-- New Gameobject Finds Spuh 01 + Cookpot
|
||||
SET @OGUID :=7080;
|
||||
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+3;
|
||||
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
|
||||
(@OGUID+0, 181488, 530, 3524, 3559, 1, 1, -4469.01904296875, -14118.9169921875, 109.05523681640625, 0.253072351217269897, 0, 0, 0.126198768615722656, 0.992004990577697753, 120, 255, 1, 0), -- 181488 (Area: 3559 - Difficulty: 0)
|
||||
(@OGUID+1, 181984, 530, 3524, 0, 1, 1, -3704.78125, -13588.146484375, 8.325993537902832031, 4.127703666687011718, 0, 0, -0.8808908462524414, 0.473319470882415771, 120, 255, 1, 0), -- 181984 (Area: 0 - Difficulty: 0)
|
||||
(@OGUID+2, 181495, 530, 3524, 3559, 1, 1, -4389.0087890625, -13960.84765625, 162.2950897216796875, 4.441864967346191406, -0.02709054946899414, 0.006800651550292968, -0.79592132568359375, 0.604755401611328125, 120, 255, 1, 0), -- 181495 (Area: 3559 - Difficulty: 0)
|
||||
(@OGUID+3, 181489, 530, 3524, 3559, 1, 1, -4505.4619140625, -14097.103515625, 108.829376220703125, 4.860743999481201171, 0.001828670501708984, -0.02460956573486328, -0.6523294448852539, 0.757533729076385498, 120, 255, 1, 0);
|
||||
3
data/sql/archive/db_world/8.x/2022_09_19_05.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_19_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_19_04 -> 2022_09_19_05
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x02000000 WHERE `entry`=13996;
|
||||
3
data/sql/archive/db_world/8.x/2022_09_19_06.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_19_06.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_19_05 -> 2022_09_19_06
|
||||
--
|
||||
UPDATE `creature_formations` SET `GroupAI`=515 WHERE `leaderGUID`=14514 AND `memberGUID` IN (14515, 14516, 14517);
|
||||
8
data/sql/archive/db_world/8.x/2022_09_19_07.sql
Normal file
8
data/sql/archive/db_world/8.x/2022_09_19_07.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_09_19_06 -> 2022_09_19_07
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-44543,74396);
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(-44543, 'spell_mage_fingers_of_frost_proc_aura'),
|
||||
(74396, 'spell_mage_fingers_of_frost_proc');
|
||||
|
||||
UPDATE `spell_proc_event` SET `procPhase`=7 WHERE `entry` IN (44543,44545);
|
||||
3
data/sql/archive/db_world/8.x/2022_09_19_08.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_19_08.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_19_07 -> 2022_09_19_08
|
||||
--
|
||||
UPDATE `spell_proc_event` SET `procPhase`=0 WHERE `entry`=74396;
|
||||
49
data/sql/archive/db_world/8.x/2022_09_21_00.sql
Normal file
49
data/sql/archive/db_world/8.x/2022_09_21_00.sql
Normal file
@@ -0,0 +1,49 @@
|
||||
-- DB update 2022_09_19_08 -> 2022_09_21_00
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x02000000 WHERE `entry` IN (14825, 14882, 14883);
|
||||
UPDATE `creature_formations` SET `groupAI`=515 WHERE `LeaderGUID`=49359 AND `memberGUID` IN (49359,49361,49362,49389);
|
||||
UPDATE `creature_formations` SET `groupAI`=515 WHERE `LeaderGUID`=49651 AND `memberGUID` IN (49651,49652,49653,49654);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `LeaderGUID` IN (49363,49383,49387,49397,49373) AND `memberGUID` IN (49363,49364,49365,49366,49367,49368,49369,49370,49371,49372,49373,49374,49375,49376,49377,49378,49379,49380,49381,49382,49383,49384,49385,49386,49387,49388,49390,49391,49392,49393,49394,49395,49396,49397,49398,49399,49400);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(49363, 49363, 0, 0, 3, 0, 0),
|
||||
(49363, 49370, 0, 0, 3, 0, 0),
|
||||
(49363, 49364, 0, 0, 3, 0, 0),
|
||||
(49363, 49368, 0, 0, 3, 0, 0),
|
||||
(49363, 49372, 0, 0, 3, 0, 0),
|
||||
(49363, 49371, 0, 0, 3, 0, 0),
|
||||
(49363, 49367, 0, 0, 3, 0, 0),
|
||||
(49363, 49365, 0, 0, 3, 0, 0),
|
||||
(49363, 49366, 0, 0, 3, 0, 0),
|
||||
(49363, 49369, 0, 0, 3, 0, 0),
|
||||
|
||||
(49383, 49383, 0, 0, 3, 0, 0),
|
||||
(49383, 49384, 0, 0, 3, 0, 0),
|
||||
(49383, 49385, 0, 0, 3, 0, 0),
|
||||
(49383, 49386, 0, 0, 3, 0, 0),
|
||||
|
||||
(49387, 49387, 0, 0, 3, 0, 0),
|
||||
(49387, 49393, 0, 0, 3, 0, 0),
|
||||
(49387, 49388, 0, 0, 3, 0, 0),
|
||||
(49387, 49392, 0, 0, 3, 0, 0),
|
||||
(49387, 49390, 0, 0, 3, 0, 0),
|
||||
(49387, 49396, 0, 0, 3, 0, 0),
|
||||
(49387, 49391, 0, 0, 3, 0, 0),
|
||||
(49387, 49395, 0, 0, 3, 0, 0),
|
||||
(49387, 49394, 0, 0, 3, 0, 0),
|
||||
|
||||
(49397, 49397, 0, 0, 3, 0, 0),
|
||||
(49397, 49398, 0, 0, 3, 0, 0),
|
||||
(49397, 49399, 0, 0, 3, 0, 0),
|
||||
(49397, 49400, 0, 0, 3, 0, 0),
|
||||
|
||||
(49373, 49373, 0, 0, 3, 0, 0),
|
||||
(49373, 49381, 0, 0, 3, 0, 0),
|
||||
(49373, 49382, 0, 0, 3, 0, 0),
|
||||
(49373, 49380, 0, 0, 3, 0, 0),
|
||||
(49373, 49379, 0, 0, 3, 0, 0),
|
||||
(49373, 49375, 0, 0, 3, 0, 0),
|
||||
(49373, 49378, 0, 0, 3, 0, 0),
|
||||
(49373, 49376, 0, 0, 3, 0, 0),
|
||||
(49373, 49377, 0, 0, 3, 0, 0),
|
||||
(49373, 49374, 0, 0, 3, 0, 0);
|
||||
3
data/sql/archive/db_world/8.x/2022_09_21_01.sql
Normal file
3
data/sql/archive/db_world/8.x/2022_09_21_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_09_21_00 -> 2022_09_21_01
|
||||
--
|
||||
UPDATE `creature_formations` SET `groupAI` = 515 WHERE `leaderGUID` = 87648 AND `memberGUID` IN (87649, 87650, 87651);
|
||||
2
data/sql/archive/db_world/8.x/2022_09_21_02.sql
Normal file
2
data/sql/archive/db_world/8.x/2022_09_21_02.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2022_09_21_01 -> 2022_09_21_02
|
||||
UPDATE `quest_offer_reward` SET `RewardText`='Hmmm, Narm sent you to me, did he?$b$bWell then, Narm could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$b$bI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.' WHERE `ID`=2984;
|
||||
6
data/sql/archive/db_world/8.x/2022_09_21_03.sql
Normal file
6
data/sql/archive/db_world/8.x/2022_09_21_03.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_09_21_02 -> 2022_09_21_03
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_freeze_rookery_egg';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(15748, 'spell_item_freeze_rookery_egg'), -- item
|
||||
(16028, 'spell_item_freeze_rookery_egg'); -- quest
|
||||
542
data/sql/archive/db_world/8.x/2022_09_21_04.sql
Normal file
542
data/sql/archive/db_world/8.x/2022_09_21_04.sql
Normal file
@@ -0,0 +1,542 @@
|
||||
-- DB update 2022_09_21_03 -> 2022_09_21_04
|
||||
REPLACE INTO `gossip_menu_option_locale` (`MenuID`, `OptionID`, `Locale`, `OptionText`) VALUES
|
||||
(161, 0, 'zhCN', '我还需要一套盗贼工具。'),
|
||||
(231, 0, 'zhCN', '告诉我提尔斯保险箱的密码。'),
|
||||
(268, 0, 'zhCN', '什么消息?'),
|
||||
(445, 0, 'zhCN', '你能告诉我布瑞恩在哪里吗?'),
|
||||
(841, 0, 'zhCN', '请继续你的故事。'),
|
||||
(842, 0, 'zhCN', '真是悲惨啊……'),
|
||||
(922, 1, 'zhCN', '最近在沙漠中有发现什么奇怪的东西吗?'),
|
||||
(347, 3, 'zhCN', '让我看看你出售的货物。'),
|
||||
(980, 0, 'zhCN', '你好,索维克,我想要看看你的货物。'),
|
||||
(1043, 0, 'zhCN', '请让我接受训练。'),
|
||||
(1141, 0, 'zhCN', '告诉我更多关于灵魂精华的东西。'),
|
||||
(1201, 0, 'zhCN', '会发生什么糟糕的事情?'),
|
||||
(1202, 0, 'zhCN', '此路不通?那还有别的路吗……'),
|
||||
(1203, 0, 'zhCN', '兽人?荒芜之地?小意思!'),
|
||||
(1204, 0, 'zhCN', '当然!'),
|
||||
(1205, 0, 'zhCN', '对不起,贝波蒂。'),
|
||||
(1206, 0, 'zhCN', '完成了,全部完成了。'),
|
||||
(1212, 0, 'zhCN', '你能帮个忙吗?'),
|
||||
(1213, 0, 'zhCN', '请继续说下去。'),
|
||||
(1214, 0, 'zhCN', '我不明白。'),
|
||||
(1215, 0, 'zhCN', '确实如此。'),
|
||||
(1216, 0, 'zhCN', '洛拉姆斯,无论你是否帮忙,我都会去做的。'),
|
||||
(1217, 0, 'zhCN', '是的。'),
|
||||
(1666, 0, 'zhCN', '弗兰克罗恩,告诉我该怎么做。'),
|
||||
(1822, 0, 'zhCN', '我们还没有失去一切,卡兰!'),
|
||||
(1822, 1, 'zhCN', '我不是来伤害你的,卡兰。哥沙克派我来找你。他说你会告诉我关于公主的事情。'),
|
||||
(1823, 0, 'zhCN', '卡兰,门开了。你自由了。'),
|
||||
(1824, 0, 'zhCN', '确实如此。'),
|
||||
(1825, 0, 'zhCN', '请继续讲你的故事。'),
|
||||
(1826, 0, 'zhCN', '你怀疑某个内部人员与此有关?向敌方泄密?'),
|
||||
(1827, 0, 'zhCN', '接下来发生了什么事?'),
|
||||
(1828, 1, 'zhCN', '继续……'),
|
||||
(1831, 0, 'zhCN', '我们还没有失去一切,卡兰!'),
|
||||
(1832, 0, 'zhCN', '因为你还活着,我的手也没有卡在你结实的短脖子上。'),
|
||||
(1833, 0, 'zhCN', '没什么。我的任务是跟你谈谈,然后回去找萨尔。萨尔对营救公主的事情很有兴趣。'),
|
||||
(1834, 0, 'zhCN', '这就解释了你被关在黑石山下的囚房里的原因,是吧,矮人?'),
|
||||
(1835, 0, 'zhCN', '接下来发生了什么事?'),
|
||||
(1836, 0, 'zhCN', '你怀疑某个内部人员与此有关?向敌方泄密?'),
|
||||
(1837, 0, 'zhCN', '请继续讲你的故事。'),
|
||||
(1838, 0, 'zhCN', '确实如此。'),
|
||||
(1839, 0, 'zhCN', '我会把门开着的,你怎么逃出去是你的问题。再见,卡兰。'),
|
||||
(1843, 0, 'zhCN', '我准备好了!'),
|
||||
(1842, 1, 'zhCN', '塞勒斯,我没有任何证据。'),
|
||||
(1922, 0, 'zhCN', '我想购买更多的萨伦迪斯种子。'),
|
||||
(1945, 0, 'zhCN', '我已经把你要的都给你了,格鲁雷尔。现在,告诉我你的秘密!'),
|
||||
(1945, 1, 'zhCN', '杜姆雷尔,告诉我你的秘密!'),
|
||||
(2061, 0, 'zhCN', '挤“奶”吧,约翰。'),
|
||||
(2062, 0, 'zhCN', '做吧……现在就做。'),
|
||||
(2081, 0, 'zhCN', '你有秘银外壳吗?'),
|
||||
(2184, 0, 'zhCN', '请告诉我关于东部水晶塔的事情。'),
|
||||
(2184, 1, 'zhCN', '请告诉我关于北部水晶塔的事情。'),
|
||||
(2184, 2, 'zhCN', '请告诉我关于西部水晶塔的事情。'),
|
||||
(2184, 3, 'zhCN', '我把水晶塔使用手册弄丢了,能再给我一份吗?'),
|
||||
(2188, 0, 'zhCN', '你所说的这个拉克维是谁?'),
|
||||
(2189, 0, 'zhCN', '安戈洛环形山在哪儿?'),
|
||||
(2303, 0, 'zhCN', '这是给你的贪婪圣契。'),
|
||||
(2302, 0, 'zhCN', '这是给你的恢复圣契。'),
|
||||
(2301, 0, 'zhCN', '这是给你的坚韧圣契。'),
|
||||
(2300, 0, 'zhCN', '这是给你的体质圣契。'),
|
||||
(2299, 0, 'zhCN', '看看吧,这就是沉思圣契。'),
|
||||
(2405, 0, 'zhCN', '软泥怪和泥浆怪有何不同?'),
|
||||
(2407, 0, 'zhCN', '你认为还有这样一块处女地吗?'),
|
||||
(2465, 0, 'zhCN', '吉安娜女士,这听起来像是个奇怪的请求……但是我正在照顾一个非常害羞的孩子。对他来说,你是个英雄,他想要你的签名。'),
|
||||
(2562, 1, 'zhCN', '古博,我不知道怎么钓鱼。'),
|
||||
(2871, 0, 'zhCN', '我将进一步检查尸体。'),
|
||||
(2884, 0, 'zhCN', '什么职责?'),
|
||||
(2885, 0, 'zhCN', '是梦境吗?'),
|
||||
(2886, 0, 'zhCN', '我祈求能得到这样的经历。'),
|
||||
(2887, 0, 'zhCN', '这样的赞扬我可承受不起,高图斯。'),
|
||||
(2888, 0, 'zhCN', '长官!我将不惜一切代价来完成任务!'),
|
||||
(2889, 0, 'zhCN', '是,长官!谢谢你,长官!'),
|
||||
(2951, 0, 'zhCN', '你究竟是怎么进去的?'),
|
||||
(2984, 0, 'zhCN', '告诉我关于那块皮的事情。'),
|
||||
(2985, 2, 'zhCN', '关于莱斯·霜语的防腐液的章节。'),
|
||||
(2985, 1, 'zhCN', '关于魔化红线的章节。'),
|
||||
(2985, 0, 'zhCN', '关于磨损的憎恶缝合线的章节。'),
|
||||
(2991, 0, 'zhCN', '我如何才能获得比斯巨兽的皮呢?'),
|
||||
(2992, 0, 'zhCN', '假设我已经得到了比斯巨兽的皮,那么你还需要什么东西吗?你能用它做些什么?'),
|
||||
(2993, 0, 'zhCN', '好!'),
|
||||
(2994, 0, 'zhCN', '我将洗耳恭听。'),
|
||||
(2995, 0, 'zhCN', '让我搞搞清楚。你穿着这件……这件熔岩服,在火红的岩浆里面游泳,不,仰泳?而且在毫无察觉的情况下,被这只野兽吞下了肚?'),
|
||||
(2996, 0, 'zhCN', '我必须知道一些事情:你如何穿着这个东西解决个人问题的?'),
|
||||
(2997, 0, 'zhCN', '哦?'),
|
||||
(2998, 0, 'zhCN', '下次再遇到这种事情的时候我会好好考虑一下的。'),
|
||||
(2999, 0, 'zhCN', '我想,你应该去玛雷弗斯那里。'),
|
||||
(3044, 0, 'zhCN', '或许我能帮上忙。萨特,我们来谈笔交易吧。我去取回这块未铸造的胸甲并杀死野兽古拉鲁克。作为交换,你要教我如何制造胸甲。'),
|
||||
(3045, 0, 'zhCN', '他是怎么破坏协议的?'),
|
||||
(3046, 0, 'zhCN', '什么交易?'),
|
||||
(3047, 0, 'zhCN', '是吗?或许你该告诉我是什么让你烦恼。'),
|
||||
(3048, 0, 'zhCN', '很抱歉,我没有意识到你可以理解我说的话。你在这儿做什么?'),
|
||||
(3063, 0, 'zhCN', '你会没事的,奥比。攻击你的人已经被杀死了。'),
|
||||
(3064, 0, 'zhCN', '毫无疑问。'),
|
||||
(3065, 0, 'zhCN', '太可怕了。'),
|
||||
(3066, 0, 'zhCN', '请继续……'),
|
||||
(3067, 1, 'zhCN', '我想要遗忘龙鳞制皮专精!'),
|
||||
(3067, 0, 'zhCN', '我要接受训练。'),
|
||||
(3130, 0, 'zhCN', '我想从你这里买点东西。'),
|
||||
(3142, 0, 'zhCN', '艾瑞丹,我把上古长笛弄丢了,想再要一支。'),
|
||||
(3502, 0, 'zhCN', '我准备好听你的故事,提里奥。'),
|
||||
(3664, 0, 'zhCN', '战争之王,请将你的智慧与我共享。'),
|
||||
(3665, 0, 'zhCN', '有什么发现?'),
|
||||
(3666, 0, 'zhCN', '篡位者?'),
|
||||
(3667, 0, 'zhCN', '恕我直言,统帅大人--为什么不消灭他们?难道这不会巩固我们的地位吗?'),
|
||||
(3668, 0, 'zhCN', '我……我可不这样想,战争之王。'),
|
||||
(3669, 0, 'zhCN', '我活着就是为了为战争之王服务!没有你的指导,我的生活将空虚而无意义。'),
|
||||
(3670, 0, 'zhCN', '遵命,酋长!'),
|
||||
(3681, 0, 'zhCN', '谢谢你,提里奥。你的身份是什么?'),
|
||||
(3682, 0, 'zhCN', '那可真糟糕。'),
|
||||
(3683, 0, 'zhCN', '我会的,提里奥。'),
|
||||
(3801, 0, 'zhCN', '我准备好接受幻象了,麦兰达。'),
|
||||
(3862, 1, 'zhCN', '你战斗得很勇敢,精灵。我请你赐予我你身体和心灵的力量。'),
|
||||
(3862, 0, 'zhCN', '你战斗得很勇敢,精灵。我请你赐予我你身体和心灵的力量。'),
|
||||
(3881, 0, 'zhCN', '我想了解躯体力量的重要性。'),
|
||||
(3882, 0, 'zhCN', '你代表什么,灵魂?'),
|
||||
(3883, 0, 'zhCN', '我想了解心灵力量的重要性。'),
|
||||
(3884, 0, 'zhCN', '我听到你的话了,巨熊之灵,而且我理解。我现在寻求你的赐福以深入地学习力利爪的技能。'),
|
||||
(3884, 1, 'zhCN', '我听到你的话了,巨熊之灵,而且我理解。我现在寻求你的赐福以深入地学习力利爪的技能。'),
|
||||
(4041, 0, 'zhCN', '我想飞往鲁瑟兰村。'),
|
||||
(4041, 1, 'zhCN', '你知道在哪儿能找到水兽敏捷坠饰吗?'),
|
||||
(4041, 2, 'zhCN', '你知道在哪儿能找到水兽敏捷坠饰吗?'),
|
||||
(4042, 0, 'zhCN', '我想飞往雷霆崖。'),
|
||||
(4042, 1, 'zhCN', '你知道在哪儿能找到水兽耐力坠饰吗?'),
|
||||
(4042, 2, 'zhCN', '你知道在哪儿能找到水兽耐力坠饰吗?'),
|
||||
(4085, 0, 'zhCN', '是的,奥古斯图斯。我想做生意。'),
|
||||
(4093, 0, 'zhCN', '你向我们发出挑战而我们来了。你所说的大师在哪里?'),
|
||||
(4108, 0, 'zhCN', '告诉我更多的信息。'),
|
||||
(4109, 0, 'zhCN', '你还想说什么?'),
|
||||
(4763, 0, 'zhCN', '我的答案是伊瑟拉。'),
|
||||
(4763, 1, 'zhCN', '我的答案是奈萨里奥。'),
|
||||
(4763, 2, 'zhCN', '我的答案是阿莱克丝塔萨。'),
|
||||
(4763, 3, 'zhCN', '我的答案是玛里苟斯。'),
|
||||
(4764, 0, 'zhCN', '我的答案是克尔苏加德。'),
|
||||
(4764, 1, 'zhCN', '我的答案是古尔丹。'),
|
||||
(4764, 2, 'zhCN', '我的答案是基尔加丹。'),
|
||||
(4764, 3, 'zhCN', '我的答案是耐奥祖。'),
|
||||
(5102, 0, 'zhCN', '你听说过一个名叫厄运之槌的地方吗?'),
|
||||
(5346, 0, 'zhCN', '请告诉我关于雷姆洛斯和扎尔塔的历史。'),
|
||||
(1470, 0, 'zhCN', '好的,请教我召唤哈卡化身的法术。'),
|
||||
(5349, 2, 'zhCN', '请告诉我关于雷姆洛斯和扎尔塔的历史。'),
|
||||
(5349, 1, 'zhCN', '告诉我关于扎尔塔的更多信息。'),
|
||||
(5349, 0, 'zhCN', '告诉我关于玛拉顿的更多信息。'),
|
||||
(5351, 0, 'zhCN', '我不太明白……'),
|
||||
(5352, 0, 'zhCN', '不,真的,我还是不懂……'),
|
||||
(5502, 0, 'zhCN', '莱恩,我把达图尔的变形魔棒弄丢了。'),
|
||||
(5630, 0, 'zhCN', '拉瑞安,我想帮助你打败这些家伙!'),
|
||||
(5709, 0, 'zhCN', '游戏?你疯了吗?'),
|
||||
(5762, 0, 'zhCN', '雷克斯洛特,我把瑟银镣铐弄丢了。'),
|
||||
(5764, 0, 'zhCN', '拉比恩,你为什么说这是个巧合?'),
|
||||
(5765, 0, 'zhCN', '丰饶之果?');
|
||||
|
||||
REPLACE INTO `gossip_menu_option_locale` (`MenuID`, `OptionID`, `Locale`, `OptionText`) VALUES
|
||||
(5766, 0, 'zhCN', '但是,有些事情好像出了差错,是吗?'),
|
||||
(5767, 0, 'zhCN', '如果丰饶之果——或者说是魔藤——完全堕落,那会发生什么事呢?'),
|
||||
(5768, 0, 'zhCN', '下次再遇到这种事情的时候我会好好考虑一下的。'),
|
||||
(5812, 0, 'zhCN', '你是能制造出源质的塑地者吗?'),
|
||||
(5813, 0, 'zhCN', '弗兰扎尔,你对此了解多少?'),
|
||||
(5814, 0, 'zhCN', '裂缝?'),
|
||||
(5815, 0, 'zhCN', '发生了什么事?'),
|
||||
(5842, 0, 'zhCN', '我要干些什么呢?'),
|
||||
(5843, 0, 'zhCN', '这很有趣,但是你到底想说什么?'),
|
||||
(5844, 0, 'zhCN', '什么任务?'),
|
||||
(5845, 0, 'zhCN', '我在寻找一名强大的术士。'),
|
||||
(5864, 0, 'zhCN', '我想从你这儿买点东西。'),
|
||||
(6021, 0, 'zhCN', '我做不到,瓦拉斯塔兹!一定有什么办法可以拯救你!'),
|
||||
(6101, 0, 'zhCN', '瓦拉斯塔兹,不!!!'),
|
||||
(6141, 0, 'zhCN', '我现在赢得了在战歌峡谷中购买哪些物品的权利?'),
|
||||
(6142, 0, 'zhCN', '我现在赢得了在战歌峡谷中购买哪些物品的权利?'),
|
||||
(6187, 1, 'zhCN', '我按照王上的命令处决他,但是我尽可能地让他少受痛苦。正义必须得到伸张,但我们也要心怀怜悯。'),
|
||||
(6187, 2, 'zhCN', '我愿意以自己生命的代价来拯救他,然后他就可以证明自己的清白。如果可以的话,我会不惜一切代价来帮助他。'),
|
||||
(6208, 0, 'zhCN', '我挑战他的邪恶与蛮横,不惜一切代价捍卫王上的荣耀。'),
|
||||
(6208, 1, 'zhCN', '我平静但略有表示地对这种冒犯一言不发,让他对自己犯下的错心怀恐惧。回去之后,我会把这一切禀报王上。'),
|
||||
(6208, 2, 'zhCN', '我默不作声,忽略了这种侮辱。我不会告诉我的王上,因为我将不惜一切代价保护和平。这只是一次侮辱——而不是一次完全的宣战。'),
|
||||
(6209, 0, 'zhCN', '我会反对我的兄弟加入军队,即使我们的关系会因此产生永久的裂痕。对他自己和周围的人来说,他无疑是个危险,要想指望他会逐渐进步可就太冒险了。'),
|
||||
(6209, 1, 'zhCN', '我会支持我的兄弟加入军队,虽然这或许会威胁到军队的安全。我和军队的其他成员会帮助他,我相信他能够适应这儿的生活并且学会生存之道。'),
|
||||
(6209, 2, 'zhCN', '我会想办法让他不参加危险的任务,完全不需要他做任何事情,以此来保存我的家族的血脉。'),
|
||||
(6521, 0, 'zhCN', '我能从污染者那儿购买到什么好东西?'),
|
||||
(6522, 0, 'zhCN', '我能从阿拉索联军那儿购买到什么好东西?'),
|
||||
(6534, 0, 'zhCN', '你好,弗兰卡。我听说你知道纳塔莉亚的下落。'),
|
||||
(6539, 0, 'zhCN', '阿纳克洛斯,我已经准备好了。请将流沙节杖交给我吧。'),
|
||||
(6540, 0, 'zhCN', '你这怪物,我可不是什么教徒!来吧,受死吧!'),
|
||||
(6540, 1, 'zhCN', '赤红圣殿骑士!我手中握着你的召唤纹章。响应我的召唤吧!'),
|
||||
(6540, 2, 'zhCN', '碧蓝圣殿骑士!我手中握着你的召唤纹章。响应我的召唤吧!'),
|
||||
(6540, 3, 'zhCN', '土色圣殿骑士!我手中握着你的召唤纹章。响应我的召唤吧!'),
|
||||
(6540, 4, 'zhCN', '苍白圣殿骑士!我手中握着你的召唤纹章。响应我的召唤吧!'),
|
||||
(6542, 0, 'zhCN', '卑鄙的公爵,听好了!我可不是暮光之锤的走狗!我是来向你提出挑战的!来吧,受死吧……'),
|
||||
(6542, 1, 'zhCN', '灰烬公爵!我手中握着你的徽记!响应我的召唤吧!'),
|
||||
(6542, 2, 'zhCN', '深渊公爵!我手中握着你的徽记!响应我的召唤吧!'),
|
||||
(6542, 3, 'zhCN', '碎石公爵!我手中握着你的徽记!响应我的召唤吧!'),
|
||||
(6542, 4, 'zhCN', '微风公爵!我手中握着你的徽记!响应我的召唤吧!'),
|
||||
(6543, 0, 'zhCN', '审判之日已经来临了,恶魔!我向你挑战!'),
|
||||
(6543, 1, 'zhCN', '斯卡德诺克斯!我手中握着你的节杖,我召唤你进入这个世界!'),
|
||||
(6543, 2, 'zhCN', '斯古恩!我手中握着你的节杖,我召唤你进入这个世界!'),
|
||||
(6543, 3, 'zhCN', '卡苏姆!我手中握着你的节杖,我召唤你进入这个世界!'),
|
||||
(6543, 4, 'zhCN', '维拉希斯!我手中握着你的节杖,我召唤你进入这个世界!'),
|
||||
(6545, 0, 'zhCN', '等我把这些搞定了就会立刻回来。'),
|
||||
(6546, 0, 'zhCN', '被什么占据了?'),
|
||||
(6547, 0, 'zhCN', '失心疯?你说的是什么意思?'),
|
||||
(6548, 0, 'zhCN', '帮什么忙?'),
|
||||
(6550, 0, 'zhCN', '她后来怎么样了?'),
|
||||
(6552, 0, 'zhCN', '感谢你提供的信息,弗兰卡。'),
|
||||
(6553, 0, 'zhCN', '真是一个有意思的故事!那么说来她进入了雷戈虫巢,然后这就是你最后一次见到她了?'),
|
||||
(6554, 0, 'zhCN', '然后呢?'),
|
||||
(6555, 0, 'zhCN', '我想要问问你关于那只猴子的情况。'),
|
||||
(6556, 0, 'zhCN', '你连一个落单的暗夜精灵女祭司都没法摆平?'),
|
||||
(6557, 0, 'zhCN', '那真奇怪。'),
|
||||
(6558, 0, 'zhCN', '这就是我希望听到的。'),
|
||||
(6644, 0, 'zhCN', '请将我传送到双子皇帝的房间去。'),
|
||||
(6644, 1, 'zhCN', '请将我传送到最终密室前。'),
|
||||
(7058, 0, 'zhCN', '我想要忘掉侏儒工程学分支的知识!'),
|
||||
(7058, 1, 'zhCN', '我想要忘掉地精工程学分支的知识!'),
|
||||
(7058, 2, 'zhCN', '我100%地确定要在侏儒工程学这条路上走到底。'),
|
||||
(7058, 3, 'zhCN', '我100%地确定要在地精工程学这条路上走到底。'),
|
||||
(7058, 4, 'zhCN', '我确信自己要学习龙鳞制皮的技能。'),
|
||||
(7058, 5, 'zhCN', '我确信自己要学习元素制皮的技能。'),
|
||||
(7058, 6, 'zhCN', '我确信自己要学习部族制皮的技能。'),
|
||||
(7073, 0, 'zhCN', '我想我将你附过魔法的旗子放错了地方,法尔林。'),
|
||||
(7083, 0, 'zhCN', '关于幽灵显形器。我是不是把它放这儿了?要么就是我把它给弄丢了……'),
|
||||
(7083, 1, 'zhCN', '我似乎将提纯器弄丢了,穆克斯。我是不是把它放这儿了?'),
|
||||
(7099, 0, 'zhCN', '什么是无畏护甲?'),
|
||||
(7101, 0, 'zhCN', '你究竟是干什么的呢,洛汗?'),
|
||||
(7102, 0, 'zhCN', '什么是地穴追猎者护甲?'),
|
||||
(7103, 0, 'zhCN', '你这样的牛头人到底是为了什么来到瘟疫之地呢?'),
|
||||
(7104, 0, 'zhCN', '你好,莱茵。塞纳里奥议会到瘟疫之地来干什么?'),
|
||||
(7106, 0, 'zhCN', '请继续说下去。'),
|
||||
(7107, 0, 'zhCN', '还有什么可说的吗?'),
|
||||
(7111, 0, 'zhCN', '请继续说下去。'),
|
||||
(7113, 0, 'zhCN', '请继续说下去。'),
|
||||
(7114, 0, 'zhCN', '请继续说下去。'),
|
||||
(7118, 0, 'zhCN', '你为什么要来到光明之愿礼拜堂?'),
|
||||
(7119, 0, 'zhCN', '什么?骨镰?'),
|
||||
(7120, 0, 'zhCN', '啧啧,我看你是疯了……'),
|
||||
(7121, 0, 'zhCN', '嘿,等等,加基森真有舞厅吗?'),
|
||||
(7123, 0, 'zhCN', '难道这片土地还有救吗?它们已经遭受了如此严重腐化与侵蚀。'),
|
||||
(7124, 0, 'zhCN', '哪一种服务?'),
|
||||
(7379, 0, 'zhCN', '带我去北地哨塔。'),
|
||||
(7379, 1, 'zhCN', '带我去东墙哨塔。'),
|
||||
(7379, 2, 'zhCN', '带我去皇冠哨塔。'),
|
||||
(7415, 0, 'zhCN', '我准备好飞去埃索达了。'),
|
||||
(7431, 0, 'zhCN', '你好,帕卡特。我想购买点东西。'),
|
||||
(7435, 0, 'zhCN', '我想要学习你的铁匠技术,库雷恩。'),
|
||||
(7441, 0, 'zhCN', '喔,奶奶,你的耳朵怎么这么尖?'),
|
||||
(7442, 0, 'zhCN', '喔,奶奶,你的眼睛怎么这么大?'),
|
||||
(7443, 0, 'zhCN', '喔,奶奶,你的衣服怎么这么紫?'),
|
||||
(7482, 0, 'zhCN', '听着,人类。我不关心你们的约定,但是你们有我要的东西。告诉我在哪里可以找到血铸铁锭。'),
|
||||
(7571, 0, 'zhCN', '我希望遗忘药水专精。'),
|
||||
(7571, 1, 'zhCN', '我打算重新接受炼金师训练。我希望在药水制作方面有所专精。'),
|
||||
(7704, 1, 'zhCN', '把你知道的再跟我讲一遍!'),
|
||||
(7725, 0, 'zhCN', '奥图里斯派我过来的。他说你能帮我。'),
|
||||
(7729, 0, 'zhCN', '我是萨萨拉比姆派来收债的。还钱,否则我就不客气了。'),
|
||||
(7730, 0, 'zhCN', '我是萨萨拉比姆派来收债的。还钱,否则我就不客气了。'),
|
||||
(7731, 0, 'zhCN', '他想要“金币”。再说一次……要么付钱要么纳命来……'),
|
||||
(7732, 0, 'zhCN', '我是萨萨拉比姆派来收债的。还钱,否则我就不客气了。'),
|
||||
(7771, 0, 'zhCN', '列兵维克斯,我还需要一个伪装。'),
|
||||
(7970, 0, 'zhCN', '我正在执行前线指挥官金斯顿下达的轰炸任务。我需要一头武装狮鹫!'),
|
||||
(7970, 1, 'zhCN', '送我去破碎岗哨!'),
|
||||
(8095, 0, 'zhCN', '告诉我可以飞到哪里去。'),
|
||||
(8096, 0, 'zhCN', '送我去地狱岩床!'),
|
||||
(8096, 1, 'zhCN', '送我到荣耀岗哨去!'),
|
||||
(8207, 0, 'zhCN', '我需要一个新的相位扰流器,教授。'),
|
||||
(8229, 0, 'zhCN', '我准备起飞了!带我飞翔吧,龙!'),
|
||||
(8356, 0, 'zhCN', '拿走弗兰尼斯的背包。'),
|
||||
(8540, 0, 'zhCN', '我希望遗忘药剂专精。'),
|
||||
(8540, 1, 'zhCN', '我打算重新接受炼金师训练。我希望在药剂制作方面有所专精。'),
|
||||
(8542, 0, 'zhCN', '我希望遗忘转化专精。'),
|
||||
(8542, 1, 'zhCN', '我打算重新接受炼金师训练。我希望在元素转化方面有所专精。'),
|
||||
(8687, 0, 'zhCN', '<召唤泰罗克。>'),
|
||||
(8718, 0, 'zhCN', '是,我愿意乘坐虚空鳐飞往黑风码头。'),
|
||||
(8719, 0, 'zhCN', '当然!送我回天空卫队哨站吧。'),
|
||||
(8725, 0, 'zhCN', '我是巴塔斯的特使。他派我来收集一份完美的奥术精华。'),
|
||||
(8749, 1, 'zhCN', '我准备好了。带我去命令大厅吧。'),
|
||||
(8750, 2, 'zhCN', '我准备好了。带我去命令大厅吧。'),
|
||||
(8751, 0, 'zhCN', '我要兑换徽记。'),
|
||||
(8752, 0, 'zhCN', '我要兑换徽记。'),
|
||||
(8763, 0, 'zhCN', '无头骑士是谁?'),
|
||||
(8837, 0, 'zhCN', '我的潜水设备弄丢了,你还有备用的吗?'),
|
||||
(8846, 0, 'zhCN', '能替我捎个信吗?乌瑞恩国王有一封紧急信件要交给塞拉摩岛的吉安娜女士。'),
|
||||
(8886, 0, 'zhCN', '中士,把你的望远镜借给我。'),
|
||||
(8899, 0, 'zhCN', '望远镜借我用一下。'),
|
||||
(8934, 1, 'zhCN', '能再给我一头赛羊吗?'),
|
||||
(8934, 2, 'zhCN', '能再给我一头赛羊吗?'),
|
||||
(8934, 3, 'zhCN', '能再给我一头赛羊吗?'),
|
||||
(8976, 1, 'zhCN', '能再给我一头赛羊吗?'),
|
||||
(8976, 2, 'zhCN', '能再给我一头赛羊吗?'),
|
||||
(8976, 3, 'zhCN', '能再给我一头赛羊吗?'),
|
||||
(9013, 0, 'zhCN', '<谨慎地翻开海盗的口袋,寻找塔鲁克的欠款。>'),
|
||||
(9014, 0, 'zhCN', '给,你可以用这枚金币买给自己想要的东西。'),
|
||||
(9025, 1, 'zhCN', '奖币和纪念品'),
|
||||
(9025, 2, 'zhCN', '赛羊'),
|
||||
(9025, 3, 'zhCN', '本月美酒俱乐部'),
|
||||
(9165, 0, 'zhCN', '沃比斯波基,我弄丢了战歌兽人伪装。'),
|
||||
(9165, 1, 'zhCN', '沃比斯波基,我需要一面战歌旗帜。'),
|
||||
(9190, 0, 'zhCN', '在飞行员的尸体上搜寻应急工具包。'),
|
||||
(9190, 1, 'zhCN', '寻找飞行员的佩章。'),
|
||||
(9205, 0, 'zhCN', '送我去时光之穴。'),
|
||||
(9213, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9217, 0, 'zhCN', '你知道诅咒教派的情况吗?'),
|
||||
(9218, 0, 'zhCN', '我有理由相信你参与了信徒的行动。'),
|
||||
(9219, 0, 'zhCN', '你为诅咒教派效劳多长时间了?'),
|
||||
(9256, 0, 'zhCN', '把你的手放在石头上。');
|
||||
|
||||
REPLACE INTO `gossip_menu_option_locale` (`MenuID`, `OptionID`, `Locale`, `OptionText`) VALUES
|
||||
(9257, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9258, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9259, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9260, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9264, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9265, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9266, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9267, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9268, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9269, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9271, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9272, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9273, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9274, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9275, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9276, 0, 'zhCN', '把你的手放在石头上。'),
|
||||
(9297, 0, 'zhCN', '你不是一个人来的?'),
|
||||
(9297, 1, 'zhCN', '基尔加丹为什么会对普通的人类女孩感兴趣?'),
|
||||
(9335, 0, 'zhCN', '嗯……青蛙说你就是叛徒,我的“朋友”。'),
|
||||
(9429, 0, 'zhCN', '我来做示范!把练习用的降落伞包递给我!'),
|
||||
(9470, 0, 'zhCN', '无头骑士是谁?'),
|
||||
(9586, 0, 'zhCN', '旧斯坦索姆……为什么送我回到这一时间流?'),
|
||||
(9594, 0, 'zhCN', '是什么决定?'),
|
||||
(9595, 0, 'zhCN', '永恒之龙打算如何破坏这一时间流呢?'),
|
||||
(9610, 0, 'zhCN', '他们想干什么?'),
|
||||
(9611, 0, 'zhCN', '什么?加入王子的军队?'),
|
||||
(9612, 0, 'zhCN', '好吧,克罗米。'),
|
||||
(9724, 0, 'zhCN', '能给我一颗橙子吗?'),
|
||||
(9724, 2, 'zhCN', '我可能需要一颗木瓜。'),
|
||||
(9761, 0, 'zhCN', '我需要水下呼吸效果,盖伦。'),
|
||||
(9823, 1, 'zhCN', '我把禁魔监狱的钥匙弄丢了。'),
|
||||
(9823, 2, 'zhCN', '我把破碎大厅的钥匙弄丢了。'),
|
||||
(9823, 3, 'zhCN', '我把灼热峡谷的钥匙弄丢了。'),
|
||||
(9823, 5, 'zhCN', '我把哈拉迈德之眼弄丢了。'),
|
||||
(9823, 6, 'zhCN', '我把卡拉赞的钥匙弄丢了。'),
|
||||
(9823, 7, 'zhCN', '我丢掉了紫罗兰要塞的钥匙。'),
|
||||
(9823, 8, 'zhCN', '我遗失了灌注精华的月亮石。你能再给我一个吗?'),
|
||||
(9855, 0, 'zhCN', '我还有几个问题,盖米尔。'),
|
||||
(9860, 0, 'zhCN', '我还有几个问题,盖米尔。'),
|
||||
(9891, 1, 'zhCN', '我要参加对抗巨龙的战斗。能给我一只雄鹰吗,弗亚林?'),
|
||||
(9906, 0, 'zhCN', '很抱歉打扰到你,酋长。但是,你的兄弟的灵魂可能遇到了危险。你能把关于他的回忆告诉我吗?'),
|
||||
(9917, 1, 'zhCN', '我准备好进入风暴峭壁了。'),
|
||||
(10040, 3, 'zhCN', '我能帮你什么忙吗?'),
|
||||
(10160, 0, 'zhCN', '联盟区'),
|
||||
(10160, 1, 'zhCN', '部落区'),
|
||||
(10273, 0, 'zhCN', '拎起冰霜豹的尾巴,检查一下它是雄性还是雌性。'),
|
||||
(10274, 0, 'zhCN', '拎起冰爪熊的尾巴,检查一下它是雄性还是雌性。'),
|
||||
(10314, 0, 'zhCN', '我们这就来帮忙!'),
|
||||
(10316, 1, 'zhCN', '乐意为你效劳,女士。听说你曾是一把传说之剑的守护者。你能告诉我该去哪儿寻找这把剑吗?'),
|
||||
(10317, 0, 'zhCN', '前往一家银行。'),
|
||||
(10317, 1, 'zhCN', '拜访一名商人。'),
|
||||
(10317, 2, 'zhCN', '访问邮箱。'),
|
||||
(10317, 3, 'zhCN', '暗矛冠军的旗帜'),
|
||||
(10317, 4, 'zhCN', '被遗忘者冠军的旗帜'),
|
||||
(10317, 5, 'zhCN', '奥格瑞玛冠军的旗帜'),
|
||||
(10317, 6, 'zhCN', '银月城冠军的旗帜'),
|
||||
(10317, 7, 'zhCN', '雷霆崖冠军的旗帜'),
|
||||
(10318, 0, 'zhCN', '前往一家银行。'),
|
||||
(10318, 1, 'zhCN', '拜访一名商人。'),
|
||||
(10318, 2, 'zhCN', '访问邮箱。'),
|
||||
(10318, 3, 'zhCN', '达纳苏斯冠军的旗帜'),
|
||||
(10318, 4, 'zhCN', '埃索达冠军的旗帜'),
|
||||
(10318, 5, 'zhCN', '诺莫瑞根冠军的旗帜'),
|
||||
(10318, 6, 'zhCN', '铁炉堡冠军的旗帜'),
|
||||
(10318, 7, 'zhCN', '暴风城冠军的旗帜'),
|
||||
(10389, 2, 'zhCN', '传送到巨人熔炉。'),
|
||||
(10389, 4, 'zhCN', '传送到奥杜尔的前厅。'),
|
||||
(10389, 5, 'zhCN', '传送到破碎通道。'),
|
||||
(10389, 6, 'zhCN', '传送到生命温室。'),
|
||||
(10389, 7, 'zhCN', '传送到发明大厅。'),
|
||||
(10389, 8, 'zhCN', '传送到疯狂阶梯。'),
|
||||
(10599, 1, 'zhCN', '我们要向这些野兽再发出狠狠的一击!'),
|
||||
(10600, 1, 'zhCN', '我们已经准备好了。这一次情况就不一样了。'),
|
||||
(10609, 1, 'zhCN', '我们已经准备好了再次同那名法师作战。'),
|
||||
(10610, 0, 'zhCN', '我已经为下一个挑战做好了准备。'),
|
||||
(10610, 1, 'zhCN', '开始。'),
|
||||
(10638, 1, 'zhCN', '我希望能再次开始获取经验。'),
|
||||
(10668, 0, 'zhCN', '北风苔原'),
|
||||
(10668, 1, 'zhCN', '嚎风峡湾'),
|
||||
(10668, 2, 'zhCN', '索拉查盆地'),
|
||||
(10668, 3, 'zhCN', '冰冠冰川'),
|
||||
(10668, 4, 'zhCN', '风暴峭壁'),
|
||||
(10668, 5, 'zhCN', '地下……'),
|
||||
(10678, 1, 'zhCN', '等到我们将他们彻底消灭的时候,你会更吃惊的!'),
|
||||
(10679, 1, 'zhCN', '我们必须提高我们的团队协作能力,才能战胜那两个家伙。'),
|
||||
(10687, 1, 'zhCN', '我们已经做好了一切准备!'),
|
||||
(10688, 1, 'zhCN', '尽管把她们带出来,然后好好看着吧。'),
|
||||
(10692, 0, 'zhCN', '感谢你的赞扬,演武场统领。'),
|
||||
(10693, 0, 'zhCN', '这真奇怪……'),
|
||||
(10704, 0, 'zhCN', '我完成了十字军的试炼。'),
|
||||
(10704, 1, 'zhCN', '我还没有完成十字军的试炼。'),
|
||||
(10704, 2, 'zhCN', '我们要向这些野兽再发出狠狠的一击!'),
|
||||
(10706, 0, 'zhCN', '是的,我们已经准备好了迎接即将到来的挑战。'),
|
||||
(10847, 0, 'zhCN', '开始战斗'),
|
||||
(10854, 0, 'zhCN', '奥术师泰拜林说你会借我一件战袍。'),
|
||||
(10854, 1, 'zhCN', '魔导师哈瑟尔说你会借我一件战袍。'),
|
||||
(10933, 0, 'zhCN', '我们准备好了,穆拉丁。'),
|
||||
(10934, 0, 'zhCN', '确信无疑。出发吧!'),
|
||||
(10943, 0, 'zhCN', '有什么我能效劳的,我的女士?'),
|
||||
(10952, 0, 'zhCN', 'Lok tar ogar!我们准备好了!兽人兄弟们,冲啊!'),
|
||||
(10953, 0, 'zhCN', '我们准备好了,大王。巫妖王必须死!'),
|
||||
(10971, 0, 'zhCN', '有什么我能效劳的,女妖之王?'),
|
||||
(11013, 6, 'zhCN', '传送到辛达苟萨的巢穴。'),
|
||||
(11014, 6, 'zhCN', '传送到辛达苟萨的巢穴。'),
|
||||
(11015, 0, 'zhCN', '传送到圣光之锤。'),
|
||||
(11015, 1, 'zhCN', '传送到诅咒祷堂。'),
|
||||
(11015, 4, 'zhCN', '传送到死亡使者的高台。'),
|
||||
(11015, 5, 'zhCN', '传送到尖塔上层。'),
|
||||
(11015, 6, 'zhCN', '传送到辛达苟萨的巢穴。'),
|
||||
(11016, 6, 'zhCN', '传送到辛达苟萨的巢穴。'),
|
||||
(11017, 6, 'zhCN', '传送到辛达苟萨的巢穴。'),
|
||||
(11018, 0, 'zhCN', '传送到圣光之锤。'),
|
||||
(11018, 1, 'zhCN', '传送到诅咒祷堂。'),
|
||||
(11018, 3, 'zhCN', '传送到颅骨之墙。'),
|
||||
(11018, 4, 'zhCN', '传送到死亡使者的高台。'),
|
||||
(11018, 5, 'zhCN', '传送到尖塔上层。'),
|
||||
(11207, 0, 'zhCN', '我们言出如山,巫妖王必将败倒在我们脚下!'),
|
||||
(11277, 0, 'zhCN', '嗯,麻烦你啦!'),
|
||||
(11361, 0, 'zhCN', '有没有什么好玩的东西卖,索尔宾?'),
|
||||
(11387, 0, 'zhCN', '搞臭科林·烈酒的酒。'),
|
||||
(11388, 0, 'zhCN', '战斗'),
|
||||
(11388, 1, 'zhCN', '道歉。'),
|
||||
(11389, 1, 'zhCN', '用这块石头召唤埃霍恩大人。'),
|
||||
(11487, 0, 'zhCN', '嘿,洛拉姆斯,我从诅咒之地给你带来了一些消息。'),
|
||||
(11487, 1, 'zhCN', '我想要听听你的故事。'),
|
||||
(12039, 0, 'zhCN', '你们的种族?'),
|
||||
(12039, 1, 'zhCN', '如你所愿,维埃兰。'),
|
||||
(12040, 0, 'zhCN', '拜托。'),
|
||||
(12041, 0, 'zhCN', '不,维埃兰,我不清楚。'),
|
||||
(12042, 0, 'zhCN', '恶魔之魂?'),
|
||||
(12043, 0, 'zhCN', '未竟的事业?'),
|
||||
(12044, 0, 'zhCN', '为什么巨龙们不联合起来消灭它们?'),
|
||||
(12045, 0, 'zhCN', '除非?'),
|
||||
(12046, 0, 'zhCN', '我很乐意尝试,但是我需要指导。'),
|
||||
(12047, 0, 'zhCN', '我会尽力做到最好的,维埃兰。'),
|
||||
(12048, 0, 'zhCN', '我们会完成这个任务的。'),
|
||||
(21208, 0, 'zhCN', '转动钥匙,启动了机器。'),
|
||||
(21210, 1, 'zhCN', '萨纳瑞恩,我把捕兽器弄丢啦。你能再给我一个吗?'),
|
||||
(21211, 0, 'zhCN', '提尔斯的助手在哪里?'),
|
||||
(21212, 0, 'zhCN', '提尔斯的助手在哪里?'),
|
||||
(21217, 0, 'zhCN', '提尔斯的助手在哪里?'),
|
||||
(21251, 1, 'zhCN', '是的,我已经准备好前往风险湾了!'),
|
||||
(21321, 0, 'zhCN', '魂能是什么?'),
|
||||
(21402, 0, 'zhCN', '我下定决心了。让我遗忘炼金专精吧!'),
|
||||
(21403, 0, 'zhCN', '我下定决心了。让我遗忘炼金专精吧!'),
|
||||
(21404, 0, 'zhCN', '我下定决心了。让我遗忘炼金专精吧!'),
|
||||
(1842, 0, 'zhCN', '我让你看看我的能力的证明,塞勒斯。'),
|
||||
(57000, 0, 'zhCN', '你的职责是什么?');
|
||||
|
||||
REPLACE INTO `gossip_menu_option_locale` (`MenuID`, `OptionID`, `Locale`, `OptionText`) VALUES
|
||||
(57001, 0, 'zhCN', '什么是奥丹姆圆盘?'),
|
||||
(57002, 0, 'zhCN', '奥丹姆圆盘在哪里?'),
|
||||
(57003, 0, 'zhCN', '什么?我们的世界“被安排了新的探访计划”?这是什么意思?!'),
|
||||
(57004, 0, 'zhCN', '那么……奥丹姆里面到底有些什么?'),
|
||||
(57005, 0, 'zhCN', '我找到奥丹姆圆盘之后会回来的。'),
|
||||
(57011, 0, 'zhCN', '你所属的雇佣兵团迷雾之刃到底怎么了?'),
|
||||
(57010, 0, 'zhCN', '完了?'),
|
||||
(57009, 0, 'zhCN', '请继续,伯德雷。'),
|
||||
(57008, 0, 'zhCN', '不,不,请继续……这里的空气……似乎,呃,有点浑浊……'),
|
||||
(57007, 0, 'zhCN', '你在告诉我有关迷雾之刃的事情,以及你们怎样错误地接手了这个任务。'),
|
||||
(57006, 3, 'zhCN', '伯德雷,告诉我发生了什么事。'),
|
||||
(57006, 2, 'zhCN', '我把召唤火盆弄丢了!'),
|
||||
(57006, 1, 'zhCN', '我把一块瓦塔拉克公爵的饰品碎片弄丢了!'),
|
||||
(57006, 0, 'zhCN', '我把瓦塔拉克公爵的饰品弄丢了!'),
|
||||
(840, 3, 'zhCN', '我弄坏了我的艾萨莱特水晶武器!我需要你的帮助来打败那三个恶魔。'),
|
||||
(5851, 0, 'zhCN', '血蹄酋长,也许这请求听起来有些奇怪……但是我正在照顾一个非常害羞的孩子。对他来说,你就是个英雄,是他请求我来拿到你的蹄印。'),
|
||||
(5868, 0, 'zhCN', '我可不会受你的魅惑。去死吧。'),
|
||||
(5870, 0, 'zhCN', '这么说你是疯狂的克林弗兰?真不幸,我所期望的是一次真正的挑战。你敢以真面目视人吗?'),
|
||||
(5871, 0, 'zhCN', '我知道你是摧毁者阿托留斯。恶魔,现身吧!'),
|
||||
(5872, 0, 'zhCN', '侏儒?真可怜。面对我吧,恶魔!'),
|
||||
(347, 0, 'zhCN', '没有糖果就捣乱!'),
|
||||
(2985, 3, 'zhCN', '关于奥术水晶和奥金的章节。'),
|
||||
(2985, 4, 'zhCN', '关于暗影之皮的章节。'),
|
||||
(57015, 0, 'zhCN', '是的,我检查过了,上面的那一瓣找不到了!'),
|
||||
(57015, 1, 'zhCN', '是的,我检查过了,左边这一瓣找不到了!'),
|
||||
(57018, 0, 'zhCN', '是的,请把它召唤回来!'),
|
||||
(3801, 1, 'zhCN', '麦兰达,你有足够的眼珠再制作一个护身符吗?我把先前那个弄丢了。'),
|
||||
(15000, 0, 'zhCN', '我是来寻找拥有强大力量的神器的。把它们给我,我就不伤害你。'),
|
||||
(6445, 0, 'zhCN', '我要抓住加兹兰卡!告诉我怎么样才可以抓住它!'),
|
||||
(57023, 0, 'zhCN', '纳特,我想要购买一些臭泥鱼诱饵!'),
|
||||
(57023, 1, 'zhCN', '我要怎么样才能捕捉到鱼饵所需的臭泥鱼?'),
|
||||
(4013, 0, 'zhCN', '我想接受训练。'),
|
||||
(4013, 1, 'zhCN', '我想要遗忘我的天赋。'),
|
||||
(4013, 2, 'zhCN', '我该如何学习双天赋专精?'),
|
||||
(10631, 0, 'zhCN', '我把我的图腾丢掉了,你能帮助我吗?'),
|
||||
(10630, 0, 'zhCN', '我把我的图腾丢掉了,你能帮助我吗?'),
|
||||
(3068, 0, 'zhCN', '我要接受训练。'),
|
||||
(3068, 1, 'zhCN', '我想要遗忘龙鳞制皮专精!'),
|
||||
(3069, 0, 'zhCN', '我要接受训练。'),
|
||||
(3069, 1, 'zhCN', '我想要遗忘元素制皮专精!'),
|
||||
(3070, 0, 'zhCN', '我要接受训练。'),
|
||||
(3070, 1, 'zhCN', '我想要遗忘元素制皮专精!'),
|
||||
(3072, 0, 'zhCN', '我要接受训练。'),
|
||||
(3072, 1, 'zhCN', '我想要遗忘部族制皮专精!'),
|
||||
(3073, 0, 'zhCN', '我要接受训练。'),
|
||||
(3073, 1, 'zhCN', '我想要遗忘部族制皮专精!'),
|
||||
(3075, 1, 'zhCN', '我想要遗忘龙鳞制皮专精!'),
|
||||
(3076, 1, 'zhCN', '我想要遗忘元素制皮专精!'),
|
||||
(3077, 1, 'zhCN', '我想要遗忘部族制皮专精!'),
|
||||
(5481, 0, 'zhCN', '罗卡鲁,我丢了龙火护符。你能再给我一个吗?'),
|
||||
(5482, 0, 'zhCN', '哈尔琳,我把龙火护符弄丢了。你能帮我再做一个吗?'),
|
||||
(9676, 0, 'zhCN', '殿下,我已经准备好与恐惧魔王作战了。'),
|
||||
(6443, 0, 'zhCN', '学习配方。'),
|
||||
(5065, 0, 'zhCN', '我需要一瓶水之精萃,海达克西斯,因为我要去熔火之心毁掉炎魔之王的符文。'),
|
||||
(5065, 1, 'zhCN', '我想要这个永恒精萃,海达克西斯公爵。'),
|
||||
(5747, 0, 'zhCN', '(继续。)'),
|
||||
(60041, 0, 'zhCN', '(继续。)'),
|
||||
(60042, 0, 'zhCN', '(继续。)'),
|
||||
(60043, 0, 'zhCN', '(继续。)'),
|
||||
(12580, 0, 'zhCN', '我准备好了,我的军队也整装待命。让我们结束这次假面舞会吧!'),
|
||||
(7480, 0, 'zhCN', '请转告温德索尔元帅我已准备就绪。'),
|
||||
(51749, 0, 'zhCN', '普瑞斯托女士,请原谅我的冒昧,但是伯瓦尔·弗塔根公爵让我来寻求您的建议。'),
|
||||
(51750, 0, 'zhCN', '很抱歉,普瑞斯托女士。'),
|
||||
(51751, 0, 'zhCN', '普瑞斯托女士,请你原谅。这并非我的本意。'),
|
||||
(51752, 0, 'zhCN', '普瑞斯托女士您费时了,谢谢你。'),
|
||||
(59563, 0, 'zhCN', '约翰,我有公务在身。我需要一切有关温德索尔元帅的信息。你最后一次见他是什么时候?'),
|
||||
(59564, 0, 'zhCN', '你干了些什么?'),
|
||||
(59565, 0, 'zhCN', '矮人,脑子放清醒点。我可没问你什么老爹啊名誉啊之类的事儿。'),
|
||||
(59566, 0, 'zhCN', '反对者?'),
|
||||
(59567, 0, 'zhCN', '真有趣……继续。'),
|
||||
(59568, 0, 'zhCN', '温德索尔就那样死了……'),
|
||||
(59569, 0, 'zhCN', '他是怎么死的?'),
|
||||
(59570, 0, 'zhCN', '好吧,他到底在哪儿?等一会!你喝醉了吗?'),
|
||||
(59571, 0, 'zhCN', '他为什么在黑石深渊?'),
|
||||
(59572, 0, 'zhCN', '300?那么说黑铁矮人杀死了他,并把他拖到了深渊里?'),
|
||||
(59573, 0, 'zhCN', '啊……反对者。'),
|
||||
(59574, 0, 'zhCN', '谢谢你,约翰。你的故事振奋人心,使我受益匪浅。'),
|
||||
(59563, 1, 'zhCN', '挤“奶”吧,约翰。'),
|
||||
(4169, 0, 'zhCN', '请让我接受训练。'),
|
||||
(2782, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4148, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4151, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4344, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4128, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4165, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4207, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4242, 0, 'zhCN', '请让我接受训练。'),
|
||||
(4351, 0, 'zhCN', '请让我接受训练。');
|
||||
|
||||
6
data/sql/archive/db_world/8.x/2022_09_21_05.sql
Normal file
6
data/sql/archive/db_world/8.x/2022_09_21_05.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_09_21_04 -> 2022_09_21_05
|
||||
--
|
||||
UPDATE `creature` SET `phaseMask`=16 WHERE `guid` IN (246011,246009);
|
||||
UPDATE `creature` SET `phaseMask`=8 WHERE `guid` IN (246036,246098);
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|770 WHERE `entry` IN (15072,15065,15066,15071);
|
||||
65
data/sql/archive/db_world/8.x/2022_09_21_06.sql
Normal file
65
data/sql/archive/db_world/8.x/2022_09_21_06.sql
Normal file
@@ -0,0 +1,65 @@
|
||||
-- DB update 2022_09_21_05 -> 2022_09_21_06
|
||||
SET @MAP_ID := 533;
|
||||
-- Fixes Naxxramas portals & teleport orbs
|
||||
-- Change portal animation from CCW to CW
|
||||
-- Delete double stacked portals outside Naxxramas in Dragonblight
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (58826, 59714, 59738, 59743) AND `map` = 571;
|
||||
-- Swap opposite portal position
|
||||
-- 10man (id: 196467)
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (151232, 151234, 151230, 151227);
|
||||
INSERT INTO `gameobject`
|
||||
(`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`,
|
||||
`position_x`, `position_y`, `position_z`, `orientation`, `rotation0`,
|
||||
`rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`,
|
||||
`ScriptName`, `VerifiedBuild`)
|
||||
VALUES
|
||||
(151234, 196467, 571, 0, 0, 1, 1, 3680.62, -1258.41, 244.434, 4.00824, 0.0, 0.0, 0.907575, -0.419889, 300, 0, 1, '', 0),
|
||||
(151230, 196467, 571, 0, 0, 1, 1, 3659.57, -1280.97, 244.434, 0.866651, 0.0, 0.0, 0.403068, 0.91517, 300, 0, 1, '', 0),
|
||||
(151232, 196467, 571, 0, 0, 1, 1, 3658.92, -1259.47, 244.434, 5.57904, 0.0, 0.0, 0.344844, -0.93866, 300, 0, 1, '', 0),
|
||||
(151227, 196467, 571, 0, 0, 1, 1, 3680.62, -1279.77, 244.434, 2.43745, 0.0, 0.0, 0.933127, 0.359547, 300, 0, 1, '', 0);
|
||||
-- Swap opposite portal position
|
||||
-- 25man (id: 192671)
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (151228, 151229, 151231, 151233);
|
||||
INSERT INTO `gameobject`
|
||||
(`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`,
|
||||
`position_x`, `position_y`, `position_z`, `orientation`, `rotation0`,
|
||||
`rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`,
|
||||
`ScriptName`, `VerifiedBuild`)
|
||||
VALUES
|
||||
(151233, 192671, 571, 0, 0, 1, 1, 3680.62, -1258.41, 244.434, 4.00824, 0.0, 0.0, 0.907575, -0.419889, 300, 0, 1, '', 0),
|
||||
(151229, 192671, 571, 0, 0, 1, 1, 3659.57, -1280.97, 244.434, 0.866651, 0.0, 0.0, 0.403068, 0.91517, 300, 0, 1, '', 0),
|
||||
(151228, 192671, 571, 0, 0, 1, 1, 3680.62, -1279.77, 244.434, 2.43745, 0.0, 0.0, 0.933127, 0.359547, 300, 0, 1, '', 0),
|
||||
(151231, 192671, 571, 0, 0, 1, 1, 3658.92, -1259.47, 244.434, 5.57904, 0.0, 0.0, 0.352207, -0.935922, 300, 0, 1, '', 0);
|
||||
-- Remove unused portal object top of outside Naxxramas in Dragonblight
|
||||
DELETE FROM `gameobject` WHERE `guid` = 58826 AND `id` = 192613 AND `map` = 571;
|
||||
-- Remove unused portal object inside Naxxramas
|
||||
DELETE FROM `gameobject` WHERE `guid` = 65853 AND `map` = @MAP_ID;
|
||||
-- Remove double stacked portals inside Naxxramas
|
||||
DELETE FROM `gameobject` WHERE `id` IN (192663, 192664, 192665, 192666) AND `map` = @MAP_ID;
|
||||
-- Update AreaTriggerTeleport to middle of blue portal area
|
||||
-- Fix position Orb of Naxxramas and areatrigger
|
||||
SET @ORB_TP_TO_SAPPH:= 202278;
|
||||
DELETE FROM `gameobject` WHERE `id` = @ORB_TP_TO_SAPPH AND `guid` = 268048 AND `map` = @MAP_ID;
|
||||
INSERT INTO `gameobject`
|
||||
(`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`,
|
||||
`position_x`, `position_y`, `position_z`, `orientation`, `rotation0`,
|
||||
`rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`,
|
||||
`ScriptName`, `VerifiedBuild`)
|
||||
VALUES
|
||||
(268048, @ORB_TP_TO_SAPPH, @MAP_ID, 0, 0, 3, 1, 2997.5, -3437.73, 304.189, 5.95645, 0.0, 0.0,
|
||||
-0.162641, 0.986685, 300, 0, 1, '', 0);
|
||||
-- Update Teleport Positions of spells used by Naxxramas Portal and Orb of Naxxramas (id: 181575, ...)
|
||||
SET @DEATH_KNIGHT_PORTAL_EFFECT:= 28444;
|
||||
SET @SAPPHIRON_ENTRY_SPELL:= 72617;
|
||||
SET @SAPPHIRON_EXIT_SPELL:= 72613;
|
||||
DELETE FROM `spell_target_position` WHERE `ID` IN (@DEATH_KNIGHT_PORTAL_EFFECT, @SAPPHIRON_EXIT_SPELL, @SAPPHIRON_ENTRY_SPELL);
|
||||
INSERT INTO `spell_target_position`
|
||||
(`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`)
|
||||
VALUES
|
||||
(@SAPPHIRON_ENTRY_SPELL, 0, @MAP_ID, 3498.300049, -5349.490234, 144.968002, 1.3698910, 0),
|
||||
(@SAPPHIRON_EXIT_SPELL, 0, @MAP_ID, 3038.98, -3434.47, 298.22, 1.994, 0),
|
||||
(@DEATH_KNIGHT_PORTAL_EFFECT, 0, @MAP_ID, 3005.51, -3434.64, 304.195, 6.2831, 0);
|
||||
-- AreaTrigger (id: 4156) Teleport to Sapphiron's Lair
|
||||
DELETE FROM `areatrigger_teleport` WHERE `ID` = 4156;
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 4156;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4156, 'at_naxxramas_hub_portal');
|
||||
74
data/sql/archive/db_world/8.x/2022_09_21_07.sql
Normal file
74
data/sql/archive/db_world/8.x/2022_09_21_07.sql
Normal file
@@ -0,0 +1,74 @@
|
||||
-- DB update 2022_09_21_06 -> 2022_09_21_07
|
||||
SET @VAELASTRASZ_UBRS := 10538;
|
||||
SET @VAELASTRASZ_THE_RED := 10340;
|
||||
SET @NEFARIUS := 10162;
|
||||
SET @CALL_OF_VAELASTRASZ := 16349;
|
||||
SET @CHROMATIC_PROTECTION := 16372;
|
||||
-- Add missing creature text: Vaelastrasz The Red, Vaelastrasz, Nefarius
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = @VAELASTRASZ_THE_RED AND `GroupID` IN (0,1);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`)
|
||||
VALUES
|
||||
(@VAELASTRASZ_THE_RED, 0, 0, 'All is not lost! Battle these beasts without fear. Your wounds I shall heal, bones I shall mend. Be renewed, heroes!', 14, 0, 100.0, 5, 0, 0, 5748, 0, 'Vaelastrasz the Red'),
|
||||
(@VAELASTRASZ_THE_RED, 1, 0, 'You have come too far to fail. Stand back, mortals.', 14, 0, 100.0, 5, 0, 0, 5760, 0, 'Vaelastrasz the Red');
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = @VAELASTRASZ_UBRS AND `GroupID` IN (0,1);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`)
|
||||
VALUES
|
||||
(@VAELASTRASZ_UBRS, 0, 0, 'You will suffer in this defeat, Nefarian!', 14, 0, 100.0, 5, 0, 0, 5761, 0, 'Vaelastrasz'),
|
||||
(@VAELASTRASZ_UBRS, 1, 0, 'You merely destroy an image, fool. I shall hunt you until the end of days.', 14, 0, 100.0, 5, 0, 0, 5778, 0, 'Vaelastrasz');
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = @NEFARIUS AND `GroupID` IN (15,16,17);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`)
|
||||
VALUES
|
||||
(@NEFARIUS, 15, 0, 'Enough! Playtime is over!', 14, 0, 100.0, 22, 0, 0, 5596, 0, 'Lord Victor Nefarius (UBRS)'),
|
||||
(@NEFARIUS, 16, 0, 'Vaelastrasz, when this world belongs to the black flight, your flight shall know its end.', 14, 0, 100.0, 22, 0, 0, 5776, 0, 'Lord Victor Nefarius (UBRS)'),
|
||||
(@NEFARIUS, 17, 0, 'But for now, your death will have to suffice...', 14, 0, 100.0, 0, 0, 0, 5777, 0, 'Lord Victor Nefarius (UBRS)');
|
||||
|
||||
-- Handle Seal of Ascension and passive aura proc Chromatic Protection with script
|
||||
DELETE FROM `event_scripts` WHERE `id`=4622;
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (@CALL_OF_VAELASTRASZ, @CHROMATIC_PROTECTION);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`)
|
||||
VALUES
|
||||
(@CALL_OF_VAELASTRASZ, 'spell_blackrock_spire_call_of_vaelastrasz'),
|
||||
(@CHROMATIC_PROTECTION, 'spell_gyth_chromatic_protection');
|
||||
|
||||
-- Ring of Ascension only usable when inside Blackrock Spire AND Rend event started
|
||||
-- Show error message "SPELL_FAILED_INCORRECT_AREA" when not in BRS
|
||||
-- Show no error when trying to use the ring when not doing Rend event
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = @CALL_OF_VAELASTRASZ);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`)
|
||||
VALUES
|
||||
(17, 0, @CALL_OF_VAELASTRASZ, 0, 0, 4, 0, 1583, 0, 0, 0, 39, 0, '', 'Ring of Ascension on-use-effect only if inside Blackrock Spire'),
|
||||
(17, 0, @CALL_OF_VAELASTRASZ, 0, 0, 13, 0, 10, 1, 2, 0, 172, 0, '', 'Ring of Ascension on-use-effect only if boss state 10 (Rend) is IN_PROGRESS.'),
|
||||
(17, 0, @CALL_OF_VAELASTRASZ, 0, 0, 13, 0, 25, 0, 0, 0, 172, 0, '', 'Ring of Ascension on-use-effect only if boss state 25 (Vaelastrasz) is NOT_STARTED.');
|
||||
|
||||
-- Set ScriptName Vaelastrasz the Red
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_vaelastrasz_the_red' WHERE `entry` = @VAELASTRASZ_THE_RED;
|
||||
|
||||
-- Chromatic Protection
|
||||
-- PROC_EX_NORMAL_HIT 1 0x0000001
|
||||
-- PROC_FLAG_TAKEN_SPELL_MAGIC_DMG_CLASS_NEG 131072 0x00020000 Taken negative spell that has dmg class magic
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = @CHROMATIC_PROTECTION;
|
||||
INSERT INTO `spell_proc_event`
|
||||
(`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`)
|
||||
VALUES
|
||||
(@CHROMATIC_PROTECTION, 0, 0, 0, 0, 0, 131072, 1, 0, 0.0, 100.0, 0);
|
||||
|
||||
-- Allow corruption to be cast on Vaelastrasz
|
||||
-- Update comment to specify Vaelastrasz the Corrupt (BWL)
|
||||
SET @CORRUPTION:= 23642;
|
||||
UPDATE `conditions` SET `Comment` = 'Nefarius Corruption only affects Vaelastrasz the Corrupt'
|
||||
WHERE (`SourceTypeOrReferenceId` = 17) AND
|
||||
(`SourceGroup` = 0) AND (`SourceEntry` = @CORRUPTION) AND (`SourceId` = 0) AND
|
||||
(`ElseGroup` = 0);
|
||||
-- Add ElseGroup to also allow corruption to cast on Vaelastrasz (UBRS)
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND
|
||||
(`SourceGroup` = 0) AND (`SourceEntry` = @CORRUPTION) AND (`SourceId` = 0) AND
|
||||
(`ElseGroup` = 1);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`)
|
||||
VALUES
|
||||
(17, 0, @CORRUPTION, 0, 1, 31, 1, 3, 10538, 0, 0, 0, 0, '', 'Nefarius Corruption only affects Vaelastrasz');
|
||||
|
||||
-- Vaelastrasz the Red, Vaelastrasz
|
||||
-- Update mechanic immune mask, same as Vaelastrasz the Corrupt
|
||||
-- Update flags_extra to 1073742080 IMMUNITY_KNOCKBACK - creature is immune to knockback effects
|
||||
-- Immune to PC interaction (256) and NPC interaction (512)
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 650854239, `unit_flags` = 256|512, `type_flags` = 0, `flags_extra` = 1073741824 WHERE `entry` IN (@VAELASTRASZ_THE_RED, @VAELASTRASZ_UBRS);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user