MENZ411

wod [FIX] Quest Flamebreaker (25323)

2 posts in this topic

-- Fixed Quest Flamebreaker (25323)
-- Blazebound Elemental SAI
UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=38896;
DELETE FROM `smart_scripts` WHERE `entryorguid`=38896 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 
(38896, 0, 0, 1, 8, 0, 100, 0, 74723, 0, 2000, 2000, 12, 40065, 1, 300000, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 'Blazebound Elemental - On speellhit - Summon Unbound Flame Spirit'),
(38896, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 12, 40065, 1, 300000, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 'Blazebound Elemental - On link - Summon Unbound Flame Spirit'),
(38896, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 12, 40065, 1, 300000, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 'Blazebound Elemental - On link - Summon Unbound Flame Spirit'),
(38896, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 12, 40065, 1, 300000, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 'Blazebound Elemental - On link - Summon Unbound Flame Spirit'),
(38896, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 12, 40065, 1, 300000, 0, 0, 0, 1, 0, 0, 0, -2, 2, 0, 0, 'Blazebound Elemental - On link - Summon Unbound Flame Spirit'),
(38896, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 12, 40065, 1, 300000, 0, 0, 0, 1, 0, 0, 0, 2, -2, 0, 0, 'Blazebound Elemental - On link - Summon Unbound Flame Spirit'),
(38896, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Blazebound Elemental - On link - Force dies'),
(38896, 0, 7, 0, 0, 0, 100, 0, 5000, 5000, 12500, 15300, 11, 80031, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Blazebound Elemental - On combat - Cast Flaming Slice');

DELETE FROM `conditions` WHERE `SourceEntry`=75206 AND `SourceTypeOrReferenceId`=17;
INSERT INTO `conditions` 
(`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES 
(17, 0, 75206, 0, 0, 31, 1, 3, 38896, 0, 0, 0, '', 'Flamebreaker can hit only Blazebound Elemental');

 

Share this post


Link to post
Share on other sites

Thanks you for contribuying.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.