Skip to content

Commit

Permalink
Update [5205][5348]...
Browse files Browse the repository at this point in the history
Zul'drak Sentinel 32447 - final spawn added
Hildana Deathstealer 32495 - final spawn added

Part of:
#977
  • Loading branch information
Grz3s committed Jul 23, 2024
1 parent de8249f commit be13eae
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 58 deletions.
51 changes: 38 additions & 13 deletions Updates/5205_RARES_ZulDrak.sql
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
-- Zul'drak Sentinel 32447
-- missing spawn added
DELETE FROM creature_addon WHERE guid IN (535524,535525,535526);
DELETE FROM creature_movement WHERE id IN (535524,535525,535526);
DELETE FROM game_event_creature WHERE guid IN (535524,535525,535526);
DELETE FROM game_event_creature_data WHERE guid IN (535524,535525,535526);
DELETE FROM creature_battleground WHERE guid IN (535524,535525,535526);
DELETE FROM creature_linking WHERE guid IN (535524,535525,535526);
DELETE FROM creature where guid IN (535524,535525,535526);
DELETE FROM creature_addon WHERE guid IN (535524,535525,535526,536076);
DELETE FROM creature_movement WHERE id IN (535524,535525,535526,536076);
DELETE FROM game_event_creature WHERE guid IN (535524,535525,535526,536076);
DELETE FROM game_event_creature_data WHERE guid IN (535524,535525,535526,536076);
DELETE FROM creature_battleground WHERE guid IN (535524,535525,535526,536076);
DELETE FROM creature_linking WHERE guid IN (535524,535525,535526,536076);
DELETE FROM creature where guid IN (535524,535525,535526,536076);
INSERT INTO creature (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, MovementType) VALUES
(535524,32447,571,1,1,5415.606,-2839.2556,276.58307,2.113,1800,1800,0,4), -- linear (30min resp timer)
(535525,32447,571,1,1,5289.55,-2043.2262,246.03973,0.103,1800,1800,0,4), -- linear (30min resp timer)
(535526,32447,571,1,1,5934.842,-2618.4814,292.3852,6.272,1800,1800,0,4); -- linear (30min resp timer)
-- 535527 - one more spawn missing
DELETE FROM creature_movement WHERE id IN (535524,535525,535526);
(535526,32447,571,1,1,5934.842,-2618.4814,292.3852,6.272,1800,1800,0,4), -- linear (30min resp timer)
(536076,32447,571,1,1,5346.5767,-2697.718,292.3042,0,1800,1800,0,4); -- linear (30min resp timer)
DELETE FROM creature_movement WHERE id IN (535524,535525,535526,536076);
INSERT INTO creature_movement (`id`, `Point`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `WaitTime`, `ScriptId`) VALUES
-- 535524
(535524,1 ,5415.606,-2839.2556,276.58307,100,1000,0),
Expand Down Expand Up @@ -78,7 +78,31 @@ INSERT INTO creature_movement (`id`, `Point`, `PositionX`, `PositionY`, `Positio
(535526,11,5618.583,-2617.64,292.41852 ,100,0,0),
(535526,12,5597.5103,-2617.5542,292.41852,100,0,0),
(535526,13,5580.0913,-2617.9905,292.41852,100,0,0),
(535526,14,5566.358,-2617.765,292.41852,100,1000,0);
(535526,14,5566.358,-2617.765,292.41852,100,1000,0),
-- 536076
(536076,1 ,5346.5767,-2697.718,292.3042,100,1000,0),
(536076,2 ,5319.115,-2722.3545,292.41852 ,100,0,0),
(536076,3 ,5288.5415,-2750.7166,292.41852,100,0,0),
(536076,4 ,5261.3647,-2775.6008,292.41852,100,0,0),
(536076,5 ,5241.652,-2793.4312,292.41852 ,100,0,0),
(536076,6 ,5215.3813,-2817.6245,292.41852,100,0,0),
(536076,7 ,5192.094,-2841.0894,292.41852 ,100,0,0),
(536076,8 ,5177.526,-2857.6833,292.41852 ,100,0,0),
(536076,9 ,5165.316,-2874.694,292.41852 ,100,0,0),
(536076,10,5148.066,-2895.1067,292.41852 ,100,0,0),
(536076,11,5125.9707,-2894.2805,292.41852,100,0,0),
(536076,12,5108.524,-2909.3098,292.41852 ,100,0,0),
(536076,13,5087.6626,-2932.4592,292.41852,100,0,0),
(536076,14,5076.7144,-2943.3242,292.41852,100,0,0),
(536076,15,5056.7856,-2960.4575,293.52484,100,0,0),
(536076,16,5031.028,-2986.904,292.2415 ,100,0,0),
(536076,17,5011.606,-3001.6116,292.41852 ,100,0,0),
(536076,18,4990.574,-3023.0303,292.41852 ,100,0,0),
(536076,19,4969.888,-3045.337,292.41852 ,100,0,0),
(536076,20,4944.728,-3066.5774,292.41852 ,100,0,0),
(536076,21,4919.4097,-3091.0835,292.41852,100,0,0),
(536076,22,4887.1865,-3122.8503,292.41852,100,0,0),
(536076,23,4855.8623,-3157.0073,292.41852,100,1000,0);
-- Spawn Groups
DELETE FROM `spawn_group` WHERE id = 30027;
INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES
Expand All @@ -87,7 +111,8 @@ DELETE FROM `spawn_group_spawn` WHERE id = 30027;
INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`) VALUES
(30027, 535524, -1),
(30027, 535525, -1),
(30027, 535526, -1);
(30027, 535526, -1),
(30027, 536076, -1);

-- Griegen 32471
-- missing spawn added
Expand All @@ -101,7 +126,7 @@ DELETE FROM creature where guid IN (535528,535529,535530);
INSERT INTO creature (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, MovementType) VALUES
(535528,32471,571,1,1,5311.4097,-1678.9457,232.74478,5.54826,28800,28800,30,1),
(535529,32471,571,1,1,5828.5093,-1912.6215,234.78413,2.9407,28800,28800,30,1);
-- 535530 - 35 available (more missing)
-- (more missing)
-- Spawn Groups
DELETE FROM `spawn_group` WHERE id = 30028;
INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES
Expand Down
174 changes: 129 additions & 45 deletions Updates/5348_c.32495.sql
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
-- Hildana Deathstealer 32495 - RARE
-- missing creature added
DELETE FROM creature_addon WHERE guid = 536077;
DELETE FROM creature_movement WHERE id = 536077;
DELETE FROM game_event_creature WHERE guid = 536077;
DELETE FROM game_event_creature_data WHERE guid = 536077;
DELETE FROM creature_battleground WHERE guid = 536077;
DELETE FROM creature_linking WHERE guid = 536077;
DELETE FROM creature where guid = 536077;
INSERT INTO creature (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, MovementType) VALUES
(536077,32495,571,1,1,8423.352,3063.1458,600.142,0,43200,43200,0,4); -- linear
UPDATE creature SET position_x = 7834.619, position_y = 3590.0576, position_z = 665.0057, spawndist = 0, MovementType = 4 WHERE guid = 532607;
UPDATE creature SET position_x = 7088.2627, position_y = 2131.6377, position_z = 637.22205, spawndist = 0, MovementType = 4 WHERE guid = 532608;
DELETE FROM creature_movement WHERE Id IN (532607,532608);
DELETE FROM creature_movement WHERE Id IN (532607,532608,536077);
INSERT INTO creature_movement (id, point, positionx, positiony, positionz, orientation, waittime, scriptid) VALUES
-- 532607
(532607,1 ,7834.619,3590.0576,665.0057,100,0,0),
(532607,1 ,7834.619,3590.0576,665.0057,100,1000,0),
(532607,2 ,7829.7173,3555.9768,665.0047,100,0,0),
(532607,3 ,7819.932,3539.817,665.0047,100,0,0),
(532607,4 ,7804.902,3523.622,665.34143,100,0,0),
Expand All @@ -29,57 +39,131 @@ INSERT INTO creature_movement (id, point, positionx, positiony, positionz, orien
(532607,23,7529.2456,3645.1445,635.3265,100,0,0),
(532607,24,7516.6562,3657.3298,635.3269,100,0,0),
(532607,25,7502.489,3658.5083,635.4636,100,0,0),
(532607,26,7487.1807,3659.841,635.4208,100,0,0),
(532607,26,7487.1807,3659.841,635.4208,100,1000,0),
-- 532608
(532608,1 ,7088.2627,2131.6377,637.22205,100,0,0),
(532608,2 ,7099.2085,2130.5205,633.0135 ,100,0,0),
(532608,3 ,7113.819,2138.2522,627.62067 ,100,0,0),
(532608,4 ,7137.276,2137.024,619.1228 ,100,0,0),
(532608,5 ,7159.934,2123.704,608.3088 ,100,0,0),
(532608,6 ,7180.832,2103.6406,596.8717 ,100,0,0),
(532608,7 ,7199.488,2077.6409,588.7512 ,100,0,0),
(532608,8 ,7222.452,2049.3967,586.37354 ,100,0,0),
(532608,9 ,7242.6904,2020.9316,586.3621 ,100,0,0),
(532608,10,7239.754,1992.3424,582.93146 ,100,0,0),
(532608,11,7217.938,1967.9752,582.8708 ,100,0,0),
(532608,12,7215.4897,1953.7491,579.5094 ,100,0,0),
(532608,13,7209.7993,1933.9545,573.6544 ,100,0,0),
(532608,14,7189.4707,1920.4249,566.2871 ,100,0,0),
(532608,15,7176.588,1908.39,561.8888 ,100,0,0),
(532608,16,7158.939,1897.2893,554.6441 ,100,0,0),
(532608,17,7142.6504,1883.022,546.84564 ,100,0,0),
(532608,18,7146.6245,1871.0052,542.7414 ,100,0,0),
(532608,19,7143.43,1853.5005,534.79236 ,100,0,0),
(532608,1 ,7088.2627,2131.6377,637.22205,100,1000,0),
(532608,2 ,7099.2085,2130.5205,633.0135,100,0,0),
(532608,3 ,7113.819,2138.2522,627.62067,100,0,0),
(532608,4 ,7137.276,2137.024,619.1228,100,0,0),
(532608,5 ,7159.934,2123.704,608.3088,100,0,0),
(532608,6 ,7180.832,2103.6406,596.8717,100,0,0),
(532608,7 ,7199.488,2077.6409,588.7512,100,0,0),
(532608,8 ,7222.452,2049.3967,586.37354,100,0,0),
(532608,9 ,7242.6904,2020.9316,586.3621,100,0,0),
(532608,10,7239.754,1992.3424,582.93146,100,0,0),
(532608,11,7217.938,1967.9752,582.8708,100,0,0),
(532608,12,7215.4897,1953.7491,579.5094,100,0,0),
(532608,13,7209.7993,1933.9545,573.6544,100,0,0),
(532608,14,7189.4707,1920.4249,566.2871,100,0,0),
(532608,15,7176.588,1908.39,561.8888,100,0,0),
(532608,16,7158.939,1897.2893,554.6441,100,0,0),
(532608,17,7142.6504,1883.022,546.84564,100,0,0),
(532608,18,7146.6245,1871.0052,542.7414,100,0,0),
(532608,19,7143.43,1853.5005,534.79236 ,100,0,0),
(532608,20,7140.1157,1829.0731,522.23193,100,0,0),
(532608,21,7147.326,1802.5812,511.20544 ,100,0,0),
(532608,22,7160.529,1777.7811,502.08496 ,100,0,0),
(532608,21,7147.326,1802.5812,511.20544,100,0,0),
(532608,22,7160.529,1777.7811,502.08496,100,0,0),
(532608,23,7154.2275,1756.1511,497.30072,100,0,0),
(532608,24,7136.289,1737.9875,497.017 ,100,0,0),
(532608,24,7136.289,1737.9875,497.017,100,0,0),
(532608,25,7111.4683,1737.8218,502.80118,100,0,0),
(532608,26,7093.0923,1746.8671,507.53943,100,0,0),
(532608,27,7074.251,1757.4524,510.6808 ,100,0,0),
(532608,28,7053.3184,1765.741,513.947 ,100,0,0),
(532608,29,7029.345,1773.7909,517.5663 ,100,0,0),
(532608,30,7011.0024,1761.3313,518.4968 ,100,0,0),
(532608,31,6997.6147,1747.2721,519.6525 ,100,0,0),
(532608,32,6977.2095,1726.5549,523.2506 ,100,0,0),
(532608,27,7074.251,1757.4524,510.6808,100,0,0),
(532608,28,7053.3184,1765.741,513.947,100,0,0),
(532608,29,7029.345,1773.7909,517.5663,100,0,0),
(532608,30,7011.0024,1761.3313,518.4968,100,0,0),
(532608,31,6997.6147,1747.2721,519.6525,100,0,0),
(532608,32,6977.2095,1726.5549,523.2506,100,0,0),
(532608,33,6959.3433,1709.8004,528.52844,100,0,0),
(532608,34,6944.0337,1703.3512,531.3673 ,100,0,0),
(532608,34,6944.0337,1703.3512,531.3673,100,0,0),
(532608,35,6922.2153,1702.4052,535.26935,100,0,0),
(532608,36,6905.0986,1705.3285,538.63086,100,0,0),
(532608,37,6886.7397,1703.085,543.012 ,100,0,0),
(532608,38,6864.976,1700.8634,548.3915 ,100,0,0),
(532608,37,6886.7397,1703.085,543.012,100,0,0),
(532608,38,6864.976,1700.8634,548.3915,100,0,0),
(532608,39,6848.1763,1702.5123,552.86816,100,0,0),
(532608,40,6832.0747,1708.6315,557.7967 ,100,0,0),
(532608,41,6821.6504,1718.5039,562.5582 ,100,0,0),
(532608,42,6809.9653,1730.0853,568.9621 ,100,0,0),
(532608,43,6803.283,1742.8573,574.6663 ,100,0,0),
(532608,44,6801.3047,1755.202,578.02203 ,100,0,0),
(532608,45,6798.1084,1766.8889,580.5387 ,100,0,0),
(532608,46,6797.7007,1780.1782,582.3558 ,100,0,0),
(532608,47,6800.344,1789.98,584.18555 ,100,0,0),
(532608,40,6832.0747,1708.6315,557.7967,100,0,0),
(532608,41,6821.6504,1718.5039,562.5582,100,0,0),
(532608,42,6809.9653,1730.0853,568.9621,100,0,0),
(532608,43,6803.283,1742.8573,574.6663,100,0,0),
(532608,44,6801.3047,1755.202,578.02203,100,0,0),
(532608,45,6798.1084,1766.8889,580.5387,100,0,0),
(532608,46,6797.7007,1780.1782,582.3558,100,0,0),
(532608,47,6800.344,1789.98,584.18555,100,0,0),
(532608,48,6804.5347,1803.0055,587.19946,100,0,0),
(532608,49,6809.2427,1811.0579,589.2962 ,100,0,0);
DELETE FROM creature_spawn_data WHERE guid IN (532607,532608);
(532608,49,6809.2427,1811.0579,589.2962,100,1000,0),
-- 536077
(536077,1 ,8423.352,3063.1458,600.142,100,1000,0),
(536077,2 ,8434.942,3094.418,600.14185,100,0,0),
(536077,3 ,8438.613,3108.3425,600.141,100,0,0),
(536077,4 ,8422.084,3115.3687,600.142,100,0,0),
(536077,5 ,8405.4795,3122.5032,600.142,100,0,0),
(536077,6 ,8385.566,3129.424,602.7457,100,0,0),
(536077,7 ,8368.221,3134.3953,608.63745,100,0,0),
(536077,8 ,8349.416,3139.284,614.6749,100,0,0),
(536077,9 ,8332.216,3149.101,620.9049,100,0,0),
(536077,10,8314.849,3156.0266,626.50433,100,0,0),
(536077,11,8309.8545,3177.0764,633.30005,100,0,0),
(536077,12,8304.845,3196.659,640.21545,100,0,0),
(536077,13,8295.454,3217.766,648.38745,100,0,0),
(536077,14,8286.335,3241.6082,657.28503,100,0,0),
(536077,15,8281.978,3260.767,663.9702,100,0,0),
(536077,16,8278.248,3281.6042,667.0579,100,0,0),
(536077,17,8271.209,3302.5518,666.0323,100,0,0),
(536077,18,8266.044,3314.8477,666.1157,100,0,0),
(536077,19,8256.341,3336.562,666.25104,100,0,0),
(536077,20,8242.677,3360.7344,666.436,100,0,0),
(536077,21,8227.907,3372.441,665.2672,100,0,0),
(536077,22,8209.161,3379.8535,661.4848,100,0,0),
(536077,23,8192.813,3390.323,655.6152,100,0,0),
(536077,24,8178.2466,3411.0347,645.3421,100,0,0),
(536077,25,8168.3003,3441.4426,639.36426,100,0,0),
(536077,26,8161.397,3470.4285,639.2633,100,0,0),
(536077,27,8160.3047,3498.5637,640.16797,100,0,0),
(536077,28,8166.983,3528.2974,640.7624,100,0,0),
(536077,29,8179.444,3547.8096,640.1602,100,0,0),
(536077,30,8194.972,3558.9744,640.5283,100,0,0),
(536077,31,8215.23,3562.3567,640.10126,100,0,0),
(536077,32,8228.836,3555.7651,640.13556,100,0,0),
(536077,33,8244.656,3539.3594,640.9443,100,0,0),
(536077,34,8249.749,3522.7031,640.3248,100,0,0),
(536077,35,8246.471,3508.2085,640.8861,100,0,0),
(536077,36,8238.511,3488.9556,640.5266,100,0,0),
(536077,37,8230.948,3479.1885,639.8619,100,0,0),
(536077,38,8217.528,3471.4265,640.0567,100,0,0),
(536077,39,8201.244,3465.499,640.4491,100,0,0),
(536077,40,8190.3086,3464.296,640.444,100,0,0),
(536077,41,8177.184,3459.429,639.43805,100,0,0),
(536077,42,8172.1216,3432.581,639.9641,100,0,0),
(536077,43,8184.2803,3409.742,646.7891,100,0,0),
(536077,44,8196.813,3391.203,656.1564,100,0,0),
(536077,45,8220.865,3375.1074,664.2059,100,0,0),
(536077,46,8243.464,3382.2847,667.5321,100,0,0),
(536077,47,8244.565,3404.0227,668.70874,100,0,0),
(536077,48,8253.916,3424.9233,670.05615,100,0,0),
(536077,49,8284.78,3451.673,670.0739,100,0,0),
(536077,50,8300.793,3470.8276,670.0739,100,0,0),
(536077,51,8309.197,3484.5771,670.0739,100,0,0),
(536077,52,8313.191,3504.509,670.0739,100,0,0),
(536077,53,8311.722,3537.769,669.9541,100,0,0),
(536077,54,8307.549,3563.906,669.9771,100,0,0),
(536077,55,8284.112,3585.9978,669.9815,100,0,0),
(536077,56,8257.535,3609.5754,669.9769,100,0,0),
(536077,57,8216.864,3612.0835,669.8218,100,0,0),
(536077,58,8169.6406,3606.8977,670.0738,100,0,0),
(536077,59,8139.757,3583.138,670.07117,100,0,0),
(536077,60,8114.184,3560.7864,669.9977,100,0,0),
(536077,61,8083.903,3538.4128,668.02014,100,0,0),
(536077,62,8064.9463,3525.2078,667.55096,100,0,0),
(536077,63,8053.9497,3523.0837,668.15967,100,0,0),
(536077,64,8035.065,3522.3308,665.2828,100,0,0),
(536077,65,8025.9907,3523.5452,662.21796,100,0,0),
(536077,66,8001.2075,3526.781,652.55835,100,0,0),
(536077,67,7981.2544,3535.609,644.5729,100,0,0),
(536077,68,7958.9316,3551.2356,640.9646,100,0,0),
(536077,69,7969.4175,3567.1536,640.9688,100,0,0),
(536077,70,7982.021,3582.3152,640.96454,100,1000,0);
DELETE FROM creature_spawn_data WHERE guid IN (532607,532608,536077);
INSERT INTO creature_spawn_data (`guid`, `id`) VALUES
(532607,20056),(532608,20056);
(532607,20056),(532608,20056),(536077,20056);
DELETE FROM spawn_group_spawn WHERE guid = 536077;
INSERT INTO spawn_group_spawn (Id, Guid, SlotId) VALUES
(34047, 536077, -1);

0 comments on commit be13eae

Please sign in to comment.