mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Rework Archmage Arugal
* Rework Archmage Arugal in Shadowfang Keep: - Move AI to RangedCombatAI - Improve and secure teleport logic - Move possess yell to the correct place - Remove many helper methods that can now be replaced by more robust core features/methods - Prevent Arugal's Voidwalker from entering combat on spawn (thanks @Tobschinski) Timers are probably off though...
This commit is contained in:
parent
17ca00adf4
commit
3323e7ec53
3 changed files with 106 additions and 168 deletions
|
|
@ -2751,7 +2751,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1033016','Arrrgh!','0','0','0','0','1458','deathstalker vincent SAY_VINCENT_DIE'),
|
||||
('-1033017','You, too, shall serve!','5793','1','0','0','6115','boss_arugal YELL_AGGRO'),
|
||||
('-1033018','Another falls!','5795','1','0','0','6116','boss_arugal YELL_KILLED_PLAYER'),
|
||||
('-1033019','Release your rage!','5797','1','0','0','6535','boss_arugal YELL_COMBAT'),
|
||||
('-1033019','Release your rage!','5797','1','0','0','6535','boss_arugal YELL_WORGEN_CURSE'),
|
||||
('-1033020','I can''t believe it! You''ve destroyed my pack... Now face my wrath!','0','1','0','0','2086','wolf master nandos YELL_PACK_DEAD');
|
||||
|
||||
-- -1 034 000 STOCKADES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue