Script/Naxxramas: Fixed "A Spore Loser", texts and timers for Loatheb encounter.

Creds to Warpten, thanks.
This commit is contained in:
kaelima
2012-01-09 10:07:46 +01:00
parent f53a1f253e
commit f850baeb30
4 changed files with 175 additions and 56 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7612,7613);
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7612,7613);
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
(7612,11,0,0, 'achievement_spore_loser'),
(7613,11,0,0, 'achievement_spore_loser');

View File

@@ -0,0 +1,5 @@
DELETE FROM `creature_text` WHERE `entry`=16011;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
(16011,0,0, 'An aura of necrotic energy blocks all healing!',41,0,100,0,0,0, 'Loatheb'),
(16011,1,0, 'The aura fades away, allowing for healing once more!',41,0,100,0,0,0, 'Loatheb'),
(16011,2,0, 'The aura''s power begins to wane!',41,0,100,0,0,0, 'Loatheb');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=59481;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(59481, 'spell_loatheb_necrotic_aura_warning');