Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 69 forks source link

Bug: Parched Hydra & Writered Gaint/Bog Lord #3771

Closed ghost closed 7 years ago

ghost commented 7 years ago

I couldn't find anything via the search at the top for Parched Hydra

These mob seems to overspam their respective abilities. Parched Hydra - Heat Wave Bog Lord - Osmosis Withered Giant - Osmosis

Video showing how they interacted with a warlock. https://www.youtube.com/watch?v=xD9ywbSm51Y

https://www.burning-crusade.com/database/?npc=20324 https://www.burning-crusade.com/database/?npc=19402 https://www.burning-crusade.com/database/?npc=18124

AnonXS commented 7 years ago

DELETE FROM `creature_ai_scripts` WHERE `entryOrGUID` IN (18124, 19402, 20324);
INSERT INTO `creature_ai_scripts` VALUES
-- Parched Hydra
('2032401','20324','9','0','75','1','0','5','9000','14000','11','35236','1','0','0','0','0','0','0','0','0','0','Parched Hydra - Cast Heat Wave'),
-- (2032401, 20324, 0, 0, 75, 1, 1000, 1000, 6000, 6000, 11, 35236, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Parched Hydra - Cast Heat Wave');

-- Withered Bog Lord
('1940201','19402','9','0','75','1','0','5','12000','16000','11','35238','1','0','0','0','0','0','0','0','0','0','Withered Bog Lord - Cast War Stomp'),
('1940202','19402','0','0','100','1','6000','11000','8000','14000','11','35235','0','0','0','0','0','0','0','0','0','0','Withered Bog Lord - Cast Osmosis'),
-- (1940201, 19402, 0, 0, 100, 1, 6000, 6000, 10000, 10000, 11, 35235, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Withered Bog Lord - Cast Osmosis');
-- (1940202, 19402, 0, 0, 75, 1, 3000, 3000, 10000, 10000, 11, 35238, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Withered Bog Lord - Cast War Stomp');

-- Withered Giant
('1812401','18124','0','0','100','1','6000','11000','8000','14000','11','35235','0','0','0','0','0','0','0','0','0','0','Withered Giant - Cast Osmosis');
-- (1812401, 18124, 0, 0, 100, 1, 6000, 6000, 10000, 10000, 11, 35235, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Withered Giant - Cast Osmosis');

Compare to current EAI

AnonXS commented 7 years ago

https://github.com/Looking4Group/L4G_Core/pull/3755/commits/83acaf8307c099a181d85b692a6d07cf4c6a57be