Skip to content

Commit

Permalink
broadcast_text
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkysc authored Jan 29, 2025
1 parent 003489a commit 50afe27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/sql/updates/pending_db_world/rev_1737753927638017570.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ DELETE FROM `creature_template` WHERE `ScriptName` = 'npc_pure_energy' AND entry
UPDATE `creature_template` SET `ScriptName` = 'npc_pure_energy' WHERE (`entry` = 24745);
-- AOE_IMMUNE Flag for pure energy
UPDATE `creature_template` SET `flags_extra` = (`flags_extra` | 4194304) WHERE (`entry` = 24745);
-- Vexallus (Entry: 24744) Overload Emote
-- Vexallus (Entry: 24744) Overload Emote with broadcasttextid 77866
DELETE FROM `creature_text` WHERE `CreatureID` = 24744 AND `GroupID` = 5 AND `ID` = 0;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(24744, 5, 0, 'Vexallus overloads!', 41, 0, 100, 0, 0, 0, 0, 0, 'Vexallus - EMOTE_OVERLOAD');
(24744, 5, 0, 'Vexallus overloads!', 41, 0, 100, 0, 0, 0, 77866, 0, 'Vexallus - EMOTE_OVERLOAD');
-- Add to broadcast_text used SELECT MAX(ID) + 1 FROM broadcast_text; for next ID
INSERT INTO `broadcast_text` VALUES (77866, 0, 'Vexallus overloads!', 'Vexallus overloads!', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

0 comments on commit 50afe27

Please # to comment.