mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Rework phase 2 of Thaddius encounter
* Rework phase 2 of Thaddius encounter in Naxxramas - Prevent Thaddius from being stucked if raid wipe in phase 2 - Allow Thaddius to move and follow people - Activate/Desactivate the tesla GOs when entering phase 2 for better visual, as it should - Improve Lightning Ball - Remove WotLK emote - Fix texts - Add emote for Tesla Coil when starting phase 2
This commit is contained in:
parent
6c3d145a52
commit
442449d971
4 changed files with 36 additions and 42 deletions
|
|
@ -3415,11 +3415,11 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1533028,'No... more... Feugen...',8803,1,0,0,'feugen SAY_FEUG_DEATH'),
|
||||
|
||||
(-1533029,'You are too late... I... must... OBEY!',8872,1,0,0,'thaddius SAY_GREET'),
|
||||
(-1533030,'KILL!',8867,1,0,0,'thaddius SAY_AGGRO1'),
|
||||
(-1533031,'EAT YOUR BONES!',8868,1,0,0,'thaddius SAY_AGGRO2'),
|
||||
(-1533032,'BREAK YOU!',8869,1,0,0,'thaddius SAY_AGGRO3'),
|
||||
(-1533033,'You die now!',8877,1,0,0,'thaddius SAY_SLAY'),
|
||||
(-1533034,'Now YOU feel pain!',8871,1,0,0,'thaddius SAY_ELECT'),
|
||||
(-1533030,'Kill!',8867,1,0,0,'thaddius SAY_AGGRO1'),
|
||||
(-1533031,'Eat... your... bones...',8868,1,0,0,'thaddius SAY_AGGRO2'),
|
||||
(-1533032,'Break... you!',8869,1,0,0,'thaddius SAY_AGGRO3'),
|
||||
(-1533033,'You... die now!',8877,1,0,0,'thaddius SAY_SLAY'),
|
||||
(-1533034,'Now you feel pain...',8871,1,0,0,'thaddius SAY_ELECT'),
|
||||
(-1533035,'Thank... you...',8870,1,0,0,'thaddius SAY_DEATH'),
|
||||
(-1533036,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
(-1533037,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
|
|
@ -3553,7 +3553,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1533148,'%s sprays strands of web everywhere!',0,3,0,0,'maexxna EMOTE_SPRAY'),
|
||||
|
||||
(-1533149,'%s loses its link!',0,3,0,0,'tesla_coil EMOTE_LOSING_LINK'),
|
||||
(-1533150,'%s overloads!',0,3,0,0,'tesla_coil EMOTE_TESLA_OVERLOAD'),
|
||||
(-1533150,'%s overloads!',0,7,0,0,'tesla_coil EMOTE_TESLA_OVERLOAD'),
|
||||
(-1533151,'The polarity has shifted!',0,3,0,0,'thaddius EMOTE_POLARITY_SHIFT'),
|
||||
|
||||
(-1533152,'%s decimates all nearby flesh!',0,3,0,0,'gluth EMOTE_DECIMATE'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue