sogladev / mod-vanilla-naxxramas

AzerothCore custom module that brings back vanilla Naxxramas
GNU Affero General Public License v3.0
7 stars 3 forks source link

Bug: Maexxna vanilla web wrap #14

Open sogladev opened 6 months ago

sogladev commented 6 months ago

Current Behaviour

Web Wraps fall to the ground, should be stuck mid-air

Expected Behaviour

classic 1.12 https://youtu.be/ltxGxvzv3Lo?si=bZ_6A-jtMaoj-Dtp&t=27 classic: https://youtu.be/ca9WJN98A58?si=eIrdTB3SgvLB27zl&t=104 vanilla: https://youtu.be/i7JSMKRL6ZY?si=Z09kR08ZeY2Y7tJG&t=91

Steps to reproduce the problem

tp to maexxna

.go xyz 3475 -3881 295.1 533 5.44

requires 2 characters to start the fight

Extra Notes

SET @CGUID = 127529;
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+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`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(@CGUID+0,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3496.615,  -3834.182,  320.7863,  2.670354,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+1,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3509.108,  -3833.922,  320.4750,  1.710423,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+3,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3523.644,  -3838.309,  320.5775,  2.775074,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+4,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3538.152,  -3846.353,  320.5188,  1.431170,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+5,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3546.219,  -3856.167,  320.9324,  2.932153,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+6,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3555.135,  -3869.507,  320.8307,  0.9424778,  7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+7,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3560.282,  -3886.143,  321.2827,  3.874631,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap)'),
(@CGUID+2,  15384,  0,  0,  533,  3456,  3456,  3,  1,  0,  3499.137,  -3890.790,  292.3595,  5.358161,   7200,  0,  0,  17010,  0,  0,  0,  0,  0,  'boss_maexxna_webwrap_trigger',  0,  0,  'Maexxna  (web  wrap) - middle of the room trigger - can be ommited?');

Use spell 28619. Not present in 335, but is present in acore. Same spell as 112 DBC

bugged structure using invisible triggers https://github.com/azerothcore/azerothcore-wotlk/pull/18843/commits/63db96ddbc521fc5195f7540f5fdcabdfa3be8b2

maexidag

AC rev. hash/commit

No response

Operating system

No response

Custom changes or Modules

No response