mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
BRD Grim Guzzler rework part 4
* Scripted NPC Plugger Spazzring. It will now: - react when pickpocketed (with some delay) - use his abilities in combat - warn and attack people stealing his goods - activate Phalanx on death and spawn a patrol - use random texts (says and yells) * Small fixes from previous commits (backported from c9cb5aa)
This commit is contained in:
parent
ca6c65da3e
commit
042836b505
4 changed files with 301 additions and 12 deletions
|
|
@ -292,9 +292,11 @@ UPDATE creature_template SET ScriptName='npc_marshal_windsor' WHERE entry=9023;
|
|||
UPDATE creature_template SET ScriptName='npc_dughal_stormwing' WHERE entry=9022;
|
||||
UPDATE creature_template SET ScriptName='npc_tobias_seecher' WHERE entry=9679;
|
||||
UPDATE creature_template SET ScriptName='npc_hurley_blackbreath' WHERE entry=9537;
|
||||
UPDATE creature_template SET ScriptName='boss_plugger_spazzring' WHERE entry=9499;
|
||||
UPDATE gameobject_template SET ScriptName='go_shadowforge_brazier' WHERE entry IN (174744, 174745);
|
||||
UPDATE gameobject_template SET ScriptName='go_relic_coffer_door' WHERE entry IN (174554, 174555, 174556, 174557, 174558, 174559, 174560, 174561, 174562, 174563, 174564, 174566);
|
||||
UPDATE gameobject_template SET ScriptName='go_bar_beer_keg' WHERE entry=164911;
|
||||
UPDATE gameobject_template SET ScriptName='go_bar_ale_mug' WHERE entry IN (165738,165739);
|
||||
|
||||
/* BLACKROCK SPIRE */
|
||||
UPDATE instance_template SET ScriptName='instance_blackrock_spire' WHERE map=229;
|
||||
|
|
@ -2460,9 +2462,19 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-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'),
|
||||
(-1230047,'I\m out of here!',0,0,0,60,'rocknot SAY_ROCKNOT_DESPAWN'),
|
||||
(-1230047,'I\m out of here!',0,0,0,0,'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');
|
||||
(-1230049,'We...are...investigating.',0,1,0,0,'Fireguard Destroyer YELL_PATROL_2'),
|
||||
(-1230050,'Try the boar! It\'s my new recipe!',0,0,0,0,'Plugger Spazzring SAY_OOC_1'),
|
||||
(-1230051,'Enjoy! You won\'t find better ale anywhere!',0,0,0,0,'Plugger Spazzring SAY_OOC_2'),
|
||||
(-1230052,'Drink up! There\'s more where that came from!',0,0,0,0,'Plugger Spazzring SAY_OOC_3'),
|
||||
(-1230053,'Have you tried the Dark Iron Ale? It\'s the best!',0,0,0,0,'Plugger Spazzring SAY_OOC_4'),
|
||||
(-1230054,'What are you doing over there?',0,1,0,0,'Plugger Spazzring YELL_STOLEN_1'),
|
||||
(-1230055,'Hey! Get away from that!',0,1,0,0,'Plugger Spazzring YELL_STOLEN_2'),
|
||||
(-1230056,'No stealing the goods!',0,1,0,0,'Plugger Spazzring YELL_STOLEN_3'),
|
||||
(-1230057,'That\'s it! You\'re going down!',0,1,0,0,'Plugger Spazzring YELL_AGRRO_1'),
|
||||
(-1230058,'That\'s it! No more beer until this mess is sorted out!',0,1,0,0,'Plugger Spazzring YELL_AGRRO_2'),
|
||||
(-1230059,'Hey, my pockets were picked!',0,1,0,0,'Plugger Spazzring YELL_PICKPOCKETED');
|
||||
|
||||
-- -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