mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
(Scripts/AI) ZG20: Improvements to Thekal (Tiger Boss) (#17603)
Co-authored-by: AG <43139552+AGandrup@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
-- Thekal (14509)
|
||||
-- Update SAY_AGGRO to include emote ONESHOT_ROAR
|
||||
-- Update comments
|
||||
UPDATE `creature_text` SET `Emote`=15, `comment`='High Priest Thekal - SAY_AGGRO' WHERE `CreatureID`=14509 AND `GroupID`=0 AND `ID`=0;
|
||||
UPDATE `creature_text` SET `comment`='High Priest Thekal - SAY_DEATH' WHERE `CreatureID`=14509 AND `GroupID`=1 AND `ID`=0;
|
||||
UPDATE `creature_text` SET `comment`='High Priest Thekal - EMOTE_DIES' WHERE `CreatureID`=14509 AND `GroupID`=2 AND `ID`=0;
|
||||
|
||||
-- Thekal (14509)
|
||||
-- Remove static idle (talking) emote
|
||||
UPDATE `creature_addon` SET `emote`=0 WHERE `guid`=49310;
|
||||
|
||||
-- Zealot Lor'Khan (11347)
|
||||
-- Update comments
|
||||
UPDATE `creature_text` SET `comment`='Zealot LorKhan - EMOTE_ZEALOT_DIES' WHERE `CreatureID`=11347 AND `GroupID`=0 AND `ID`=0;
|
||||
|
||||
-- Zealot Zath (11348)
|
||||
-- Update comments
|
||||
UPDATE `creature_text` SET `comment`='Zealot Zath - EMOTE_ZEALOT_DIES' WHERE `CreatureID`=11348 AND `GroupID`=0 AND `ID`=0;
|
||||
Reference in New Issue
Block a user