Sign in to follow this  
Followers 0
MENZ411

wod [FIX] Quest A New Master (25411)

1 post in this topic

-- Fixed Quest A New Master (25411)
-- Twilight Inferno Lord SAI
UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry` IN (39974, 40093);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (39974, 40093) AND `source_type`=0;
INSERT INTO `smart_scripts` 
(`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES 
(39974, 0, 0, 1, 8, 0, 100, 0, 74763, 0, 1000, 1000, 33, 40099, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Twilight Inferno Lord - On Spellhit - Killcredit'),
(39974, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 12, 40093, 1, 300000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Twilight Inferno Lord - On link - Summon Subjugated Inferno Lord'),
(40093, 0, 0, 1, 54, 0, 100, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Subjugated Inferno Lord - Just summoned - Set active ON'),
(40093, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 69526, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Subjugated Inferno Lord - On link - Cast Dizzy'),
(39974, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Twilight Inferno Lord - On link - Force despawn'),
(39974, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Twilight Inferno Lord - On aggro - Say line random'),
(39974, 0, 4, 0, 0, 0, 100, 0, 0, 0, 3400, 4700, 11, 32707, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Cast bolt'),
(39974, 0, 5, 6, 2, 0, 100, 1, 0, 15, 0, 0, 25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Flee at 15% HP'),
(39974, 0, 6, 0, 61, 0, 100, 1, 0, 15, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Say Text at 15% HP'),
(39974, 0, 7, 0, 0, 0, 100, 0, 4000, 7000, 17000, 17000, 11, 11962, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Cast Immolate'),
(39974, 0, 8, 0, 0, 0, 100, 0, 9000, 9000, 11000, 13000, 11, 13339, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Cast Fire Blast');

DELETE FROM `creature_text` WHERE `entry`=39974;
INSERT INTO `creature_text` 
(`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES 
(39974, 0, 0, '%s attempts to run away in fear!', 16, 0, 100, 0, 0, 0, 'combat Flee'),
(39974, 1, 0, 'All will be ash.', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 1, 'Flames below, obey the call of the Twilight''s Hammer!', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 2, 'I just want to set the world on fire....', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 3, 'The end of all things is upon us!', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 4, 'The flames... they lick... they bite... always biting...', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 5, 'This world will burn.', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 6, 'You only delay the inevitable.', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord'),
(39974, 1, 7, 'You will make an excellent sacrifice.', 12, 0, 100, 0, 0, 0, 'Twilight Inferno Lord');

DELETE FROM `conditions` WHERE `SourceEntry`=74763 AND `SourceTypeOrReferenceId`=17;
INSERT INTO `conditions` 
(`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES 
(17, 0, 74763, 0, 0, 31, 1, 3, 39974, 0, 0, 0, '', 'Subjugate can hit only Twilight Inferno Lord'),
(17, 0, 74763, 0, 0, 36, 1, 0, 0, 0, 1, 0, '', 'Subjugate can hit only Twilight Inferno Lord (dead)');

 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0