mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
SHH: Gladiator RP (#627)
* Shattered Halls - Gladiator RP * Add rnd emotes to centurion * Fix some errors * Correct they way gladiators start fighting players when centurion gets attacked * Fix gladiators not starting to fight players when player starts aggroing gladiator * Remove hackfixed aggro, now working with spawn_group flag CREATURE_GROUP_AGGRO_TOGETHER
This commit is contained in:
parent
a19dc7e8cf
commit
a592f7c229
3 changed files with 290 additions and 0 deletions
|
|
@ -799,6 +799,8 @@ UPDATE creature_template SET ScriptName='boss_warchief_kargath_bladefist' WHERE
|
|||
UPDATE creature_template SET ScriptName='npc_blade_dance_target' WHERE entry IN(20709);
|
||||
UPDATE creature_template SET ScriptName='npc_shattered_hand_zealot' WHERE entry=17462;
|
||||
UPDATE creature_template SET ScriptName='npc_shattered_hand_scout' WHERE entry=17693;
|
||||
UPDATE creature_template SET ScriptName='npc_shattered_hand_centurion' WHERE Entry=17465;
|
||||
UPDATE creature_template SET ScriptName='npc_shattered_hand_gladiator' WHERE Entry=17464;
|
||||
UPDATE instance_template SET ScriptName='instance_shattered_halls' WHERE map=540;
|
||||
UPDATE gameobject_template SET ScriptName='go_netherkurse_door' WHERE entry=182539;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue