From 835357938e3b99d579ac9bdfb54ac8d6b63691b9 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:29:18 -0400 Subject: [PATCH] Update SmartAI.sql --- SmartScripts/SmartAI.sql | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/SmartScripts/SmartAI.sql b/SmartScripts/SmartAI.sql index 5037e7c..6830b6c 100644 --- a/SmartScripts/SmartAI.sql +++ b/SmartScripts/SmartAI.sql @@ -1,25 +1,6 @@ --- Bone Witch -UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 16380; -DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16380); -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`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(16380, 0, 0, 0, 0, 0, 100, 0, 2000, 2000, 3000, 3000, 0, 0, 87, 1638001, 1638002, 1638003, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Witch - In Combat - Run Random Script'), -(16380, 0, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 20829, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Witch - In Combat - Cast \'Arcane Bolt\''), -(16380, 0, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17014, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Witch - In Combat - Cast \'Bone Shards\''), -(16380, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 56138, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Witch - In Combat - Cast \'Sprained Ankle\''); +-- Lumbering Horror (Not currently used) - - --- Spirit of The Damned -UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 16379; - -DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16379); -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`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(16379, 0, 0, 0, 0, 0, 100, 0, 4000, 15000, 15000, 25000, 0, 0, 11, 22743, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spirit of the Damned - In Combat - Cast \'Ribbon of Souls\''); - - - --- Lumbering Horror UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 14697; DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 14697);