Skip to content

Commit

Permalink
[5131][ACID] Squiddic 14270
Browse files Browse the repository at this point in the history
Wps added

ACID- comment added to Defias Conjurer 619

Closes:
cmangos#937
  • Loading branch information
Grz3s committed Oct 12, 2023
1 parent 1994da0 commit 6e87a64
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9059,7 +9059,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('59904','599','0','0','80','1025','18000','25000','25000','35000','0','0','11','228','1','0','0','0','0','0','0','0','0','0','Marisa du''Paige - Cast Polymorph Chicken'),
('59905','599','2','0','100','1025','50','0','35000','35000','0','0','11','512','1','1024','0','0','0','0','0','0','0','0','Marisa du''Paige - Cast Chains of Ice at 50% HP'),
('59906','599','9','0','100','1025','0','40','3400','4900','0','0','11','9053','1','256','0','0','0','0','0','0','0','0','Marisa du''Paige - Cast Fireball'),
-- Defias Conjurer 619
-- Defias Conjurer 619 - creature_spell_list
('61901','619','11','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Defias Conjurer - Enable Range Mode on Spawn'),
('61902','619','1','0','100','0','1000','1000','0','0','0','0','56','0','0','0','0','0','0','0','0','0','0','0','Defias Conjurer - Despawn Guardians on OOC'),
('61903','619','1','0','100','0','2000','2000','0','0','0','0','11','5108','0','0','0','0','0','0','0','0','0','0','Defias Conjurer - Cast Summon Voidwalker on OOC'),
Expand Down
48 changes: 48 additions & 0 deletions Updates/5131_c.14270.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
-- Squiddic 14270
-- Duplicates Removed - TBC/Classic - diff guids PLS correct
-- 1 spawn left - guid = 10169
DELETE FROM creature_addon WHERE guid BETWEEN 134173 AND 134202;
DELETE FROM creature_movement WHERE id BETWEEN 134173 AND 134202;
DELETE FROM game_event_creature WHERE guid BETWEEN 134173 AND 134202;
DELETE FROM game_event_creature_data WHERE guid BETWEEN 134173 AND 134202;
DELETE FROM creature_battleground WHERE guid BETWEEN 134173 AND 134202;
DELETE FROM creature_linking WHERE guid BETWEEN 134173 AND 134202
OR master_guid BETWEEN 134173 AND 134202;
DELETE FROM creature WHERE guid BETWEEN 134173 AND 134202;
-- Removed from pools
DELETE FROM pool_creature_template WHERE id = 14270;
DELETE FROM pool_template WHERE entry = 1018;
-- wps
UPDATE creature SET position_x = -9519.936, position_y = -2576.626, position_z = 51.65629, spawndist = 0, MovementType = 2 WHERE id = 14270;
UPDATE creature_template SET MovementType = 2 WHERE Entry = 14270;
DELETE FROM creature_movement WHERE id IN (10169);
DELETE FROM creature_movement_template WHERE entry = 14270;
INSERT INTO creature_movement_template (Entry, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId) VALUES
(14270,1 ,-9519.936,-2576.626,51.65629,100,0,0),
(14270,2 ,-9552.533,-2579.19,53.43765,100,0,0),
(14270,3 ,-9550.569,-2611.4473,53.784504,100,0,0),
(14270,4 ,-9551.546,-2648.616,52.78072,100,0,0),
(14270,5 ,-9549.171,-2680.0127,52.446655,100,0,0),
(14270,6 ,-9546.93,-2714.0422,52.00598,100,0,0),
(14270,7 ,-9522.62,-2739.667,46.962234,100,0,0),
(14270,8 ,-9488.057,-2750.3303,47.687325,100,0,0),
(14270,9 ,-9447.107,-2745.761,43.969578,100,0,0),
(14270,10,-9420.145,-2716.4578,45.219208,100,0,0),
(14270,11,-9404.2705,-2685.8096,51.52495,100,0,0),
(14270,12,-9386.397,-2674.8538,53.73822,100,0,0),
(14270,13,-9381.029,-2644.0718,45.08824,100,0,0),
(14270,14,-9350.273,-2616.7996,29.851065,100,0,0),
(14270,15,-9344.348,-2585.2432,23.476347,100,0,0),
(14270,16,-9339.8,-2547.5325,16.689884,100,0,0),
(14270,17,-9321.223,-2519.3645,21.85187,100,0,0),
(14270,18,-9319.624,-2479.8213,38.13477,100,0,0),
(14270,19,-9332.45,-2452.6458,46.595295,100,0,0),
(14270,20,-9347.441,-2430.7454,42.506027,100,0,0),
(14270,21,-9371.673,-2410.3157,36.52871,100,0,0),
(14270,22,-9412.264,-2411.139,51.03227,100,0,0),
(14270,23,-9444.449,-2412.266,53.813065,100,0,0),
(14270,24,-9479.387,-2421.909,53.740257,100,0,0),
(14270,25,-9515.257,-2450.3674,47.931736,100,0,0),
(14270,26,-9520.9375,-2486.408,39.263382,100,0,0),
(14270,27,-9513.316,-2513.1453,45.109367,100,0,0),
(14270,28,-9495.657,-2545.3882,50.606506,100,0,0);

0 comments on commit 6e87a64

Please sign in to comment.