mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Improve Silithid Royalty encounter
* Improve Silithid Royalty encounter in Temple of Ahn'Qiraj - Make all three bugs inherit from a parent class holding shared abilities - Reset the encounter if one of the bosses is moved out of the room - Add dummy code for consume mechanics when one of the bosses is defeated (this needs a bit more research) - Add missing Thrash ability for Lord Kri - Add missing Knockdown ability for Vem - Add missing Ravage ability for Princess Yauj - Rework timers Sources: https://youtu.be/YAPjGr56rEc https://youtu.be/CLbsf2IRKFQ https://youtu.be/Ypbi9vF15uM https://youtu.be/thgjRKT4tyI
This commit is contained in:
parent
0f4d208f19
commit
e6ccf2eadc
4 changed files with 229 additions and 113 deletions
|
|
@ -3210,7 +3210,9 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1531045,'%s looks ready to shatter!',0,2,0,0,'viscidus EMOTE_SHATTER'),
|
||||
(-1531046,'%s explodes!',0,2,0,0,'viscidus EMOTE_EXPLODE'),
|
||||
|
||||
(-1531047,'%s shares his powers with his brethren.',0,2,0,0,'anubisath sentinelle EMOTE_SHARE');
|
||||
(-1531047,'%s shares his powers with his brethren.',0,2,0,0,'anubisath sentinelle EMOTE_SHARE'),
|
||||
|
||||
(-1531048,'%s is devoured!',0,2,0,0,'silithid royalty EMOTE_CONSUMED');
|
||||
|
||||
-- -1 532 000 KARAZHAN
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue