fix(Scripts/EoE): Implement Malygos Vortex (#24726)

Co-authored-by: Manuel Carrasco (maanuel) <noreply@trinitycore.org>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Manuel Carrasco <manuel@carrasco.dev>
Co-authored-by: Trista <Trista@users.noreply.github.com>
This commit is contained in:
Andrew
2026-02-21 19:50:14 -03:00
committed by GitHub
parent 052c36224a
commit 0994714bd1
5 changed files with 191 additions and 165 deletions

View File

@@ -0,0 +1,24 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (56105, 55873);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(56105, 'spell_malygos_vortex_dummy'),
(55873, 'spell_malygos_vortex_visual');
DELETE FROM `creature` WHERE `guid` IN (132304, 132305, 132306, 132307, 132308);
INSERT INTO `creature`
(`guid`, `id1`, `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
(132304,30090,616,0,0,3,1,0,754.733,1301.51,283.379,5.58505,3600,0,0,12600,0,0,0,0,0,'',0),
(132305,30090,616,0,0,3,1,0,754.521,1301.23,279.524,0.680678,3600,0,0,12600,0,0,0,0,0,'',0),
(132306,30090,616,0,0,3,1,0,754.356,1301.48,285.733,5.96903,3600,0,0,12600,0,0,0,0,0,'',0),
(132307,30090,616,0,0,3,1,0,754.192,1301.18,281.851,5.75959,3600,0,0,12600,0,0,0,0,0,'',0),
(132308,30090,616,0,0,3,1,0,754.688,1301.8,287.295,1.25664,3600,0,0,12600,0,0,0,0,0,'',0);
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432, `VehicleId` = 214, `flags_extra` = `flags_extra`|2|128, `ScriptName` = '' WHERE `entry` = 30090;
DELETE FROM `creature_template_addon` WHERE `entry` = 30090;
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(30090, 0, 0, 0, 0, 0, 0, '55883');