-- Quest 11656 "Burn in Effigy"
-- 1st, 2nd, 3rd, & 4th Kvaldir Vessel SAI
UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (25510,25511,25512,25513);
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN (25510,25511,25512,25513);
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
(25510,0,0,0,8,0,100,0,45692,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'1st Kvaldir Vessel - On Spell hit - Say text 0'),
(25511,0,0,0,8,0,100,0,45692,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'2nd Kvaldir Vessel - On Spell hit - Say text 0'),
(25512,0,0,0,8,0,100,0,45692,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'3rd Kvaldir Vessel - On Spell hit - Say text 0'),
(25513,0,0,0,8,0,100,0,45692,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'4th Kvaldir Vessel - On Spell hit - Say text 0');
-- NPC talk text insert from sniff
DELETE FROM `creature_text` WHERE `entry` IN (25510,25511,25512,25513);
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
(25510,0,0, 'The Serpent''s Maw is engulfed in tuskarr fire!',41,0,100,0,0,0, '1st Kvaldir Vessel (The Serpent''s Maw)'),
(25511,0,0, 'The Kur Drakkar is engulfed in tuskarr fire!',41,0,100,0,0,0, '2nd Kvaldir Vessel (The Kur Drakkar)'),
(25512,0,0, 'Bor''s Hammer is engulfed in tuskarr fire!',41,0,100,0,0,0, '3rd Kvaldir Vessel (Bor''s Hammer)'),
(25513,0,0, 'Bor''s Anvil is engulfed in tuskarr fire!',41,0,100,0,0,0, '4th Kvaldir Vessel (Bor''s Anvil)');[/sql]
Not complete:
The Vessel should have flames and an npc should be spawned that attacks player.
I have no way to parse the sniff.