mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Razorgore: fix exploit and event breaking case
* Give NPC Orb Controller more control over things during the event. Sniffs show it is source and target for many spells in the encounter. Thanks @Tobschinski the Almighty Fish for his precious data. Many visuals and two cases of event reset/failure are now working properly * Use proper healing spell for Razorgore in transition before the last phase * Fix an exploit where players were able to kill Razorgore while bypassing most of the event and not even registering it, making it farmable at will
This commit is contained in:
parent
7eb6bc6a20
commit
c9d285799d
4 changed files with 117 additions and 43 deletions
|
|
@ -193,6 +193,7 @@ UPDATE gameobject_template SET ScriptName='go_father_flame' WHERE entry=175245;
|
|||
/* BLACKWING LAIR */
|
||||
UPDATE instance_template SET ScriptName='instance_blackwing_lair' WHERE map=469;
|
||||
UPDATE creature_template SET ScriptName='boss_razorgore' WHERE entry=12435;
|
||||
UPDATE creature_template SET ScriptName='npc_blackwing_orb' WHERE entry=14449;
|
||||
UPDATE gameobject_template SET ScriptName='go_black_dragon_egg' WHERE entry=177807;
|
||||
UPDATE creature_template SET ScriptName='boss_vaelastrasz' WHERE entry=13020;
|
||||
UPDATE creature_template SET ScriptName='boss_broodlord' WHERE entry=12017;
|
||||
|
|
@ -2098,7 +2099,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1469022,'You\'ll pay for forcing me to do this.',8275,1,0,0,'razorgore SAY_EGGS_BROKEN1'),
|
||||
(-1469023,'Fools! These eggs are more precious than you know!',8276,1,0,0,'razorgore SAY_EGGS_BROKEN2'),
|
||||
(-1469024,'No - not another one! I\'ll have your heads for this atrocity!',8277,1,0,0,'razorgore SAY_EGGS_BROKEN3'),
|
||||
(-1469025,'If I fall into the abyss I\'ll take all of you mortals with me...',8278,1,0,0,'razorgore SAY_DEATH'),
|
||||
(-1469025,'If I fall into the abyss I\'ll take all of you mortals with me...',8278,1,0,0,'razorgore SAY_RAZORGORE_DEATH'),
|
||||
|
||||
(-1469026,'Too late, friends! Nefarius\' corruption has taken hold...I cannot...control myself.',8281,1,0,1,'vaelastrasz SAY_LINE1'),
|
||||
(-1469027,'I beg you, mortals - FLEE! Flee before I lose all sense of control! The black fire rages within my heart! I MUST- release it!',8282,1,0,1,'vaelastrasz SAY_LINE2'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue