From 9bea8708a77c0d8b23c4040d6d03a3479dec0c07 Mon Sep 17 00:00:00 2001 From: Discover- Date: Sat, 26 Nov 2011 21:47:55 +0000 Subject: DB/SAI: Convert script for quest 10639 from Start/CompleteScript and EAI to SAI Closes #3688 - Correct a where clause in a sql file after recent changes (closes #4077) --- .../world/2011_11_26_01_world_quest_template.sql | 2 +- sql/updates/world/2011_11_26_05_ulduar_gameobject.sql | 2 -- .../world/2011_11_26_05_world_ulduar_gameobject.sql | 2 ++ sql/updates/world/2011_11_26_06_world_sai.sql | 18 ++++++++++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/2011_11_26_05_ulduar_gameobject.sql create mode 100644 sql/updates/world/2011_11_26_05_world_ulduar_gameobject.sql create mode 100644 sql/updates/world/2011_11_26_06_world_sai.sql (limited to 'sql') diff --git a/sql/updates/world/2011_11_26_01_world_quest_template.sql b/sql/updates/world/2011_11_26_01_world_quest_template.sql index 44548ec9981..5b08d57860b 100644 --- a/sql/updates/world/2011_11_26_01_world_quest_template.sql +++ b/sql/updates/world/2011_11_26_01_world_quest_template.sql @@ -1 +1 @@ -UPDATE `quest_template` SET `RequiredRaces`=0 WHERE `entry`=14171; +UPDATE `quest_template` SET `RequiredRaces`=0 WHERE `Id`=14171; diff --git a/sql/updates/world/2011_11_26_05_ulduar_gameobject.sql b/sql/updates/world/2011_11_26_05_ulduar_gameobject.sql deleted file mode 100644 index 60ba0aefbeb..00000000000 --- a/sql/updates/world/2011_11_26_05_ulduar_gameobject.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Set all gameobjects in Ulduar (excluding chests, including veins and herbs) spawned in 10 and 25 man difficult. -UPDATE `gameobject` SET `spawnMask` = 3 WHERE `id` IN (194555, 194232, 194675, 194560, 194569, 194370, 194371, 194630, 194631, 194375, 194377, 194634, 194635, 194636, 194637, 194904, 194905, 194907, 194398, 194399, 194400, 194401, 194402, 194914, 194403, 194915, 194404, 194405, 194406, 194407, 194663, 194408, 194664, 194665, 194409, 194666, 194410, 194411, 194412, 194413, 194414, 194415, 194416, 194437, 194441, 194442, 194704, 194705, 194706, 194707, 194481, 194484, 194235, 194236, 194750, 194506, 194255, 194773, 194261, 194262, 194264, 194553, 194554, 194556, 194557, 194558, 194559, 194565, 194912, 194913, 194739, 194740, 194741, 194742, 194743, 194744, 194745, 194746, 194747, 194748, 194749, 194774, 194775, 194776) AND `map` = 603; diff --git a/sql/updates/world/2011_11_26_05_world_ulduar_gameobject.sql b/sql/updates/world/2011_11_26_05_world_ulduar_gameobject.sql new file mode 100644 index 00000000000..60ba0aefbeb --- /dev/null +++ b/sql/updates/world/2011_11_26_05_world_ulduar_gameobject.sql @@ -0,0 +1,2 @@ +-- Set all gameobjects in Ulduar (excluding chests, including veins and herbs) spawned in 10 and 25 man difficult. +UPDATE `gameobject` SET `spawnMask` = 3 WHERE `id` IN (194555, 194232, 194675, 194560, 194569, 194370, 194371, 194630, 194631, 194375, 194377, 194634, 194635, 194636, 194637, 194904, 194905, 194907, 194398, 194399, 194400, 194401, 194402, 194914, 194403, 194915, 194404, 194405, 194406, 194407, 194663, 194408, 194664, 194665, 194409, 194666, 194410, 194411, 194412, 194413, 194414, 194415, 194416, 194437, 194441, 194442, 194704, 194705, 194706, 194707, 194481, 194484, 194235, 194236, 194750, 194506, 194255, 194773, 194261, 194262, 194264, 194553, 194554, 194556, 194557, 194558, 194559, 194565, 194912, 194913, 194739, 194740, 194741, 194742, 194743, 194744, 194745, 194746, 194747, 194748, 194749, 194774, 194775, 194776) AND `map` = 603; diff --git a/sql/updates/world/2011_11_26_06_world_sai.sql b/sql/updates/world/2011_11_26_06_world_sai.sql new file mode 100644 index 00000000000..9396222e8be --- /dev/null +++ b/sql/updates/world/2011_11_26_06_world_sai.sql @@ -0,0 +1,18 @@ +-- [Q] [H] Teron Gorefiend, I am... +-- Ancient Shadowmoon Spirit SAI +SET @ENTRY := 21797; +SET @QUEST := 10639; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +UPDATE `quest_template` SET `StartScript`=0,`CompleteScript`=0 WHERE `Id`=@QUEST; +DELETE FROM `quest_start_scripts` WHERE `id`=@QUEST; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY,@ENTRY*100); +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 +(@ENTRY,0,0,0,19,0,100,0,@QUEST,0,0,0,80,@ENTRY*100,0,2,0,0,0,1,0,0,0,0,0,0,0,"Ancient Shadowmoon Spirit - On Quest Accept - Run Script"), +(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ancient Shadowmoon Spirit - On Script - Say Line 0"), +(@ENTRY*100,9,1,0,0,0,100,0,5000,5000,0,0,12,21877,1,300000,0,0,0,8,0,0,0,-4536.58,1028.76,8.8266,3.72963,"Ancient Shadowmoon Spirit - On Script - Summon Karsius the Ancient Watcher"); +-- Text +DELETE FROM `db_script_string` WHERE `entry`=2000000031; +DELETE FROM `creature_text` WHERE `entry`=@ENTRY; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(@ENTRY,0,0,"Your body is mine! Our fates are forever intertwined!",14,0,100,0,0,0,"Ancient Shadowmoon Spirit"); -- cgit v1.2.3