mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Rework Maexxna encounter
* Rework Maexxna encounter in Naxxramas: - fully rewrite the Web Wrap mechanics to its Classic state by using sniffs and videos from original retail. Note that many parts of the mechanics are still guesswork but the result and behaviour is globally far more Blizzlike - Use dedicated spells to summon Maexxna Spiderlings - Clean-up timers - Fix a few targets - Properly reset stage on wipe - Remove WotLK emotes
This commit is contained in:
parent
aa8c53b10a
commit
c7ddee5ed8
2 changed files with 188 additions and 122 deletions
|
|
@ -846,6 +846,7 @@ UPDATE gameobject_template SET ScriptName='go_sapphiron_birth' WHERE entry=18135
|
|||
UPDATE gameobject_template SET ScriptName='go_anub_door' WHERE entry=181126;
|
||||
UPDATE creature_template SET ScriptName='boss_kelthuzad' WHERE entry=15990;
|
||||
UPDATE creature_template SET ScriptName='npc_diseased_maggot' WHERE entry IN (16056, 16057);
|
||||
UPDATE creature_template SET ScriptName='npc_invible_man' WHERE entry=17286;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(10495,'event_decimate');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue