aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-04-13 14:17:12 +0200
committerGacko <gacko28@gmx.de>2013-04-13 20:33:53 +0200
commit40904ef0c112137a976f7a95a1112076abee1b4c (patch)
tree64ba6557d6a560bc7f96ac23ae499e3cc57722d3
parenta1049abba0c76dcc082880e753b26f6c1988dc4d (diff)
Script/SAI: Convert Arzeth the Merciless to SAI
-rw-r--r--sql/updates/world/2013_04_13_00_world_smart_scripts.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_13_00_world_smart_scripts.sql b/sql/updates/world/2013_04_13_00_world_smart_scripts.sql
new file mode 100644
index 00000000000..416da57ac65
--- /dev/null
+++ b/sql/updates/world/2013_04_13_00_world_smart_scripts.sql
@@ -0,0 +1,7 @@
+UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=19354;
+DELETE FROM `creature_ai_scripts` WHERE `creature_id`=19354;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=19354 AND `source_type`=0;
+INSERT INTO `smart_scripts`(`entryorguid`,`id`,`event_type`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`target_type`,`comment`) VALUES
+(19354,0,0,0,8000,12000,8000,14000,11,16856,0,2,'Arzeth the Merciless - Cast Mortal Strike'),
+(19354,1,9,0,0,30,12000,14000,11,15245,1,2,'Arzeth the Merciless - Cast Shadow Bolt Volley'),
+(19354,2,8,1,35460,0,0,0,36,20680,1,1,'Arzeth the Merciless - Change Template to Arzeth the Powerless after using Staff of the Dreghood Elders'); \ No newline at end of file