mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
BRD Grim Guzzler rework part 3
* Add the bar patrol event when Ribbly is killed (should also be true for Plugger but this will come in next commit) * Add a few basis ground for Plugger script which will come soon (backported from 21d1954)
This commit is contained in:
parent
ebc2b7cd9a
commit
ca6c65da3e
4 changed files with 195 additions and 22 deletions
|
|
@ -2459,7 +2459,10 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1230043,'You can\'t hide from us. Prepare to burn!',0,1,0,0,'anvilrage guardsman SAY_GUARD_AGGRO'),
|
||||
(-1230044,'That one\'s empty!!',0,0,0,60,'rocknot SAY_BARREL_1'),
|
||||
(-1230045,'Ah, empty again!',0,0,0,35,'rocknot SAY_BARREL_2'),
|
||||
(-1230046,'ALE!',0,0,0,60,'rocknot SAY_BARREL_3');
|
||||
(-1230046,'ALE!',0,0,0,60,'rocknot SAY_BARREL_3'),
|
||||
(-1230047,'I\m out of here!',0,0,0,60,'rocknot SAY_ROCKNOT_DESPAWN'),
|
||||
(-1230048,'HALT! There were...reports...of a...disturbance.',0,1,0,0,'Fireguard Destroyer YELL_PATROL_1'),
|
||||
(-1230049,'We...are...investigating.',0,1,0,0,'Fireguard Destroyer YELL_PATROL_2');
|
||||
|
||||
-- -1 249 000 ONYXIA'S LAIR
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue