diff options
Diffstat (limited to 'sql')
85 files changed, 34501 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index f414424cfd3..f880f009893 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -1662,7 +1662,7 @@ CREATE TABLE `guild` ( `BorderStyle` tinyint(3) unsigned NOT NULL DEFAULT '0', `BorderColor` tinyint(3) unsigned NOT NULL DEFAULT '0', `BackgroundColor` tinyint(3) unsigned NOT NULL DEFAULT '0', - `info` text NOT NULL, + `info` VARCHAR(500) NOT NULL DEFAULT '', `motd` varchar(128) NOT NULL DEFAULT '', `createdate` int(10) unsigned NOT NULL DEFAULT '0', `BankMoney` bigint(20) unsigned NOT NULL DEFAULT '0', diff --git a/sql/updates/characters/2014_01_12_00_characters_guild.sql b/sql/updates/characters/2014_01_12_00_characters_guild.sql new file mode 100644 index 00000000000..23a2cada153 --- /dev/null +++ b/sql/updates/characters/2014_01_12_00_characters_guild.sql @@ -0,0 +1 @@ +ALTER TABLE `guild` CHANGE `info` `info` VARCHAR(500) NOT NULL DEFAULT ''; diff --git a/sql/updates/world/2013_12_07_00_world_misc.sql b/sql/updates/world/2013_12_07_00_world_misc.sql new file mode 100644 index 00000000000..a8981ed22c5 --- /dev/null +++ b/sql/updates/world/2013_12_07_00_world_misc.sql @@ -0,0 +1,77 @@ +-- Talk text for Mordresh Fire Eye from sniff +SET @ENTRY := 7357; +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,'We will enslave the quilboar!',12,0,100,1,0,5819, 'Mordresh Fire Eye - SAY_OOC_1'), +(@ENTRY,1,0,'We will spread across this barren land!',12,0,100,1,0,5820, 'Mordresh Fire Eye - SAY_OOC_2'), +(@ENTRY,2,0,'Soon, the Scourge will rule the world!',12,0,100,22,0,5821, 'Mordresh Fire Eye - SAY_OOC_3'), +(@ENTRY,3,0,'Slay them, my brethren! For the Scourge!',14,0,100,0,0,5822, 'Mordresh Fire Eye - SAY_AGGRO'); + +-- Talk text for Belnistrasz from sniff +SET @ENTRY := 8516; +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,'All right, stay close. These fiends will jump right out of the shadows at you if you let your guard down.',12,0,100,0,0,0,'Belnistrasz SAY_QUEST_ACCEPTED'), +(@ENTRY,1,0,'Okay, here we go. It''s going to take about five minutes to shut this thing down through the ritual. Once I start, keep the vermin off of me or it will be the end of us all!',12,0,100,0,0,0,'Belnistrasz SAY_EVENT_START'), +(@ENTRY,2,0,'Three minutes left -- I can feel the energy starting to build! Keep up the solid defense!',14,0,100,0,0,0,'Belnistrasz SAY_EVENT_THREE_MIN_LEFT'), +(@ENTRY,3,0,'Just two minutes to go! We''re half way there, but don''t let your guard down!',14,0,100,0,0,0,'Belnistrasz SAY_EVENT_TWO_MIN_LEFT'), +(@ENTRY,4,0,'One more minute! Hold on now, the ritual is about to take hold!',14,0,100,0,0,0,'Belnistrasz SAY_EVENT_ONE_MIN_LEFT'), +(@ENTRY,5,0,'That''s it -- we made it! The ritual is set in motion, and idol fires are about to go out for good! You truly are the heroes I thought you would be!',14,0,100,4,0,0,'Belnistrasz SAY_EVENT_END'), +(@ENTRY,6,0,'You''ll rue the day you crossed me, $N',12,0,100,0,0,0,'Belnistrasz SAY_AGGRO'), +(@ENTRY,7,0,'Watch out for the $N!',12,0,100,0,0,0,'Belnistrasz SAY_WATCH_OUT'); + +-- Fix trigger location +UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=`flags_extra`|128 WHERE `entry`=8662; + +-- Condition for spell Belnistrasz Idol Shutdown Visual +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=12774; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 12774, 0, 0, 31, 0, 3, 8662, 0, 0, 0, 0, '', 'Belnistrasz Idol Shutdown Visual targets Idol Oven Fire Target'); + +-- Add cpp scripts +UPDATE creature_template SET `AIName`= '',ScriptName = 'boss_tuten_kash' WHERE entry=7355; +UPDATE creature_template SET `AIName`= '',ScriptName = 'boss_mordresh_fire_eye' WHERE entry=7357; +UPDATE creature_template SET `AIName`= '',ScriptName = 'boss_glutton' WHERE entry=8567; +UPDATE creature_template SET `AIName`= '',ScriptName = 'npc_belnistrasz' WHERE entry=8516; +UPDATE creature_template SET `AIName`= '',ScriptName = 'npc_idol_room_spawner' WHERE entry=8611; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (7355,7357,8567,8516) AND `source_type`=0; + +-- Pathing for Belnistrasz Entry: 8516 +SET @NPC := 87171; +SET @PATH := @NPC * 10; +DELETE FROM `creature_template_addon` WHERE `entry`=8516; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (8516,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2603.313,724.335,54.608,0,0,1,0,100,0), +(@PATH,2,2593.379,726.272,55.112,0,0,1,0,100,0), +(@PATH,3,2588.499,733.1947,55.3959,0,0,1,0,100,0), +(@PATH,4,2572.573,752.5162,54.71815,0,0,1,0,100,0), +(@PATH,5,2558.068,748.3008,54.3559,0,0,1,0,100,0), +(@PATH,6,2539.677,777.1356,46.95155,0,0,1,0,100,0), +(@PATH,7,2527.828,800.8403,44.74713,0,0,1,0,100,0), +(@PATH,8,2495.996,785.7536,39.51203,0,0,1,0,100,0), +(@PATH,9,2484.358,814.8914,43.57789,0,0,1,0,100,0), +(@PATH,10,2501.128,847.9614,47.5574,0,0,1,0,100,0), +(@PATH,11,2537.36,874.4713,47.67798,0,0,1,0,100,0), +(@PATH,12,2548.493,894.6515,47.69307,0,0,1,0,100,0), +(@PATH,13,2541.478,910.5101,46.17223,0,0,1,0,100,0), +(@PATH,14,2519.403,925.6332,46.51501,0,0,1,0,100,0), +(@PATH,15,2527.237,951.4606,49.2807,0,0,1,0,100,0), +(@PATH,16,2541.675,976.5887,50.41221,0,0,1,0,100,0), +(@PATH,17,2554.084,973.8665,50.36161,0,0,1,0,100,0), +(@PATH,18,2575.601,950.1381,52.84592,0,0,1,0,100,0); + +DELETE FROM `creature_questender` WHERE `id`=8516 AND `quest`=3525; +DELETE FROM `gameobject_questender` WHERE `id`=152097 AND `quest`=3525; +INSERT INTO `gameobject_questender` (`id`,`quest`) VALUES (152097,3525); + +-- Death's Head Geomancer SAI +SET @ENTRY := 7335; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,2,0,0,3000,4000,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Death's Head Geomancer - Combat - Cast Fireball (Normal Dungeon)"), +(@ENTRY,0,1,0,0,0,100,2,8000,10000,6000,15000,11,6725,0,0,0,0,0,5,0,0,0,0,0,0,0,"Death's Head Geomancer - Combat - Cast Flame Spike (Normal Dungeon)"), +(@ENTRY,0,2,0,0,0,100,2,12000,16000,8000,20000,11,11436,1,0,0,0,0,5,0,0,0,0,0,0,0,"Death's Head Geomancer - Combat - Cast Slow (Normal Dungeon)"), +(@ENTRY,0,3,0,2,0,100,3,0,15,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death's Head Geomancer - 0-15% Health - Flee For Assist (Normal Dungeon)"); diff --git a/sql/updates/world/2013_12_07_01_world_sai.sql b/sql/updates/world/2013_12_07_01_world_sai.sql new file mode 100644 index 00000000000..2bce2208938 --- /dev/null +++ b/sql/updates/world/2013_12_07_01_world_sai.sql @@ -0,0 +1,3 @@ +-- Remove Springpaw Stalker & Elder Springpaw SAI +UPDATE `creature_template` SET `AIName`= '' WHERE `entry`IN (15651,15652); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (15651,15652); diff --git a/sql/updates/world/2013_12_07_02_world_sai.sql b/sql/updates/world/2013_12_07_02_world_sai.sql new file mode 100644 index 00000000000..765cc18abc2 --- /dev/null +++ b/sql/updates/world/2013_12_07_02_world_sai.sql @@ -0,0 +1,3 @@ +-- Remove Grimscale Murloc SAI +UPDATE `creature_template` SET `AIName`= '' WHERE `entry`IN (15668); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (15668); diff --git a/sql/updates/world/2013_12_08_00_world_creature_text.sql b/sql/updates/world/2013_12_08_00_world_creature_text.sql new file mode 100644 index 00000000000..4dfc579047b --- /dev/null +++ b/sql/updates/world/2013_12_08_00_world_creature_text.sql @@ -0,0 +1,8 @@ +-- Talk text for Glutton +SET @ENTRY := 8567; +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,'Me smell stench of the living!',14,0,100,0,0,5823, 'Glutton - SAY_AGGRO'), +(@ENTRY,1,0,'Me feast on you all!',14,0,100,0,0,5824, 'Glutton - SAY_SLAY'), +(@ENTRY,2,0,'%s is getting hungry!',16,0,100,0,0,0, 'Glutton - EMOTE_50%'), +(@ENTRY,3,0,'%s is getting VERY hungry!',16,0,100,0,0,0, 'Glutton - EMOTE 15%'); diff --git a/sql/updates/world/2013_12_08_01_world_misc.sql b/sql/updates/world/2013_12_08_01_world_misc.sql new file mode 100644 index 00000000000..586b8d2c739 --- /dev/null +++ b/sql/updates/world/2013_12_08_01_world_misc.sql @@ -0,0 +1,53 @@ +-- Fix Quest 11310 Warning: Some Assembly Required + +-- Condition for spell Mindless Abomination Control +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=42168; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,42168,0,0,31,0,3,23575,0,0,0,0, '', 'Mindless Abomination Control targets Mindless Abomination'); + +UPDATE `creature_template` SET `spell1`=42166, `spell2`=61359, `AIName`= '',ScriptName = 'npc_mindless_abomination' WHERE `entry`=23575; + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=43392; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(43392,42168,0, 'Mindless Abomination Control cast when Assemble Abomination cast'); + +DELETE FROM `spell_script_names` WHERE `spell_id`=42268; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(42268, 'spell_mindless_abomination_explosion_fx_master'); + +-- Update SAI for Plagued Dragonflayer Tribesman, Plagued Dragonflayer Rune-Caster, Plagued Dragonflayer Handler from Pitcrawler +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23564,24198,24199) 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 +(23564,0,0,1,8,0,100,0,42166,0,0,0,11,43399,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plagued Blood Explosion - Spellcast Plagued Vrykul Force Credit'), +(23564,0,1,0,61,0,100,0,0,0,0,0,11,42167,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plagued Blood Explosion - Spellcast Plagued Blood Explosion'), +(23564,0,2,0,8,0,100,0,42167,0,0,0,11,42167,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plagued Blood Explosion - Spellcast Plagued Blood Explosion'), +(23564,0,3,0,4,0,100,0,0,0,0,0,11,43506,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On aggro - Spellcast Plague Blight'), +(23564,0,4,5,8,0,100,0,43381,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plague Spray - Say text'), +(23564,0,5,6,61,0,100,0,0,0,0,0,2,1925,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plague Spray - Set faction'), +(23564,0,6,0,61,0,100,0,0,0,0,0,11,43384,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plague Spray - Spellcast Spray Credit'), +(23564,0,7,0,8,0,100,0,43385,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On spellhit Plagued Vrykul Dummy - Start attack'), +(23564,0,8,0,6,0,100,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On death - Set default faction'), +(23564,0,9,0,1,0,35,0,0,30000,25000,45000,11,43327,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On update OOC - Spellcast Vomit'), +(23564,0,10,0,0,0,100,0,2000,4000,5000,8000,11,32736,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On update IC - Spellcast Mortal Strike'), +(23564,0,11,0,0,0,100,0,1000,1000,4000,5000,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Plagued Dragonflayer Tribesman - On update IC - Spellcast Cleave'), +(24198,0,0,1,8,0,100,0,42166,0,0,0,11,43399,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plagued Blood Explosion - Spellcast Plagued Vrykul Force Credit'), +(24198,0,1,0,61,0,100,0,0,0,0,0,11,42167,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plagued Blood Explosion - Spellcast Plagued Blood Explosion'), +(24198,0,2,0,8,0,100,0,42167,0,0,0,11,42167,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plagued Blood Explosion - Spellcast Plagued Blood Explosion'), +(24198,0,3,4,8,0,100,0,43381,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plague Spray - Say text'), +(24198,0,4,5,61,0,100,0,0,0,0,0,2,1925,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plague Spray - Set faction'), +(24198,0,5,0,61,0,100,0,0,0,0,0,11,43384,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plague Spray - Spellcast Spray Credit'), +(24198,0,6,0,8,0,100,0,43385,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On spellhit Plagued Vrykul Dummy - Start attack'), +(24198,0,7,0,6,0,100,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On death - Set default faction'), +(24198,0,8,0,1,0,35,0,0,30000,25000,45000,11,43327,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On update OOC - Spellcast Vomit'), +(24198,0,9,0,0,0,100,0,0,0,18000,20000,11,47782,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On update IC - Spellcast Corruption'), +(24198,0,10,0,0,0,100,0,10000,12000,15000,17000,11,15616,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Plagued Dragonflayer Rune-Caster - On update IC - Spellcast Flame Shock'), +(24199,0,0,1,8,0,100,0,42166,0,0,0,11,43399,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plagued Blood Explosion - Spellcast Plagued Vrykul Force Credit'), +(24199,0,1,0,61,0,100,0,0,0,0,0,11,42167,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plagued Blood Explosion - Spellcast Plagued Blood Explosion'), +(24199,0,2,0,8,0,100,0,42167,0,0,0,11,42167,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plagued Blood Explosion - Spellcast Plagued Blood Explosion'), +(24199,0,3,0,4,0,100,0,0,0,0,0,11,43506,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On aggro - Spellcast Plague Blight'), +(24199,0,4,5,8,0,100,0,43381,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plague Spray - Say text'), +(24199,0,5,6,61,0,100,0,0,0,0,0,2,1925,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plague Spray - Set faction'), +(24199,0,6,0,61,0,100,0,0,0,0,0,11,43384,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plague Spray - Spellcast Spray Credit'), +(24199,0,7,0,8,0,100,0,43385,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On spellhit Plagued Vrykul Dummy - Start attack'), +(24199,0,8,0,6,0,100,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On death - Set default faction'), +(24199,0,9,0,1,0,35,0,0,30000,25000,45000,11,43327,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Dragonflayer Handler - On update OOC - Spellcast Vomit'); diff --git a/sql/updates/world/2013_12_08_02_world_misc.sql b/sql/updates/world/2013_12_08_02_world_misc.sql new file mode 100644 index 00000000000..34f7a0b07f7 --- /dev/null +++ b/sql/updates/world/2013_12_08_02_world_misc.sql @@ -0,0 +1,31 @@ +-- Condition for spells Mind Trick: Chains +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (5432); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `ElseGroup`=1 AND `SourceEntry` IN (59951,59952); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 5432, 0, 0, 31, 0, 3, 31892, 0, 0, 0, 0, '', 'Mind Trick: Chains - Torso Blood Back targets Darkspeaker R''khem'), +(13, 1, 59951, 0, 1, 31, 0, 3, 31892, 0, 0, 0, 0, '', 'Mind Trick: Chains - Left Hand targets Darkspeaker R''khem'), +(13, 1, 59952, 0, 1, 31, 0, 3, 31892, 0, 0, 0, 0, '', 'Mind Trick: Chains - Right Hand targets Darkspeaker R''khem'); + +-- Update ELM General Purpose Bunny Large +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=24110; +UPDATE `creature` SET `modelid`=0, `spawndist`=0, `curhealth`=1, `MovementType`=0 WHERE `id`=24110; + +-- ELM General Purpose Bunny Large SAI +SET @ENTRY := 24110; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` BETWEEN -121628 AND -121615; +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 +(-121615,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59952,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121616,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59952,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121617,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59952,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121618,0,0,0,1,0,100,1,1000,1000,1000,1000,11,5432,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121619,0,0,0,1,0,100,1,1000,1000,1000,1000,11,5432,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121620,0,0,0,1,0,100,1,1000,1000,1000,1000,11,5432,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121621,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59951,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121622,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59951,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121623,0,0,0,1,0,100,1,1000,1000,1000,1000,11,5432,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121624,0,0,0,1,0,100,1,1000,1000,1000,1000,11,5432,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121625,0,0,0,1,0,100,1,1000,1000,1000,1000,11,5432,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121626,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59951,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121627,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59951,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"), +(-121628,0,0,0,1,0,100,1,1000,1000,1000,1000,11,59952,0,0,0,0,0,1,0,0,0,0,0,0,0,"ELM General Purpose Bunny Large - OCC Once - Cast chains on Darkspeaker R'khem"); diff --git a/sql/updates/world/2013_12_09_00_world_misc.sql b/sql/updates/world/2013_12_09_00_world_misc.sql new file mode 100644 index 00000000000..7c4e64f3601 --- /dev/null +++ b/sql/updates/world/2013_12_09_00_world_misc.sql @@ -0,0 +1,53 @@ +-- Fix for Quest 13285 "Forging the Keystone" + +-- Missing Brann Bronzebeard spawn +SET @GUID := 24; +DELETE FROM `creature` WHERE `guid` IN (@GUID); +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,31810,571,1,1,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0); + +-- Brann Bronzebeard creature update +UPDATE `creature_template` SET `gossip_menu_id`=10124,`minlevel`=80,`maxlevel`=80,`exp`=2,`npcflag`=3, `AIName`= '',ScriptName = 'npc_brann_bronzebeard' WHERE `entry`=31810; +DELETE FROM `creature_template_addon` WHERE `entry`=31810; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(31810,0,0,1,0, '54500'); + +-- Add missing equipment for Brann Bronzebeard +DELETE FROM `creature_equip_template` WHERE `entry`=31810; +INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES (31810,1,1903,0,0); + +-- Add Missing gossip for Brann Bronzebeard +DELETE FROM `gossip_menu` WHERE (`entry`=10124 AND `text_id`=13641); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10124,13641); +DELETE FROM `gossip_menu_option` WHERE (`menu_id`=10124); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(10124,0,0, 'I''m ready, Brann. Let''s make the keystone.',1,1,0,0,0,0, ''); + +-- Talk text for Brann Bronzebeard +SET @ENTRY := 31810; +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,'Let''s see if we can finish this keystone.',12,0,100,1,0,0, 'Brann Bronzebeard'), +(@ENTRY,1,0,'The keystone is completed! We''ve done it, $N!',12,0,100,5,0,0, 'Brann Bronzebeard'), +(@ENTRY,2,0,'Who knows what secrets await within Ulduar''s archives? I''m off to discover them. Thank you again for your help, $N. Without it, I''d still be searching for that key.',12,0,100,66,0,0, 'Brann Bronzebeard'); + +-- Spell "See Quest Brann Bronzebeard (TOI)" for quest "Forging the Keystone" +DELETE FROM `spell_area` WHERE `spell`=60963; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES +(60963, 4466, 13285, 0, 0, 0, 2, 1, 74, 11); + +-- A Distant Voice creature update +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=2,`InhabitType`=4,`flags_extra`=`flags_extra`|128 WHERE `entry`=31814; +DELETE FROM `creature_template_addon` WHERE `entry`=31814; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(31814,0,0,1,0, '35709'); + +-- Talk text for A Distant Voice +SET @ENTRY := 31814; +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,'Welcome, Brann Bronzebeard. I am all that remains of this temple''s guardian.',12,0,100,0,0,0, 'A Distant Voice'), +(@ENTRY,1,0,'You have proven yourself as an explorer and seeker of knowledge.',12,0,100,0,0,0, 'A Distant Voice'), +(@ENTRY,2,0,'You have been a steadfast ally to the Earthen.',12,0,100,0,0,0, 'A Distant Voice'), +(@ENTRY,3,0,'You and your companion have proven yourselves in combat and in the pursuit of the keystone.',12,0,100,0,0,0, 'A Distant Voice'), +(@ENTRY,4,0,'Your motives are pure. The keystone''s parts shall be reunited. Go to Ulduar and learn the answers to your questions, Brann Bronzebeard.',12,0,100,0,0,0, 'A Distant Voice'); diff --git a/sql/updates/world/2013_12_09_01_world_waypoints.sql b/sql/updates/world/2013_12_09_01_world_waypoints.sql new file mode 100644 index 00000000000..9196aad3f97 --- /dev/null +++ b/sql/updates/world/2013_12_09_01_world_waypoints.sql @@ -0,0 +1,142 @@ +-- Missing Stormforged Taskmaster spawns +SET @GUID := 63373; +DELETE FROM `creature` WHERE `guid` IN (@GUID,@GUID+1,@GUID+2); +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,29369,571,1,1,0,1,7842.542,-110.6463,882.8068,5.88176,300,0,0,1,0,0), +(@GUID+1,29369,571,1,1,0,1,7827.683,-77.09928,882.7308,5.88176,300,0,0,1,0,0), +(@GUID+2,29369,571,1,1,0,1,7834.078,-130.5392,882.3082,5.88176,300,0,0,1,0,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := @GUID; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7842.542,`position_y`=-110.6463,`position_z`=882.8068 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7842.542,-110.6463,882.8068,0,0,0,0,100,0), +(@PATH,2,7839.237,-106.3565,882.6854,0,0,0,0,100,0), +(@PATH,3,7833.708,-100.7408,881.3173,0,0,0,0,100,0), +(@PATH,4,7827.768,-96.58257,881.0281,0,0,0,0,100,0), +(@PATH,5,7822.916,-90.53754,880.5125,0,0,0,0,100,0), +(@PATH,6,7822.845,-83.79515,881.5299,0,0,0,0,100,0), +(@PATH,7,7822.916,-90.48802,880.5093,0,0,0,0,100,0), +(@PATH,8,7827.694,-96.49003,881.0132,0,0,0,0,100,0), +(@PATH,9,7833.708,-100.7408,881.3173,0,0,0,0,100,0), +(@PATH,10,7839.095,-106.2119,882.6039,0,0,0,0,100,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := @GUID+1; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7827.683,`position_y`=-77.09928,`position_z`=882.7308 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7827.683,-77.09928,882.7308,0,0,0,0,100,0), +(@PATH,2,7824.653,-79.73319,882.5463,0,0,0,0,100,0), +(@PATH,3,7827.683,-77.09928,882.7308,0,0,0,0,100,0), +(@PATH,4,7832.377,-77.63552,881.9279,0,0,0,0,100,0), +(@PATH,5,7837.402,-75.31012,880.0537,0,0,0,0,100,0), +(@PATH,6,7832.377,-77.63552,881.9279,0,0,0,0,100,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := @GUID+2; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7842.921,`position_y`=-124.6453,`position_z`=880.9332 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7834.078,-130.5392,882.3082,0,0,0,0,100,0), +(@PATH,2,7842.921,-124.6453,880.9332,0,0,0,0,100,0), +(@PATH,3,7851.019,-120.6835,880.8082,0,0,0,0,100,0), +(@PATH,4,7856.965,-115.7509,881.3082,0,0,0,0,100,0), +(@PATH,5,7850.458,-124.2621,880.1832,0,0,0,0,100,0), +(@PATH,6,7856.965,-115.7509,881.3082,0,0,0,0,100,0), +(@PATH,7,7851.019,-120.6835,880.8082,0,0,0,0,100,0), +(@PATH,8,7842.921,-124.6453,880.9332,0,0,0,0,100,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := 113453; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7831.406,`position_y`=-36.4311,`position_z`=881.7036 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7831.406,-36.4311,881.7036,0,0,0,0,100,0), +(@PATH,2,7825.858,-41.52279,882.6611,0,0,0,0,100,0), +(@PATH,3,7825.452,-46.9974,881.7455,0,0,0,0,100,0), +(@PATH,4,7825.429,-52.69217,881.6854,0,0,0,0,100,0), +(@PATH,5,7829.174,-59.9388,881.8911,0,0,0,0,100,0), +(@PATH,6,7830.546,-64.68768,881.6604,0,0,0,0,100,0), +(@PATH,7,7829.176,-59.94751,881.8936,0,0,0,0,100,0), +(@PATH,8,7825.429,-52.69217,881.6854,0,0,0,0,100,0), +(@PATH,9,7825.452,-46.9974,881.7455,0,0,0,0,100,0), +(@PATH,10,7825.858,-41.52279,882.6611,0,0,0,0,100,0), +(@PATH,11,7831.406,-36.4311,881.7036,0,0,0,0,100,0), +(@PATH,12,7834.929,-35.81573,881.0314,0,0,0,0,100,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := 113454; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7806.823,`position_y`=-50.18902,`position_z`=883.4045 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7806.823,-50.18902,883.4045,0,0,0,0,100,0), +(@PATH,2,7810.619,-51.10297,883.5612,0,0,0,0,100,0), +(@PATH,3,7814.73,-51.17838,883.1161,0,0,0,0,100,0), +(@PATH,4,7818.904,-50.98427,882.5912,0,0,0,0,100,0), +(@PATH,5,7814.926,-51.18197,883.0936,0,0,0,0,100,0), +(@PATH,6,7810.619,-51.10297,883.5612,0,0,0,0,100,0), +(@PATH,7,7806.823,-50.18902,883.4045,0,0,0,0,100,0), +(@PATH,8,7802.53,-48.54416,883.1284,0,0,0,0,100,0), +(@PATH,9,7796.819,-50.17252,882.2547,0,0,0,0,100,0), +(@PATH,10,7802.53,-48.54416,883.1284,0,0,0,0,100,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := 113456; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7741.837,`position_y`=-35.62127,`position_z`=868.321 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7741.837,-35.62127,868.321,0,0,0,0,100,0), +(@PATH,2,7742.504,-41.76921,868.1025,0,0,0,0,100,0), +(@PATH,3,7745.919,-49.20704,869.4573,0,0,0,0,100,0), +(@PATH,4,7748.479,-53.62652,870.8617,0,0,0,0,100,0), +(@PATH,5,7745.919,-49.20704,869.4573,0,0,0,0,100,0), +(@PATH,6,7742.512,-41.78676,868.1014,0,0,0,0,100,0), +(@PATH,7,7741.922,-36.00348,868.2827,0,0,0,0,100,0), +(@PATH,8,7736.815,-27.02236,867.0229,0,0,0,0,100,0), +(@PATH,9,7730.213,-23.21951,867.5583,0,0,0,0,100,0), +(@PATH,10,7736.815,-27.02236,867.0229,0,0,0,0,100,0); + +-- Pathing for Stormforged Taskmaster Entry: 29369 +SET @NPC := 113455; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7755.479,`position_y`=-0.06315613,`position_z`=865.8619 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7755.479,-0.06315613,865.8619,0,0,0,0,100,0), +(@PATH,2,7761.083,1.82399,865.3038,0,0,0,0,100,0), +(@PATH,3,7766.307,-2.848633,864.6754,0,0,0,0,100,0), +(@PATH,4,7771.372,-8.783966,863.8624,0,0,0,0,100,0), +(@PATH,5,7776.645,-11.9133,863.2283,0,0,0,0,100,0), +(@PATH,6,7771.372,-8.783966,863.8624,0,0,0,0,100,0), +(@PATH,7,7766.307,-2.848633,864.6754,0,0,0,0,100,0), +(@PATH,8,7761.083,1.82399,865.3038,0,0,0,0,100,0), +(@PATH,9,7755.479,-0.06315613,865.8619,0,0,0,0,100,0), +(@PATH,10,7747.007,-1.096794,865.6259,0,0,0,0,100,0), +(@PATH,11,7738.89,-1.104057,866.1718,0,0,0,0,100,0), +(@PATH,12,7732.288,0.6400833,866.1253,0,0,0,0,100,0), +(@PATH,13,7726.064,0.6717682,867.4063,0,0,0,0,100,0), +(@PATH,14,7732.288,0.6400833,866.1253,0,0,0,0,100,0), +(@PATH,15,7738.89,-1.104057,866.1718,0,0,0,0,100,0), +(@PATH,16,7747.007,-1.096794,865.6259,0,0,0,0,100,0); diff --git a/sql/updates/world/2013_12_09_02_world_waypoints.sql b/sql/updates/world/2013_12_09_02_world_waypoints.sql new file mode 100644 index 00000000000..d65222b3053 --- /dev/null +++ b/sql/updates/world/2013_12_09_02_world_waypoints.sql @@ -0,0 +1,515 @@ +-- This Stormforged War Golem has a larger random movement than in db +UPDATE `creature` SET `spawndist`=10 WHERE `guid`=114468; + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114457; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8023.331,`position_y`=77.24121,`position_z`=999.9595 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8023.331,77.24121,999.9595,0,0,0,0,100,0), +(@PATH,2,8016.558,64.0587,989.7907,0,0,0,0,100,0), +(@PATH,3,8009.225,52.23459,980.1657,0,0,0,0,100,0), +(@PATH,4,8005.339,45.29612,973.7907,0,0,0,0,100,0), +(@PATH,5,8001.864,36.03364,967.7907,0,0,0,0,100,0), +(@PATH,6,8000.232,26.16992,963.5776,0,0,0,0,100,0), +(@PATH,7,8001.864,36.03364,967.7907,0,0,0,0,100,0), +(@PATH,8,8005.339,45.29612,973.7907,0,0,0,0,100,0), +(@PATH,9,8009.225,52.23459,980.1657,0,0,0,0,100,0), +(@PATH,10,8016.558,64.0587,989.7907,0,0,0,0,100,0), +(@PATH,11,8023.331,77.24121,999.9595,0,0,0,0,100,0), +(@PATH,12,8032.478,95.32867,1012.085,0,0,0,0,100,0), +(@PATH,13,8031.838,102.6918,1015.026,0,0,0,0,100,0), +(@PATH,14,8023.94,108.6624,1017.026,0,0,0,0,100,0), +(@PATH,15,8014.495,112.6428,1019.401,0,0,0,0,100,0), +(@PATH,16,8003.407,107.8157,1021.276,0,0,0,0,100,0), +(@PATH,17,7993.737,99.56966,1024.987,0,0,0,0,100,0), +(@PATH,18,8003.407,107.8157,1021.276,0,0,0,0,100,0), +(@PATH,19,8014.495,112.6428,1019.401,0,0,0,0,100,0), +(@PATH,20,8023.94,108.6624,1017.026,0,0,0,0,100,0), +(@PATH,21,8031.838,102.6918,1015.026,0,0,0,0,100,0), +(@PATH,22,8032.478,95.32867,1012.085,0,0,0,0,100,0), +(@PATH,23,8028.997,86.29623,1006.21,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114469; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8210.855,`position_y`=83.22288,`position_z`=899.8224 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8210.855,83.22288,899.8224,0,0,0,0,100,0), +(@PATH,2,8206.622,70.00694,899.5724,0,0,0,0,100,0), +(@PATH,3,8197.973,61.24078,899.2055,0,0,0,0,100,0), +(@PATH,4,8184.639,55.54492,899.8305,0,0,0,0,100,0), +(@PATH,5,8197.973,61.24078,899.2055,0,0,0,0,100,0), +(@PATH,6,8206.622,70.00694,899.5724,0,0,0,0,100,0), +(@PATH,7,8210.855,83.22288,899.8224,0,0,0,0,100,0), +(@PATH,8,8206.317,98.42123,900.0724,0,0,0,0,100,0), +(@PATH,9,8198.927,116.0298,899.1041,0,0,0,0,100,0), +(@PATH,10,8206.317,98.42123,900.0724,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114458; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8174.757,`position_y`=6.792969,`position_z`=852.8932 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8174.757,6.792969,852.8932,0,0,0,0,100,0), +(@PATH,2,8163.236,5.554037,856.1956,0,0,0,0,100,0), +(@PATH,3,8148.116,-1.020725,859.5831,0,0,0,0,100,0), +(@PATH,4,8136.771,-4.926215,860.8331,0,0,0,0,100,0), +(@PATH,5,8126.096,-10.58008,863.0983,0,0,0,0,100,0), +(@PATH,6,8115.336,-16.46669,866.2233,0,0,0,0,100,0), +(@PATH,7,8125.859,-10.70117,863.4733,0,0,0,0,100,0), +(@PATH,8,8136.771,-4.926215,860.8331,0,0,0,0,100,0), +(@PATH,9,8148.116,-1.020725,859.5831,0,0,0,0,100,0), +(@PATH,10,8163.236,5.554037,856.1956,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114470; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8115.971,`position_y`=42.09624,`position_z`=900.9437 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8115.971,42.09624,900.9437,0,0,0,0,100,0), +(@PATH,2,8126.555,49.1735,902.4437,0,0,0,0,100,0), +(@PATH,3,8115.971,42.09624,900.9437,0,0,0,0,100,0), +(@PATH,4,8105.812,37.60786,898.8187,0,0,0,0,100,0), +(@PATH,5,8094.797,32.17817,896.4277,0,0,0,0,100,0), +(@PATH,6,8084.893,20.01226,892.8027,0,0,0,0,100,0), +(@PATH,7,8076.25,7.765625,888.1777,0,0,0,0,100,0), +(@PATH,8,8070.748,-0.3867188,883.864,0,0,0,0,100,0), +(@PATH,9,8068.489,-9.105469,880.239,0,0,0,0,100,0), +(@PATH,10,8070.748,-0.3867188,883.864,0,0,0,0,100,0), +(@PATH,11,8076.067,7.493273,888.1777,0,0,0,0,100,0), +(@PATH,12,8084.893,20.01226,892.8027,0,0,0,0,100,0), +(@PATH,13,8094.797,32.17817,896.4277,0,0,0,0,100,0), +(@PATH,14,8105.812,37.60786,898.8187,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114456; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8083.848,`position_y`=66.86187,`position_z`=928.5247 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8083.848,66.86187,928.5247,0,0,0,0,100,0), +(@PATH,2,8055.064,57.03885,945.9103,0,0,0,0,100,0), +(@PATH,3,8044.63,51.07888,947.9103,0,0,0,0,100,0), +(@PATH,4,8036.362,43.75098,948.4103,0,0,0,0,100,0), +(@PATH,5,8028.82,33.40723,952.9157,0,0,0,0,100,0), +(@PATH,6,8021.039,24.85319,956.2026,0,0,0,0,100,0), +(@PATH,7,8015.258,18.09885,958.2026,0,0,0,0,100,0), +(@PATH,8,8021.039,24.85319,956.2026,0,0,0,0,100,0), +(@PATH,9,8028.82,33.40723,952.9157,0,0,0,0,100,0), +(@PATH,10,8036.362,43.75098,948.4103,0,0,0,0,100,0), +(@PATH,11,8044.63,51.07888,947.9103,0,0,0,0,100,0), +(@PATH,12,8055.064,57.03885,945.9103,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114452; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7891.817,`position_y`=29.8049,`position_z`=1012.99 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7891.817,29.8049,1012.99,0,0,0,0,100,0), +(@PATH,2,7902.199,39.88314,1019.54,0,0,0,0,100,0), +(@PATH,3,7910.464,47.52941,1024.165,0,0,0,0,100,0), +(@PATH,4,7917.577,54.32107,1027.29,0,0,0,0,100,0), +(@PATH,5,7910.464,47.52941,1024.165,0,0,0,0,100,0), +(@PATH,6,7902.199,39.88314,1019.54,0,0,0,0,100,0), +(@PATH,7,7891.817,29.8049,1012.99,0,0,0,0,100,0), +(@PATH,8,7877.582,23.72005,1007.24,0,0,0,0,100,0), +(@PATH,9,7858.5,22.52029,1004.369,0,0,0,0,100,0), +(@PATH,10,7845.615,28.44293,1005.119,0,0,0,0,100,0), +(@PATH,11,7834.722,33.47287,1007.502,0,0,0,0,100,0), +(@PATH,12,7825.046,33.51389,1009.348,0,0,0,0,100,0), +(@PATH,13,7834.722,33.47287,1007.502,0,0,0,0,100,0), +(@PATH,14,7845.615,28.44293,1005.119,0,0,0,0,100,0), +(@PATH,15,7858.5,22.52029,1004.369,0,0,0,0,100,0), +(@PATH,16,7877.582,23.72005,1007.24,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114466; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8052.202,`position_y`=-165.8067,`position_z`=858.999 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8052.202,-165.8067,858.999,0,0,0,0,100,0), +(@PATH,2,8059.497,-161.3153,857.999,0,0,0,0,100,0), +(@PATH,3,8071.769,-156.6751,858.2012,0,0,0,0,100,0), +(@PATH,4,8086.116,-153.3002,856.5762,0,0,0,0,100,0), +(@PATH,5,8095.891,-153.3699,857.7012,0,0,0,0,100,0), +(@PATH,6,8105.404,-155.2473,858.9095,0,0,0,0,100,0), +(@PATH,7,8095.891,-153.3699,857.7012,0,0,0,0,100,0), +(@PATH,8,8086.116,-153.3002,856.5762,0,0,0,0,100,0), +(@PATH,9,8071.769,-156.6751,858.2012,0,0,0,0,100,0), +(@PATH,10,8059.497,-161.3153,857.999,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114463; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8070.4,`position_y`=-277.1614,`position_z`=864.549 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8070.4,-277.1614,864.549,0,0,0,0,100,0), +(@PATH,2,8062.835,-282.7156,867.5071,0,0,0,0,100,0), +(@PATH,3,8056.209,-286.8712,868.4637,0,0,0,0,100,0), +(@PATH,4,8048.796,-294.7416,868.7055,0,0,0,0,100,0), +(@PATH,5,8044.233,-303.6937,867.402,0,0,0,0,100,0), +(@PATH,6,8037.981,-317.1875,865.6969,0,0,0,0,100,0), +(@PATH,7,8028.49,-325.9581,864.4135,0,0,0,0,100,0), +(@PATH,8,8020.713,-345.0319,859.0582,0,0,0,0,100,0), +(@PATH,9,8009.588,-357.7793,853.5903,0,0,0,0,100,0), +(@PATH,10,8020.713,-345.0319,859.0582,0,0,0,0,100,0), +(@PATH,11,8028.449,-326.0605,864.4465,0,0,0,0,100,0), +(@PATH,12,8037.981,-317.1875,865.6969,0,0,0,0,100,0), +(@PATH,13,8044.233,-303.6937,867.402,0,0,0,0,100,0), +(@PATH,14,8048.796,-294.7416,868.7055,0,0,0,0,100,0), +(@PATH,15,8056.209,-286.8712,868.4637,0,0,0,0,100,0), +(@PATH,16,8062.701,-282.7995,867.561,0,0,0,0,100,0), +(@PATH,17,8070.4,-277.1614,864.549,0,0,0,0,100,0), +(@PATH,18,8076.281,-272.4348,863.3943,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114467; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8066.473,`position_y`=-227.3648,`position_z`=850.1917 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8066.473,-227.3648,850.1917,0,0,0,0,100,0), +(@PATH,2,8060.724,-215.8946,847.5667,0,0,0,0,100,0), +(@PATH,3,8066.473,-227.3648,850.1917,0,0,0,0,100,0), +(@PATH,4,8072.938,-237.2425,853.0301,0,0,0,0,100,0), +(@PATH,5,8082.311,-252.4066,857.7801,0,0,0,0,100,0), +(@PATH,6,8092.322,-256.9824,859.9051,0,0,0,0,100,0), +(@PATH,7,8104.916,-253.7578,862.3018,0,0,0,0,100,0), +(@PATH,8,8092.322,-256.9824,859.9051,0,0,0,0,100,0), +(@PATH,9,8082.311,-252.4066,857.7801,0,0,0,0,100,0), +(@PATH,10,8072.938,-237.2425,853.0301,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114462; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7951.181,`position_y`=-303.6466,`position_z`=868.0612 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7951.181,-303.6466,868.0612,0,0,0,0,100,0), +(@PATH,2,7953.972,-293.1617,864.6669,0,0,0,0,100,0), +(@PATH,3,7958.955,-282.3007,860.7919,0,0,0,0,100,0), +(@PATH,4,7962.751,-272.1515,857.0419,0,0,0,0,100,0), +(@PATH,5,7966.29,-263.5002,854.0172,0,0,0,0,100,0), +(@PATH,6,7970.295,-257.2281,851.6115,0,0,0,0,100,0), +(@PATH,7,7966.29,-263.5002,854.0172,0,0,0,0,100,0), +(@PATH,8,7962.751,-272.1515,857.0419,0,0,0,0,100,0), +(@PATH,9,7958.955,-282.3007,860.7919,0,0,0,0,100,0), +(@PATH,10,7953.972,-293.1617,864.6669,0,0,0,0,100,0), +(@PATH,11,7951.181,-303.6466,868.0612,0,0,0,0,100,0), +(@PATH,12,7947.293,-317.9044,872.9362,0,0,0,0,100,0), +(@PATH,13,7946.081,-328.0955,876.0612,0,0,0,0,100,0), +(@PATH,14,7947.293,-317.9044,872.9362,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114460; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7988.024,`position_y`=-360.8784,`position_z`=851.5723 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7988.024,-360.8784,851.5723,0,0,0,0,100,0), +(@PATH,2,7981.517,-348.1698,848.4473,0,0,0,0,100,0), +(@PATH,3,7981.517,-337.562,848.1973,0,0,0,0,100,0), +(@PATH,4,7984.724,-323.3203,847.6024,0,0,0,0,100,0), +(@PATH,5,7990.423,-311.3583,847.1024,0,0,0,0,100,0), +(@PATH,6,7984.724,-323.3203,847.6024,0,0,0,0,100,0), +(@PATH,7,7981.517,-337.562,848.1973,0,0,0,0,100,0), +(@PATH,8,7981.517,-348.1698,848.4473,0,0,0,0,100,0), +(@PATH,9,7988.024,-360.8784,851.5723,0,0,0,0,100,0), +(@PATH,10,7993.853,-367.1549,852.2777,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114464; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7938.075,`position_y`=-292.4181,`position_z`=872.0419 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7938.075,-292.4181,872.0419,0,0,0,0,100,0), +(@PATH,2,7933.337,-302.122,873.6862,0,0,0,0,100,0), +(@PATH,3,7929.871,-311.5463,875.9217,0,0,0,0,100,0), +(@PATH,4,7933.337,-302.122,873.6862,0,0,0,0,100,0), +(@PATH,5,7938.075,-292.4181,872.0419,0,0,0,0,100,0), +(@PATH,6,7937.996,-284.6571,872.2919,0,0,0,0,100,0), +(@PATH,7,7940.083,-276.4322,873.5419,0,0,0,0,100,0), +(@PATH,8,7944.605,-263.8913,873.1422,0,0,0,0,100,0), +(@PATH,9,7947.522,-254.4118,872.0172,0,0,0,0,100,0), +(@PATH,10,7963.557,-224.8985,868.0352,0,0,0,0,100,0), +(@PATH,11,7948.587,-241.9518,872.2672,0,0,0,0,100,0), +(@PATH,12,7970.556,-216.756,868.567,0,0,0,0,100,0), +(@PATH,13,7983.082,-208.4296,868.817,0,0,0,0,100,0), +(@PATH,14,7970.556,-216.756,868.567,0,0,0,0,100,0), +(@PATH,15,7948.587,-241.9518,872.2672,0,0,0,0,100,0), +(@PATH,16,7963.557,-224.8985,868.0352,0,0,0,0,100,0), +(@PATH,17,7947.522,-254.4118,872.0172,0,0,0,0,100,0), +(@PATH,18,7944.605,-263.8913,873.1422,0,0,0,0,100,0), +(@PATH,19,7940.083,-276.4322,873.5419,0,0,0,0,100,0), +(@PATH,20,7937.996,-284.6571,872.2919,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114448; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8292.766,`position_y`=-246.2448,`position_z`=925.6675 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8292.766,-246.2448,925.6675,0,0,0,0,100,0), +(@PATH,2,8301.604,-243.4602,923.659,0,0,0,0,100,0), +(@PATH,3,8292.766,-246.2448,925.6675,0,0,0,0,100,0), +(@PATH,4,8280.42,-246.1662,933.0425,0,0,0,0,100,0), +(@PATH,5,8269.42,-246.2734,940.4175,0,0,0,0,100,0), +(@PATH,6,8260.231,-245.6485,946.4034,0,0,0,0,100,0), +(@PATH,7,8245.475,-248.834,952.5284,0,0,0,0,100,0), +(@PATH,8,8239.138,-252.9452,952.7784,0,0,0,0,100,0), +(@PATH,9,8245.475,-248.834,952.5284,0,0,0,0,100,0), +(@PATH,10,8260.231,-245.6485,946.4034,0,0,0,0,100,0), +(@PATH,11,8269.42,-246.2734,940.4175,0,0,0,0,100,0), +(@PATH,12,8280.42,-246.1662,933.0425,0,0,0,0,100,0), +(@PATH,13,8292.766,-246.2448,925.6675,0,0,0,0,100,0), +(@PATH,14,8301.604,-243.4602,923.659,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114454; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8287.12,`position_y`=-232.0705,`position_z`=920.8063 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8287.12,-232.0705,920.8063,0,0,0,0,100,0), +(@PATH,2,8279.343,-226.6951,918.1813,0,0,0,0,100,0), +(@PATH,3,8270.205,-221.0446,914.4313,0,0,0,0,100,0), +(@PATH,4,8260.98,-219.1772,911.1617,0,0,0,0,100,0), +(@PATH,5,8251.401,-217.5979,908.6617,0,0,0,0,100,0), +(@PATH,6,8240.566,-216.677,906.1617,0,0,0,0,100,0), +(@PATH,7,8232.138,-216.4807,904.547,0,0,0,0,100,0), +(@PATH,8,8224.63,-221.0824,903.422,0,0,0,0,100,0), +(@PATH,9,8217.282,-228.2757,902.297,0,0,0,0,100,0), +(@PATH,10,8209.278,-233.1008,901.422,0,0,0,0,100,0), +(@PATH,11,8199.357,-237.1406,897.0337,0,0,0,0,100,0), +(@PATH,12,8209.278,-233.1008,901.422,0,0,0,0,100,0), +(@PATH,13,8217.282,-228.2757,902.297,0,0,0,0,100,0), +(@PATH,14,8224.63,-221.0824,903.422,0,0,0,0,100,0), +(@PATH,15,8232.138,-216.4807,904.547,0,0,0,0,100,0), +(@PATH,16,8240.566,-216.677,906.1617,0,0,0,0,100,0), +(@PATH,17,8251.401,-217.5979,908.6617,0,0,0,0,100,0), +(@PATH,18,8260.98,-219.1772,911.1617,0,0,0,0,100,0), +(@PATH,19,8270.205,-221.0446,914.4313,0,0,0,0,100,0), +(@PATH,20,8279.343,-226.6951,918.1813,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114453; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7763.875,`position_y`=25.31001,`position_z`=1009.387 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7763.875,25.31001,1009.387,0,0,0,0,100,0), +(@PATH,2,7774.83,29.45172,1009.433,0,0,0,0,100,0), +(@PATH,3,7784.966,36.1964,1009.425,0,0,0,0,100,0), +(@PATH,4,7792.793,46.41374,1009.425,0,0,0,0,100,0), +(@PATH,5,7784.966,36.1964,1009.425,0,0,0,0,100,0), +(@PATH,6,7774.83,29.45172,1009.433,0,0,0,0,100,0), +(@PATH,7,7763.875,25.31001,1009.387,0,0,0,0,100,0), +(@PATH,8,7757.785,17.42741,1009.387,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114471; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8062.678,`position_y`=-34.05208,`position_z`=872.399 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8062.678,-34.05208,872.399,0,0,0,0,100,0), +(@PATH,2,8050.187,-36.93273,874.024,0,0,0,0,100,0), +(@PATH,3,8041.209,-47.45063,875.399,0,0,0,0,100,0), +(@PATH,4,8050.187,-36.93273,874.024,0,0,0,0,100,0), +(@PATH,5,8062.678,-34.05208,872.399,0,0,0,0,100,0), +(@PATH,6,8071.337,-37.65701,869.6487,0,0,0,0,100,0), +(@PATH,7,8083.439,-34.81456,866.6487,0,0,0,0,100,0), +(@PATH,8,8092.34,-23.51801,869.239,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114450; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8020.559,`position_y`=-462.7457,`position_z`=945.5956 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8020.559,-462.7457,945.5956,0,0,0,0,100,0), +(@PATH,2,8021.167,-454.9322,943.7206,0,0,0,0,100,0), +(@PATH,3,8021.333,-447.3739,941.8456,0,0,0,0,100,0), +(@PATH,4,8019.993,-438.8365,940.0956,0,0,0,0,100,0), +(@PATH,5,8018.624,-428.8778,938.6416,0,0,0,0,100,0), +(@PATH,6,8015.852,-421.9554,938.6416,0,0,0,0,100,0), +(@PATH,7,8015.377,-415.9785,937.8916,0,0,0,0,100,0), +(@PATH,8,8015.852,-421.9554,938.6416,0,0,0,0,100,0), +(@PATH,9,8018.624,-428.8778,938.6416,0,0,0,0,100,0), +(@PATH,10,8019.993,-438.8365,940.0956,0,0,0,0,100,0), +(@PATH,11,8021.333,-447.3739,941.8456,0,0,0,0,100,0), +(@PATH,12,8021.167,-454.9322,943.7206,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114465; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8135.024,`position_y`=-370.0041,`position_z`=963.259 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8135.024,-370.0041,963.259,0,0,0,100,0), +(@PATH,2,8141.749,-366.09,960.2184,0,0,0,100,0), +(@PATH,3,8149.224,-360.9964,959.7184,0,0,0,100,0), +(@PATH,4,8154.405,-356.4004,961.2184,0,0,0,100,0), +(@PATH,5,8159.849,-352.6774,963.8434,0,0,0,100,0), +(@PATH,6,8165.625,-349.4785,964.9684,0,0,0,100,0), +(@PATH,7,8172.873,-345.124,967.3318,0,0,0,100,0), +(@PATH,8,8180.829,-338.1227,969.8495,0,0,0,100,0), +(@PATH,9,8188.221,-330.7452,970.2561,0,0,0,100,0), +(@PATH,10,8195.111,-320.5364,969.1892,0,0,0,100,0), +(@PATH,11,8203.715,-304.7978,966.9639,0,0,0,100,0), +(@PATH,12,8195.111,-320.5364,969.1892,0,0,0,100,0), +(@PATH,13,8188.221,-330.7452,970.2561,0,0,0,100,0), +(@PATH,14,8180.829,-338.1227,969.8495,0,0,0,100,0), +(@PATH,15,8172.873,-345.124,967.3318,0,0,0,100,0), +(@PATH,16,8165.625,-349.4785,964.9684,0,0,0,100,0), +(@PATH,17,8159.849,-352.6774,963.8434,0,0,0,100,0), +(@PATH,18,8154.405,-356.4004,961.2184,0,0,0,100,0), +(@PATH,19,8149.224,-360.9964,959.7184,0,0,0,100,0), +(@PATH,20,8141.749,-366.09,960.2184,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114461; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8166.605,`position_y`=-333.7136,`position_z`=1002.62 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8166.605,-333.7136,1002.62,0,0,0,100,0), +(@PATH,2,8179.676,-327.8151,1004.554,0,0,0,100,0), +(@PATH,3,8190.838,-319.5394,1004.838,0,0,0,100,0), +(@PATH,4,8201.984,-310.4258,1003.127,0,0,0,100,0), +(@PATH,5,8190.838,-319.5394,1004.838,0,0,0,100,0), +(@PATH,6,8179.676,-327.8151,1004.554,0,0,0,100,0), +(@PATH,7,8166.605,-333.7136,1002.62,0,0,0,100,0), +(@PATH,8,8151.038,-342.4005,1003.778,0,0,0,100,0), +(@PATH,9,8136.858,-348.6777,1003.9702,0,0,0,100,0), +(@PATH,10,8151.038,-342.4005,1003.778,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114451; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8203.202,`position_y`=-201.5354,`position_z`=871.047 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8203.202,-201.5354,871.047,0,0,0,0,100,0), +(@PATH,2,8210.509,-193.4404,865.8152,0,0,0,0,100,0), +(@PATH,3,8203.202,-201.5354,871.047,0,0,0,0,100,0), +(@PATH,4,8197.84,-207.3055,874.847,0,0,0,0,100,0), +(@PATH,5,8189.615,-210.5096,877.097,0,0,0,0,100,0), +(@PATH,6,8178.526,-213.311,878.847,0,0,0,0,100,0), +(@PATH,7,8163.427,-218.207,883.10522,0,0,0,0,100,0), +(@PATH,8,8150.156,-226.349,882.16364,0,0,0,0,100,0), +(@PATH,9,8138.535,-234.773,880.50934,0,0,0,0,100,0), +(@PATH,10,8150.156,-226.349,882.16364,0,0,0,0,100,0), +(@PATH,11,8163.427,-218.207,883.10522,0,0,0,0,100,0), +(@PATH,12,8178.526,-213.311,878.847,0,0,0,0,100,0), +(@PATH,13,8189.615,-210.5096,877.097,0,0,0,0,100,0), +(@PATH,14,8197.84,-207.3055,874.847,0,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114455; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8040.252,`position_y`=-470.226,`position_z`=960.61102 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8040.252,-470.226,960.61102,0,0,0,100,0), +(@PATH,2,8047.966,-456.777,968.20410,0,0,0,100,0), +(@PATH,3,8055.527,-444.8557,974.9588,0,0,0,100,0), +(@PATH,4,8062.53,-433.15,980.1395,0,0,0,100,0), +(@PATH,5,8067.174,-421.3754,980.673,0,0,0,100,0), +(@PATH,6,8074.543,-413.8202,982.8965,0,0,0,100,0), +(@PATH,7,8083.434,-407.5285,984.6893,0,0,0,100,0), +(@PATH,8,8092.955,-402.0415,984.0195,0,0,0,100,0), +(@PATH,9,8103.769,-391.861,982.40454,0,0,0,100,0), +(@PATH,10,8092.955,-402.0415,984.0195,0,0,0,100,0), +(@PATH,11,8083.434,-407.5285,984.6893,0,0,0,100,0), +(@PATH,12,8074.543,-413.8202,982.8965,0,0,0,100,0), +(@PATH,13,8067.174,-421.3754,980.673,0,0,0,100,0), +(@PATH,14,8062.53,-433.15,980.1395,0,0,0,100,0), +(@PATH,15,8055.527,-444.8557,974.9588,0,0,0,100,0), +(@PATH,16,8047.966,-456.777,968.20410,0,0,0,100,0); + +-- Pathing for Stormforged War Golem Entry: 29380 +SET @NPC := 114449; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7951.311,`position_y`=-378.571,`position_z`=887.77075 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7951.311,-378.571,887.77075,0,0,0,100,0), +(@PATH,2,7960.646,-389.960,892.92139,0,0,0,100,0), +(@PATH,3,7968.372,-399.0812,898.0277,0,0,0,100,0), +(@PATH,4,7977.658,-409.0112,903.3966,0,0,0,100,0), +(@PATH,5,7981.982,-417.7852,908.3966,0,0,0,100,0), +(@PATH,6,7984.058,-427.559,913.42731,0,0,0,100,0), +(@PATH,7,7985.685,-434.808,917.18005,0,0,0,100,0), +(@PATH,8,7990.529,-444.403,924.04565,0,0,0,100,0), +(@PATH,9,7996.638,-456.090,931.35016,0,0,0,100,0), +(@PATH,10,8001.585,-467.127,938.43726,0,0,0,100,0), +(@PATH,11,8014.281,-473.688,946.06091,0,0,0,100,0), +(@PATH,12,8025.918,-483.258,952.99622,0,0,0,100,0), +(@PATH,13,8038.910,-488.314,958.12402,0,0,0,100,0), +(@PATH,14,8048.530,-496.921,961.03595,0,0,0,100,0), +(@PATH,15,8038.910,-488.314,958.12402,0,0,0,100,0), +(@PATH,16,8025.918,-483.258,952.99622,0,0,0,100,0), +(@PATH,17,8014.281,-473.688,946.06091,0,0,0,100,0), +(@PATH,18,8001.585,-467.127,938.43726,0,0,0,100,0), +(@PATH,19,7996.638,-456.090,931.35016,0,0,0,100,0), +(@PATH,20,7990.529,-444.403,924.04565,0,0,0,100,0), +(@PATH,21,7985.685,-434.808,917.18005,0,0,0,100,0), +(@PATH,22,7984.058,-427.559,913.42731,0,0,0,100,0), +(@PATH,23,7981.982,-417.7852,908.3966,0,0,0,100,0), +(@PATH,24,7977.658,-409.0112,903.3966,0,0,0,100,0), +(@PATH,25,7968.372,-399.0812,898.0277,0,0,0,100,0), +(@PATH,26,7960.646,-389.960,892.92139,0,0,0,100,0); diff --git a/sql/updates/world/2013_12_09_03_world_misc.sql b/sql/updates/world/2013_12_09_03_world_misc.sql new file mode 100644 index 00000000000..4ff283fd1b8 --- /dev/null +++ b/sql/updates/world/2013_12_09_03_world_misc.sql @@ -0,0 +1,321 @@ +-- Missing Mechagnome Laborer spawns +SET @GUID := 68274; +DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+4; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,29389,571,1,1,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0), +(@GUID+1,29389,571,1,1,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0), +(@GUID+2,29389,571,1,1,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0), +(@GUID+3,29389,571,1,1,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0), +(@GUID+4,29389,571,1,1,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0); + +-- Pathing for Mechagnome Laborer Entry: 29389 +SET @NPC := @GUID; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7910.65,`position_y`=-1418.727,`position_z`=1534.705 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7910.65,-1418.727,1534.705,0,0,0,0,100,0), +(@PATH,2,7913.654,-1426.635,1534.705,0,0,0,0,100,0), +(@PATH,3,7920.053,-1414.188,1534.705,0,0,0,0,100,0), +(@PATH,4,7922.347,-1395.791,1534.705,0,0,0,0,100,0), +(@PATH,5,7920.222,-1386.216,1534.705,0,0,0,0,100,0), +(@PATH,6,7923.166,-1385.087,1534.705,0,0,0,0,100,0), +(@PATH,7,7916.864,-1385.485,1534.705,0,0,0,0,100,0), +(@PATH,8,7916.226,-1392.192,1534.705,0,0,0,0,100,0), +(@PATH,9,7911.995,-1404.557,1534.705,0,0,0,0,100,0); + +-- Pathing for Mechagnome Laborer Entry: 29389 +SET @NPC := @GUID+1; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7868.562,`position_y`=-1363.65,`position_z`=1534.059 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7868.562,-1363.65,1534.059,0,0,0,0,100,0), +(@PATH,2,7879.646,-1351.339,1534.705,0,0,0,0,100,0), +(@PATH,3,7868.222,-1355.34,1534.705,0,0,0,0,100,0), +(@PATH,4,7851.979,-1359.603,1534.705,0,0,0,0,100,0), +(@PATH,5,7840.327,-1375.057,1534.059,0,0,0,0,100,0), +(@PATH,6,7843.573,-1379.135,1534.059,0,0,0,0,100,0), +(@PATH,7,7830.217,-1389.011,1534.366,0,0,0,0,100,0), +(@PATH,8,7825.899,-1405.483,1534.705,0,0,0,0,100,0), +(@PATH,9,7846.697,-1416.326,1534.059,0,0,0,0,100,0), +(@PATH,10,7849.118,-1427.04,1534.059,0,0,0,0,100,0), +(@PATH,11,7848.421,-1411.426,1534.059,0,0,0,0,100,0), +(@PATH,12,7845.131,-1389.869,1534.059,0,0,0,0,100,0), +(@PATH,13,7859.611,-1375.139,1534.059,0,0,0,0,100,0); + +-- Pathing for Mechagnome Laborer Entry: 29389 +SET @NPC := @GUID+2; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7900.394,`position_y`=-1481.597,`position_z`=1532.27 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7900.394,-1481.597,1532.27,0,0,0,0,100,0), +(@PATH,2,7921.518,-1469.935,1532.267,0,0,0,0,100,0), +(@PATH,3,7939.954,-1444.368,1532.134,0,0,0,0,100,0), +(@PATH,4,7915.613,-1432.221,1535.256,0,0,0,0,100,0), +(@PATH,5,7939.954,-1444.368,1532.134,0,0,0,0,100,0), +(@PATH,6,7921.518,-1469.935,1532.267,0,0,0,0,100,0), +(@PATH,7,7900.394,-1481.597,1532.27,0,0,0,0,100,0), +(@PATH,8,7875.807,-1482.918,1532.255,0,0,0,0,100,0), +(@PATH,9,7872.38,-1464.144,1534.557,0,0,0,0,100,0), +(@PATH,10,7875.807,-1482.918,1532.255,0,0,0,0,100,0); + +-- Pathing for Mechagnome Laborer Entry: 29389 +SET @NPC := @GUID+3; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7857.495,`position_y`=-1330.407,`position_z`=1534.557 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7857.495,-1330.407,1534.557,0,0,0,0,100,0), +(@PATH,2,7853.63,-1310.692,1532.1,0,0,0,0,100,0), +(@PATH,3,7832.517,-1312.412,1532.386,0,0,0,0,100,0), +(@PATH,4,7814.14,-1322.234,1532.386,0,0,0,0,100,0), +(@PATH,5,7795.604,-1339.547,1532.251,0,0,0,0,100,0), +(@PATH,6,7817.405,-1356.497,1535.256,0,0,0,0,100,0), +(@PATH,7,7804.852,-1402.777,1535.256,0,0,0,0,100,0), +(@PATH,8,7782.151,-1408.093,1532.063,0,0,0,0,100,0), +(@PATH,9,7804.852,-1402.777,1535.256,0,0,0,0,100,0), +(@PATH,10,7817.405,-1356.497,1535.256,0,0,0,0,100,0), +(@PATH,11,7795.604,-1339.547,1532.251,0,0,0,0,100,0), +(@PATH,12,7814.14,-1322.234,1532.386,0,0,0,0,100,0), +(@PATH,13,7832.517,-1312.412,1532.386,0,0,0,0,100,0), +(@PATH,14,7853.63,-1310.692,1532.1,0,0,0,0,100,0); + +-- Pathing for Mechagnome Laborer Entry: 29389 +SET @NPC := @GUID+4; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7309.224,`position_y`=-666.5821,`position_z`=784.8982 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,7309.224,-666.5821,784.8982,0,0,0,0,100,0), +(@PATH,2,7309.142,-656.5869,784.8982,0,0,0,0,100,0), +(@PATH,3,7309.335,-647.4516,784.8982,0,0,0,0,100,0), +(@PATH,4,7309.67,-640.1229,784.8982,0,0,0,0,100,0), +(@PATH,5,7309.579,-631.7067,785.1652,0,0,0,0,100,0), +(@PATH,6,7309.624,-623.5741,785.4073,0,0,0,0,100,0), +(@PATH,7,7309.579,-631.7067,785.1652,0,0,0,0,100,0), +(@PATH,8,7309.67,-640.1229,784.8982,0,0,0,0,100,0), +(@PATH,9,7309.335,-647.4516,784.8982,0,0,0,0,100,0), +(@PATH,10,7309.142,-656.5869,784.8982,0,0,0,0,100,0), +(@PATH,11,7309.224,-666.5821,784.8982,0,0,0,0,100,0), +(@PATH,12,7309.377,-678.6055,785.1129,0,0,0,0,100,0), +(@PATH,13,7309.483,-688.7038,785.1492,0,0,0,0,100,0), +(@PATH,14,7309.378,-678.7083,785.1492,0,0,0,0,100,0); + +DELETE FROM `creature_addon` WHERE `guid` IN (114116,114097,114117,114118,114119,114120,114105,114108,114099,114122,114123,114106,114102,114114,114100,114107,114104,113873); +INSERT INTO `creature_addon` (`guid`,`bytes2`,`emote`) VALUES +(114116,1,233),(114097,1,233),(114117,1,233),(114118,1,233), +(114119,1,233),(114120,1,233),(114105,1,233),(114108,1,233), +(114099,1,233),(114122,1,233),(114123,1,69),(114106,1,69), +(114102,1,69),(114114,1,69),(114100,1,69),(114107,1,69), +(114104,1,69),(113873,1,69); + +DELETE FROM `creature_template_addon` WHERE `entry`=29384; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (29384,0,1,233, ''); + +UPDATE `creature` SET `modelid`=0,`spawndist`=0,`MovementType`=0 WHERE `id`=29424; +UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=`flags_extra`|128 WHERE `entry`=29424; + +DELETE FROM `creature_addon` WHERE `guid` IN (113623,113875,114121,114103); +INSERT INTO `creature_addon` (`guid`,`bytes1`,`bytes2`) VALUES +(113623,8,1),(113875,1,1),(114121,1,1),(114103,1,1); + +DELETE FROM `creature_template_addon` WHERE `entry`=29370; +INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`emote`,`auras`) VALUES (29370,1,375, ''); + +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid`=113377; +UPDATE `creature_template` SET InhabitType=4 WHERE `entry`=29368; + +DELETE FROM `creature_addon` WHERE `guid` IN (100482); +DELETE FROM `creature_template_addon` WHERE `entry`=30001; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES (30001,3,1, '55701'); + +-- Condition for spell targets +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (54464,54430); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 54464, 0, 0, 31, 0, 3, 29424, 0, 0, 0, 0, '', 'Artificer''s Beam targets Stormforged Lightning Target'), +(13, 1, 54430, 0, 0, 31, 0, 3, 29424, 0, 0, 0, 0, '', 'Stormforged Beam targets Stormforged Lightning Target'); +UPDATE `creature` SET `position_x`=8108.245,`position_y`=-291.4,`position_z`=871.0 WHERE `guid`=118561; + +-- Stormforged Artificer SAI +SET @ENTRY := -114111; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -114098; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -114115; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -114109; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -114110; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -114112; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -114101; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := 29376; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"); + +-- Stormforged Magus SAI +SET @ENTRY := 29374; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"); + +-- Stormforged Magus SAI +SET @ENTRY := -113879; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"), +(@ENTRY,0,3,0,1,0,100,0,4000,8000,17000,17000,11,54430,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - OOC - Cast Stormforged Beam"); + +-- Stormforged Magus SAI +SET @ENTRY := -113874; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"), +(@ENTRY,0,3,0,1,0,100,0,4000,8000,17000,17000,11,54430,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - OOC - Cast Stormforged Beam"); + +-- Stormforged Magus SAI +SET @ENTRY := -113876; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"), +(@ENTRY,0,3,0,1,0,100,0,4000,8000,17000,17000,11,54430,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - OOC - Cast Stormforged Beam"); + +-- Stormforged Magus SAI +SET @ENTRY := -113878; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"), +(@ENTRY,0,3,0,1,0,100,0,4000,8000,17000,17000,11,54430,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - OOC - Cast Stormforged Beam"); + +-- Stormforged Magus SAI +SET @ENTRY := -113881; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"), +(@ENTRY,0,3,0,1,0,100,0,4000,8000,17000,17000,11,54430,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - OOC - Cast Stormforged Beam"); + +-- Stormforged Magus SAI +SET @ENTRY := -113880; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,605000,610000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,15000,35000,11,12550,33,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,0,0,100,0,4000,9000,16000,19000,11,32193,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Magus - In Combat - Cast Lightning Cloud"), +(@ENTRY,0,3,0,1,0,100,0,4000,8000,17000,17000,11,54430,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Magus - OOC - Cast Stormforged Beam"); + +-- Missing Stormforged Artificer spawns +SET @GUID := 53927; +DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+4; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,29376,571,1,1,0,1,8050.98633,-296.318359,868.735352,5.253441,300,0,0,1,0,0), +(@GUID+1,29376,571,1,1,0,1,8073.413,-296.032776,901.670532,5.375614,300,0,0,1,0,0); + +-- Stormforged Artificer SAI +SET @ENTRY := -53927; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Stormforged Artificer SAI +SET @ENTRY := -53928; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,40,7000,9000,11,57580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Stormforged Artificer - Between 0-40 Range - Cast Lightning Infusion"), +(@ENTRY,0,1,0,1,0,100,0,4000,4000,14000,14000,11,54464,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormforged Artificer - OOC - Cast Artificer's Beam"); + +-- Valduran the Stormborn SAI +SET @ENTRY := 29368; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,11,56220,0,0,0,0,0,1,0,0,0,0,0,0,0,"Valduran the Stormborn - Reset - Cast Valduran's Channel"), +(@ENTRY,0,1,0,0,0,100,0,0,0,3400,4800,11,56326,64,0,0,0,0,2,0,0,0,0,0,0,0,"Valduran the Stormborn - Combat - Cast Lightning Bolt (CMC)"), +(@ENTRY,0,2,0,0,0,100,0,15000,18000,29000,33000,11,56322,1,0,0,0,0,1,0,0,0,0,0,0,0,"Valduran the Stormborn - Combat - Cast Spark Frenzy"), +(@ENTRY,0,3,0,0,0,100,0,3000,8000,23000,26000,11,56319,0,0,0,0,0,5,0,0,0,0,0,0,0,"Valduran the Stormborn - Combat - Cast Ball Lightning"); + +-- Snowdrift Jormungar SAI +SET @ENTRY := 29390; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,1000,3000,5000,7000,11,50293,0,0,0,0,0,5,0,0,0,0,0,0,0,"Snowdrift Jormungar - In Combat - Cast Corrosive Poison"); diff --git a/sql/updates/world/2013_12_09_04_world_creature_template.sql b/sql/updates/world/2013_12_09_04_world_creature_template.sql new file mode 100644 index 00000000000..d33d360d043 --- /dev/null +++ b/sql/updates/world/2013_12_09_04_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET ScriptName = 'npc_brann_bronzebeard_keystone' WHERE `entry`=31810; diff --git a/sql/updates/world/2013_12_11_00_world_waypoints.sql b/sql/updates/world/2013_12_11_00_world_waypoints.sql new file mode 100644 index 00000000000..3ba7020b017 --- /dev/null +++ b/sql/updates/world/2013_12_11_00_world_waypoints.sql @@ -0,0 +1,866 @@ +-- Pathing for Ruuan'ok Cloudgazer Entry: 19985 +SET @NPC := 71284; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3199.351,`position_y`=5308.484,`position_z`=176.2681 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3199.351,5308.484,176.2681,0,0,0,0,100,0), +(@PATH,2,3205.716,5312.342,176.2666,0,0,0,0,100,0), +(@PATH,3,3219.292,5309.295,176.2736,0,0,0,0,100,0), +(@PATH,4,3205.716,5312.342,176.2666,0,0,0,0,100,0), +(@PATH,5,3199.351,5308.484,176.2681,0,0,0,0,100,0), +(@PATH,6,3195.501,5294.078,176.2996,0,0,0,0,100,0); + +-- Pathing for Ruuan'ok Cloudgazer Entry: 19985 +SET @NPC := 71286; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3223.498,`position_y`=5303.222,`position_z`=176.1865 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3223.498,5303.222,176.1865,0,0,0,0,100,0), +(@PATH,2,3224.697,5292.734,176.1594,0,0,0,0,100,0), +(@PATH,3,3217.344,5285.994,176.2444,0,0,0,0,100,0), +(@PATH,4,3224.697,5292.734,176.1594,0,0,0,0,100,0); + +-- Pathing for Ruuan'ok Cloudgazer Entry: 19985 +SET @NPC := 71288; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3267.165,`position_y`=5372.429,`position_z`=176.2717 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3267.165,5372.429,176.2717,0,0,0,0,100,0), +(@PATH,2,3279.156,5360.639,176.2681,0,0,0,0,100,0), +(@PATH,3,3267.165,5372.429,176.2717,0,0,0,0,100,0), +(@PATH,4,3253.538,5367.658,176.0594,0,0,0,0,100,0); + +-- Pathing for Ruuan'ok Cloudgazer Entry: 19985 +SET @NPC := 71289; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3251.729,`position_y`=5350.106,`position_z`=175.65 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3251.729,5350.106,175.65,0,0,0,0,100,0), +(@PATH,2,3264.023,5342.778,176.1073,0,0,0,0,100,0), +(@PATH,3,3275.7,5348.174,176.2674,0,0,0,0,100,0), +(@PATH,4,3264.214,5342.665,176.091,0,0,0,0,100,0); + +-- Pathing for Ruuan'ok Ravenguard Entry: 19987 +SET @NPC := 71302; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3234.804,`position_y`=5328.321,`position_z`=169.0338 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3234.804,5328.321,169.0338,0,0,0,0,100,0), +(@PATH,2,3220.503,5310.8,176.2796,0,0,0,0,100,0), +(@PATH,3,3234.804,5328.321,169.0338,0,0,0,0,100,0), +(@PATH,4,3249.991,5349.114,175.4366,0,0,0,0,100,0); + +-- Pathing for Ruuan'ok Ravenguard Entry: 19987 +SET @NPC := 71307; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3289.056,`position_y`=5337.989,`position_z`=165.6006 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3289.056,5337.989,165.6006,0,0,0,0,100,0), +(@PATH,2,3277.43,5346.705,176.2765,0,0,0,0,100,0), +(@PATH,3,3289.056,5337.989,165.6006,0,0,0,0,100,0), +(@PATH,4,3303.381,5327.979,155.5863,0,0,0,0,100,0); + +-- Pathing for Bloodmaul Mauler Entry: 19993 +SET @NPC := 71372; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3198.46,`position_y`=5902.458,`position_z`=-4.34794 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3198.46,5902.458,-4.34794,0,0,0,0,100,0), +(@PATH,2,3201.894,5917.879,-2.356922,0,0,0,0,100,0), +(@PATH,3,3198.46,5902.458,-4.34794,0,0,0,0,100,0), +(@PATH,4,3195.467,5887.292,-6.297141,0,0,0,0,100,0), +(@PATH,5,3202.613,5877.735,-6.282515,0,0,0,0,100,0), +(@PATH,6,3210.058,5868.283,-5.644575,0,0,0,0,100,0), +(@PATH,7,3222.229,5858.961,-4.911263,0,0,0,0,100,0), +(@PATH,8,3210.058,5868.283,-5.644575,0,0,0,0,100,0), +(@PATH,9,3202.613,5877.735,-6.282515,0,0,0,0,100,0), +(@PATH,10,3195.467,5887.292,-6.297141,0,0,0,0,100,0), +(@PATH,11,3198.46,5902.458,-4.34794,0,0,0,0,100,0), +(@PATH,12,3201.894,5917.879,-2.356922,0,0,0,0,100,0); + +-- Pathing for Bloodmaul Mauler Entry: 19993 +SET @NPC := 71373; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3248.543,`position_y`=5844.174,`position_z`=-1.084592 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3248.543,5844.174,-1.084592,0,0,0,0,100,0), +(@PATH,2,3233.535,5852.159,-2.972287,0,0,0,0,100,0), +(@PATH,3,3248.543,5844.174,-1.084592,0,0,0,0,100,0), +(@PATH,4,3268.851,5840.554,-2.014892,0,0,0,0,100,0), +(@PATH,5,3282.394,5844.522,-2.549926,0,0,0,0,100,0), +(@PATH,6,3291.445,5852.187,-1.510863,0,0,0,0,100,0), +(@PATH,7,3282.394,5844.522,-2.549926,0,0,0,0,100,0), +(@PATH,8,3268.851,5840.554,-2.014892,0,0,0,0,100,0); + +-- Pathing for Bloodmaul Warlock Entry: 19994 +SET @NPC := 71393; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3463.085,`position_y`=5733.709,`position_z`=11.79834 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3463.085,5733.709,11.79834,0,0,0,0,100,0), +(@PATH,2,3452.174,5763.84,-1.273932,0,0,0,0,100,0), +(@PATH,3,3442.229,5777.899,-0.977293,0,0,0,0,100,0), +(@PATH,4,3455.017,5759.097,-0.5055969,0,0,0,0,100,0), +(@PATH,5,3463.432,5733.145,12.09697,0,0,0,0,100,0), +(@PATH,6,3488.859,5751.386,24.1469,0,0,0,0,100,0), +(@PATH,7,3487.431,5770.356,32.22961,0,0,0,0,100,0), +(@PATH,8,3475.49,5770.881,33.30943,0,0,0,0,100,0), +(@PATH,9,3468.75,5771.593,34.02132,0,0,0,0,100,0), +(@PATH,10,3468.75,5771.593,34.02132,1.832596,25000,0,0,100,0), +(@PATH,11,3487.195,5770.171,32.17501,0,0,0,0,100,0), +(@PATH,12,3488.75,5751.26,24.07138,0,0,0,0,100,0); + +-- Pathing for Bloodmaul Warlock Entry: 19994 +SET @NPC := 71399; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3501.822,`position_y`=5862.582,`position_z`=17.17031 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3501.822,5862.582,17.17031,0,0,0,0,100,0), +(@PATH,2,3500.019,5853.069,10.88851,0,0,0,0,100,0), +(@PATH,3,3499.19,5844.096,5.862134,0,0,0,0,100,0), +(@PATH,4,3501.415,5828.135,1.586879,0,0,0,0,100,0), +(@PATH,5,3508.313,5819.247,1.444179,0,0,0,0,100,0), +(@PATH,6,3505.032,5809.644,1.444179,0,0,0,0,100,0), +(@PATH,7,3501.014,5838.625,2.168034,0,0,0,0,100,0), +(@PATH,8,3497.148,5854.303,11.11029,0,0,0,0,100,0), +(@PATH,9,3502.206,5866.667,19.30453,0,0,0,0,100,0), +(@PATH,10,3506.062,5870.624,22.94534,0,0,0,0,100,0), +(@PATH,11,3515.424,5873.07,25.66988,0,0,0,0,100,0), +(@PATH,12,3523.169,5862.645,25.88552,0,0,0,0,100,0), +(@PATH,13,3521.784,5852.47,25.89481,0,0,0,0,100,0), +(@PATH,14,3521.784,5852.47,25.89481,0.9599311,25000,0,0,100,0), +(@PATH,15,3521.362,5865.634,25.7237,0,0,0,0,100,0), +(@PATH,16,3512.572,5875.438,25.76649,0,0,0,0,100,0), +(@PATH,17,3506.493,5870.488,23.10028,0,0,0,0,100,0), +(@PATH,18,3501.822,5862.582,17.17031,0,0,0,0,100,0); + +-- Pathing for Bloodmaul Mauler Entry: 19993 +SET @NPC := 71375; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3359.918,`position_y`=5834.109,`position_z`=17.832 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3359.918,5834.109,17.832,0,0,0,0,100,0), +(@PATH,2,3359.529,5804.505,29.08768,0,0,0,0,100,0), +(@PATH,3,3375.961,5792.07,37.97398,0,0,0,0,100,0), +(@PATH,4,3384.408,5801.223,39.05558,0,0,0,0,100,0), +(@PATH,5,3387.168,5807.018,39.67704,0,0,0,0,100,0), +(@PATH,6,3387.168,5807.018,39.67704,5.550147,30000,0,0,100,0), +(@PATH,7,3376.688,5794.795,37.82664,0,0,0,0,100,0), +(@PATH,8,3361.057,5802.239,30.38775,0,0,0,0,100,0), +(@PATH,9,3359.876,5832.924,17.71298,0,0,0,0,100,0), +(@PATH,10,3388.703,5826.479,4.107426,0,0,0,0,100,0), +(@PATH,11,3402.898,5818.982,3.016188,0,0,0,0,100,0), +(@PATH,12,3409.57,5809.246,5.184645,0,0,0,0,100,0), +(@PATH,13,3397.427,5822.894,2.250224,0,0,0,0,100,0), +(@PATH,14,3380.593,5828.696,8.012256,0,0,0,0,100,0); + +-- Pathing for Nexus Stalker Entry: 20609 +SET @NPC := 72814; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2747.314,`position_y`=5279.998,`position_z`=263.7417 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2747.314,5279.998,263.7417,0,0,0,0,100,0), +(@PATH,2,2766.484,5281.167,260.8009,0,0,0,0,100,0), +(@PATH,3,2778.845,5272.923,260.5821,0,0,0,0,100,0), +(@PATH,4,2791.105,5278.549,261.6206,0,0,0,0,100,0), +(@PATH,5,2807.899,5270.841,259.4217,0,0,0,0,100,0), +(@PATH,6,2820.132,5274.604,259.947,0,0,0,0,100,0), +(@PATH,7,2830.095,5280.248,262.7404,0,0,0,0,100,0), +(@PATH,8,2833.156,5285.987,263.5571,0,0,0,0,100,0), +(@PATH,9,2832.846,5295.709,263.5571,0,0,0,0,100,0), +(@PATH,10,2833.278,5280.854,263.5437,0,0,0,0,100,0), +(@PATH,11,2821.71,5274.678,260.1666,0,0,0,0,100,0), +(@PATH,12,2808.218,5271.77,259.4819,0,0,0,0,100,0), +(@PATH,13,2791.397,5280.87,261.7857,0,0,0,0,100,0), +(@PATH,14,2783.284,5273.771,260.5588,0,0,0,0,100,0), +(@PATH,15,2772.541,5277.695,261.0188,0,0,0,0,100,0), +(@PATH,16,2759.622,5281.937,261.5321,0,0,0,0,100,0), +(@PATH,17,2746.176,5282.163,263.4464,0,0,0,0,100,0), +(@PATH,18,2735.697,5281.101,263.894,0,0,0,0,100,0), +(@PATH,19,2732.458,5280.791,263.7445,0,0,0,0,100,0), +(@PATH,20,2732.458,5280.791,263.7445,2.879793,20000,0,0,100,0); + +-- Pathing for Nexus Stalker Entry: 20609 +SET @NPC := 72816; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2831.291,`position_y`=5240.254,`position_z`=264.6 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2831.291,5240.254,264.6,0,0,0,0,100,0), +(@PATH,2,2834.43,5236.051,264.7007,0,0,0,0,100,0), +(@PATH,3,2839.543,5230.542,265.2141,0,0,0,0,100,0), +(@PATH,4,2846.254,5227.577,267.1809,0,0,0,0,100,0), +(@PATH,5,2853.22,5226.886,268.5766,0,0,0,0,100,0), +(@PATH,6,2855.437,5222.403,270.5766,0,0,0,0,100,0), +(@PATH,7,2850.782,5229.897,268.0141,0,0,0,0,100,0), +(@PATH,8,2859.629,5238.062,269.7938,0,0,0,0,100,0), +(@PATH,9,2860.871,5244.809,270.2007,0,0,0,0,100,0), +(@PATH,10,2860.005,5247.587,270.2007,0,0,0,0,100,0), +(@PATH,11,2847.751,5241.762,267.5786,0,0,0,0,100,0), +(@PATH,12,2839.375,5243.706,265.2953,0,0,0,0,100,0), +(@PATH,13,2829.783,5243.597,264.475,0,0,0,0,100,0), +(@PATH,14,2824.449,5244.75,264.35,0,0,0,0,100,0), +(@PATH,15,2824.449,5244.75,264.35,2.268928,6000,0,0,100,0); + +-- Pathing for Razaani Raider Entry: 20601 +SET @NPC := 72706; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2868.394,`position_y`=5169.124,`position_z`=265.7549 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2868.394,5169.124,265.7549,4.729842,8000,0,0,100,0), +(@PATH,2,2866.896,5161.038,265.4473,0,0,0,0,100,0), +(@PATH,3,2872.777,5133.538,263.2297,0,0,0,0,100,0), +(@PATH,4,2896.839,5113.007,263.8251,0,0,0,0,100,0), +(@PATH,5,2915.992,5118.841,262.8208,0,0,0,0,100,0), +(@PATH,6,2918.312,5123.27,262.0192,3.979351,16000,0,0,100,0), +(@PATH,7,2915.967,5116.584,263.0192,0,0,0,0,100,0), +(@PATH,8,2900.001,5113.138,263.269,0,0,0,0,100,0), +(@PATH,9,2875.748,5133.605,262.8052,0,0,0,0,100,0); + +-- Pathing for Nexus Stalker Entry: 20609 +SET @NPC := 72818; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2883.068,`position_y`=5194.57,`position_z`=265.7122 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2883.068,5194.57,265.7122,0,0,0,0,100,0), +(@PATH,2,2878.952,5224.159,269.7598,0,0,0,0,100,0), +(@PATH,3,2899.996,5222.4,268.6732,0,0,0,0,100,0), +(@PATH,4,2933.143,5221.48,265.0293,0,0,0,0,100,0), +(@PATH,5,2941.658,5222.568,264.4865,0,0,0,0,100,0), +(@PATH,6,2954.74,5239.299,261.8019,0,0,0,0,100,0), +(@PATH,7,2952.646,5248.457,262.553,0,0,0,0,100,0), +(@PATH,8,2952.714,5248.16,262.5422,6.248279,25000,0,0,100,0), +(@PATH,9,2954.038,5239.832,262.0111,0,0,0,0,100,0), +(@PATH,10,2940.236,5221.063,264.817,0,0,0,0,100,0), +(@PATH,11,2899.993,5222.635,268.6732,0,0,0,0,100,0), +(@PATH,12,2878.678,5224.804,269.8372,0,0,0,0,100,0), +(@PATH,13,2882.689,5200.135,266.4232,0,0,0,0,100,0), +(@PATH,14,2880.937,5183.451,265.2586,0,0,0,0,100,0), +(@PATH,15,2876.168,5171.161,264.356,0,0,0,0,100,0), +(@PATH,16,2878.819,5176.691,264.957,0,0,0,0,100,0); + +-- Pathing for Razaani Raider Entry: 20601 +SET @NPC := 72702; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2791.592,`position_y`=5174.454,`position_z`=263.3 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2791.592,5174.454,263.3,0,0,0,0,100,0), +(@PATH,2,2799.62,5197.615,266.7466,0,0,0,0,100,0), +(@PATH,3,2795.16,5208.085,266.0106,0,0,0,0,100,0), +(@PATH,4,2788.055,5219.257,264.1811,0,0,0,0,100,0), +(@PATH,5,2780.895,5224.967,264.5617,0,0,0,0,100,0), +(@PATH,6,2790.619,5216.124,264.5011,0,0,0,0,100,0), +(@PATH,7,2795.216,5201.881,266.4367,0,0,0,0,100,0), +(@PATH,8,2797.372,5190.849,266.333,0,0,0,0,100,0), +(@PATH,9,2790.638,5178.778,264.4642,0,0,0,0,100,0), +(@PATH,10,2787.837,5174.005,263.5299,0,0,0,0,100,0), +(@PATH,11,2784.438,5170.09,262.5934,0,0,0,0,100,0), +(@PATH,12,2779.083,5162.935,262.5351,0,0,0,0,100,0), +(@PATH,13,2779.083,5162.935,262.5351,3.752458,20000,0,0,100,0); + +-- Pathing for Nexus Stalker Entry: 20609 +SET @NPC := 72820; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2807.345,`position_y`=5184.644,`position_z`=266.707 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2807.345,5184.644,266.707,0,0,0,0,100,0), +(@PATH,2,2822.968,5177.979,267.282,0,0,0,0,100,0), +(@PATH,3,2833.178,5168.088,266.4262,0,0,0,0,100,0), +(@PATH,4,2838.222,5164.714,266.1911,0,0,0,0,100,0), +(@PATH,5,2838.222,5164.714,266.1911,2.583087,25000,0,0,100,0), +(@PATH,6,2833.368,5163.571,266.1911,0,0,0,0,100,0), +(@PATH,7,2833.632,5130.24,265.0708,0,0,0,0,100,0), +(@PATH,8,2811.64,5114.466,264.8811,0,0,0,0,100,0), +(@PATH,9,2794.348,5111.946,265.2955,0,0,0,0,100,0), +(@PATH,10,2776.199,5123.329,264.2955,0,0,0,0,100,0), +(@PATH,11,2754.535,5133.27,264.778,0,0,0,0,100,0), +(@PATH,12,2742.861,5141.46,264.9612,0,0,0,0,100,0), +(@PATH,13,2746.248,5154.773,264.7135,0,0,0,0,100,0), +(@PATH,14,2751.492,5169.116,263.2721,0,0,0,0,100,0), +(@PATH,15,2758.678,5180.823,264.1598,0,0,0,0,100,0), +(@PATH,16,2772.839,5192.492,264.4082,0,0,0,0,100,0), +(@PATH,17,2793.635,5189.519,265.6216,0,0,0,0,100,0); + +-- Pathing for Razaani Raider Entry: 20601 +SET @NPC := 72705; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2824.574,`position_y`=5174.435,`position_z`=267.2319 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2824.574,5174.435,267.2319,0,0,0,0,100,0), +(@PATH,2,2817.268,5174.85,266.6218,0,0,0,0,100,0), +(@PATH,3,2810.344,5171.387,265.991,0,0,0,0,100,0), +(@PATH,4,2808.21,5167.184,265.7371,0,12000,0,0,100,0), +(@PATH,5,2815.689,5173.491,266.5572,0,0,0,0,100,0), +(@PATH,6,2823.218,5173.37,266.9871,0,0,0,0,100,0), +(@PATH,7,2827.782,5173.604,266.9871,0,0,0,0,100,0), +(@PATH,8,2833.206,5173.302,266.9709,0,0,0,0,100,0), +(@PATH,9,2833.206,5173.302,266.9709,5.794493,14000,0,0,100,0); + +-- Pathing for Razaani Raider Entry: 20601 +SET @NPC := 72696; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2676.574,`position_y`=5258.068,`position_z`=268.636 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2676.574,5258.068,268.636,0,0,0,0,100,0), +(@PATH,2,2688.415,5276.612,266.8686,0,0,0,0,100,0), +(@PATH,3,2708.661,5282.573,265.1852,0,0,0,0,100,0), +(@PATH,4,2742.16,5282.888,263.8973,0,0,0,0,100,0), +(@PATH,5,2757.027,5282.549,261.8015,0,0,0,0,100,0), +(@PATH,6,2779.005,5272.521,260.5339,0,0,0,0,100,0), +(@PATH,7,2793.131,5250.791,261.2688,0,0,0,0,100,0), +(@PATH,8,2805.42,5227.863,263.2422,0,0,0,0,100,0), +(@PATH,9,2798.738,5204.302,266.4829,0,0,0,0,100,0), +(@PATH,10,2785.566,5196.935,265.5325,0,0,0,0,100,0), +(@PATH,11,2775.052,5193.324,264.4966,0,0,0,0,100,0), +(@PATH,12,2764.669,5184.198,263.8886,0,0,0,0,100,0), +(@PATH,13,2758.268,5177.112,264.0136,0,0,0,0,100,0), +(@PATH,14,2752.054,5170.065,263.2999,0,0,0,0,100,0), +(@PATH,15,2740.5,5163.737,264.9137,0,0,0,0,100,0), +(@PATH,16,2727.267,5156.965,265.0887,0,0,0,0,100,0), +(@PATH,17,2716.005,5167.426,265.2008,0,0,0,0,100,0), +(@PATH,18,2706.868,5178.057,265.7196,0,0,0,0,100,0), +(@PATH,19,2689.939,5194.502,266.078,0,0,0,0,100,0), +(@PATH,20,2676.99,5199.604,266.9556,0,0,0,0,100,0), +(@PATH,21,2670.3,5210.75,266.1582,0,0,0,0,100,0), +(@PATH,22,2671.338,5233.865,267.8547,0,0,0,0,100,0); + +-- Pathing for Nexus Stalker Entry: 20609 +SET @NPC := 72821; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2950.644,`position_y`=5172.399,`position_z`=265.1741 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2950.644,5172.399,265.1741,0,0,0,0,100,0), +(@PATH,2,2954.238,5178.42,264.9241,0,0,0,0,100,0), +(@PATH,3,2972.492,5175.019,265.8357,0,0,0,0,100,0), +(@PATH,4,2983.433,5169.014,265.583,0,0,0,0,100,0), +(@PATH,5,2978.113,5153.146,264.6109,0,0,0,0,100,0), +(@PATH,6,2972.187,5141.372,264.4199,0,0,0,0,100,0), +(@PATH,7,2994.416,5129.084,263.227,0,0,0,0,100,0), +(@PATH,8,2998.175,5137.382,264.0018,0,0,0,0,100,0), +(@PATH,9,2998.175,5137.382,264.0018,5.637414,12000,0,0,100,0), +(@PATH,10,2984.355,5133.579,263.863,0,0,0,0,100,0), +(@PATH,11,2973.601,5140.747,264.3255,0,0,0,0,100,0), +(@PATH,12,2957.57,5138.213,265.0421,0,0,0,0,100,0), +(@PATH,13,2946.302,5135.801,264.0358,0,0,0,0,100,0), +(@PATH,14,2935.337,5148.426,264.2907,0,0,0,0,100,0), +(@PATH,15,2939.809,5161.303,265.6671,0,0,0,0,100,0); + +-- Pathing for Nexus Stalker Entry: 20609 +SET @NPC := 72813; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2721.616,`position_y`=5273.362,`position_z`=265.3734 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2721.616,5273.362,265.3734,0,0,0,0,100,0), +(@PATH,2,2716.982,5269.973,266.8846,0,0,0,0,100,0), +(@PATH,3,2716.982,5269.973,266.8846,3.141593,23000,0,0,100,0), +(@PATH,4,2724.298,5275.242,263.912,0,0,0,0,100,0), +(@PATH,5,2724.167,5283.815,264.1429,0,0,0,0,100,0), +(@PATH,6,2721.686,5288.768,266.0814,0,0,0,0,100,0), +(@PATH,7,2721.686,5288.768,266.0814,3.089233,23000,0,0,100,0), +(@PATH,8,2721.979,5276.996,263.985,0,0,0,0,100,0), +(@PATH,9,2721.616,5273.362,265.3734,0,0,0,0,100,0); + +-- Pathing for Razaani Spell-Thief Entry: 20614 +SET @NPC := 72882; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2865.868,`position_y`=5210.021,`position_z`=267.2167 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2865.868,5210.021,267.2167,0,0,0,0,100,0), +(@PATH,2,2868.487,5214.209,267.5658,0,0,0,0,100,0), +(@PATH,3,2871.275,5218.956,268.3761,0,0,0,0,100,0), +(@PATH,4,2875.35,5221.989,269.3539,0,0,0,0,100,0), +(@PATH,5,2879.828,5227.542,269.9232,0,0,0,0,100,0), +(@PATH,6,2882.319,5234.739,270.184,0,0,0,0,100,0), +(@PATH,7,2884.602,5239.909,270.184,0,0,0,0,100,0), +(@PATH,8,2873.641,5237.857,270.184,0,0,0,0,100,0), +(@PATH,9,2854.845,5236.729,269.1898,0,0,0,0,100,0), +(@PATH,10,2843.063,5243.832,266.1607,0,0,0,0,100,0), +(@PATH,11,2838.622,5254.225,265.8979,0,0,0,0,100,0), +(@PATH,12,2837.759,5263.849,264.9133,0,0,0,0,100,0), +(@PATH,13,2836.029,5273.631,264.0562,0,0,0,0,100,0), +(@PATH,14,2832.068,5281.593,263.2534,0,0,0,0,100,0), +(@PATH,15,2832.068,5281.593,263.2534,4.625123,25000,0,0,100,0), +(@PATH,16,2828.788,5276.519,262.0859,0,0,0,0,100,0), +(@PATH,17,2824.646,5273.722,260.5571,0,0,0,0,100,0), +(@PATH,18,2821.867,5268.865,259.9173,0,0,0,0,100,0), +(@PATH,19,2813.289,5259.599,260.3855,0,0,0,0,100,0), +(@PATH,20,2810.32,5255.576,262.225,0,0,0,0,100,0), +(@PATH,21,2807.309,5262.661,259.8677,0,0,0,0,100,0), +(@PATH,22,2803.9,5266.601,259.9384,0,0,0,0,100,0), +(@PATH,23,2799.261,5270.037,260.8144,0,0,0,0,100,0), +(@PATH,24,2793.072,5271.663,260.5371,0,0,0,0,100,0), +(@PATH,25,2787.195,5268.139,259.7579,0,0,0,0,100,0), +(@PATH,26,2779.333,5252.357,261.4659,0,0,0,0,100,0), +(@PATH,27,2775.95,5244.858,263.4514,0,0,0,0,100,0), +(@PATH,28,2776.093,5238.111,264.6438,0,0,0,0,100,0), +(@PATH,29,2777.341,5233.657,264.6438,0,0,0,0,100,0), +(@PATH,30,2781.186,5223.515,264.5617,0,0,0,0,100,0), +(@PATH,31,2791.306,5221.588,263.3315,0,0,0,0,100,0), +(@PATH,32,2797.785,5222.131,262.8287,0,0,0,0,100,0), +(@PATH,33,2809.717,5224.459,263.9731,0,0,0,0,100,0), +(@PATH,34,2815.43,5227.806,264.5313,0,0,0,0,100,0), +(@PATH,35,2816.533,5233.999,264.6,0,0,0,0,100,0), +(@PATH,36,2819.071,5239.662,264.475,0,0,0,0,100,0), +(@PATH,37,2825.407,5238.358,264.475,0,0,0,0,100,0), +(@PATH,38,2829.861,5236.995,264.6,0,0,0,0,100,0), +(@PATH,39,2834.728,5232.177,264.7016,0,0,0,0,100,0), +(@PATH,40,2840.849,5227.285,265.9569,0,0,0,0,100,0), +(@PATH,41,2846.505,5226.701,267.3463,0,0,0,0,100,0), +(@PATH,42,2856.988,5227.479,268.7276,0,0,0,0,100,0), +(@PATH,43,2864.957,5220.388,268.3356,0,0,0,0,100,0), +(@PATH,44,2866.072,5213.004,267.5746,0,0,0,0,100,0); + +-- Pathing for Bladespire Mystic Entry: 20766 +SET @NPC := 73269; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2318.445,`position_y`=5726.26,`position_z`=267.4254 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2318.445,5726.26,267.4254,4.310963,3000,0,0,100,0), +(@PATH,2,2328.346,5742.23,267.8742,0,0,0,0,100,0), +(@PATH,3,2343.199,5750.309,271.1055,0,0,0,0,100,0), +(@PATH,4,2360.11,5751.934,272.0094,0,0,0,0,100,0), +(@PATH,5,2393.392,5752.299,271.9437,0,0,0,0,100,0), +(@PATH,6,2411.942,5736.872,271.7954,0,0,0,0,100,0), +(@PATH,7,2420.964,5741.567,272.2954,0,0,0,0,100,0), +(@PATH,8,2413.563,5735.228,271.7954,0,0,0,0,100,0), +(@PATH,9,2397.828,5750.455,271.9437,0,0,0,0,100,0), +(@PATH,10,2382.034,5751.93,271.6003,0,0,0,0,100,0), +(@PATH,11,2367.424,5749.731,272.1653,0,0,0,0,100,0), +(@PATH,12,2352.037,5753.432,272.0094,0,0,0,0,100,0), +(@PATH,13,2333.164,5748.944,269.0971,0,0,0,0,100,0), +(@PATH,14,2322.428,5733.196,267.5504,0,0,0,0,100,0); + +-- Pathing for Bladespire Mystic Entry: 20766 +SET @NPC := 73265; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2172.576,`position_y`=5693.825,`position_z`=266.2848 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2172.576,5693.825,266.2848,0,0,0,0,100,0), +(@PATH,2,2168.3,5689.393,266.4495,0,0,0,0,100,0), +(@PATH,3,2167.921,5682.331,266.6228,0,0,0,0,100,0), +(@PATH,4,2167.831,5672.204,266.5118,0,0,0,0,100,0), +(@PATH,5,2167.907,5680.204,266.7462,0,0,0,0,100,0), +(@PATH,6,2168.597,5688.244,266.4098,0,0,0,0,100,0), +(@PATH,7,2174.173,5697.236,266.0348,0,0,0,0,100,0), +(@PATH,8,2179.537,5705.76,266.2533,0,0,0,0,100,0), +(@PATH,9,2184.909,5709.139,267.148,0,0,0,0,100,0), +(@PATH,10,2178.867,5701.97,266.173,0,0,0,0,100,0); + +-- Pathing for Bladespire Crusher Entry: 20765 +SET @NPC := 73255; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2231.698,`position_y`=5661.139,`position_z`=268.4052 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2231.698,5661.139,268.4052,0,0,0,0,100,0), +(@PATH,2,2219.974,5668.674,268.2742,0,0,0,0,100,0), +(@PATH,3,2205.987,5675.572,268.2742,0,0,0,0,100,0), +(@PATH,4,2191.559,5678.785,268.1765,0,0,0,0,100,0), +(@PATH,5,2178.991,5678.108,267.9471,0,0,0,0,100,0), +(@PATH,6,2173.167,5677.225,267.3319,0,0,0,0,100,0), +(@PATH,7,2173.167,5677.225,267.3319,3.717551,0,0,0,100,0), +(@PATH,8,2191.559,5678.785,268.1765,0,0,0,0,100,0), +(@PATH,9,2219.5,5671.186,268.2742,0,0,0,0,100,0), +(@PATH,10,2229.442,5663.776,268.3794,0,0,0,0,100,0), +(@PATH,11,2254.88,5654.762,267.4706,0,0,0,0,100,0), +(@PATH,12,2256.178,5658.267,266.8165,0,0,0,0,100,0), +(@PATH,13,2246.031,5657.322,268.7368,0,0,0,0,100,0); + +-- Pathing for Bladespire Mystic Entry: 20766 +SET @NPC := 73272; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2397.284,`position_y`=5590.084,`position_z`=268.1895 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2397.284,5590.084,268.1895,0,0,0,0,100,0), +(@PATH,2,2392.438,5604.022,267.9428,0,0,0,0,100,0), +(@PATH,3,2389.101,5614.473,266.2085,0,0,0,0,100,0), +(@PATH,4,2385.002,5624.215,266.3827,0,0,0,0,100,0), +(@PATH,5,2389.101,5614.473,266.2085,0,0,0,0,100,0), +(@PATH,6,2396.292,5589.72,268.1459,0,0,0,0,100,0), +(@PATH,7,2403.723,5575.995,267.1623,0,0,0,0,100,0), +(@PATH,8,2407.044,5569.017,267.3791,0,0,0,0,100,0), +(@PATH,9,2403.723,5575.995,267.1623,0,0,0,0,100,0); + +-- Pathing for Bladespire Crusher Entry: 20765 +SET @NPC := 73258; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2226.816,`position_y`=5744.645,`position_z`=272.8089 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2226.816,5744.645,272.8089,0,0,0,0,100,0), +(@PATH,2,2222.008,5753.221,268.6754,0,0,0,0,100,0), +(@PATH,3,2226.787,5766.257,267.0599,0,0,0,0,100,0), +(@PATH,4,2246.691,5771.651,268.3277,0,0,0,0,100,0), +(@PATH,5,2265.497,5765.175,268.3109,0,0,0,0,100,0), +(@PATH,6,2295.209,5748.869,269.4628,0,0,0,0,100,0), +(@PATH,7,2283.825,5746.083,268.6768,0,0,0,0,100,0), +(@PATH,8,2265.497,5765.175,268.3109,0,0,0,0,100,0), +(@PATH,9,2246.691,5771.651,268.3277,0,0,0,0,100,0), +(@PATH,10,2226.787,5766.257,267.0599,0,0,0,0,100,0), +(@PATH,11,2222.008,5753.221,268.6754,0,0,0,0,100,0); + +-- Pathing for Bladespire Mystic Entry: 20766 +SET @NPC := 73256; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2274.694,`position_y`=5724.646,`position_z`=272.0905 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2274.694,5724.646,272.0905,0,0,0,0,100,0), +(@PATH,2,2260.626,5727.031,272.283,0,0,0,0,100,0), +(@PATH,3,2245.788,5723.182,272.283,0,0,0,0,100,0), +(@PATH,4,2239.238,5717.667,272.908,0,0,0,0,100,0), +(@PATH,5,2231.945,5714.027,272.9055,0,0,0,0,100,0), +(@PATH,6,2229.416,5717.606,272.9055,0,0,0,0,100,0), +(@PATH,7,2225.324,5724.415,272.9055,0,0,0,0,100,0), +(@PATH,8,2219.869,5726.651,272.9055,0,0,0,0,100,0), +(@PATH,9,2225.324,5724.415,272.9055,0,0,0,0,100,0), +(@PATH,10,2229.416,5717.606,272.9055,0,0,0,0,100,0), +(@PATH,11,2231.945,5714.027,272.9055,0,0,0,0,100,0), +(@PATH,12,2242.075,5719.841,272.6031,0,0,0,0,100,0), +(@PATH,13,2251.203,5724.941,272.283,0,0,0,0,100,0), +(@PATH,14,2261.698,5728.143,272.283,0,0,0,0,100,0), +(@PATH,15,2271.782,5730.642,270.8441,0,0,0,0,100,0), +(@PATH,16,2286.763,5729.827,268.041,0,0,0,0,100,0), +(@PATH,17,2292.769,5725.762,268.1232,0,0,0,0,100,0), +(@PATH,18,2301.24,5724.365,267.6754,0,0,0,0,100,0), +(@PATH,19,2306.994,5726.303,267.6443,0,0,0,0,100,0), +(@PATH,20,2295.238,5725.443,268.1232,0,0,0,0,100,0), +(@PATH,21,2288.118,5728.598,267.8848,0,0,0,0,100,0); + +-- Pathing for Bladespire Crusher Entry: 20765 +SET @NPC := 73257; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2311.043,`position_y`=5698.255,`position_z`=266.6283 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2311.043,5698.255,266.6283,0,0,0,0,100,0), +(@PATH,2,2314.912,5716.434,267.1754,0,0,0,0,100,0), +(@PATH,3,2313.009,5698.853,266.6269,0,0,0,0,100,0), +(@PATH,4,2305.687,5690.478,266.2533,0,0,0,0,100,0), +(@PATH,5,2296.461,5682.542,265.761,0,0,0,0,100,0), +(@PATH,6,2280.856,5678.081,265.5681,0,0,0,0,100,0), +(@PATH,7,2271.578,5672.463,264.894,0,0,0,0,100,0), +(@PATH,8,2266.044,5668.968,264.967,0,0,0,0,100,0), +(@PATH,9,2257.922,5662.913,265.7163,0,0,0,0,100,0), +(@PATH,10,2257.922,5662.913,265.7163,4.642576,0,0,0,100,0), +(@PATH,11,2266.044,5668.968,264.967,0,0,0,0,100,0), +(@PATH,12,2271.578,5672.463,264.894,0,0,0,0,100,0), +(@PATH,13,2280.856,5678.081,265.5681,0,0,0,0,100,0), +(@PATH,14,2296.461,5682.542,265.761,0,0,0,0,100,0), +(@PATH,15,2302.904,5688.686,266.2082,0,0,0,0,100,0); + +-- Pathing for Bladespire Mystic Entry: 20766 +SET @NPC := 73274; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2432.805,`position_y`=5677.815,`position_z`=265.0823 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2432.805,5677.815,265.0823,0,0,0,0,100,0), +(@PATH,2,2428.316,5689.888,267.2553,0,0,0,0,100,0), +(@PATH,3,2419.72,5707.572,271.2796,0,0,0,0,100,0), +(@PATH,4,2417.84,5719.686,271.8582,0,0,0,0,100,0), +(@PATH,5,2420.327,5735.48,272.1156,0,0,0,0,100,0), +(@PATH,6,2420.327,5735.48,272.1156,0.6283185,0,0,0,100,0), +(@PATH,7,2418.319,5708.336,271.4334,0,0,0,0,100,0), +(@PATH,8,2427.077,5695.605,268.6273,0,0,0,0,100,0), +(@PATH,9,2428.473,5683.438,266.028,0,0,0,0,100,0), +(@PATH,10,2434.22,5673.826,264.6623,0,0,0,0,100,0), +(@PATH,11,2431.835,5659.415,265.0701,0,0,0,0,100,0), +(@PATH,12,2427.075,5647.434,265.6374,0,0,0,0,100,0), +(@PATH,13,2430.527,5630.032,266.7124,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Poacher Entry: 21809 +SET @NPC := 76196; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3178.049,`position_y`=5557.268,`position_z`=141.3802 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3178.049,5557.268,141.3802,0,0,0,0,100,0), +(@PATH,2,3182.607,5556.395,141.7496,0,0,0,0,100,0), +(@PATH,3,3178.049,5557.268,141.3802,0,0,0,0,100,0), +(@PATH,4,3174.47,5550.705,142.4786,0,0,0,0,100,0), +(@PATH,5,3176.777,5543.423,143.0757,0,0,0,0,100,0), +(@PATH,6,3187.125,5544.939,142.1246,0,0,0,0,100,0), +(@PATH,7,3176.777,5543.423,143.0757,0,0,0,0,100,0), +(@PATH,8,3174.47,5550.705,142.4786,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Poacher Entry: 21809 +SET @NPC := 76184; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2712.309,`position_y`=5436.154,`position_z`=136.7454 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2712.309,5436.154,136.7454,0,0,0,0,100,0), +(@PATH,2,2716.99,5439.282,136.8832,0,0,0,0,100,0), +(@PATH,3,2726.574,5436.762,137.2304,0,0,0,0,100,0), +(@PATH,4,2731.143,5428.338,136.957,0,0,0,0,100,0), +(@PATH,5,2724.835,5422.234,137.1687,0,0,0,0,100,0), +(@PATH,6,2734.54,5430.499,137.0476,0,0,0,0,100,0), +(@PATH,7,2726.574,5436.762,137.2304,0,0,0,0,100,0), +(@PATH,8,2716.99,5439.282,136.8832,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Poacher Entry: 21809 +SET @NPC := 76193; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3133.941,`position_y`=5588.938,`position_z`=144.3686 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3133.941,5588.938,144.3686,0,0,0,0,100,0), +(@PATH,2,3127.968,5584.061,145.9625,0,0,0,0,100,0), +(@PATH,3,3118.354,5592.705,145.8571,0,0,0,0,100,0), +(@PATH,4,3121.888,5600.984,144.5413,0,0,0,0,100,0), +(@PATH,5,3131.035,5601.228,143.4163,0,0,0,0,100,0), +(@PATH,6,3121.919,5601.064,144.5332,0,0,0,0,100,0), +(@PATH,7,3118.386,5592.785,145.8871,0,0,0,0,100,0), +(@PATH,8,3127.968,5584.061,145.9625,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Poacher Entry: 21809 +SET @NPC := 76192; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3102.847,`position_y`=5630.538,`position_z`=144.2913 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3102.847,5630.538,144.2913,0,0,0,0,100,0), +(@PATH,2,3098.793,5627.071,144.2706,0,0,0,0,100,0), +(@PATH,3,3099.693,5619.753,143.9884,0,0,0,0,100,0), +(@PATH,4,3103.867,5614.208,144.9082,0,0,0,0,100,0), +(@PATH,5,3111.378,5614.678,144.3424,0,0,0,0,100,0), +(@PATH,6,3116.698,5619.038,143.6944,0,0,0,0,100,0), +(@PATH,7,3111.378,5614.678,144.3424,0,0,0,0,100,0), +(@PATH,8,3103.867,5614.208,144.9082,0,0,0,0,100,0), +(@PATH,9,3099.693,5619.753,143.9884,0,0,0,0,100,0), +(@PATH,10,3098.793,5627.071,144.2706,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Poacher Entry: 21809 +SET @NPC := 76189; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3047.63,`position_y`=5699.292,`position_z`=145.0271 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3047.63,5699.292,145.0271,0,0,0,0,100,0), +(@PATH,2,3053.622,5709.193,144.5295,0,0,0,0,100,0), +(@PATH,3,3049.765,5713.083,144.6085,0,0,0,0,100,0), +(@PATH,4,3043.761,5714.523,144.5324,0,0,0,0,100,0), +(@PATH,5,3049.765,5713.083,144.6085,0,0,0,0,100,0), +(@PATH,6,3053.622,5709.193,144.5295,0,0,0,0,100,0), +(@PATH,7,3047.63,5699.292,145.0271,0,0,0,0,100,0), +(@PATH,8,3035.984,5701.408,145.139,0,0,0,0,100,0), +(@PATH,9,3035.092,5707.758,144.789,0,0,0,0,100,0), +(@PATH,10,3035.984,5701.408,145.139,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76230; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2761.55,`position_y`=5437.068,`position_z`=136.6383 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,2761.55,5437.068,136.6383,0,0,0,0,100,0), +(@PATH,2,2754.083,5432.378,136.4561,0,0,0,0,100,0), +(@PATH,3,2761.55,5437.068,136.6383,0,0,0,0,100,0), +(@PATH,4,2766.857,5432.17,137.064,0,0,0,0,100,0), +(@PATH,5,2765.856,5423.834,136.654,0,0,0,0,100,0), +(@PATH,6,2759.962,5421.616,136.896,0,0,0,0,100,0), +(@PATH,7,2765.856,5423.834,136.654,0,0,0,0,100,0), +(@PATH,8,2766.857,5432.17,137.064,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76245; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3218.072,`position_y`=5526.814,`position_z`=144.1231 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3218.072,5526.814,144.1231,0,0,0,0,100,0), +(@PATH,2,3222.341,5535.49,142.1417,0,0,0,0,100,0), +(@PATH,3,3218.072,5526.814,144.1231,0,0,0,0,100,0), +(@PATH,4,3210.133,5529.915,144.0798,0,0,0,0,100,0), +(@PATH,5,3208.623,5540.399,142.2348,0,0,0,0,100,0), +(@PATH,6,3210.133,5529.915,144.0798,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76249; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3381.341,`position_y`=5387.936,`position_z`=147.7524 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3381.341,5387.936,147.7524,0,0,0,0,100,0), +(@PATH,2,3388.214,5384.256,148.0874,0,0,0,0,100,0), +(@PATH,3,3395.14,5386.871,148.0642,0,0,0,0,100,0), +(@PATH,4,3388.214,5384.256,148.0874,0,0,0,0,100,0), +(@PATH,5,3381.341,5387.936,147.7524,0,0,0,0,100,0), +(@PATH,6,3381.781,5398.843,148.6405,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76252; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3392.02,`position_y`=5491.935,`position_z`=144.2147 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3392.02,5491.935,144.2147,0,0,0,0,100,0), +(@PATH,2,3397.563,5484.7,144.347,0,0,0,0,100,0), +(@PATH,3,3410.824,5486.551,143.241,0,0,0,0,100,0), +(@PATH,4,3417.64,5498.665,142.241,0,0,0,0,100,0), +(@PATH,5,3410.824,5486.551,143.241,0,0,0,0,100,0), +(@PATH,6,3397.563,5484.7,144.347,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76242; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3160.395,`position_y`=5587.131,`position_z`=142.0543 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3160.395,5587.131,142.0543,0,0,0,0,100,0), +(@PATH,2,3149.173,5589.543,143.9315,0,0,0,0,100,0), +(@PATH,3,3142.719,5587.694,144.3178,0,0,0,0,100,0), +(@PATH,4,3138.922,5588.964,144.1379,0,0,0,0,100,0), +(@PATH,5,3142.719,5587.694,144.3178,0,0,0,0,100,0), +(@PATH,6,3149.173,5589.543,143.9315,0,0,0,0,100,0), +(@PATH,7,3160.395,5587.131,142.0543,0,0,0,0,100,0), +(@PATH,8,3159.027,5598.711,142.2185,0,0,0,0,100,0), +(@PATH,9,3150.76,5603.312,143.6365,0,0,0,0,100,0), +(@PATH,10,3159.027,5598.711,142.2185,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76238; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3084.396,`position_y`=5671.77,`position_z`=143.0218 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3084.396,5671.77,143.0218,0,0,0,0,100,0), +(@PATH,2,3091.814,5670.005,143.3318,0,0,0,0,100,0), +(@PATH,3,3096.926,5661.211,142.7585,0,0,0,0,100,0), +(@PATH,4,3099.337,5653.452,143.2585,0,0,0,0,100,0), +(@PATH,5,3096.926,5661.211,142.7585,0,0,0,0,100,0), +(@PATH,6,3091.814,5670.005,143.3318,0,0,0,0,100,0), +(@PATH,7,3084.396,5671.77,143.0218,0,0,0,0,100,0), +(@PATH,8,3080.87,5677.69,142.8318,0,0,0,0,100,0), +(@PATH,9,3087.86,5681.645,143.0818,0,0,0,0,100,0), +(@PATH,10,3095.208,5676.298,142.8442,0,0,0,0,100,0), +(@PATH,11,3099.552,5668.224,142.6981,0,0,0,0,100,0), +(@PATH,12,3095.208,5676.298,142.8442,0,0,0,0,100,0), +(@PATH,13,3087.86,5681.645,143.0818,0,0,0,0,100,0), +(@PATH,14,3080.87,5677.69,142.8318,0,0,0,0,100,0); + +-- Pathing for Wyrmcult Hewer Entry: 21810 +SET @NPC := 76236; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3097.679,`position_y`=5650.661,`position_z`=143.2585 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3097.679,5650.661,143.2585,0,0,0,0,100,0), +(@PATH,2,3093.772,5650.761,143.1335,0,0,0,0,100,0), +(@PATH,3,3089.367,5646.542,142.8835,0,0,0,0,100,0), +(@PATH,4,3089.931,5636.272,143.2824,0,0,0,0,100,0), +(@PATH,5,3094.533,5629.466,144.3956,0,0,0,0,100,0), +(@PATH,6,3102.622,5632.66,144.1846,0,0,0,0,100,0), +(@PATH,7,3094.533,5629.466,144.3956,0,0,0,0,100,0), +(@PATH,8,3089.931,5636.272,143.2824,0,0,0,0,100,0), +(@PATH,9,3089.367,5646.542,142.8835,0,0,0,0,100,0), +(@PATH,10,3093.772,5650.761,143.1335,0,0,0,0,100,0); diff --git a/sql/updates/world/2013_12_11_01_world_misc.sql b/sql/updates/world/2013_12_11_01_world_misc.sql new file mode 100644 index 00000000000..70371d158cf --- /dev/null +++ b/sql/updates/world/2013_12_11_01_world_misc.sql @@ -0,0 +1,42 @@ +-- Bloodmaul Warlock SAI "Fixup" +SET @ENTRY := 19994; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,13787,1,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Warlock - Out Of Combat - Cast Demon Armor"), +(@ENTRY,0,1,0,1,0,100,1,3000,3000,0,0,11,11939,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Warlock - Out Of Combat - Cast Summon Imp"), +(@ENTRY,0,2,0,0,0,100,0,0,0,2400,3800,11,20825,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Warlock - Combat - Cast Shadow Bolt"), +(@ENTRY,0,3,0,2,0,100,1,0,30,0,0,11,34932,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Warlock - Between 0-30% Health - Cast Bloodmaul Buzz"); + +-- Bladespire Mystic SAI "Two spells were missing" +SET @ENTRY := 20766; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,600000,600000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bladespire Mystic - OOC - Cast Lightning Shield"), +(@ENTRY,0,1,0,16,0,100,0,37599,30,600000,600000,11,37599,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bladespire Mystic - OOC - Friendly in range Cast Bloodlust"), +(@ENTRY,0,2,0,74,0,100,0,0,70,7500,14000,11,11986,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bladespire Mystic - Friendly HP below 70% - Cast Healing Wave"); + +-- Wyrmcult Poacher SAI "Had no AI" +SET @ENTRY := 21809; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,10000,10000,11,37547,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wyrmcult Poacher - Out Of Combat - Cast Wyrmcult BroodlingCall"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2300,3900,11,15547,64,0,0,0,0,2,0,0,0,0,0,0,0,"Wyrmcult Poacher - Combat - Cast Shoot"), +(@ENTRY,0,2,0,9,0,100,0,0,20,9000,13000,11,6533,0,0,0,0,0,2,0,0,0,0,0,0,0,"Wyrmcult Poacher - Range - Cast Net"); + +-- Wyrmcult Broodlings are summoned by Poachers in AI +DELETE FROM creature WHERE id=21811; + +-- Wyrmcult Broodling SAI "Had no AI" +SET @ENTRY := 21811; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,34083,64,0,0,0,0,2,0,0,0,0,0,0,0,"Wyrmcult Broodling - Combat - Cast Fireball"); + +-- Remove aura from addon being applied in SAI +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=34947); +DELETE FROM `creature_template_addon` WHERE `entry`=34947; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (34947,0,1,0, ''); diff --git a/sql/updates/world/2013_12_11_02_world_sai.sql b/sql/updates/world/2013_12_11_02_world_sai.sql new file mode 100644 index 00000000000..8543a9d65c3 --- /dev/null +++ b/sql/updates/world/2013_12_11_02_world_sai.sql @@ -0,0 +1,44 @@ +-- Bound Fire Elemental SAI +SET @ENTRY := 30416; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,6,0,0,3400,4800,11,17195,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bound Fire Elemental - Combat CMC - Cast Scorch (Dungeon Only)"), +(@ENTRY,0,1,0,0,0,100,6,0,5,11000,14000,11,12470,1,0,0,0,0,1,0,0,0,0,0,0,0,"Bound Fire Elemental - Combat - Cast Fire Nova (Dungeon Only)"); + +-- Bound Air Elemental SAI +SET @ENTRY := 30418; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,2,0,0,3400,4800,11,22414,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bound Air Elemental - Combat CMC - Cast Lightning Bolt (Normal Dungeon)"), +(@ENTRY,0,1,0,0,0,100,4,0,0,3400,4800,11,59169,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bound Air Elemental - Combat CMC - Cast Lightning Bolt (Heroic Dungeon)"), +(@ENTRY,0,2,0,0,0,100,2,10000,13000,11000,13000,11,46150,1,0,0,0,0,1,0,0,0,0,0,0,0,"Bound Air Elemental - Combat - Cast Forked Lightning (Normal Dungeon)"), +(@ENTRY,0,3,0,0,0,100,4,10000,13000,11000,13000,11,59152,1,0,0,0,0,1,0,0,0,0,0,0,0,"Bound Air Elemental - Combat - Cast Forked Lightning (Heroic Dungeon)"); + +-- Bound Water Elemental SAI +SET @ENTRY := 30419; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,6,0,0,3400,4800,11,56862,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bound Water Elemental - Combat CMC - Cast Water Bolt (Dungeon Only)"), +(@ENTRY,0,1,0,0,0,100,2,9000,12000,12000,15000,11,39207,1,0,0,0,0,5,0,0,0,0,0,0,0,"Bound Water Elemental - Combat - Cast Water Spout (Normal Dungeon)"), +(@ENTRY,0,2,0,0,0,100,4,9000,12000,12000,15000,11,35735,1,0,0,0,0,5,0,0,0,0,0,0,0,"Bound Water Elemental - Combat - Cast Water Spout (Heroic Dungeon)"); + +-- Halefnir the Windborn SAI +SET @ENTRY := 30376; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,6000,6000,11,20831,64,0,0,0,0,2,0,0,0,0,0,0,0,"Halefnir the Windborn - Combat CMC - Cast Chain Lightning"); + +-- Twilight Darkcaster SAI +SET @ENTRY := 30319; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,2,0,0,4000,5000,11,12739,64,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Darkcaster - Combat CMC - Cast Shadow Bolt (Normal Dungeon)"), +(@ENTRY,0,1,0,0,0,100,4,0,0,5000,7000,11,61562,64,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Darkcaster - Combat CMC - Cast Shadow Bolt (Heroic Dungeon)"), +(@ENTRY,0,2,0,0,0,100,2,4000,7000,17000,20000,11,56898,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight Darkcaster - Combat - Cast Corruption (Normal Dungeon)"), +(@ENTRY,0,3,0,0,0,100,4,4000,7000,17000,20000,11,61563,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight Darkcaster - Combat - Cast Corruption (Heroic Dungeon)"), +(@ENTRY,0,4,0,0,0,100,6,12000,15000,19000,23000,11,13338,1,0,0,0,0,6,0,0,0,0,0,0,0,"Twilight Darkcaster - Combat - Cast Curse of Tongues (Dungeon Only)"); diff --git a/sql/updates/world/2013_12_14_00_world_sai.sql b/sql/updates/world/2013_12_14_00_world_sai.sql new file mode 100644 index 00000000000..6c5e03d1709 --- /dev/null +++ b/sql/updates/world/2013_12_14_00_world_sai.sql @@ -0,0 +1,8 @@ +-- Bladespire Mystic SAI +SET @ENTRY := 20766; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,600000,600000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bladespire Mystic - OOC - Cast Lightning Shield"), +(@ENTRY,0,1,0,16,0,100,0,37599,30,600000,600000,11,37599,0,0,0,0,0,9,0,0,0,0,0,0,0,"Bladespire Mystic - OOC - Friendly in range Cast Bloodlust"), +(@ENTRY,0,2,0,74,0,100,0,0,70,7500,14000,11,11986,0,0,0,0,0,9,0,0,0,0,0,0,0,"Bladespire Mystic - Friendly HP below 70% - Cast Healing Wave"); diff --git a/sql/updates/world/2013_12_14_01_world_misc.sql b/sql/updates/world/2013_12_14_01_world_misc.sql new file mode 100644 index 00000000000..284a2b46946 --- /dev/null +++ b/sql/updates/world/2013_12_14_01_world_misc.sql @@ -0,0 +1,34 @@ +UPDATE `creature_template` SET `ScriptName`="npc_king_jokkum_vehicle" WHERE `entry`=30331; + +-- Pathing for King Jokkum Entry: 30331 +-- by malcrom +SET @PATH := 2072200; +DELETE FROM `waypoint_data` WHERE `id` IN (@PATH, @PATH+1); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +-- Path to event +(@PATH,1,7357.088,-2865.398,803.5008,0,0,1,0,100,0), +(@PATH,2,7357.088,-2865.398,803.5008,0,0,1,0,100,0), +(@PATH,3,7355.184,-2904.322,821.0084,0,0,1,0,100,0), +(@PATH,4,7355.473,-2946.654,833.0916,0,0,1,0,100,0), +(@PATH,5,7360.866,-2994.785,845.9886,0,0,1,0,100,0), +(@PATH,6,7378.764,-3035.887,840.6003,0,0,1,0,100,0), +(@PATH,7,7411.658,-3072.211,837.5768,0,0,1,0,100,0), +(@PATH,8,7453.996,-3088.695,837.5768,0,0,1,0,100,0), +(@PATH,9,7496.08,-3113.922,837.5829,0,0,1,0,100,0), +(@PATH,10,7536.843,-3136.489,837.5808,0,0,1,0,100,0), +(@PATH,11,7564.738,-3145.144,844.8308,0,0,1,0,100,0), +(@PATH,12,7604.358,-3171.258,850.8867,0,0,1,0,100,0), +(@PATH,13,7635.467,-3207.211,857.19,0,0,1,0,100,0), +(@PATH,14,7657.858,-3219.258,863.19,0,0,1,0,100,0), +(@PATH,15,7706.542,-3219.742,864.3326,0,0,1,0,100,0), +(@PATH,16,7747.335,-3226.993,862.4576,0,0,1,0,100,0), +(@PATH,17,7796.658,-3221.782,860.6461,0,0,1,0,100,0), +(@PATH,18,7827.596,-3229.273,856.4147,0,0,1,0,100,0), +(@PATH,19,7846.174,-3253.239,852.1281,0,0,1,0,100,0), +(@PATH,20,7846.174,-3253.239,852.1281,0.418879,0,1,0,100,0), +-- Path after event and despawn +(@PATH+1,1,7837.094,-3235.536,853.8781,0,0,1,0,100,0), +(@PATH+1,2,7828.622,-3230.38,855.9147,0,0,1,0,100,0), +(@PATH+1,3,7793.782,-3219.743,861.1461,0,0,1,0,100,0), +(@PATH+1,4,7765.224,-3225.374,864.0826,0,0,1,0,100,0), +(@PATH+1,5,7736.733,-3226.5,861.4576,0,0,1,0,100,0); diff --git a/sql/updates/world/2013_12_15_00_world_creature_template.sql b/sql/updates/world/2013_12_15_00_world_creature_template.sql new file mode 100644 index 00000000000..a7b1c9ea6eb --- /dev/null +++ b/sql/updates/world/2013_12_15_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Trained Rock Falcon spells for quest 11470 "There Exists No Honor Among Birds" +UPDATE `creature_template` SET `spell1`=44422,`spell2`=44423,`spell3`=44424 WHERE `entry`=24783; diff --git a/sql/updates/world/2013_12_15_01_world_creature_template.sql b/sql/updates/world/2013_12_15_01_world_creature_template.sql new file mode 100644 index 00000000000..c7961d6f5ca --- /dev/null +++ b/sql/updates/world/2013_12_15_01_world_creature_template.sql @@ -0,0 +1,4 @@ +-- Fix Trained Rock Falcon InhabitType +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=24783; +-- Fix faction for Earthen Dwarf +UPDATE `creature_template` SET `faction_A`=1868,`faction_H`=1868 WHERE entry IN (27980,31391); diff --git a/sql/updates/world/2013_12_16_00_world_sai.sql b/sql/updates/world/2013_12_16_00_world_sai.sql new file mode 100644 index 00000000000..028f91fce6d --- /dev/null +++ b/sql/updates/world/2013_12_16_00_world_sai.sql @@ -0,0 +1,186 @@ +-- Runed Giant SAI +SET @ENTRY := 26417; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,11,47329,0,0,0,0,0,1,0,0,0,0,0,0,0,"Runed Giant - On Spawn - Cast Runic Compulsion"), +(@ENTRY,0,1,0,8,0,25,0,47604,0,10000,10000,80,2641700,2,2,0,0,0,1,0,0,0,0,0,0,0,"Runed Giant - On Spell Hit - Start Script for Free At Last"); + +-- Inquisitor Salrand SAI +SET @ENTRY := 25584; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,38,0,100,1,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Inquisitor Salrand - On Data 1 1 - Say 0"), +(@ENTRY,0,1,2,38,0,100,1,1,2,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Inquisitor Salrand - On Data 1 2 - Say 1"), +(@ENTRY,0,2,0,61,0,100,1,0,0,0,0,80,2558400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Inquisitor Salrand - On Data 1 2 - Run script"), +(@ENTRY,0,3,4,6,0,100,1,0,0,0,0,11,45809,0,0,0,0,0,1,0,0,0,0,0,0,0,"Inquisitor Salrand - On Death - Cast Summon Salrand's Lockbox"), +(@ENTRY,0,4,0,61,0,100,1,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Inquisitor Salrand - On Death - Say 2"), +(@ENTRY,0,5,0,11,0,100,0,0,0,0,0,11,45775,0,0,0,0,0,1,0,0,0,0,0,0,0,"Runed Giant - On Spawn - Cast Cosmetic - Divine Shield Blue"); + +-- Image of Drakuru SAI +SET @ENTRY := 26543; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,19,0,100,0,12042,0,0,0,11,47308,0,0,0,0,0,7,0,0,0,0,0,0,0,"Image of Drakuru - On quest accepted - Spellcast Strip Detect Drakuru 02"), +(@ENTRY,0,1,2,11,0,100,0,0,0,0,0,11,43167,0,0,0,0,0,1,0,0,0,0,0,0,0,"Image of Drakuru - On Spawn - Cast Spirit Particles (green)"), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,11,47119,0,0,0,0,0,1,0,0,0,0,0,0,0,"Image of Drakuru - On Spawn - Cast Drakuru (Quest Invis)"); + +-- Image of Drakuru SAI +SET @ENTRY := 26787; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,19,0,100,0,12238,0,0,0,11,48417,0,0,0,0,0,7,0,0,0,0,0,0,0,"Image of Drakuru - On quest accepted - Spellcast Strip Detect Drakuru 04"), +(@ENTRY,0,1,2,11,0,100,0,0,0,0,0,11,43167,0,0,0,0,0,1,0,0,0,0,0,0,0,"Image of Drakuru - On Spawn - Cast Spirit Particles (green)"), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,11,47119,0,0,0,0,0,1,0,0,0,0,0,0,0,"Image of Drakuru - On Spawn - Cast Drakuru (Quest Invis)"); + +-- Fix frenzy for Kvaldir Berserker +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `source_type`=0 AND `entryorguid`=34947 AND `id`=2; + +-- Scarlet Infantryman SAI +SET @ENTRY := 28609; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,4,0,20,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Infantryman - On Aggro - Say Line 0"), +(@ENTRY,0,1,0,9,0,100,0,0,5,6000,9000,11,25710,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Infantryman - At 0 - 5 Range - Cast Heroic Strike"), +(@ENTRY,0,2,0,0,0,100,0,9000,15000,16000,19000,11,53399,1,1,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Infantryman - In Combat - Cast Sweeping Slam"), +(@ENTRY,0,3,0,11,0,100,0,0,0,0,0,11,48356,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Infantryman - On Spawn - Cast See Wintergarde Invisibility"); + +-- Kvaldir Mist Binder SAI +SET @ENTRY := 34839; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,11,45658,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kvaldir Mist Binder - On Spawn - Cast Call of the Mist "), +(@ENTRY,0,1,0,0,0,100,0,6000,9000,12000,17000,11,49816,0,0,0,0,0,5,0,0,0,0,0,0,0,"Kvaldir Mist Binder - In Combat - Cast Mist of Strangulation"); + +-- Scarlet Commander SAI +SET @ENTRY := 28936; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,2404, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,0,2300,3900,11,52818,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Commander - In Combat CMC - Cast Shoot"), +(@ENTRY,0,1,0,9,0,100,0,0,5,6000,9000,11,52221,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Commander - Between 0-5 Range - Cast Heroic Strike"), +(@ENTRY,0,2,0,7,0,100,1,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander - On Evade - Set Sheath Melee"), +(@ENTRY,0,3,0,11,0,100,0,0,0,0,0,11,48356,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander - On Spawn - Cast See Wintergarde Invisibility"); + +-- Scarlet Peasant SAI +SET @ENTRY := 28557; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,234, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,2,0,100,1,0,20,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Peasant - At 0-20% hp - Say text"), +(@ENTRY,0,1,0,11,0,100,0,0,0,0,0,11,48356,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Peasant - On Spawn - Cast See Wintergarde Invisibility"); + +-- Scarlet Captain SAI +SET @ENTRY := 28611; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,2404, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,0,2300,3900,11,52818,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Captain - In Combat CMC - Cast Shoot"), +(@ENTRY,0,1,0,9,0,100,0,0,5,6000,9000,11,52221,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Captain - Between 0-5 Range - Cast Heroic Strike"), +(@ENTRY,0,2,0,7,0,100,1,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Captain - On Evade - Set Sheath Melee"), +(@ENTRY,0,3,0,11,0,100,0,0,0,0,0,11,48356,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Captain - On Spawn - Cast See Wintergarde Invisibility"); + +-- Firemane Flamecaller SAI +SET @ENTRY := 4334; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2400,3400,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Firemane Flamecaller - In Combat CMC - Cast Fireball"), +(@ENTRY,0,1,0,0,0,100,0,1000,5000,600000,600000,11,18968,1,0,0,0,0,1,0,0,0,0,0,0,0,"Firemane Flamecaller - In Combat - Cast Fire Shield"), +(@ENTRY,0,2,0,0,0,100,0,9000,16000,30000,45000,11,11990,1,0,0,0,0,2,0,0,0,0,0,0,0,"Firemane Flamecaller - In Combat - Cast Rain of Fire"); + +-- Plague Eruptor SAI +SET @ENTRY := 27611; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,65536,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,3000,8000,28000,38000,11,49350,0,0,0,0,0,5,0,0,0,0,0,0,0,"Plague Eruptor - In Combat - Cast Plague Cloud"); + +-- Fordragon High Priest SAI +SET @ENTRY := 27677; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,3400,4800,11,25054,64,0,0,0,0,2,0,0,0,0,0,0,0,"Fordragon High Priest - In Combat CMC - Cast Holy Smite"), +(@ENTRY,0,1,0,0,0,100,0,18000,25000,40000,53000,11,32595,1,0,0,0,0,1,0,0,0,0,0,0,0,"Fordragon High Priest - In Combat - Cast Power Word: Shield"), +(@ENTRY,0,2,0,0,0,100,0,9000,15000,15000,23000,11,49306,1,0,0,0,0,1,0,0,0,0,0,0,0,"Fordragon High Priest - In Combat - Cast Circle of Healing"), +(@ENTRY,0,3,0,14,0,100,0,3000,40,17000,21000,11,25058,1,0,0,0,0,7,0,0,0,0,0,0,0,"Fordragon High Priest - On Friendly Unit At 3000 Health Within 40 Range - Cast Renew"), +(@ENTRY,0,4,0,2,0,100,1,0,15,0,0,11,49348,1,0,0,0,0,1,0,0,0,0,0,0,0,"Fordragon High Priest - Between 0-15% Health - Cast Greater Heal"); + +-- Angrathar Aberration SAI +SET @ENTRY := 27631; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,65536,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,2,0,100,1,0,30,0,0,11,31540,0,0,0,0,0,1,0,0,0,0,0,0,0,"Angrathar Aberration - HP@30% - Cast Enrage"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Angrathar Aberration - HP@30% - Say 0"); +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, '%s becomes enraged!',16,0,100,0,0,0, 'Angrathar Aberration on enrage'); + +-- Scarlet Medic SAI +SET @ENTRY := 28608; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,11,48356,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Medic - On Spawn - Cast See Wintergarde Invisibility"), +(@ENTRY,0,1,0,1,0,100,0,1000,1000,1800000,1800000,11,13864,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Medic - Out Of Combat - Cast Power Word: Fortitude"), +(@ENTRY,0,2,0,4,0,30,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Medic - On Aggro - Say Line 0"), +(@ENTRY,0,3,0,0,0,100,0,0,0,3400,4800,11,15498,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Medic - In Combat CMC - Cast Holy Smite"), +(@ENTRY,0,4,0,2,0,100,1,0,0,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Medic - Between 0-15% Health - Flee For Assist"); + +-- Bloodspore Firestarter SAI +SET @ENTRY := 25470; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,600000,600000,11,45985,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bloodspore Firestarter - Out Of Combat - Cast Flaming Touch"), +(@ENTRY,0,1,0,0,0,100,0,0,0,3800,6200,11,20793,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodspore Firestarter - In Combat CMC - Cast Fireball"); + +-- Citizen of New Avalon SAI +SET @ENTRY := 28941; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,4,0,100,0,0,0,0,0,11,52716,2,0,0,0,0,1,0,0,0,0,0,0,0,"Citizen of New Avalon - On Aggro - Cast fear"); diff --git a/sql/updates/world/2013_12_17_00_world_sai.sql b/sql/updates/world/2013_12_17_00_world_sai.sql new file mode 100644 index 00000000000..3ebe6e95618 --- /dev/null +++ b/sql/updates/world/2013_12_17_00_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_type`=69 WHERE `entryorguid`=137300 AND `id` IN (19,20);
diff --git a/sql/updates/world/2013_12_18_00_world_misc.sql b/sql/updates/world/2013_12_18_00_world_misc.sql new file mode 100644 index 00000000000..1ea7b8550eb --- /dev/null +++ b/sql/updates/world/2013_12_18_00_world_misc.sql @@ -0,0 +1,161 @@ +-- Add script to Commander Eligor Dawnbringer +UPDATE creature_template SET `AIName`= '',ScriptName = 'npc_commander_eligor_dawnbringer' WHERE entry=27784; + +-- NPC talk text insert for Commander Eligor Dawnbringer +DELETE FROM `creature_text` WHERE `entry`=27784; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(27784,0,0, 'Next, I shall speak of the most powerful entities within the pinnacle of Naxxramas. Truly, these are two of the greatest threats to all of Northrend.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer - Pinnacle of Naxxramas'), +(27784,1,0, 'Next, I shall speak of the death knight wing of Naxxramas. Within its corrupted halls, the echo of battle rings day and night, as our finest warriors are corrupted and twisted into the Scourge''s greatest warriors.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer - Death knight wing of Naxxramas'), +(27784,2,0, 'Next, I shall speak of the blighted abomination wing of Naxxramas. There, the Scourge develop the strongest and most hideous aberrations of their armies.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer - Blighted abomination wing of Naxxramas'), +(27784,3,0, 'Next, I shall speak of the accursed spider wing of Naxxramas. It is there that the Scourge breed even more poisonous and dangerous versions of their kin.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer - Accursed spider wing of Naxxramas'), +(27784,4,0, 'Next, I shall speak of the dread plague wing of Naxxramas, where the scourge seek to improve upon the deadly blight which they spread upon Lordaeron.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer - Dread plague wing of Naxxramas'), +(27784,5,0, 'I shall leave this image on display for your perusal. Study your opponents'' strengths, for a creature''s strength can also be its weakness.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer - End of talk'), +(27784,6,0, 'Sapphiron. Once a noble blue dragon within the mountains of Northrend, Sapphiron was slain by Arthas during his campaign through the frozen north. Resurrected to serve him, Sapphiron guards Kel''Thuzad''s lair eternally, awaiting those who would dare tresspass upon his master.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,7,0, 'The Lich, Kel''Thuzad. He serves the Lich King without question, a necromancer of great prowess in life, turned to a master of necromancy after his death. It is said he is the most loyal of the Lich King''s subjects.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,8,0, 'Kel''Thuzad has survived trials that would have long since shattered the souls of even the greatest of the Brotherhood. He readily gave his life at Arthas''s hand, later to be brought back - reborn in the power of the Sunwell.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,9,0, 'In the plaguelands, Kel''Thuzad was again defeated by the agents of the Argent Dawn. However, his phylactery was delivered to a false agent of the brotherhood. We have yet to discover who stole his phylactery or why.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,10,0, 'Pay attention. This is Instructor Razuvious, Kel''Thuzad''s appointed trainer of all death knights. It is said that his own technique is so potent, only a disciple of his could possibly withstand his might.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,11,0, 'Gothik, the Harvester. A master of necromancy and conjuration, Gothik is said to be able to beckon forth legions of the undead at a moment''s notice. It is with his guidance that even the weakest of Death Knights can raise the dead.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,12,0, 'The most powerful Death Knights within Naxxramas are the four horsemen. They represent the pinnacle of Kel''Thuzad''s guard. The first, Thane Korth''azz, holds the power of flame.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,13,0, 'The next, Lady Blaumeux, calls forth the power of shadows, drawing the souls of the living into the voracious embrace.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,14,0, 'Sir Zeliek, a paladin in life, so strong in his faith, that even in undeath, the power of the light still heeds his call, smiting his foes in battle.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,15,0, 'The final Death Knight, Lord Mograine, was the finest warrior that the Death Knights had ever seen. However, after the events in Azeroth, he vanished without a trace. Kel''Thuzad has appointed Baron Rivendare in his place.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,16,0, 'Behold, Patchwerk. When word of his existence first reached the ears of the Brotherhood, none believed the tales of an abomination with such immense speed and strength. Fewer still believed it when he fell the first time...',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,17,0, 'Grobbulus, the first of what was to be an army of flesh giants. It carried the plague slime of Naxxramas within its body, injecting the living ooze into the bodies of its foe. The recipient of this foul injection would usually flee to his allies, bringing them down with him.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,18,0, 'Gluth, the foul plague-dog of Naxxramas, was said to have an appetitie so voracious that even the living were not enough to satisfy his hunger. Feugen was said to feed him an army of Zombies daily, recycling the remains of undead too weak to use in combat.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,19,0, 'Thaddius, built from the flesh of women and children, it is said that their souls are fused together - eternally bound within that foul prison of flesh.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,20,0, 'Anub''Rekhan, one of the finest Spider Lords of Azjol''Nerub, was brought under the control of the Scourge when he and his former commander, Anub''arak, were finally defeated by the Lich King many years ago. It is said that he was the most loyal of Anub''arak''s commanders.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,21,0, 'The Grand Widow Faerlina, a botanist in life, breeder and caretaker of arachnids in death, she oversees the spider wing, developing the most potent of poisons for the Lich King.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,22,0, 'Maexxna, born deep within the mountains of Northrend many ages ago, she was captured within the dread citadel Naxxramas, where she gives birth to her brood, feeding them the corpses of all who dare venture too deeply into Naxxramas.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,23,0, 'Behold, Noth, the Plaguebringer. Responsible for the creation of the process that distills the souls of the living and places them within the cold cage of undeath, Noth was observed to be refining this process even now.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,24,0, 'Observe, Heigan the Unclean. The mastermind behind the plague cauldrons that turned the wilderness of Azeroth into the Plaguelands.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,25,0, 'It is said that Heigan has rigged the very walls and floors of Naxxramas itself with a vast array of traps, which he can trigger at will.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'), +(27784,26,0, 'Loatheb. The hideous result of fusing the living plague of the plaguelands with the bog beasts of Azeroth, Loatheb is said to control the power of healing itself.',12,7,100,0,0,0, 'Commander Eligor Dawnbringer'); + +-- 7th Legion Sentinel SAI +SET @ENTRY := 27162; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY) AND `emote`=376; +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,258,376, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,11,18950,0,0,0,0,0,1,0,0,0,0,0,0,0,"7th Legion Sentinel - On Spawn - Cast Invisibility and Stealth Detection"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2300,3900,11,15547,64,0,0,0,0,2,0,0,0,0,0,0,0,"7th Legion Sentinel - In Combat CMC - Cast Shoot"), +(@ENTRY,0,2,0,0,0,100,0,9000,14000,17000,22000,11,49481,1,0,0,0,0,5,0,0,0,0,0,0,0,"7th Legion Sentinel - In Combat - Cast Glaive Throw"); + +-- Remove some duplicate spawns +DELETE FROM `creature` WHERE `guid` IN (131126, 131132, 131133, 131251, 131253, 131182, 131183, 107389, 107814, 131184, 131249); +DELETE FROM `creature_addon` WHERE `guid` IN (131126, 131132, 131133, 131251, 131253, 131182, 131183, 107389, 107814, 131184, 131249); + +-- remove random movement +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid`=133347; + +UPDATE `creature` SET `id`=27776 WHERE `guid`=107609; +UPDATE `creature` SET `modelid`=0, `curhealth`=1 WHERE `id` IN (27766,27768,27773,27776,27779); +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (27766,27768,27773,27776,27779); + +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` BETWEEN 27766 AND 27782; +DELETE FROM `creature_template_addon` WHERE `entry` BETWEEN 27766 AND 27782; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`) VALUES +(27766,0,1),(27767,0,1),(27768,0,1),(27769,0,1),(27770,0,1),(27771,0,1), +(27772,0,1),(27773,0,1),(27774,0,1),(27775,0,1),(27776,0,1),(27777,0,1), +(27778,0,1),(27779,0,1),(27780,0,1),(27781,0,1),(27782,0,1); + +-- Commander Eligor Dawnbringer and gang +UPDATE `creature` SET `position_x`=3798.05,`position_y`=-680.611,`position_z`=222.9825, `orientation`=6.038839 WHERE `guid`=133420; +UPDATE `creature` SET `orientation`=3.384053 WHERE `guid`=131157; +UPDATE `creature` SET `orientation`=3.649463 WHERE `guid`=131171; +UPDATE `creature` SET `orientation`=3.633209 WHERE `guid`=133210; +UPDATE `creature` SET `orientation`=1.793558 WHERE `guid`=131154; +UPDATE `creature` SET `orientation`=1.942263 WHERE `guid`=131155; +UPDATE `creature` SET `orientation`=2.368085 WHERE `guid`=131170; +UPDATE `creature` SET `orientation`=2.026036 WHERE `guid`=133225; +UPDATE `creature` SET `orientation`=3.397538 WHERE `guid`=133227; +UPDATE `creature` SET `orientation`=3.839286 WHERE `guid`=131172; +UPDATE `creature` SET `orientation`=2.225338 WHERE `guid`=131173; + +-- Condition for spell targets +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=49519; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 49519, 0, 0, 31, 0, 3, 23033, 0, 0, 0, 0, '', 'Heroic Image Channel Targets Invisible Stalker (Floating)'); + +-- Pathing for Invisible Stalker (Floating) Entry: 23033 +SET @NPC := 131250; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3804.403,`position_y`=-695.9564,`position_z`=224.0008 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3804.403,-695.9564,224.0008,0,0,0,0,100,0), +(@PATH,2,3805.12,-693.7753,224.1427,0,0,0,0,100,0), +(@PATH,3,3807.3,-691.3777,224.4204,0,0,0,0,100,0), +(@PATH,4,3811.286,-692.7845,224.0623,0,0,0,0,100,0), +(@PATH,5,3813.058,-695.1207,224.999,0,0,0,0,100,0), +(@PATH,6,3813.632,-697.7827,224.9997,0,0,0,0,100,0), +(@PATH,7,3812.425,-700.1073,224.0008,0,0,0,0,100,0), +(@PATH,8,3809.649,-700.7341,224.0008,0,0,0,0,100,0), +(@PATH,9,3805.123,-698.4109,224.0008,0,0,0,0,100,0); + +-- Pathing for Invisible Stalker (Floating) Entry: 23033 +SET @NPC := 131252; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3804.225,`position_y`=-669.8109,`position_z`=224.8465 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3804.225,-669.8109,224.8465,0,0,0,0,100,0), +(@PATH,2,3806.744,-669.3193,224.8465,0,0,0,0,100,0), +(@PATH,3,3809.637,-670.4093,224.8465,0,0,0,0,100,0), +(@PATH,4,3810.651,-674.6262,224.8465,0,0,0,0,100,0), +(@PATH,5,3808.057,-677.2673,224.8465,0,0,0,0,100,0), +(@PATH,6,3804.191,-676.4904,224.8465,0,0,0,0,100,0), +(@PATH,7,3802.311,-673.4647,224.8465,0,0,0,0,100,0); + +-- Pathing for Invisible Stalker (Floating) Entry: 23033 +SET @NPC := 133899; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3816.468,`position_y`=-672.7212,`position_z`=224.0009 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3816.468,-672.7212,224.0009,0,0,0,0,100,0), +(@PATH,2,3819.056,-673.5551,222.9989,0,0,0,0,100,0), +(@PATH,3,3820.681,-676.2151,224.0009,0,0,0,0,100,0), +(@PATH,4,3819.998,-679.0777,224.0009,0,0,0,0,100,0), +(@PATH,5,3815.454,-680.2464,224.0009,0,0,0,0,100,0), +(@PATH,6,3813.004,-677.2374,224.0009,0,0,0,0,100,0), +(@PATH,7,3814.027,-673.7756,224.0009,0,0,0,0,100,0); + +-- Pathing for Invisible Stalker (Floating) Entry: 23033 +SET @NPC := 133894; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3805.747,`position_y`=-687.1393,`position_z`=224.1568 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3805.747,-687.1393,224.1568,0,0,0,0,100,0), +(@PATH,2,3804.891,-684.0416,224.1568,0,0,0,0,100,0), +(@PATH,3,3807.519,-679.4173,224.1568,0,0,0,0,100,0), +(@PATH,4,3811.978,-681.2499,224.1568,0,0,0,0,100,0), +(@PATH,5,3811.325,-686.3337,224.1568,0,0,0,0,100,0), +(@PATH,6,3808.847,-687.7697,224.1568,0,0,0,0,100,0); + +-- Pathing for Invisible Stalker (Floating) Entry: 23033 +SET @NPC := 133900; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3794.607,`position_y`=-693.5101,`position_z`=224.7538 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3794.607,-693.5101,224.7538,0,0,0,0,100,0), +(@PATH,2,3794.899,-689.9442,224.7538,0,0,0,0,100,0), +(@PATH,3,3798.899,-687.9035,224.7538,0,0,0,0,100,0), +(@PATH,4,3802.577,-690.2576,224.7538,0,0,0,0,100,0), +(@PATH,5,3801.8,-694.2828,224.7538,0,0,0,0,100,0), +(@PATH,6,3797.656,-695.3698,224.7538,0,0,0,0,100,0); diff --git a/sql/updates/world/2013_12_18_01_world_sai.sql b/sql/updates/world/2013_12_18_01_world_sai.sql new file mode 100644 index 00000000000..5c494ce9251 --- /dev/null +++ b/sql/updates/world/2013_12_18_01_world_sai.sql @@ -0,0 +1,173 @@ +-- Dragonflayer Metalworker SAI +SET @ENTRY := 24078; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,233, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0 AND `id`=4; +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,4,0,11,0,100,6,0,0,0,0,11,43929,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Metalworker - On Spawn - Cast Fiery Weapon Proc"); +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, '%s goes into a frenzy!',16,0,100,0,0,0, 'Dragonflayer Metalworker'); + +-- Zeth'Gor Quest Credit Marker, They Must Burn, Tower Foothill +SET @ENTRY := 24078; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,4097,0, ''); + +-- Plagued Dragonflayer Handler SAI +SET @ENTRY := 24199; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0 AND `id`=10; +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,10,0,11,0,100,6,0,0,0,0,11,21862,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Handler - On Spawn - Cast Radiation"); + +-- Plagued Dragonflayer Tribesman SAI +SET @ENTRY := 23564; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0 AND `id`=12; +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,12,0,11,0,100,6,0,0,0,0,11,21862,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Tribesman - On Spawn - Cast Radiation"); + +-- Murkgill Lord SAI +SET @ENTRY := 4460; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,12544,1,1,0,0,0,1,0,0,0,0,0,0,0,"Murkgill Lord - Out Of Combat - Cast Frost Armor"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2400,3800,11,9672,64,0,0,0,0,2,0,0,0,0,0,0,0,"Murkgill Lord - In Combat CMC - Cast Frostbolt"), +(@ENTRY,0,2,0,0,0,100,0,9800,11100,16100,25700,11,38033,1,1,0,0,0,1,0,0,0,0,0,0,0,"Murkgill Lord - In Combat - Cast Frost Nova"), +(@ENTRY,0,3,0,2,0,100,1,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Murkgill Lord - Between 0-15% Health - Flee For Assist"); + +-- Fordragon Marksman SAI +SET @ENTRY := 27540; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,65536,258,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,5000,7000,11,32103,64,0,0,0,0,2,0,0,0,0,0,0,0,"Fordragon Marksman - In Combat CMC - Cast Shoot"), +(@ENTRY,0,1,0,0,0,100,0,10000,17000,10000,17000,11,7896,0,0,0,0,0,5,0,0,0,0,0,0,0,"Fordragon Marksman - Between In Combat - Cast Exploding Shot"), +(@ENTRY,0,2,0,0,0,100,0,12000,17000,22000,26000,11,49474,1,0,0,0,0,1,0,0,0,0,0,0,0,"Fordragon Marksman - In Combat - Cast Rapid Shot"); + +-- Sunfury Nethermancer SAI +SET @ENTRY := 20248; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY) AND `bytes1`=0 AND `emote`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,300000,300000,11,36477,1,0,0,0,0,1,0,0,0,0,0,0,0,"Sunfury Nethermancer - Out Of Combat - Cast Summon Mana Beast"), +(@ENTRY,0,1,0,9,0,100,0,500,500,3400,4800,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Sunfury Nethermancer - Combat CMC - Cast Shadow Bolt"), +(@ENTRY,0,2,0,0,0,100,0,0,0,30000,35000,11,35778,1,0,0,0,0,1,0,0,0,0,0,0,0,"Sunfury Nethermancer - In Combat - Cast Bloodcrystal Surge"), +(@ENTRY,0,3,0,2,0,100,0,0,75,15000,20000,11,17173,1,0,0,0,0,2,0,0,0,0,0,0,0,"Sunfury Nethermancer - Between 0-75% Health - Cast Drain Life"), +(@ENTRY,0,4,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sunfury Nethermancer - Between 0-15% Health - Flee For Assist"); + +-- Darkspear Axe Thrower SAI +SET @ENTRY := 18970; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,4097,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,10277,64,0,0,0,0,2,0,0,0,0,0,0,0,"Darkspear Axe Thrower - In Combat CMC - Cast Throw"), +(@ENTRY,0,1,0,2,0,100,1,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Darkspear Axe Thrower - Between 0-15% Health - Flee For Assist"); + +-- Blood of the Old God SAI +SET @ENTRY := 28854; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,11,52561,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blood of the Old God - On Spawn - Cast Oil Coat"), +(@ENTRY,0,1,0,9,0,100,1,0,2,0,0,11,52564,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blood of the Old God - Range 2 yards - Cast Corruption of the Old God"); + +-- Scourge Necromancer SAI +SET @ENTRY := 31096; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,3400,4800,11,20298,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scourge Necromancer - In Combat CMC - Cast Shadow Bolt"), +(@ENTRY,0,1,0,0,0,100,0,12000,15000,16000,19000,11,51337,1,0,0,0,0,1,0,0,0,0,0,0,0,"Scourge Necromancer - In Combat - Cast Shadowflame"), +(@ENTRY,0,2,0,2,0,100,1,0,0,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scourge Necromancer - At 15% HP - Flee For Assist"); + +-- Venture Co. Geologist SAI +SET @ENTRY := 1096; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,4097,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2400,3800,11,9532,64,0,0,0,0,2,0,0,0,0,0,0,0,"Venture Co. Geologist - In Combat CMC - Cast 9532"), +(@ENTRY,0,1,0,0,0,100,0,5400,9600,24000,37200,11,184,1,0,0,0,0,1,0,0,0,0,0,0,0,"Venture Co. Geologist - In Combat - Cast 184"), +(@ENTRY,0,2,0,2,0,100,0,0,50,10100,19800,11,4979,1,0,0,0,0,1,0,0,0,0,0,0,0,"Venture Co. Geologist - Between 0-50% Health - Cast 4979"), +(@ENTRY,0,3,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Venture Co. Geologist - Between 0-15% Health - Flee For Assist"); + +-- Death Knight Champion +SET @ENTRY := 27288; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; + +-- Citizen of New Avalon +SET @ENTRY := 28942; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,0, ''); + +-- Deadwood Shaman SAI +SET @ENTRY := 7158; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_addon` SET `bytes2`=4097 WHERE `guid`=40394; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY) AND `path_id`=0; +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,4097,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,600000,600000,11,13585,1,0,0,0,0,1,0,0,0,0,0,0,0,"Deadwood Shaman - Out Of Combat - Cast 13585"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2400,3800,11,9532,64,0,0,0,0,2,0,0,0,0,0,0,0,"Deadwood Shaman - In Combat CMC - Cast 9532"), +(@ENTRY,0,2,0,0,0,100,0,2500,7000,120000,130000,11,13583,0,0,0,0,0,2,0,0,0,0,0,0,0,"Deadwood Shaman - In Combat - Cast 13583"), +(@ENTRY,0,3,0,0,0,100,0,5500,9000,6500,9500,11,12058,1,0,0,0,0,2,0,0,0,0,0,0,0,"Deadwood Shaman - In Combat - Cast 12058"); + +-- Ahn'kahar Swarmer SAI +SET @ENTRY := 30338; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,11,0,100,6,0,0,0,0,11,56158,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ahn'kahar Swarmer - On Spawn - Cast Swarm (Dungeon Only)"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,56281,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ahn'kahar Swarmer - On Spawn - Cast Swarm (Dungeon Only)"), +(@ENTRY,0,2,0,0,0,100,6,1000,1000,35000,45000,11,56354,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ahn'kahar Swarmer - In Combat - Cast Sprint (Dungeon Only)"); + +-- Deep Crawler SAI +SET @ENTRY := 30279; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY) AND `path_id`=0; +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (SELECT guid FROM creature WHERE id=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,6,0,0,0,0,11,56583,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deep Crawler - On Spawn - Cast Combined Toxins (Normal Dungeon)"), +(@ENTRY,0,1,0,0,0,100,2,4000,7000,9000,12000,11,56580,0,0,0,0,0,5,0,0,0,0,0,0,0,"Deep Crawler - In Combat - Cast 56580 (Normal Dungeon)"), +(@ENTRY,0,2,0,0,0,100,4,4000,7000,9000,12000,11,59108,0,0,0,0,0,5,0,0,0,0,0,0,0,"Deep Crawler - In Combat - Cast 59108 (Heroic Dungeon)"), +(@ENTRY,0,3,0,12,0,100,2,0,20,14000,17000,11,56581,33,0,0,0,0,2,0,0,0,0,0,0,0,"Deep Crawler - On Target Between 0-20% Health - Cast 56581 (Normal Dungeon)"), +(@ENTRY,0,4,0,12,0,100,4,0,20,14000,17000,11,59109,33,0,0,0,0,2,0,0,0,0,0,0,0,"Deep Crawler - On Target Between 0-20% Health - Cast 59109 (Heroic Dungeon)"); + +UPDATE `smart_scripts` SET `comment`= "Inquisitor Salrand - On Spawn - Cast Cosmetic - Divine Shield Blue" WHERE `entryorguid`=25584 AND `source_type`=0 AND `id`=5; + +-- Tree Warden Chawn SAI +SET @ENTRY := 22007; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,25000,25000,300000,300000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tree Warden Chawn - Out of Combat - Say text 0"), +(@ENTRY,0,1,0,1,0,100,0,30000,30000,305000,305000,1,0,0,0,0,0,0,19,21983,10,0,0,0,0,0,"Tree Warden Chawn - Out of Combat - Samia Inkling Say text 0"); +DELETE FROM `creature_text` WHERE `entry` IN (22007,21983); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(22007,0,0, 'Samia, do you know who Kolphis Darkscale is?',12,0,100,6,0,0, 'Tree Warden Chawn OOC text'), +(21983,0,0, 'Yes, he''s the second-in-command of the wyrmcult at the Blackwing Coven to the west.',12,0,100,1,0,0, 'Samia Inkling OOC text'); diff --git a/sql/updates/world/2013_12_18_02_world_misc.sql b/sql/updates/world/2013_12_18_02_world_misc.sql new file mode 100644 index 00000000000..ea7276481d7 --- /dev/null +++ b/sql/updates/world/2013_12_18_02_world_misc.sql @@ -0,0 +1,332 @@ +-- Pathing for Razak Ironsides Entry: 21118 +SET @NPC := 74169; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1898.282,`position_y`=5588.863,`position_z`=267.5799 WHERE `guid`=@NPC; +UPDATE `creature_template_addon` SET `path_id`=@PATH WHERE `entry`=21118; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1898.282,5588.863,267.5799,0,0,0,0,100,0), +(@PATH,2,1901.311,5591.437,267.5729,2.268928,12000,0,0,100,0), +(@PATH,3,1898.282,5588.863,267.5799,0,0,0,0,100,0), +(@PATH,4,1903.68,5582.878,263.0307,0,0,0,0,100,0), +(@PATH,5,1912.105,5576.249,263.5081,0,0,0,0,100,0), +(@PATH,6,1933.132,5582.547,263.7424,0,0,0,0,100,0), +(@PATH,7,1936.292,5592.606,263.6276,0,0,0,0,100,0), +(@PATH,8,1926.111,5594.334,267.2368,0,0,0,0,100,0), +(@PATH,9,1926.288,5600.459,267.3679,0,0,0,0,100,0), +(@PATH,10,1938.523,5601.16,267.3898,1.448623,10000,0,0,100,0), +(@PATH,11,1926.537,5599.701,267.3592,0,0,0,0,100,0), +(@PATH,12,1926.136,5594.247,267.2361,0,0,0,0,100,0), +(@PATH,13,1935.867,5592.542,263.6276,0,0,0,0,100,0), +(@PATH,14,1941.244,5582.967,263.5026,0,0,0,0,100,0), +(@PATH,15,1947.379,5586.251,263.8776,0,0,0,0,100,0), +(@PATH,16,1953.378,5591.493,268.5281,0,0,0,0,100,0), +(@PATH,17,1956.4,5589.018,268.5525,0.715585,12000,0,0,100,0), +(@PATH,18,1953.378,5591.493,268.5281,0,0,0,0,100,0), +(@PATH,19,1946.525,5585.453,263.715,0,0,0,0,100,0), +(@PATH,20,1941.921,5576.632,263.6276,0,0,0,0,100,0), +(@PATH,21,1947.023,5567.701,263.2973,0,0,0,0,100,0), +(@PATH,22,1952.134,5567.827,262.4904,0,14000,0,0,100,0), +(@PATH,23,1941.256,5567.2,263.1159,0,0,0,0,100,0), +(@PATH,24,1931.549,5558.535,263.5149,0,0,0,0,100,0), +(@PATH,25,1921.011,5561.81,263.1283,0,0,0,0,100,0), +(@PATH,26,1910.488,5564.503,262.6283,0,0,0,0,100,0), +(@PATH,27,1899.725,5566.792,261.2341,2.80998,14000,0,0,100,0), +(@PATH,28,1905.735,5566.743,262.228,0,0,0,0,100,0), +(@PATH,29,1911.517,5567.898,262.866,0,0,0,0,100,0), +(@PATH,30,1913.893,5572.75,263.3232,0,0,0,0,100,0), +(@PATH,31,1910.438,5577.884,263.4108,0,0,0,0,100,0), +(@PATH,32,1903.363,5583.145,263.0307,0,0,0,0,100,0); + +-- Pathing for Station Technician Entry: 21114 +SET @NPC := 74157; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1927.036,`position_y`=5599.061,`position_z`=267.3522 WHERE `guid`=@NPC; +UPDATE `creature_addon` SET `path_id`=@PATH WHERE `guid`=74157; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1927.036,5599.061,267.3522,0,0,0,0,100,0), +(@PATH,2,1933.268,5600.586,267.3755,0,0,0,0,100,0), +(@PATH,3,1942.31,5599.332,267.372,0,0,0,0,100,0), +(@PATH,4,1933.268,5600.586,267.3755,0,0,0,0,100,0), +(@PATH,5,1927.036,5599.061,267.3522,0,0,0,0,100,0), +(@PATH,6,1933.268,5600.586,267.3755,0,0,0,0,100,0), +(@PATH,7,1942.31,5599.332,267.372,0,0,0,0,100,0), +(@PATH,8,1933.268,5600.586,267.3755,0,0,0,0,100,0), +(@PATH,9,1927.036,5599.061,267.3522,0,0,0,0,100,0), +(@PATH,10,1933.268,5600.586,267.3755,0,0,0,0,100,0), +(@PATH,11,1942.31,5599.332,267.372,0,0,0,0,100,0), +(@PATH,12,1944.908,5599.906,267.3809,0.541052,20000,0,0,100,0); + +UPDATE `creature` SET `spawndist`=5,`MovementType`=1 WHERE `guid`=74216; +UPDATE `creature` SET `spawndist`=10,`MovementType`=1 WHERE `id`=21423; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid` IN (74147,74148,74149,74151,74152,74153,74154,74156); +UPDATE `creature_template` SET InhabitType=4 WHERE `entry`=21757; +UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=`flags_extra`|128 WHERE `entry` IN (21393,21413,21819); +UPDATE `creature_template_addon` SET bytes2=258 WHERE `entry`=21115; + +DELETE FROM `creature_template_addon` WHERE `entry`=21441; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (21441,0,258,214, ''); + +-- Station Guard SAI "npc had no ai" +SET @ENTRY := 21115; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,3000,3000,11,36246,64,0,0,0,0,2,0,0,0,0,0,0,0,"Station Guard - In Combat - Cast Shoot Tech Gun"); + +-- Station Sharpshooter SAI "npc had no ai" +SET @ENTRY := 21441; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,3000,3000,11,36246,64,0,0,0,0,2,0,0,0,0,0,0,0,"Station Sharpshooter - In Combat - Cast Shoot Tech Gun"); + +UPDATE `creature_template` SET `InhabitType`=1 WHERE `entry`=21004; +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=21203; +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `id`=21203; + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74445; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1925.933,`position_y`=5574.994,`position_z`=263.9057 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1925.933,5574.994,263.9057,0,0,0,0,100,0), +(@PATH,2,1923.862,5571.222,264.5634,0,0,0,0,100,0), +(@PATH,3,1918.887,5573.768,263.9057,0,0,0,0,100,0), +(@PATH,4,1918.378,5580.262,263.9057,0,0,0,0,100,0), +(@PATH,5,1921.742,5581.211,263.9057,0,0,0,0,100,0), +(@PATH,6,1921.567,5583.882,263.9057,0,0,0,0,100,0), +(@PATH,7,1918.75,5579.688,263.9057,0,0,0,0,100,0), +(@PATH,8,1918.887,5573.768,263.9057,0,0,0,0,100,0), +(@PATH,9,1923.862,5571.222,264.5634,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74435; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1930.208,`position_y`=5586.458,`position_z`=263.7807 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1930.208,5586.458,263.7807,0,0,0,0,100,0), +(@PATH,2,1924.03,5583.297,269.222,0,0,0,0,100,0), +(@PATH,3,1920.99,5584.492,269.222,0,0,0,0,100,0), +(@PATH,4,1917.851,5583.545,269.222,0,0,0,0,100,0), +(@PATH,5,1917.235,5581.401,269.222,0,0,0,0,100,0), +(@PATH,6,1918.989,5579.888,269.222,0,0,0,0,100,0), +(@PATH,7,1923.064,5581.889,269.222,0,0,0,0,100,0), +(@PATH,8,1921.47,5580.008,269.222,0,0,0,0,100,0), +(@PATH,9,1917.235,5581.401,269.222,0,0,0,0,100,0), +(@PATH,10,1920.99,5584.492,269.222,0,0,0,0,100,0), +(@PATH,11,1923.452,5583.202,269.222,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74432; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1923.565,`position_y`=5554.142,`position_z`=264.0841 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1923.565,5554.142,264.0841,0,0,0,0,100,0), +(@PATH,2,1919.271,5553.125,263.7533,0,0,0,0,100,0), +(@PATH,3,1917.914,5550.622,263.8282,0,0,0,0,100,0), +(@PATH,4,1919.061,5546.854,265.3362,0,0,0,0,100,0), +(@PATH,5,1922.396,5545.313,267.0033,0,0,0,0,100,0), +(@PATH,6,1924.869,5545.137,268.5815,0,0,0,0,100,0), +(@PATH,7,1921.442,5545.314,266.4293,0,0,0,0,100,0), +(@PATH,8,1918.229,5550.521,263.8783,0,0,0,0,100,0), +(@PATH,9,1919.271,5552.083,263.8783,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74441; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1928.164,`position_y`=5571.725,`position_z`=269.162 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1928.164,5571.725,269.162,0,0,0,0,100,0), +(@PATH,2,1928.04,5573.644,269.162,0,0,0,0,100,0), +(@PATH,3,1926.483,5574.808,269.162,0,0,0,0,100,0), +(@PATH,4,1928.04,5573.644,269.162,0,0,0,0,100,0), +(@PATH,5,1924.417,5570.661,269.162,0,0,0,0,100,0), +(@PATH,6,1923.467,5571.99,269.162,0,0,0,0,100,0), +(@PATH,7,1924.153,5574.196,269.162,0,0,0,0,100,0), +(@PATH,8,1923.467,5571.99,269.162,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74433; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1927.253,`position_y`=5578.909,`position_z`=263.9057 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1927.253,5578.909,263.9057,0,0,0,0,100,0), +(@PATH,2,1931.318,5580.051,263.9057,0,0,0,0,100,0), +(@PATH,3,1929.688,5578.125,263.9057,0,0,0,0,100,0), +(@PATH,4,1925.712,5578.032,263.9057,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74434; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1929.118,`position_y`=5532.288,`position_z`=266.8577 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1929.118,5532.288,266.8577,0,0,0,0,100,0), +(@PATH,2,1933.571,5532.64,267.3299,0,0,0,0,100,0), +(@PATH,3,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,4,1925.521,5531.25,266.7585,0,0,0,0,100,0), +(@PATH,5,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,6,1933.571,5532.64,267.3299,0,0,0,0,100,0), +(@PATH,7,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,8,1925.521,5531.25,266.7585,0,0,0,0,100,0), +(@PATH,9,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,10,1933.571,5532.64,267.3299,0,0,0,0,100,0), +(@PATH,11,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,12,1926.394,5530.808,266.6537,0,0,0,0,100,0), +(@PATH,13,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,14,1933.571,5532.64,267.3299,0,0,0,0,100,0), +(@PATH,15,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,16,1926.394,5530.808,266.6537,0,0,0,0,100,0), +(@PATH,17,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,18,1933.571,5532.64,267.3299,0,0,0,0,100,0), +(@PATH,19,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,20,1926.394,5530.808,266.6537,0,0,0,0,100,0), +(@PATH,21,1929.192,5531.739,267.5261,0,0,0,0,100,0), +(@PATH,22,1933.571,5532.64,267.3299,0,0,0,0,100,0), +(@PATH,23,1926.394,5530.808,266.6537,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74447; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1938.432,`position_y`=5539.722,`position_z`=266.5296 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1938.432,5539.722,266.5296,0,0,0,0,100,0), +(@PATH,2,1937.34,5536.819,266.5726,0,0,0,0,100,0), +(@PATH,3,1937.305,5535.265,266.5568,0,0,0,0,100,0), +(@PATH,4,1938.837,5533.25,266.4304,0,0,0,0,100,0), +(@PATH,5,1937.302,5535.26,266.5613,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74448; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1958.761,`position_y`=5585.456,`position_z`=268.5192 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1958.761,5585.456,268.5192,0,0,0,0,100,0), +(@PATH,2,1957.849,5587.807,268.5635,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74427; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1905.77,`position_y`=5550.124,`position_z`=263.926 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1905.77,5550.124,263.926,0,0,0,0,100,0), +(@PATH,2,1906.093,5546.895,264.1884,0,0,0,0,100,0), +(@PATH,3,1903.544,5544.234,264.8871,0,0,0,0,100,0), +(@PATH,4,1898.493,5549.161,264.5766,0,0,0,0,100,0), +(@PATH,5,1903.544,5544.234,264.8871,0,0,0,0,100,0), +(@PATH,6,1906.093,5546.895,264.1884,0,0,0,0,100,0), +(@PATH,7,1905.77,5550.124,263.926,0,0,0,0,100,0), +(@PATH,8,1902.604,5552.604,263.7533,0,0,0,0,100,0); + +-- Pathing for Blade's Edge Invisible Stalker Entry: 21234 +SET @NPC := 74430; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1885.685,`position_y`=5573.016,`position_z`=260.2205 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1885.685,5573.016,260.2205,0,0,0,0,100,0), +(@PATH,2,1903.292,5566.08,261.9607,0,0,0,0,100,0), +(@PATH,3,1895.033,5554.773,264.8015,0,0,0,0,100,0), +(@PATH,4,1879.357,5548.936,268.2559,0,0,0,0,100,0), +(@PATH,5,1867.17,5544.657,273.0115,0,0,0,0,100,0), +(@PATH,6,1853.044,5537.785,276.9887,0,0,0,0,100,0), +(@PATH,7,1863.808,5542.95,274.4838,0,0,0,0,100,0), +(@PATH,8,1871.133,5545.963,271.3029,0,0,0,0,100,0), +(@PATH,9,1884.797,5550.7,266.1573,0,0,0,0,100,0), +(@PATH,10,1900.419,5557.055,263.4814,0,0,0,0,100,0), +(@PATH,11,1911.849,5555.216,263.1897,0,0,0,0,100,0), +(@PATH,12,1915.648,5534.096,267.2911,0,0,0,0,100,0), +(@PATH,13,1926.042,5532.813,266.6335,0,0,0,0,100,0), +(@PATH,14,1934.861,5540.538,266.9522,0,0,0,0,100,0), +(@PATH,15,1935.881,5550.045,265.9952,0,0,0,0,100,0), +(@PATH,16,1919.127,5569.151,263.7807,0,0,0,0,100,0), +(@PATH,17,1922.958,5581.576,263.9057,0,0,0,0,100,0), +(@PATH,18,1897.795,5574.03,261.5737,0,0,0,0,100,0), +(@PATH,19,1922.958,5581.576,263.9057,0,0,0,0,100,0), +(@PATH,20,1919.127,5569.151,263.7807,0,0,0,0,100,0), +(@PATH,21,1935.881,5550.045,265.9952,0,0,0,0,100,0), +(@PATH,22,1934.861,5540.538,266.9522,0,0,0,0,100,0), +(@PATH,23,1926.632,5533.106,266.6335,0,0,0,0,100,0), +(@PATH,24,1915.648,5534.096,267.2911,0,0,0,0,100,0), +(@PATH,25,1911.849,5555.216,263.1897,0,0,0,0,100,0), +(@PATH,26,1900.419,5557.055,263.4814,0,0,0,0,100,0), +(@PATH,27,1884.797,5550.7,266.1573,0,0,0,0,100,0), +(@PATH,28,1871.133,5545.963,271.3029,0,0,0,0,100,0), +(@PATH,29,1863.808,5542.95,274.4838,0,0,0,0,100,0), +(@PATH,30,1853.044,5537.785,276.9887,0,0,0,0,100,0), +(@PATH,31,1867.17,5544.657,273.0115,0,0,0,0,100,0), +(@PATH,32,1879.357,5548.936,268.2559,0,0,0,0,100,0), +(@PATH,33,1894.842,5554.514,264.766,0,0,0,0,100,0), +(@PATH,34,1903.292,5566.08,261.9607,0,0,0,0,100,0); + +-- Station Technician text +SET @ENTRY := 21114; +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, 'YEOW!!',12,0,100,0,0,0, 'Station Technician'), +(@ENTRY,0,1, 'I''M ON FIRE!!!',12,0,100,0,0,0, 'Station Technician'), +(@ENTRY,0,2, 'IT BURNS!!',12,0,100,0,0,0, 'Station Technician'), +(@ENTRY,0,3, 'I''M ON FIRE!!! AGAIN!!',12,0,100,0,0,0, 'Station Technician'), +(@ENTRY,0,4, 'WHY ME!?!',12,0,100,0,0,0, 'Station Technician'), +(@ENTRY,0,5, 'Not again...',12,0,100,0,0,0, 'Station Technician'); + +-- Razak Ironsides text +SET @ENTRY := 21118; +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, 'LET''S ROCK!!',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,1,0, 'FIRE UP THE DEF GUNS!',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,2,0, 'Where''s our back up? I want them here now!',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,3,0, 'Last push boys! Let ''em have it!',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,4,0, 'Nice work Solders! This is the last of them!',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,4,1, 'This is the last of them. Don''t get sloppy!',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,5,0, 'We can handle it from here. Roughriders you are dismissed.',14,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event'), +(@ENTRY,6,0, 'Come on you apes. You want to live forever?',12,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event random combat text'), +(@ENTRY,6,1, 'Warm it up and give ''em everything you''ve got.',12,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event random combat text'), +(@ENTRY,6,2, 'I have only one rule. Everyone fights. No one quits.',12,0,100,0,0,0, 'Razak Ironsides - Ravager invasion event random combat text'); + +-- Strider Jock text +SET @ENTRY := 21427; +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, 'You boys need some help?',14,0,100,0,0,0, 'Strider Jock - Ravager invasion event'); + +-- Gnome Defender 209 text +SET @ENTRY := 21426; +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, 'Cavalry, let''s roll out!',14,0,100,0,0,0, 'Gnome Defender 209 - Ravager invasion event'); + +-- Remove some spawns that should only be spawned with attck script +DELETE FROM `creature` WHERE `guid` IN (84336,84341,84342,84346,84347,84348,84349); +DELETE FROM `creature_addon` WHERE `guid` IN (84336,84341,84342,84346,84347,84348,84349); diff --git a/sql/updates/world/2013_12_19_00_world_misc.sql b/sql/updates/world/2013_12_19_00_world_misc.sql new file mode 100644 index 00000000000..a3d83ad2a3a --- /dev/null +++ b/sql/updates/world/2013_12_19_00_world_misc.sql @@ -0,0 +1,71 @@ +-- Grovestalker Lynx SAI "Missing AI" +SET @ENTRY := 21022; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature` SET `curhealth`=1 WHERE `id`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,4,0,100,0,0,0,0,0,11,36589,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grovestalker Lynx - On Aggro - Cast Dash"); + +-- Fey Drake SAI "Missing AI" +SET @ENTRY := 20713; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature` SET `curhealth`=1, `curmana`=0 WHERE `id`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,12000,12000,12000,15000,11,11981,0,0,0,0,0,2,0,0,0,0,0,0,0,"Fey Drake - In Combat - Cast Mana Burn"), +(@ENTRY,0,1,0,0,0,100,0,5000,6000,5000,7000,11,36718,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fey Drake - In Combat - Cast Blink"); + +-- Pathing for High Commander Halford Wyrmbane Entry: 27136 +SET @NPC := 131105; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3767.499,`position_y`=-775.0477,`position_z`=196.087 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, ''); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3767.499,-775.0477,196.087,0,0,0,100,0), +(@PATH,2,3776.538,-783.3422,196.087,0,0,0,100,0); + +-- Pathing for Stronglimb Deeproot Entry: 21023 +SET @NPC := 73833; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1562.740,`position_y`=6815.711,`position_z`=126.20748 WHERE `guid`=@NPC; +UPDATE `creature_template_addon` SET `path_id`=@PATH WHERE `entry`=21023; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,1562.740,6815.711,126.20748,0,0,0,0,100,0), +(@PATH,2,1579.44,6823.31,128.221,0,0,0,0,100,0), +(@PATH,3,1596.410,6824.691,129.57422,0,0,0,0,100,0), +(@PATH,4,1613.536,6820.844,130.43893,0,0,0,0,100,0), +(@PATH,5,1626.575,6815.952,131.11913,0,0,0,0,100,0), +(@PATH,6,1647.335,6811.267,132.32887,0,0,0,0,100,0), +(@PATH,7,1666.315,6811.949,134.0304,0,0,0,0,100,0), +(@PATH,8,1682.469,6819.250,135.48557,0,0,0,0,100,0), +(@PATH,9,1704.364,6826.659,135.97731,0,0,0,0,100,0), +(@PATH,10,1723.946,6822.768,136.24043,0,0,0,0,100,0), +(@PATH,11,1744.097,6815.729,136.71513,0,0,0,0,100,0), +(@PATH,12,1767.085,6807.892,137.25296,0,0,0,0,100,0), +(@PATH,13,1794.797,6805.661,137.31673,0,0,0,0,100,0), +(@PATH,14,1824.876,6814.818,138.48926,0,0,0,0,100,0), +(@PATH,15,1851.305,6823.799,141.24908,0,0,0,0,100,0), +(@PATH,16,1877.366,6829.852,144.43327,0,0,0,0,100,0), +(@PATH,17,1897.890,6833.999,146.215,0,0,0,0,100,0), +(@PATH,18,1907.787,6835.113,147.04056,3.015979,30000,0,0,100,0), +(@PATH,19,1897.890,6833.999,146.215,0,0,0,0,100,0), +(@PATH,20,1877.366,6829.852,144.43327,0,0,0,0,100,0), +(@PATH,21,1851.305,6823.799,141.24908,0,0,0,0,100,0), +(@PATH,22,1824.876,6814.818,138.48926,0,0,0,0,100,0), +(@PATH,23,1794.797,6805.661,137.31673,0,0,0,0,100,0), +(@PATH,24,1767.085,6807.892,137.25296,0,0,0,0,100,0), +(@PATH,25,1744.097,6815.729,136.71513,0,0,0,0,100,0), +(@PATH,26,1723.946,6822.768,136.24043,0,0,0,0,100,0), +(@PATH,27,1704.364,6826.659,135.97731,0,0,0,0,100,0), +(@PATH,28,1682.469,6819.250,135.48557,0,0,0,0,100,0), +(@PATH,29,1666.315,6811.949,134.03040,0,0,0,0,100,0), +(@PATH,30,1647.335,6811.267,132.32887,0,0,0,0,100,0), +(@PATH,31,1626.575,6815.952,131.11913,0,0,0,0,100,0), +(@PATH,32,1613.536,6820.844,130.43893,0,0,0,0,100,0), +(@PATH,33,1596.410,6824.691,129.57422,0,0,0,0,100,0), +(@PATH,34,1579.440,6823.310,128.22100,0,0,0,0,100,0), +(@PATH,35,1562.740,6815.711,126.20748,0,0,0,0,100,0), +(@PATH,36,1548.781,6810.126,124.27861,2.58955,30000,0,0,100,0); diff --git a/sql/updates/world/2013_12_19_01_world_sai.sql b/sql/updates/world/2013_12_19_01_world_sai.sql new file mode 100644 index 00000000000..a8e5396f9f0 --- /dev/null +++ b/sql/updates/world/2013_12_19_01_world_sai.sql @@ -0,0 +1,525 @@ +-- Bloodmaul Skirmisher SAI +SET @ENTRY := 19948; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Skirmisher - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Skirmisher - On Aggro - Say text 0"), +(@ENTRY,0,2,0,2,0,100,0,10000,12000,10000,12000,11,37786,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Skirmisher - In Combat - Cast Bloodmaul Rage"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bloodmaul Skirmisher on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bloodmaul Skirmisher on Aggro Text'), +(@ENTRY,0,2, 'Me angered. Raaah!',12,0,100,0,0,0, 'Bloodmaul Skirmisher on Aggro Text'), +(@ENTRY,0,3, 'I''ll crush you!',12,0,100,0,0,0, 'Bloodmaul Skirmisher on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Skirmisher on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Skirmisher on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Skirmisher on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Skirmisher on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Skirmisher on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Skirmisher on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Skirmisher says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Mauler SAI +SET @ENTRY := 19993; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Mauler - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Mauler - On Aggro - Say text 0"), +(@ENTRY,0,2,0,2,0,100,0,10000,12000,10000,12000,11,37786,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Mauler - In Combat - Cast Bloodmaul Rage"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bloodmaul Mauler on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bloodmaul Mauler on Aggro Text'), +(@ENTRY,0,2, 'Me angered. Raaah!',12,0,100,0,0,0, 'Bloodmaul Mauler on Aggro Text'), +(@ENTRY,0,3, 'I''ll crush you!',12,0,100,0,0,0, 'Bloodmaul Mauler on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Mauler on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Mauler on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Mauler on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Mauler on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Mauler on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Mauler on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Mauler says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Warlock SAI +SET @ENTRY := 19994; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Warlock - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,1,0,100,0,1000,1000,1800000,1800000,11,13787,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Warlock - Out Of Combat - Cast Demon Armor"), +(@ENTRY,0,2,0,1,0,100,1,3000,3000,0,0,11,11939,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Warlock - Out Of Combat - Cast Summon Imp"), +(@ENTRY,0,3,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Warlock - On Aggro - Say text 0"), +(@ENTRY,0,4,0,0,0,100,0,0,0,2400,3800,11,20825,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Warlock - In Combat - Cast Shadow Bolt"), +(@ENTRY,0,5,0,2,0,100,1,0,20,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Warlock - Between 0-20% Health - Flee for assist"); +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, 'Me smash! You die!',12,0,100,0,0,0, 'Bloodmaul Warlock on Aggro Text'), +(@ENTRY,0,1, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Warlock on Aggro Text'), +(@ENTRY,0,2, 'I''ll crush you!',12,0,100,0,0,0, 'Bloodmaul Warlock on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Warlock on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Warlock on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Warlock on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Warlock on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Warlock on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Warlock on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Warlock says text on death if quest 11000 is rewarded'); + +-- Bladespire Crusher SAI +SET @ENTRY := 20765; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +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,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Crusher - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Crusher - on Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,3000,5000,10000,20000,11,15496,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Crusher - In Combat - Cast Cleave'), +(@ENTRY,0,3,4,2,0,100,0,0,30,35000,45000,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Crusher - HP below 30% - Cast Enrage'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,1,2,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Crusher - HP below 30% - Say text 2"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Crusher on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Crusher on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Crusher on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Crusher on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Crusher on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Crusher on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Crusher on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Crusher on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Crusher on death Quest 11000 complete'), +(@ENTRY,2,0, '%s becomes enraged!',16,0,100,0,0,0, 'Bladespire Crusher on enrage'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Crusher says text on death if quest 11000 is rewarded'); + +-- Bladespire Mystic SAI +SET @ENTRY := 20766; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +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,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Mystic - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Mystic - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,1,0,100,0,500,1000,600000,600000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Mystic - Out of Combat - Cast Lightning Shield'), +(@ENTRY,0,3,0,0,0,100,0,6000,9000,17000,17000,11,37599,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Mystic - In Combat - Cast Bloodlust'), +(@ENTRY,0,4,0,14,0,100,0,3000,40,15000,18000,11,11986,0,0,0,0,0,7,0,0,0,0,0,0,0,'Bladespire Mystic - Friendly HP below 60% - Cast Healing Wave'); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Mystic on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Mystic on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Mystic on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Mystic on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Mystic on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Mystic on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Mystic on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Mystic on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Mystic on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Mystic says text on death if quest 11000 is rewarded'); + +-- Gnosh Brognat SAI +SET @ENTRY := 20768; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +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,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gnosh Brognat - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Gnosh Brognat - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,15000,20000,15000,20000,11,37597,0,0,0,0,0,2,0,0,0,0,0,0,0,'Gnosh Brognat - In Combat - Cast Meat Slap'), +(@ENTRY,0,3,0,0,0,100,0,15000,20000,15000,20000,11,37596,32,0,0,0,0,2,0,0,0,0,0,0,0,'Gnosh Brognat - In Combat - Cast Tenderize'); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Gnosh Brognat on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Gnosh Brognat on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Gnosh Brognat on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Gnosh Brognat on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Gnosh Brognat on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Gnosh Brognat on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Gnosh Brognat on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Gnosh Brognat on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Gnosh Brognat on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Gnosh Brognat says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Drudger SAI +SET @ENTRY := 21238; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +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,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Drudger - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Drudger - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,9000,9000,30000,30000,11,35918,0,0,0,0,0,2,0,0,0,0,0,0,0,'Bloodmaul Drudger - In Combat - Cast Puncture Armor'), +(@ENTRY,0,3,4,2,0,100,0,0,30,35000,45000,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Drudger - HP below 30% - Cast Enrage'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,1,2,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Drudger - HP below 30% - Say text 2"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bloodmaul Drudger on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bloodmaul Drudger on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Drudger on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Drudger on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Drudger on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Drudger on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Drudger on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Drudger on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Drudger on death Quest 11000 complete'), +(@ENTRY,2,0, '%s goes into a frenzy!',16,0,100,0,0,0, 'Bloodmaul Drudger on enrage'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Drudger says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Brute SAI +SET @ENTRY := 19991; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +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,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Brute - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Brute - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,9000,12000,9000,12000,11,15496,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Brute - In Combat - Cast Cleave'), +(@ENTRY,0,3,0,0,0,100,0,15000,15000,18000,22000,11,37577,0,0,0,0,0,2,0,0,0,0,0,0,0,'Bloodmaul Brute - In Combat - Cast Debilitating Strike'), +(@ENTRY,0,4,5,2,0,100,0,0,30,35000,45000,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Brute - HP below 30% - Cast Enrage'), +(@ENTRY,0,5,0,61,0,100,0,0,0,0,0,1,2,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Brute - HP below 30% - Say text 2"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bloodmaul Brute on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bloodmaul Brute on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Brute on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Brute on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Brute on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Brute on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Brute on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Brute on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Brute on death Quest 11000 complete'), +(@ENTRY,2,0, '%s goes into a frenzy!',16,0,100,0,0,0, 'Bloodmaul Brute on enrage'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Brute says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Shaman SAI +SET @ENTRY := 19992; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Shaman - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,1,0,100,0,0,0,60000,60000,11,12550,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Shaman - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Shaman - On Aggro - Say text 0"), +(@ENTRY,0,3,0,0,0,50,0,6000,6000,50000,50000,11,15038,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Shaman - In Combat - Cast Scorching Totem"), +(@ENTRY,0,4,0,0,0,100,0,12000,12000,45000,45000,11,15869,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Shaman - In Combat - Cast Superior Healing Ward"); +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, 'Me smash! You die!',12,0,100,0,0,0, 'Bloodmaul Shaman on Aggro Text'), +(@ENTRY,0,1, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Shaman on Aggro Text'), +(@ENTRY,0,2, 'I''ll crush you!',12,0,100,0,0,0, 'Bloodmaul Shaman on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Shaman on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Shaman on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Shaman on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Shaman on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Shaman on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Shaman on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Shaman says text on death if quest 11000 is rewarded'); + +-- Grimnok Battleborn SAI +SET @ENTRY := 20095; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Grimnok Battleborn - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,0,0,100,0,6000,10000,6000,10000,11,15496,0,0,0,0,0,1,0,0,0,0,0,0,0,'Grimnok Battleborn - In Combat - Cast Cleave'), +(@ENTRY,0,2,3,0,0,100,0,10000,12000,10000,12000,11,37786,0,0,0,0,0,1,0,0,0,0,0,0,0,'Grimnok Battleborn - In Combat - Cast Bloodmaul Rage'), +(@ENTRY,0,3,0,61,0,100,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Grimnok Battleborn - In Combat - Say text 0 when cast Cast Bloodmaul Rage"), +(@ENTRY,0,4,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Grimnok Battleborn - On Aggro - Say text 0"), +(@ENTRY,0,5,0,1,0,100,0,120000,120000,180000,180000,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimnok Battleborn - Out of Combat - Say text 2"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Grimnok Battleborn on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Grimnok Battleborn on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Grimnok Battleborn on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Grimnok Battleborn on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Grimnok Battleborn on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Grimnok Battleborn on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Grimnok Battleborn on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Grimnok Battleborn on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Grimnok Battleborn on death Quest 11000 complete'), +(@ENTRY,2,0, 'You! I see you! One of you, kill them!',14,0,100,0,0,0, 'Grimnok Battleborn OOC'), +(@ENTRY,2,1, 'Don''t let any escape, you dogs!',14,0,100,0,0,0, 'Grimnok Battleborn OOC'), +(@ENTRY,2,2, 'I want these Alliance and Horde pigs dead!',14,0,100,0,0,0, 'Grimnok Battleborn OOC'), +(@ENTRY,2,3, 'Get up there. March on Bladespire Hold. I want to adorn my tower with Gorr''Dim''s head!',14,0,100,0,0,0, 'Grimnok Battleborn OOC'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Grimnok Battleborn says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Brewmaster SAI +SET @ENTRY := 19957; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Brewmaster - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Brewmaster - On Aggro - Say text 0"), +(@ENTRY,0,2,0,0,0,85,0,6000,6000,30000,35000,11,37591,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Brewmaster - In Combat - Cast Drunken Haze"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bloodmaul Brewmaster on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bloodmaul Brewmaster on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Brewmaster on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Brewmaster on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Brewmaster on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Brewmaster on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Brewmaster on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Brewmaster on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Brewmaster on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Brewmaster says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Geomancer SAI +SET @ENTRY := 19952; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Geomancer - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Geomancer - On Aggro - Say text 0"), +(@ENTRY,0,2,0,1,0,100,0,0,0,1800000,1800000,11,12544,33,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Geomancer - Out Of Combat - Cast Frost Armor"), +(@ENTRY,0,3,0,4,0,50,0,0,0,0,0,11,6136,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Geomancer - On Aggro - Cast Chilled"), +(@ENTRY,0,4,0,0,0,100,0,0,0,2400,3800,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Geomancer - In Combat CMC - Cast Fireball"); +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, 'Me smash! You die!',12,0,100,0,0,0, 'Bloodmaul Geomancer on Aggro Text'), +(@ENTRY,0,1, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Geomancer on Aggro Text'), +(@ENTRY,0,2, 'I''ll crush you!',12,0,100,0,0,0, 'Bloodmaul Geomancer on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Geomancer on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Geomancer on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Geomancer on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Geomancer on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Geomancer on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Geomancer on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Geomancer says text on death if quest 11000 is rewarded'); + +-- Bladespire Brute SAI +SET @ENTRY := 19995; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Brute - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Brute - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,9000,12000,8000,18000,11,15496,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Brute - In Combat - Cast Cleave'); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Brute on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Brute on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Brute on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Brute on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Brute on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Brute on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Brute on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Brute on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Brute on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Brute says text on death if quest 11000 is rewarded'); + +-- Bladespire Shaman SAI +SET @ENTRY := 19998; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Shaman - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,1,0,100,0,0,0,60000,60000,11,12550,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bladespire Shaman - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Shaman - On Aggro - Say text 0"), +(@ENTRY,0,3,0,0,0,100,0,2000,4000,8000,12000,11,26098,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Shaman - In Combat - Cast Lightning Bolt"); +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, 'Me smash! You die!',12,0,100,0,0,0, 'Bladespire Shaman on Aggro Text'), +(@ENTRY,0,1, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Shaman on Aggro Text'), +(@ENTRY,0,2, 'I''ll crush you!',12,0,100,0,0,0, 'Bladespire Shaman on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Shaman on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Shaman on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Shaman on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Shaman on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Shaman on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Shaman on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Shaman says text on death if quest 11000 is rewarded'); + +-- Bladespire Cook SAI +SET @ENTRY := 20334; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +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,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Cook - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Cook - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,15000,20000,15000,20000,11,37597,0,0,0,0,0,2,0,0,0,0,0,0,0,'Bladespire Cook - In Combat - Cast Meat Slap'), +(@ENTRY,0,3,0,0,0,100,0,15000,20000,15000,20000,11,37596,32,0,0,0,0,2,0,0,0,0,0,0,0,'Bladespire Cook - In Combat - Cast Tenderize'); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Cook on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Cook on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Cook on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Cook on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Cook on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Cook on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Cook on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Cook on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Cook on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Cook says text on death if quest 11000 is rewarded'); + +-- Bladespire Champion SAI +SET @ENTRY := 21296; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Champion - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Champion - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,10000,14000,11000,22000,11,8078,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Champion - In Combat - Cast Thunderclap'), +(@ENTRY,0,3,0,9,0,100,0,5,10,2000,2000,11,37777,0,0,0,0,0,2,0,0,0,0,0,0,0,'Bladespire Champion - Range 5 - 10 yards - Cast Mighty Charge'); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Champion on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Champion on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Champion on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Champion on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Champion on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Champion on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Champion on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Champion on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Champion on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Champion says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Taskmaster SAI +SET @ENTRY := 22160; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Taskmaster - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Taskmaster - On Aggro - Say Text 0'), +(@ENTRY,0,2,3,0,0,100,0,10000,12000,10000,12000,11,37786,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bloodmaul Taskmaster - In Combat - Cast Bloodmaul Rage'), +(@ENTRY,0,3,0,61,0,100,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Taskmaster - In Combat - Say text 0 when cast Cast Bloodmaul Rage"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bloodmaul Taskmaster on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bloodmaul Taskmaster on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Taskmaster on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Taskmaster on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Taskmaster on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Taskmaster on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Taskmaster on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Taskmaster on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Taskmaster on death Quest 11000 complete'), +(@ENTRY,2,0, '%s goes into a frenzy!',16,0,100,0,0,0, 'Bloodmaul Taskmaster on enrage'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Taskmaster says text on death if quest 11000 is rewarded'); + +-- Bloodmaul Soothsayer SAI +SET @ENTRY := 22384; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Soothsayer - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,1,0,100,0,1000,1000,1800000,1800000,11,13787,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Soothsayer - Out Of Combat - Cast Demon Armor"), +(@ENTRY,0,2,0,1,0,100,1,3000,3000,0,0,11,11939,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Soothsayer - Out Of Combat - Cast Summon Imp"), +(@ENTRY,0,3,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Soothsayer - On Aggro - Say text 0"), +(@ENTRY,0,4,0,0,0,100,0,0,0,2400,3800,11,20825,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodmaul Soothsayer - In Combat - Cast Shadow Bolt"), +(@ENTRY,0,5,0,2,0,100,1,0,20,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodmaul Soothsayer - Between 0-20% Health - Flee for assist"); +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, 'Me smash! You die!',12,0,100,0,0,0, 'Bloodmaul Soothsayer on Aggro Text'), +(@ENTRY,0,1, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bloodmaul Soothsayer on Aggro Text'), +(@ENTRY,0,2, 'I''ll crush you!',12,0,100,0,0,0, 'Bloodmaul Soothsayer on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bloodmaul Soothsayer on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bloodmaul Soothsayer on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bloodmaul Soothsayer on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bloodmaul Soothsayer on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bloodmaul Soothsayer on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bloodmaul Soothsayer on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bloodmaul Soothsayer says text on death if quest 11000 is rewarded'); + +-- Bladespire Battlemage SAI +SET @ENTRY := 19996; +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Battlemage - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,1,0,100,0,0,0,60000,60000,11,12550,1,1,0,0,0,1,0,0,0,0,0,0,0,"Bladespire Battlemage - Out Of Combat - Cast Lightning Shield"), +(@ENTRY,0,2,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Battlemage - On Aggro - Say text 0"), +(@ENTRY,0,3,0,0,0,100,0,8000,16000,8000,16000,11,16102,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Battlemage - In Combat - Cast Flamestrike"), +(@ENTRY,0,4,0,0,0,100,0,6000,9000,17000,17000,11,37599,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Battlemage - In Combat - Cast Bloodlust'); +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, 'Me smash! You die!',12,0,100,0,0,0, 'Bladespire Battlemage on Aggro Text'), +(@ENTRY,0,1, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Battlemage on Aggro Text'), +(@ENTRY,0,2, 'I''ll crush you!',12,0,100,0,0,0, 'Bladespire Battlemage on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Battlemage on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Battlemage on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Battlemage on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Battlemage on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Battlemage on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Battlemage on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Battlemage says text on death if quest 11000 is rewarded'); + +-- Bladespire Enforcer SAI +SET @ENTRY := 19997; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Enforcer - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Enforcer - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,10000,14000,11000,22000,11,8078,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Enforcer - In Combat - Cast Thunderclap'), +(@ENTRY,0,3,4,2,0,100,0,0,30,35000,45000,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Enforcer - HP below 30% - Cast Enrage'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,1,2,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Enforcer - HP below 30% - Say text 2"); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Enforcer on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Enforcer on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Enforcer on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Enforcer on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Enforcer on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Enforcer on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Enforcer on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Enforcer on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Enforcer on death Quest 11000 complete'), +(@ENTRY,2,0, '%s goes into a frenzy!',16,0,100,0,0,0, 'Bladespire Enforcer on enrage'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Enforcer says text on death if quest 11000 is rewarded'); + +-- Bladespire Chef SAI +SET @ENTRY := 20756; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bladespire Chef - On Death - Say text 1 CONDITIONED"), +(@ENTRY,0,1,0,4,0,35,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Bladespire Chef - On Aggro - Say Text 0'), +(@ENTRY,0,2,0,0,0,100,0,15000,20000,15000,20000,11,37597,0,0,0,0,0,2,0,0,0,0,0,0,0,'Bladespire Chef - In Combat - Cast Meat Slap'), +(@ENTRY,0,3,0,0,0,100,0,15000,20000,15000,20000,11,37596,32,0,0,0,0,2,0,0,0,0,0,0,0,'Bladespire Chef - In Combat - Cast Tenderize'); +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, 'Stupid puny thing. Me smash!',12,0,100,0,0,0, 'Bladespire Chef on Aggro Text'), +(@ENTRY,0,1, 'Me mad. You get smash in face!',12,0,100,0,0,0, 'Bladespire Chef on Aggro Text'), +(@ENTRY,0,2, 'Raaar!!! Me smash $r!',12,0,100,0,0,0, 'Bladespire Chef on Aggro Text'), +(@ENTRY,1,0, 'Puny $r... you were a... horrible king.',12,0,100,0,0,0, 'Bladespire Chef on death Quest 11000 complete'), +(@ENTRY,1,1, 'Agh... me am...dead.',12,0,100,0,0,0, 'Bladespire Chef on death Quest 11000 complete'), +(@ENTRY,1,2, 'Me go to Ogri''la.',12,0,100,0,0,0, 'Bladespire Chef on death Quest 11000 complete'), +(@ENTRY,1,3, 'King think... there really is... an Ogri''la',12,0,100,0,0,0, 'Bladespire Chef on death Quest 11000 complete'), +(@ENTRY,1,4, 'Me honored... king kill me.',12,0,100,0,0,0, 'Bladespire Chef on death Quest 11000 complete'), +(@ENTRY,1,5, 'King $n, me die now.',12,0,100,0,0,0, 'Bladespire Chef on death Quest 11000 complete'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,@ENTRY,0,0,8,0,11000,0,0,0,0,0, '', 'SAI - Bladespire Chef says text on death if quest 11000 is rewarded'); diff --git a/sql/updates/world/2013_12_19_02_world_sai.sql b/sql/updates/world/2013_12_19_02_world_sai.sql new file mode 100644 index 00000000000..49e676bca06 --- /dev/null +++ b/sql/updates/world/2013_12_19_02_world_sai.sql @@ -0,0 +1,49 @@ +-- Bloodscalp Shaman +SET @ENTRY := 697; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,4097,0, ''); + +-- Defias Conjurer SAI +SET @ENTRY := 619; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,12544,1,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Conjurer - Out Of Combat - Cast Frost Armor"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2400,3800,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Defias Conjurer - In Combat - Cast Fireball"), +(@ENTRY,0,2,0,2,0,100,0,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Conjurer - Between 0-15% Health - Flee For Assist"); + +-- Razormane Stalker SAI +SET @ENTRY := 3457; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature` SET `modelid`=0, `curhealth`=1 WHERE `id`=3457; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1000,1000,11,22766,32,0,0,0,0,1,0,0,0,0,0,0,0,"Razormane Stalker - In Combat - Cast Sneak"), +(@ENTRY,0,1,0,0,0,100,0,6000,6000,1000,1000,11,1758,0,0,0,0,0,2,0,0,0,0,0,0,0,"Razormane Stalker - In Combat - Cast Sinister Strike"); + +-- Dark Rune Elementalist SAI +SET @ENTRY := 27962; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `creature_addon` WHERE `guid` IN (126700,126702,126704); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,4097,0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,25,0,100,6,0,0,0,0,11,51475,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Rune Elementalist - Out Of Combat - Cast Summon Air Elemental (Dungeon Only)"), +(@ENTRY,0,1,0,1,0,100,2,1000,1000,600000,600000,11,51776,1,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Rune Elementalist - Out Of Combat - Cast Lightning Shield (Normal Dungeon)"), +(@ENTRY,0,2,0,0,0,100,2,0,0,4000,6000,11,53314,64,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Rune Elementalist - In Combat - Cast Lightning Bolt (Normal Dungeon)"), +(@ENTRY,0,3,0,1,0,100,4,1000,1000,600000,600000,11,59025,1,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Rune Elementalist - Out Of Combat - Cast Lightning Shield (Heroic Dungeon)"), +(@ENTRY,0,4,0,0,0,100,4,0,0,4000,6000,11,59024,64,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Rune Elementalist - In Combat - Cast Lightning Bolt (Heroic Dungeon)"), +(@ENTRY,0,5,0,2,0,100,7,0,30,0,0,11,32693,1,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Rune Elementalist - Between 0-30% Health - Cast Arcane Haste (Dungeon Only)"); + +-- Felboar SAI +SET @ENTRY := 21878; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,11,33908,32,0,0,0,0,1,0,0,0,0,0,0,0,"Felboar - On Spawn - Cast Burning Spikes"), +(@ENTRY,0,1,0,0,0,100,0,100,100,30000,55000,11,35570,0,0,0,0,0,2,0,0,0,0,0,0,0,"Felboar - In Combat - Cast Charge"); diff --git a/sql/updates/world/2013_12_19_03_world_misc.sql b/sql/updates/world/2013_12_19_03_world_misc.sql new file mode 100644 index 00000000000..a5fea989969 --- /dev/null +++ b/sql/updates/world/2013_12_19_03_world_misc.sql @@ -0,0 +1,30 @@ +-- Highlord Demitrian SAI +SET @ENTRY := 14347; +UPDATE `creature_template` SET `gossip_menu_id`=5689, `AIName`='SmartAI',`ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,62,0,100,0,5704,0,0,0,56,19016,1,0,0,0,0,7,0,0,0,0,0,0,0,"Highlord Demitrian - On Gossip Select - Add item Vessel of Rebirth to player"), +(@ENTRY,0,1,0,20,0,100,0,7786,0,0,0,12,14435,2,0,0,0,0,7,0,0,0,0,0,0,0,"Highlord Demitrian - On Quest Thunderaan the Windseeker rewarded - Summon creature"); +-- Add Gossip +DELETE FROM `gossip_menu` WHERE `entry` IN (5675,5687,5688,5689,5701,5702,5703,5704); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES +(5675,6812),(5687,6844),(5688,6843),(5689,6842),(5701,6868),(5702,6867),(5703,6870),(5704,6869); +-- Add Gossip Options +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (5675,5687,5688,5689,5701,5702,5704); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`) VALUES +(5675,0,0, 'What do you know of it?',1,1,5689), +(5689,0,0, 'I am listening, Demitrian.',1,1,5688), +(5688,0,0, 'Continue, please.',1,1,5687), +(5687,0,0, 'A battle?',1,1,5702), +(5702,0,0, '<Nod>',1,1,5701), +(5701,0,0, 'Caught unaware? How?',1,1,5704), +(5704,0,0, 'So what did Ragnaros do next?',1,1,5703); +-- Add Conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5675; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- Both of these must be true +(15,5675,0,0,0,14,0,7785,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 7785 is not taken'), +(15,5675,0,0,1,2,0,19016,1,0,1,0,0, '', 'Gossip Option - Show Option if player does not have Vessel of Rebirth'), +-- One of these must be true +(15,5675,0,0,2,2,0,18563,1,0,1,0,0, '', 'Gossip Option - Show Option if player has Bindings of the Windseeker'), +(15,5675,0,0,2,2,0,18564,1,0,1,0,0, '', 'Gossip Option - Show Option if player has Bindings of the Windseeker'); diff --git a/sql/updates/world/2013_12_19_04_world_misc.sql b/sql/updates/world/2013_12_19_04_world_misc.sql new file mode 100644 index 00000000000..4c395accd53 --- /dev/null +++ b/sql/updates/world/2013_12_19_04_world_misc.sql @@ -0,0 +1,28 @@ +-- Caelyb <Pet Trainer> +UPDATE `creature_template` SET AIName='' WHERE `entry`=4320; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4320 AND `source_type`=0; + +-- Milli Featherwhistle <Mechanostrider Merchant> +UPDATE `creature_template` SET ScriptName='' WHERE `entry`=7955; +-- Add Gossip Options +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (3186); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`) VALUES +(3186,0,1, 'I would like to buy from you.',3,128,0); +-- Add Conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=3186; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- Both of these must be true +(15,3186,0,0,0,16,0,8,0,0,0,0,0, '', 'Gossip Option - Show Option if Player is Gnome'), +(15,3186,0,0,0,5,0,54,128,0,1,0,0, '', 'Gossip Option - Show Option if player is Exalted with Gnomeregan'); + +-- Murkblood Overseer SAI +SET @ENTRY := 23309; +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,62,0,100,0,8697,0,0,0,11,41121,0,0,0,0,0,7,0,0,0,0,0,0,0,"Murkblood Overseer - On gossip Option select - cast spell"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,15,11082,0,0,0,0,0,7,0,0,0,0,0,0,0,"Murkblood Overseer - On gossip Option select - Complete quest"); +-- Add Conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8697; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8697,0,0,0,9,0,11082,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 11082 taken'); diff --git a/sql/updates/world/2013_12_20_00_world_misc.sql b/sql/updates/world/2013_12_20_00_world_misc.sql new file mode 100644 index 00000000000..ccbbcb42966 --- /dev/null +++ b/sql/updates/world/2013_12_20_00_world_misc.sql @@ -0,0 +1,111 @@ +-- Missing Wintergrasp Battle-Mage spawns +SET @GUID := 63451; +DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+2; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,35597,530,1,1,0,1,-1977.80212,5267.618,-41.65557,4.3982296,300,0,0,1,1,0), +(@GUID+1,35611,0,1,1,0,1,1333.57642,320.9896,-63.6309357,2.8972466,300,0,0,1,1,0), +(@GUID+2,35612,530,1,1,0,1,9855.403,-7578.021,20.61899,1.78023577,300,0,0,1,1,0); + +-- Fix up Wintergrasp Battle-Mages +UPDATE `creature` SET `modelid`=0,`equipment_id`=1,`spawntimesecs`=300,`curhealth`=1,`curmana`=1 WHERE `id` IN (SELECT `entry` FROM `creature_template` WHERE `subname`='Wintergrasp Battle-Mage'); +UPDATE `creature_template` SET `gossip_menu_id`=10662 WHERE `entry` IN (35597,35602,35612); +UPDATE `creature_template` SET `gossip_menu_id`=10666 WHERE `entry` IN (35596,35598); +UPDATE `creature_template` SET `faction_A`=2123, `faction_H`=2123 WHERE `entry` IN (35603,35611,35612); +UPDATE `creature_template` SET `baseattacktime`=2000 WHERE `entry` IN (35600,35601,35602,35603,35611,35612); +UPDATE `creature_template` SET `npcflag`=1, `unit_flags`=33600, `flags_extra`=0 WHERE `subname`= 'Wintergrasp Battle-Mage'; +DELETE FROM `creature_equip_template` WHERE `entry`=35603 AND `id`=2; +DELETE FROM `creature_equip_template` WHERE `entry`=35601; +INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES (35601,1,30423,0,0); +-- Add Gossip +DELETE FROM `gossip_menu` WHERE `entry` IN (10662,10666); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES +(10662,14775),(10662,14777),(10662,14781),(10662,14782),(10662,14790),(10662,14791), +(10666,14775),(10666,14777),(10666,14781),(10666,14782),(10666,14790),(10666,14791); +-- Add Gossip Options +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (10662); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`) VALUES +(10662,0,19, 'Queue for Wintergrasp.',12,1,1048576); + +-- Arcanist Braedin SAI +SET @ENTRY := 32169; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arcanist Braedin - Out of Combat - Cast Frost Armor"); + +-- Magister Surdiel SAI +SET @ENTRY := 32170; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magister Surdiel - Out of Combat - Cast Frost Armor"); + +-- Arcanist Iramhir SAI +SET @ENTRY := 35596; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arcanist Iramhir - Out of Combat - Cast Frost Armor"); + +-- Magistrix Aldessia SAI +SET @ENTRY := 35597; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magistrix Aldessia - Out of Combat - Cast Frost Armor"); + +-- Arcanist Paharin SAI +SET @ENTRY := 35598; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arcanist Paharin - Out of Combat - Cast Frost Armor"); + +-- Arcanist Dulial SAI +SET @ENTRY := 35599; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arcanist Dulial - Out of Combat - Cast Frost Armor"); + +-- Arcanist Laniria SAI +SET @ENTRY := 35600; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arcanist Laniria - Out of Combat - Cast Frost Armor"); + +-- Arcanist Nazalia SAI +SET @ENTRY := 35601; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arcanist Nazalia - Out of Combat - Cast Frost Armor"); + +-- Magister Savarin SAI +SET @ENTRY := 35602; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magister Savarin - Out of Combat - Cast Frost Armor"); + +-- Magister Dalhyr SAI +SET @ENTRY := 35603; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magister Dalhyr - Out of Combat - Cast Frost Armor"); + +-- Magistrix Erembria SAI +SET @ENTRY := 35611; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magistrix Erembria - Out of Combat - Cast Frost Armor"); + +-- Magistrix Caradess SAI +SET @ENTRY := 35612; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,0,0,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magistrix Caradess - Out of Combat - Cast Frost Armor"); diff --git a/sql/updates/world/2013_12_20_01_world_conditions.sql b/sql/updates/world/2013_12_20_01_world_conditions.sql new file mode 100644 index 00000000000..e703d697e57 --- /dev/null +++ b/sql/updates/world/2013_12_20_01_world_conditions.sql @@ -0,0 +1,9 @@ +-- Add Conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5675; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- Both of these must be true +(15,5675,0,0,0,14,0,7785,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 7785 is not taken'), +(15,5675,0,0,1,2,0,19016,1,0,1,0,0, '', 'Gossip Option - Show Option if player does not have Vessel of Rebirth'), +-- One of these must be true +(15,5675,0,0,2,2,0,18563,1,0,1,0,0, '', 'Gossip Option - Show Option if player has Bindings of the Windseeker'), +(15,5675,0,0,2,2,0,18564,1,0,1,0,0, '', 'Gossip Option - Show Option if player has Bindings of the Windseeker'); diff --git a/sql/updates/world/2013_12_20_02_world_sai.sql b/sql/updates/world/2013_12_20_02_world_sai.sql new file mode 100644 index 00000000000..953efcc7c9c --- /dev/null +++ b/sql/updates/world/2013_12_20_02_world_sai.sql @@ -0,0 +1,28237 @@ +-- Update comments of _ALL_ smart_scripts in the database. Used the SAI-Comment-Converter tool written by Discover- in C#. +-- Tool can be found here: https://github.com/Discover-/SAI-Comment-Converter +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209023 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Scale x0.5) - Out of Combat - Cast 'Rope Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-209019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Front Channel Stalker - Out of Combat - Cast 'Cosmetic - Crystalsong Tree Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-203457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-203373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-203373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-203373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-203373 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-203372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-203372 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-203372 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-203372 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 50 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 50 0 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Set Orientation Closest Creature 'Blood-Queen Lana'thel' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Set Emote State 425 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Stop Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 51 0 - Add Aura 'Freeze Guards' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 52 0 - Remove Aura 'Freeze Guards'" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 52 0 - Run Script" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 53 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 2 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 2 Reached - Set Emote State 26" WHERE `source_type`=0 AND `entryorguid`=-202778 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 50 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 50 0 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Set Orientation Closest Creature 'Blood-Queen Lana'thel' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Set Emote State 425 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Stop Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 1 Reached - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 51 0 - Add Aura 'Freeze Guards' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 52 0 - Remove Aura 'Freeze Guards'" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 52 0 - Run Script" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Data Set 53 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 2 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunreaver War Mage - On Waypoint 2 Reached - Set Emote State 26" WHERE `source_type`=0 AND `entryorguid`=-202777 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 50 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 50 0 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Set Orientation Closest Creature 'Blood-Queen Lana'thel' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Set Emote State 425 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Stop Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 51 0 - Add Aura 'Freeze Guards' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 52 0 - Remove Aura 'Freeze Guards'" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 52 0 - Run Script" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 53 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 2 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 2 Reached - Set Emote State 26" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 2 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=-202776 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 50 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 50 0 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Set Orientation Closest Creature 'Blood-Queen Lana'thel' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Set Emote State 425 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Stop Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 1 Reached - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 51 0 - Add Aura 'Freeze Guards' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 52 0 - Remove Aura 'Freeze Guards'" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 52 0 - Run Script" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Data Set 53 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 2 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Waypoint 2 Reached - Set Emote State 26" WHERE `source_type`=0 AND `entryorguid`=-202775 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - In Combat - Cast 'Blinding Dirt'" WHERE `source_type`=0 AND `entryorguid`=-201800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - In Combat - Cast 'Puncture Wound'" WHERE `source_type`=0 AND `entryorguid`=-201800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - In Combat - Cast 'Shovelled!'" WHERE `source_type`=0 AND `entryorguid`=-201800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Beam Focus Target - Out of Combat - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-201785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Beam Focus Target - Out of Combat - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-201770 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Beam Focus Target - Out of Combat - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-201741 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Beam Focus Target - Out of Combat - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-201741 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Damned - On Just Died - Cast 'Shattered Bones'" WHERE `source_type`=0 AND `entryorguid`=-201066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Damned - Between 5-30% Health - Add Aura 'Bone Flurry'" WHERE `source_type`=0 AND `entryorguid`=-201066 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Damned - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=-201066 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Damned - On Just Died - Cast 'Shattered Bones'" WHERE `source_type`=0 AND `entryorguid`=-200966 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Damned - Between 5-30% Health - Add Aura 'Bone Flurry'" WHERE `source_type`=0 AND `entryorguid`=-200966 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Damned - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=-200966 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dun Niffelem Spear Chain Bunny (Phase 2) - On Update - Cast 'Spear Chain Beam'" WHERE `source_type`=0 AND `entryorguid`=-142408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dun Niffelem Spear Chain Bunny (Phase 2) - On Update - Cast 'Spear Chain Beam'" WHERE `source_type`=0 AND `entryorguid`=-142407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Minchar Beam Stalker - On Reset - Cast 'Blood Beam Visual LHand'" WHERE `source_type`=0 AND `entryorguid`=-137788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Minchar Beam Stalker - On Reset - Cast 'Blood Beam Visual RHand'" WHERE `source_type`=0 AND `entryorguid`=-137787 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Minchar Beam Stalker - On Reset - Cast 'Blood Beam Visual RLeg'" WHERE `source_type`=0 AND `entryorguid`=-137786 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Minchar Beam Stalker - On Reset - Cast 'Blood Beam Visual LLeg'" WHERE `source_type`=0 AND `entryorguid`=-137785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Red Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-131059 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Green Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-131058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Red Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-131056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Green Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-131055 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Cast 'Red Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=-127497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=-127497 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Cast 'Red Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=-127496 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=-127496 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Cast 'Arthas Portal'" WHERE `source_type`=0 AND `entryorguid`=-127495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=-127495 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 2 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=-127495 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Cast 'Red Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=-127493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=-127493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-125002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-125001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-125000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124999 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124998 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124997 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124995 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124993 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124992 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124991 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124989 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124988 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124987 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124986 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124985 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124984 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124982 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124980 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124976 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Right Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124972 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124970 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124969 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124968 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Update - Cast 'Left Hand Chains'" WHERE `source_type`=0 AND `entryorguid`=-124967 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Right Hand'" WHERE `source_type`=0 AND `entryorguid`=-121628 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Left Hand'" WHERE `source_type`=0 AND `entryorguid`=-121627 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Left Hand'" WHERE `source_type`=0 AND `entryorguid`=-121626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Torso Blood Back'" WHERE `source_type`=0 AND `entryorguid`=-121625 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Torso Blood Back'" WHERE `source_type`=0 AND `entryorguid`=-121624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Torso Blood Back'" WHERE `source_type`=0 AND `entryorguid`=-121623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Left Hand'" WHERE `source_type`=0 AND `entryorguid`=-121622 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Left Hand'" WHERE `source_type`=0 AND `entryorguid`=-121621 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Torso Blood Back'" WHERE `source_type`=0 AND `entryorguid`=-121620 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Torso Blood Back'" WHERE `source_type`=0 AND `entryorguid`=-121619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Torso Blood Back'" WHERE `source_type`=0 AND `entryorguid`=-121618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Right Hand'" WHERE `source_type`=0 AND `entryorguid`=-121617 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Right Hand'" WHERE `source_type`=0 AND `entryorguid`=-121616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Cast 'Mind Trick: Chains - Right Hand'" WHERE `source_type`=0 AND `entryorguid`=-121615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=-121192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119991 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119991 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119968 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119968 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119951 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119949 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119949 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119947 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119945 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119944 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119944 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - Out of Combat - Cast 'Toss Ice Boulder'" WHERE `source_type`=0 AND `entryorguid`=-119784 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=-119784 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118427 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourged Flamespitter - Out of Combat - Cast 'Cosmetic - Incinerate to Random Target'" WHERE `source_type`=0 AND `entryorguid`=-118375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115976 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115958 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115927 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115923 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=-115920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuramas Teleport Bunny 01 - On Data Set 1 1 - Cast 'Drakuramas Teleport Script 01'" WHERE `source_type`=0 AND `entryorguid`=-114831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuramas Teleport Bunny 01 - On Data Set 1 1 - Cast 'Drakuramas Teleport Script 03'" WHERE `source_type`=0 AND `entryorguid`=-114829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114115 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114112 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114110 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114109 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114109 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=-114098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam'" WHERE `source_type`=0 AND `entryorguid`=-114098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113881 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=-113881 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Stormforged Beam'" WHERE `source_type`=0 AND `entryorguid`=-113881 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113880 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=-113880 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Stormforged Beam'" WHERE `source_type`=0 AND `entryorguid`=-113880 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113879 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113879 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=-113879 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Stormforged Beam'" WHERE `source_type`=0 AND `entryorguid`=-113879 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113878 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=-113878 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Stormforged Beam'" WHERE `source_type`=0 AND `entryorguid`=-113878 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=-113876 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Stormforged Beam'" WHERE `source_type`=0 AND `entryorguid`=-113876 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=-113874 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=-113874 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Stormforged Beam'" WHERE `source_type`=0 AND `entryorguid`=-113874 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - Out of Combat - Cast 'Rhunok's Chains'" WHERE `source_type`=0 AND `entryorguid`=-113558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Rampage: Rear Paw Invisible Stun Channel'" WHERE `source_type`=0 AND `entryorguid`=-113551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-113551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Rampage: Rear Paw Invisible Stun Channel'" WHERE `source_type`=0 AND `entryorguid`=-113550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-113550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Rampage: Akali's Chains - Right Front Paw'" WHERE `source_type`=0 AND `entryorguid`=-113549 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-113549 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Rampage: Akali's Chains - Left Front Paw'" WHERE `source_type`=0 AND `entryorguid`=-113548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-113548 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - Out of Combat - Cast 'Rhunok's Chains'" WHERE `source_type`=0 AND `entryorguid`=-113483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - Out of Combat - Cast 'Rhunok's Chains'" WHERE `source_type`=0 AND `entryorguid`=-113482 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - Out of Combat - Cast 'Rhunok's Chains'" WHERE `source_type`=0 AND `entryorguid`=-113481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Respawn - Cast 'Purple Banish State'" WHERE `source_type`=0 AND `entryorguid`=-113473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=-113473 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-113473 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Front Channel Stalker - Out of Combat - Cast 'Cosmetic - Crystalsong Tree Beam'" WHERE `source_type`=0 AND `entryorguid`=-111746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Front Channel Stalker - Out of Combat - Cast 'Cosmetic - Crystalsong Tree Beam'" WHERE `source_type`=0 AND `entryorguid`=-111742 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Front Channel Stalker - Out of Combat - Cast 'Cosmetic - Crystalsong Tree Beam'" WHERE `source_type`=0 AND `entryorguid`=-111726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Emote 36" WHERE `source_type`=0 AND `entryorguid`=-111383 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Random Emote (4, 5, 21)" WHERE `source_type`=0 AND `entryorguid`=-111382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Emote 36" WHERE `source_type`=0 AND `entryorguid`=-111380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Emote 36" WHERE `source_type`=0 AND `entryorguid`=-111380 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Emote 36" WHERE `source_type`=0 AND `entryorguid`=-111379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Emote 36" WHERE `source_type`=0 AND `entryorguid`=-111379 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Random Emote (4, 5, 21)" WHERE `source_type`=0 AND `entryorguid`=-111378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valiance Keep Footman - Out of Combat - Play Emote 36" WHERE `source_type`=0 AND `entryorguid`=-111377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Cast 'Disturbed Cauldron'" WHERE `source_type`=0 AND `entryorguid`=-110276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Cast 'Disturbed Cauldron'" WHERE `source_type`=0 AND `entryorguid`=-110263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 3 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 3 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 13 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 13 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 16 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 16 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 25 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 25 Reached - Set Orientation 6" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 25 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109655 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109654 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109654 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 6 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109654 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 13 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109654 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 13 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109654 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109653 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 4 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109653 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109653 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 8 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109653 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 8 Reached - Set Orientation 6" WHERE `source_type`=0 AND `entryorguid`=-109653 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 8 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109653 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109652 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 17 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109652 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 17 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109652 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 9 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-109652 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Waypoint 9 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-109652 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109578 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109577 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109576 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109576 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109575 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109575 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109574 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109574 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109573 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109572 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109572 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109571 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109571 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109571 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109570 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109570 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109569 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109569 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109565 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109565 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109563 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109563 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109563 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109561 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109561 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109560 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109560 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109559 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109559 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Reached Home - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=-109558 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=-109558 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108037 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108037 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108036 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108036 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108035 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - Out of Combat - Cast 'Flesh Construct Test' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=-108034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108034 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rotting Storm Giant - On Aggro - Remove Aura 'Flesh Construct Test'" WHERE `source_type`=0 AND `entryorguid`=-108034 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Argent Stand Defender - Out of Combat - Cast 'Hammer of the Righteous'" WHERE `source_type`=0 AND `entryorguid`=-107662 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=-106069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker - On Data Set 0 1 - Cast 'Summon Fizzcrank Fighter'" WHERE `source_type`=0 AND `entryorguid`=-106069 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker - Out of Combat - Cast 'Steel Gate Drop Off Check'" WHERE `source_type`=0 AND `entryorguid`=-105997 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Blue Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-105495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Bronze Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-105489 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Bronze Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-105488 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden of the Chamber - Out of Combat - Cast 'Blue Wyrmrest Warden Beam'" WHERE `source_type`=0 AND `entryorguid`=-105487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 1 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104071 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 2 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104071 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 1 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104070 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 2 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104070 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 1 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 2 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104069 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 1 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104068 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Data Set 0 2 - Cast 'Tur's Chains'" WHERE `source_type`=0 AND `entryorguid`=-104068 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Spellhit 'Tur's Chains' - Move To Position" WHERE `source_type`=0 AND `entryorguid`=-104066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Reached Point 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-104066 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Spellhit 'Tur's Chains' - Move To Position" WHERE `source_type`=0 AND `entryorguid`=-104065 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - On Reached Point 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-104065 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104006 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104004 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-104000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-103999 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-103998 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-103997 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - LAB - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=-103996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Footman - On Reset - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-102199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Footman - Out of Combat - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-102199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Footman - Out of Combat - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-102199 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Footman - Out of Combat - Cast 'Shoot' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=-102199 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onslaught Footman - Out of Combat - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=-102199 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-100336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-100336 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-100335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-100335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-100334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-100334 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-100333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=-100333 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-100095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100095 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100095 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 5 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100094 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100094 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100093 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 8 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100093 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100093 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100092 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100092 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100092 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100091 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 7 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100091 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100091 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100090 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 4 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100090 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100090 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100089 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 6 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100089 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100089 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100088 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100088 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-100088 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Ley Line Focus Control Talisman' - Store Targetlist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98617 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'The End of the Line: Ley Line Focus Control Talisman Effect' - Cast 'The End of the Line: Ley Line Focus Bunny Beam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98617 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Ley Line Focus Control Ring' - Store Targetlist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'The Focus on the Beach: Ley Line Focus Control Ring Effect' - Cast 'The Focus on the Beach: Ley Line Focus Bunny Beam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98599 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Sonic Boom' - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98576 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - Out of Combat - Cast 'Sonic Boom' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98575 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Ley Line Focus Control Talisman' - Store Targetlist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'The End of the Line: Ley Line Focus Control Talisman Effect' - Cast 'The End of the Line: Ley Line Focus Bunny Beam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Cast 'Disturbed Cauldron' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Cast 'Disturbed Cauldron' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Ley Line Focus Control Ring' - Store Targetlist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98537 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'The Focus on the Beach: Ley Line Focus Control Ring Effect' - Cast 'The Focus on the Beach: Ley Line Focus Bunny Beam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98537 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Ley Line Focus Control Amulet' - Store Targetlist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Atop the Woodlands: Ley Line Focus Control Amulet Effect' - Cast 'Atop the Woodlands: Ley Line Focus Bunny Beam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98535 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Ley Line Focus Control Amulet' - Store Targetlist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Spellhit 'Atop the Woodlands: Ley Line Focus Control Amulet Effect' - Cast 'Atop the Woodlands: Ley Line Focus Bunny Beam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98534 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Vargoth - On Gossip Option 0 Selected - Cast 'Kirin Tor Familiar' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Respawn - Start Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 5 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 10 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 18 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 18 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 24 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 24 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=-98043 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 1 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 6 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 10 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 14 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Engineering Crew - On Waypoint 14 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=-98042 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88790 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88787 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88786 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88784 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88782 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88780 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Commander - Out of Combat - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=-88779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Respawn - Cast 'Har'koa's Chains'" WHERE `source_type`=0 AND `entryorguid`=-88704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Respawn - Cast 'Har'koa's Chains'" WHERE `source_type`=0 AND `entryorguid`=-88703 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Respawn - Cast 'Har'koa's Chains'" WHERE `source_type`=0 AND `entryorguid`=-88702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Respawn - Cast 'Har'koa's Chains'" WHERE `source_type`=0 AND `entryorguid`=-88701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Data Set 0 1 - Cast 'Web Beam'" WHERE `source_type`=0 AND `entryorguid`=-85176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Data Set 0 2 - Interrupt Spell" WHERE `source_type`=0 AND `entryorguid`=-85176 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Data Set 0 2 - Interrupt Spell" WHERE `source_type`=0 AND `entryorguid`=-85175 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invisible Stalker (Floating) - On Data Set 0 1 - Cast 'Web Beam'" WHERE `source_type`=0 AND `entryorguid`=-85175 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Data Set 0 1 - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=-85118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Data Set 0 1 - Cast 'Web Beam'" WHERE `source_type`=0 AND `entryorguid`=-85118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Just Died - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=-85118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-85118 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Data Set 0 1 - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=-85098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Data Set 0 1 - Cast 'Web Beam'" WHERE `source_type`=0 AND `entryorguid`=-85098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Just Died - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=-85098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mystical Webbing - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=-85098 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Waypoint 6 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Waypoint 7 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Waypoint 7 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Waypoint 8 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Waypoint 8 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Respawn - Set Emote State 0" WHERE `source_type`=0 AND `entryorguid`=-78837 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Invisible Location Trigger - Out of Combat - Cast 'Green Beam'" WHERE `source_type`=0 AND `entryorguid`=-70104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Location Trigger - Out of Combat - Cast 'Green Beam'" WHERE `source_type`=0 AND `entryorguid`=-70103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Location Trigger - Out of Combat - Cast 'Green Beam'" WHERE `source_type`=0 AND `entryorguid`=-70101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invisible Location Trigger - Out of Combat - Cast 'Green Beam'" WHERE `source_type`=0 AND `entryorguid`=-70100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildhammer Scout - Out of Combat - Cast 'Shoot Gun'" WHERE `source_type`=0 AND `entryorguid`=-69127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildhammer Scout - Out of Combat - Cast 'Shoot Gun'" WHERE `source_type`=0 AND `entryorguid`=-69126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildhammer Scout - Out of Combat - Cast 'Throw Hammer'" WHERE `source_type`=0 AND `entryorguid`=-69125 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildhammer Scout - Out of Combat - Cast 'Throw Hammer'" WHERE `source_type`=0 AND `entryorguid`=-69124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildhammer Scout - Out of Combat - Cast 'Shoot Gun'" WHERE `source_type`=0 AND `entryorguid`=-69123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildhammer Scout - Out of Combat - Cast 'Shoot Gun'" WHERE `source_type`=0 AND `entryorguid`=-69122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - On Aggro - Cast 'Dismounting Blast'" WHERE `source_type`=0 AND `entryorguid`=-68293 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=-68293 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65699 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65698 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=-65694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Ranger - Out of Combat - Cast 'Shoot Bow'" WHERE `source_type`=0 AND `entryorguid`=-64953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Ranger - Out of Combat - Cast 'Shoot Bow'" WHERE `source_type`=0 AND `entryorguid`=-64952 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Ranger - Out of Combat - Cast 'Shoot Bow'" WHERE `source_type`=0 AND `entryorguid`=-64951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Ranger - Out of Combat - Cast 'Shoot Bow'" WHERE `source_type`=0 AND `entryorguid`=-64950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 0 1 - Cast 'Water Spout'" WHERE `source_type`=0 AND `entryorguid`=-62854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 0 1 - Cast 'Camera Shake - Tremor'" WHERE `source_type`=0 AND `entryorguid`=-62853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 0 1 - Cast 'Water Spout'" WHERE `source_type`=0 AND `entryorguid`=-62852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Cast 'Cyclone Water Visual'" WHERE `source_type`=0 AND `entryorguid`=-62851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 2 - Remove Aura 'Cyclone Water Visual'" WHERE `source_type`=0 AND `entryorguid`=-62851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - Out of Combat - Set Event Phase 0 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - Out of Combat - Set Data 0 1 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61996 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Data Set 0 1 - Increment Phase By 0 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61996 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Rampage: Akali's Chains - Left Rear Paw' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61995 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61995 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Data Set 0 1 - Cast 'Rampage: Akali's Chains - Right Rear Paw' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) Large - On Spellhit 'Rampage: Akali Chain Anchor On Disturb' - Despawn Instant (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-61994 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Honor Hold Archer - Out of Combat - Cast 'Shoot Bow' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-58451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Archer - Out of Combat - Cast 'Shoot Bow' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-58450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Archer - Out of Combat - Cast 'Shoot Bow' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-58449 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-53928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-53928 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-53927 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Out of Combat - Cast 'Artificer's Beam' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-53927 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-42876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-42876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - Out of Combat - Cast 'Surge Needle Beam' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-42875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - In Combat - Cast 'Arcane Blast' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=-42875 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Krakle's Thermometer - On Spellhit 'Temperature Reading' - Quest Credit 'Finding the Source'" WHERE `source_type`=0 AND `entryorguid`=-23716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krakle's Thermometer - On Spellhit 'Temperature Reading' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=-23716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Krakle's Thermometer - On Spellhit 'Temperature Reading' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=-23715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krakle's Thermometer - On Spellhit 'Temperature Reading' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=-23714 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krakle's Thermometer - On Spellhit 'Temperature Reading' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=-23713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krakle's Thermometer - On Spellhit 'Temperature Reading' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=-23712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Respawn - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=-21707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Say Line 3 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-21707 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=-21707 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kobold Vermin - On Aggro - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=6 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forest Spider - In Combat - Cast 'Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Thug - On Aggro - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=38 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Miner - On Aggro - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=40 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Miner - In Combat - Cast 'Pierce Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=40 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mine Spider - In Combat - Cast 'Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=43 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Forager - Between 0-40% Health - Cast 'Drink Minor Potion' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=46 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Warrior - On Aggro - Cast 'Battle Stance' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=48 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Warrior - In Combat - Cast 'Hamstring' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=48 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ruklar the Trapper - In Combat - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=60 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ruklar the Trapper - In Combat - Cast 'Pierce Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=60 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="A Weathered Grave - On Quest 'A Daughter's Love' Finished - Summon Creature 'Morgan Ladimore' (Phase 1)" WHERE `source_type`=1 AND `entryorguid`=61 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thuros Lightfingers - On Aggro - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=61 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diseased Timber Wolf - On Respawn - Cast 'Diseased' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=69 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Narg the Taskmaster - In Combat - Cast 'Battle Shout' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=79 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Laborer - On Aggro - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=80 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Cutpurse - In Combat - Cast 'Backstab' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=94 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Smuggler - On Initialize - Install Caster Template (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=95 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Smuggler - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=95 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Smuggler - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=95 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Smuggler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=95 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Smuggler - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=95 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Riverpaw Runt - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=97 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Runt - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=97 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Taskmaster - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=98 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Taskmaster - In Combat - Cast 'Quick Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=98 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Taskmaster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=98 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Morgaine the Sly - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=99 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morgaine the Sly - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=99 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morgaine the Sly - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=99 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gruff Swiftbite - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Garrick Padfoot - On Aggro - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Garrick Padfoot - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonetusk Boar - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harvest Reaper - In Combat - Cast 'Wide Slash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Bandit - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Bandit - In Combat - Cast 'Snap Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Gnoll - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Longsnout - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Pathstalker - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=121 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Pathstalker - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=121 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Pathstalker - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=121 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Pathstalker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=121 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Highwayman - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Highwayman - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=122 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Highwayman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=122 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mongrel - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mongrel - In Combat - Cast 'Spirit Decay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=123 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mongrel - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=123 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Brute - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Brute - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=124 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Brute - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=124 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Overseer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=125 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Overseer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=125 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Coastrunner - In Combat - Cast 'Poisonous Stab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Coastrunner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=126 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Tidehunter - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Tidehunter - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=127 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Tidehunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=127 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greater Fleshripper - In Combat - Cast 'Muscle Tear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goretusk - Within 6-15 Range - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=171 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marshal McBride - On Quest 'Report to Goldshire' Taken - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Horror - In Combat - Cast 'Terrify' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Mage - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=203 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nightbane Dark Runner - In Combat - Cast 'Exploit Weakness'" WHERE `source_type`=0 AND `entryorguid`=205 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightbane Vile Fang - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bone Chewer - Out of Combat - Cast 'Birth'" WHERE `source_type`=0 AND `entryorguid`=210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bone Chewer - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=210 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Warrior - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=212 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Night Runner - Out of Combat - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Night Runner - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=215 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Night Runner - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=215 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Venom Web Spider - In Combat - Cast 'Web'" WHERE `source_type`=0 AND `entryorguid`=217 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venom Web Spider - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=217 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grave Robber - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=218 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Waypoint 1 Reached - Play Emote 25" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Waypoint 10 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gavin Gnarltree - On Waypoint Resumed - Set Emote State 0" WHERE `source_type`=0 AND `entryorguid`=225 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gryan Stoutmantle - On Quest 'The Defias Brotherhood' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=234 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="William Pestle - On Quest 'The Escape' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=253 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Worker - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=257 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Ello Ebonlocke - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Role Dreuger - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Councilman Millstipe - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador Berrybuck - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jitters - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=288 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Farley - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Farley - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=295 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Diseased Young Wolf - On Respawn - Cast 'Diseased'" WHERE `source_type`=0 AND `entryorguid`=299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zzarc' Vul - In Combat - Cast 'Low Swipe'" WHERE `source_type`=0 AND `entryorguid`=300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eliza - On Gossip Option 0 Selected - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eliza - Between 0-7% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eliza - In Combat - Cast 'Frost Nova' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eliza - In Combat - Cast 'Summon Eliza's Guard' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eliza - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eliza - Within 5-35 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eliza - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eliza - Within 0-40 Range - Cast 'Frostbolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eliza - Between 0-7% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eliza - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eliza - On Respawn - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eliza - Between 15-100% Mana - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=314 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stalvan Mistmantle - In Combat - Cast 'Curse of Stalvan'" WHERE `source_type`=0 AND `entryorguid`=315 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stalvan Mistmantle - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=315 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hogan Ference - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=325 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goldtooth - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goldtooth - Between 0-20% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=327 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Princess - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=330 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gath'Ilzogg - In Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gath'Ilzogg - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=334 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gath'Ilzogg - In Combat - Cast 'Opening Cage'" WHERE `source_type`=0 AND `entryorguid`=334 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Singe - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Singe - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Singe - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Singe - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Singe - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Singe - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Singe - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Singe - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Singe - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Singe - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Singe - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=335 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bellygrub - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=345 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bellygrub - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=345 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dungar Longdrink - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dungar Longdrink - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=352 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tirisfal Pumpkin - On Gameobject State Changed - Respawn Self" WHERE `source_type`=1 AND `entryorguid`=375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Porcine Entourage - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Murk-Eye - In Combat - Cast 'Volatile Infection'" WHERE `source_type`=0 AND `entryorguid`=391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Murk-Eye - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=391 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morganth - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morganth - Out of Combat - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morganth - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Morganth - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Morganth - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Morganth - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Morganth - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Morganth - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Morganth - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Morganth - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Morganth - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Morganth - Between 0-50% Health - Cast 'Minion of Morganth'" WHERE `source_type`=0 AND `entryorguid`=397 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stitches - In Combat - Cast 'Aura of Rot'" WHERE `source_type`=0 AND `entryorguid`=412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Flesheater - In Combat - Cast 'Consume Flesh'" WHERE `source_type`=0 AND `entryorguid`=422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Flesheater - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redridge Mongrel - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Mongrel - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=423 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Between 0-15% Mana - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Between 0-15% Health - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 0-0 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Within 5-30 Range - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - On Aggro - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redridge Poacher - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Brute - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Brute - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=426 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dire Condor - In Combat - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowhide Darkweaver - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=429 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - On Friendly Between 0-30% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Redridge Mystic - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=430 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Slayer - Target Between 0-20% Health - Cast 'Execute'" WHERE `source_type`=0 AND `entryorguid`=431 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Slayer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=431 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowhide Brute - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Brute - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=432 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowhide Gnoll - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=433 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Gnoll - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=433 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rabid Shadowhide Gnoll - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=434 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Shadowhide Gnoll - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=434 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rabid Shadowhide Gnoll - In Combat - Cast 'Rabies'" WHERE `source_type`=0 AND `entryorguid`=434 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rabid Shadowhide Gnoll - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=434 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Champion - In Combat - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=435 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Champion - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=435 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Champion - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=435 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Champion - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=435 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Out of Combat - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - In Combat - Cast 'Banish'" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Blackrock Shadowcaster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=436 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Blackrock Renegade - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=437 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Renegade - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=437 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Renegade - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=437 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Renegade - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=437 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Grunt - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=440 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Grunt - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=440 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Black Dragon Whelp - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=441 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tarantula - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Alpha - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Alpha - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=445 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redridge Alpha - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=445 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Redridge Basher - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=446 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Basher - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=446 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redridge Basher - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=446 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Redridge Basher - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=446 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hogger - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hogger - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hogger - In Combat - Cast 'Head Butt'" WHERE `source_type`=0 AND `entryorguid`=448 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hogger - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=448 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Knuckleduster - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=449 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Knuckleduster - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=449 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Knuckleduster - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=449 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Knuckleduster - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=449 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - In Combat - Cast 'Quick Flame Ward'" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - In Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Renegade Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=450 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Riverpaw Bandit - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Bandit - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=452 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Bandit - In Combat - Cast 'Poisonous Stab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=452 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Bandit - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=452 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Riverpaw Mystic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=453 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Young Goretusk - Within 6-15 Range - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Friendly At 130 Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Oracle - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=456 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Out of Combat - Cast 'Summon Crawler' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Murloc Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=458 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Vultros - In Combat - Cast 'Swoop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="General Marcus Jonathan - Received Emote 78 - Play Emote 66 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="General Marcus Jonathan - Received Emote 101 - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=466 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mother Fang - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mother Fang - In Combat - Cast 'Web' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fedfennel - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fedfennel - In Combat - Cast 'Nimble Reflexes' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=472 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morgan the Collector - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Rogue Wizard - On Initialize - Install Caster Template (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=474 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Rogue Wizard - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=474 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Rogue Wizard - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=474 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kobold Tunneler - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Geomancer - On Initialize - Install Caster Template (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Geomancer - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=476 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kobold Geomancer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=476 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Outrunner - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=478 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Outrunner - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=478 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rusty Harvest Golem - In Combat - Cast 'Tetanus' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Footpad - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Footpad - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=481 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Footpad - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=481 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Outrunner - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Outrunner - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=485 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Outrunner - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=485 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Outrunner - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=485 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tharil'zun - In Combat - Cast 'Battle Fury'" WHERE `source_type`=0 AND `entryorguid`=486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tharil'zun - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tharil'zun - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=486 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tharil'zun - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=486 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Riverpaw Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=500 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Riverpaw Herbalist - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Herbalist - In Combat - Cast 'Potion Strength II' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Herbalist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Benny Blaanco - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Malathrom - In Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Malathrom - In Combat - Cast 'Minions of Malathrom' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Trapper - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Trapper - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=504 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Trapper - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=504 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Trapper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=504 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Greater Tarantula - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sergeant Brashclaw - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=506 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sergeant Brashclaw - In Combat - Cast 'Frenzied Command' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=506 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sergeant Brashclaw - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=506 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sergeant Brashclaw - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=506 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fenros - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fenros - In Combat - Cast 'Flame Spike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=507 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fenros - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=507 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Insane Ghoul - Out of Combat - Cast 'Birth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=511 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Insane Ghoul - In Combat - Cast 'Curse of Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=511 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Netter - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=513 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Netter - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=513 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Netter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=513 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murloc Raider - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=515 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Oracle - In Combat - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Oracle - On Friendly Between 0-50% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=517 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=517 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Yowler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slark - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slark - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brack - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brack - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=520 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brack - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=520 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brack - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=520 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mor'Ladim - In Combat - Cast 'Enraging Memories' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=522 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thor - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thor - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=523 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockhide Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=524 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Fiend - Between 0-30% Health - Cast 'Fiend Fury'" WHERE `source_type`=0 AND `entryorguid`=531 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nightbane Shadow Weaver - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=533 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nefaru - In Combat - Cast 'Terrifying Howl'" WHERE `source_type`=0 AND `entryorguid`=534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nefaru - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=534 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pygmy Venom Web Spider - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Nightcrawler - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Tidecaller - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=545 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Tidecaller - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=545 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Tidecaller - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=545 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Great Goretusk - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=547 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murloc Minor Tidecaller - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=548 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Messenger - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Messenger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rabid Dire Wolf - In Combat - Cast 'Rabies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Warrior - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=568 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Warrior - On Aggro - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=568 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowhide Warrior - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=568 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowhide Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=568 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Green Recluse - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brain Eater - Out of Combat - Cast 'Birth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brain Eater - In Combat - Cast 'Plague Mind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=570 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Leprithus - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Leprithus - In Combat - Cast 'Wither Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=572 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foe Reaper 4000 - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naraxis - In Combat - Cast 'Deadly Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=574 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naraxis - In Combat - Cast 'Naraxis Web' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=574 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 5-30 Range - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - On Aggro - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Out of Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murloc Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=578 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowhide Assassin - Out of Combat - Cast 'Stealth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhide Assassin - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=579 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowhide Assassin - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=579 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowhide Assassin - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=579 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Redridge Drudger - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redridge Drudger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=580 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Ambusher - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kazon - In Combat - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kazon - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Warrior - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=587 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Warrior - Target Casting - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=587 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Warrior - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=587 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Warrior - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=587 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Pillager - On Initialize - Install Caster Template (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=589 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Pillager - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=589 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Pillager - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=589 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Pillager - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=589 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Pillager - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=589 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Looter - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=590 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Looter - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=590 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Looter - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=590 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Looter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=590 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Henchman - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Henchman - Target Casting - Cast 'Shield Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=594 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Henchman - In Combat - Cast 'Improved Blocking' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=594 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Henchman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=594 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Berserker - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Berserker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=597 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Berserker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=597 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Miner - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Miner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=598 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-50% Health - Cast 'Chains of Ice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - In Combat - Cast 'Polymorph: Chicken' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - In Combat - Cast 'Sleep' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-30% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Marisa du'Paige - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=599 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Plague Spreader - Out of Combat - Cast 'Birth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Spreader - In Combat - Cast 'Wandering Plague' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=604 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Tracker - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Tracker - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=615 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Tracker - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=615 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chatter - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chatter - In Combat - Cast 'Paralyzing Poison'" WHERE `source_type`=0 AND `entryorguid`=616 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Conjurer - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=619 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - In Combat - Cast 'Summon Remote-Controlled Golem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Between 0-15% Health - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 5-15 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 5-15 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 25-80 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Within 5-30 Range - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - On Aggro - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Out of Combat - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - Out of Combat - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Goblin Engineer - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=622 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Skeletal Miner - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Undead Excavator - In Combat - Cast 'Call of the Grave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Undead Dynamiter - In Combat - Cast 'Deadmines Dynamite' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=625 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foreman Thistlenettle - Between 0-30% Health - Cast 'Draw of Thistlenettle' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Ravager - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=628 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Overseer - In Combat - Cast 'Battle Command' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=634 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Overseer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=634 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Blackguard - Out of Combat - Cast 'Faded' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Blackguard - On Aggro - Remove Aura 'Faded' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=636 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Blackguard - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=636 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - In Combat - Cast 'Dual Wield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - Between 34-66% Health - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - Between 26-50% Health - Cast 'VanCleef's Allies' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - Between 26-50% Health - Say Line 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - Between 0-33% Health - Say Line 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - Between 0-25% Health - Cast 'VanCleef's Allies' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - Between 0-25% Health - Say Line 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - On Killed Unit - Say Line 4 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Edwin VanCleef - On Just Died - Say Line 5 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=639 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Goblin Woodcarver - In Combat - Cast 'Axe Toss' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=641 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goblin Woodcarver - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=641 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sneed's Shredder - In Combat - Cast 'Distracting Pain' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sneed's Shredder - In Combat - Cast 'Terrify' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=642 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sneed's Shredder - On Just Died - Cast 'Eject Sneed' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=642 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sneed - In Combat - Cast 'Disarm' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rhahk'Zor - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rhahk'Zor - In Combat - Cast 'Rhahk'Zor Slam' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=644 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rhahk'Zor - On Just Died - Set Instance Data 1 to 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=644 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cookie - In Combat - Cast 'Acid Splash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=645 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cookie - Between 0-50% Health - Cast 'Cookie's Cooking' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=645 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cookie - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=645 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Greenskin - In Combat - Cast 'Poisoned Harpoon' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Greenskin - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=647 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Pirate - Out of Combat - Cast 'Bloodsail Companion' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lashtail Raptor - In Combat - Cast 'Lash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=686 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stone Maw Basilisk - In Combat - Cast 'Crystal Gaze' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=688 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystal Spine Basilisk - In Combat - Cast 'Crystal Gaze' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=689 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cold Eye Basilisk - In Combat - Cast 'Crystalline Slumber' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=690 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 5-30 Range - Cast 'Throw' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 25-80 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 25-80 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 0-5 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 0-5 Range - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 0-5 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 5-15 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Within 5-15 Range - Stop Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Axe Thrower - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=694 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - In Combat - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Axe Thrower - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=696 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Shaman - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Shaman - In Combat - Cast 'Fire Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=697 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Shaman - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=697 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Shaman - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=697 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - In Combat - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Friendly At 500 Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Within 0-40 Range - Cast 'Throw' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Mystic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=701 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lieutenant Fangore - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=703 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Troll Whelp - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ardo Dirtpaw - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ardo Dirtpaw - In Combat - Cast 'Plague Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=711 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ardo Dirtpaw - In Combat - Cast 'Sling Mud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=711 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ardo Dirtpaw - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=711 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Redridge Thrasher - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bhag'thera - In Combat - Cast 'Rend Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bhag'thera - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Bangalash - Between 0-50% Health - Cast 'Summon Panthers' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=731 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Lurker - On Behind Target - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Adolescent Whelp - In Combat - Cast 'Acid Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=740 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreaming Whelp - In Combat - Cast 'Acid Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=741 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalebane Captain - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=745 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalebane Captain - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=745 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scalebane Captain - In Combat - Cast 'Pummel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=745 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elder Dragonkin - In Combat - Cast 'Acid Splash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Murloc - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lost One Riftseeker - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathstrike Tarantula - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Felstrom - Between 0-10% Health - Cast 'Felstrom Resurrection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Friendly At 700 Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Mystic - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=780 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Berserker - In Combat - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Berserker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=783 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Warder - In Combat - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Warder - In Combat - Cast 'Unholy Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=785 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Healer - On Friendly Between 0-40% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=787 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grik'nir the Cold - On Aggro - Cast 'Frostmane Strength'" WHERE `source_type`=0 AND `entryorguid`=808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grik'nir the Cold - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=808 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sergeant Malthus - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sergeant Malthus - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Servant of Ilgalar - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Digger - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Digger - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=824 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dust Devil - In Combat - Cast 'Gust of Wind'" WHERE `source_type`=0 AND `entryorguid`=832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coyote Packleader - In Combat - Cast 'Furious Howl'" WHERE `source_type`=0 AND `entryorguid`=833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coyote - Out of Combat - Play Sound 1018" WHERE `source_type`=0 AND `entryorguid`=834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coyote - Out of Combat - Play Emote 393" WHERE `source_type`=0 AND `entryorguid`=834 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnan Furcutter - On Quest 'Scalding Mornbrew Delivery' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotten Ghoul - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldridge Mountaineer - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surena Caledon - On Initialize - Install Caster Template" WHERE `source_type`=0 AND `entryorguid`=881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surena Caledon - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=881 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surena Caledon - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=881 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Fire Weaver - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=891 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Taskmaster - In Combat - Cast 'Battle Fury'" WHERE `source_type`=0 AND `entryorguid`=892 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Night Blade - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=909 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Night Blade - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=909 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Night Blade - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=909 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Night Blade - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=909 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - In Combat - Cast 'Enchanted Quickness'" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Enchanter - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=910 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nightbane Tainted One - In Combat - Cast 'Tainted Howl'" WHERE `source_type`=0 AND `entryorguid`=920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightbane Tainted One - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=920 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venture Co. Lumberjack - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Lumberjack - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=921 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Widow Hatchling - In Combat - Cast 'Infected Bite'" WHERE `source_type`=0 AND `entryorguid`=930 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Widow Hatchling - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=930 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ariena Stormfeather - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ariena Stormfeather - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=931 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurzen Jungle Fighter - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Commando - Out of Combat - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Commando - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurzen Commando - Between 0-15% Health - Cast 'Smoke Bomb'" WHERE `source_type`=0 AND `entryorguid`=938 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kurzen Elite - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=939 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Elite - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=939 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurzen Elite - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=939 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kurzen Medicine Man - On Friendly Between 0-30% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Medicine Man - On Friendly Between 0-30% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurzen Medicine Man - Between 0-30% Health - Cast 'Inner Fire'" WHERE `source_type`=0 AND `entryorguid`=940 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kurzen Medicine Man - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=940 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - In Combat - Cast 'Shrink'" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kurzen Headshrinker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=941 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Kurzen Witch Doctor - In Combat - Cast 'Searing Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Witch Doctor - In Combat - Cast 'Purge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=942 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurzen Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=942 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kurzen Wrangler - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=943 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurzen Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=943 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - On Aggro - Cast 'Weak Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Within 0-30 Range - Cast 'Weak Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostmane Novice - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=946 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rohh the Silent - Out of Combat - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rohh the Silent - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=947 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotted One - Out of Combat - Cast 'Birth'" WHERE `source_type`=0 AND `entryorguid`=948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotted One - On Just Died - Cast 'Summon Flesh Eating Worms'" WHERE `source_type`=0 AND `entryorguid`=948 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Carrion Recluse - In Combat - Cast 'Paralyzing Poison'" WHERE `source_type`=0 AND `entryorguid`=949 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Gnoll - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Gnoll - In Combat - Cast 'Moss Hide'" WHERE `source_type`=0 AND `entryorguid`=1007 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Gnoll - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1007 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1007 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosshide Mongrel - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Mongrel - In Combat - Cast 'Spirit Decay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1008 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Mongrel - In Combat - Cast 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1008 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Mongrel - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1008 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosshide Mongrel - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1008 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Out of Combat - Cast 'Summon Treasure Horde' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-30% Health - Cast 'Moss Hide'" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-15% Health - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mosshide Mistweaver - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1009 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Mosshide Fenrunner - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1010 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Fenrunner - In Combat - Cast 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1010 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Fenrunner - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1010 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Fenrunner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1010 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosshide Trapper - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1011 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Trapper - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1011 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Trapper - In Combat - Cast 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1011 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Trapper - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1011 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosshide Trapper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1011 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mosshide Brute - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1012 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Brute - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1012 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - On Aggro - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 0-11% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 0-11% Mana - Set Event Phase 5" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Within 0-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 20-100% Mana - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 20-100% Mana - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Within 40-60 Range - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Within 0-5 Range - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - In Combat - Cast 'Slow'" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 0-30% Health - Cast 'Moss Hide'" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 0-15% Health - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Mosshide Mystic - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1013 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Mosshide Alpha - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1014 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshide Alpha - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1014 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosshide Alpha - In Combat - Cast 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1014 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshide Alpha - Between 0-15% Health - Remove Aura 'Moss Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1014 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosshide Alpha - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1014 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Highland Lashtail - In Combat - Cast 'Lash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highland Scytheclaw - In Combat - Cast 'Rend Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highland Razormaw - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Razormaw - In Combat - Cast 'Tendon Rip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mottled Screecher - Between 0-20% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mottled Screecher - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1021 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mottled Scytheclaw - In Combat - Cast 'Rend Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mottled Razormaw - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1023 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Murloc - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Puddlejumper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Forager - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Forager - In Combat - Cast 'Sinister Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1026 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bluegill Forager - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1026 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bluegill Warrior - Out of Combat - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Warrior - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1027 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bluegill Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1027 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bluegill Muckdweller - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1028 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Muckdweller - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1028 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bluegill Oracle - Between 0-60% Health - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1029 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Oracle - On Friendly Between 0-30% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1029 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bluegill Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1029 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Black Slime - In Combat - Cast 'Dark Sludge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Ooze - In Combat - Cast 'Rancid Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1031 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Ooze - In Combat - Cast 'Rancid Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1032 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Monstrous Ooze - In Combat - Cast 'Rancid Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1033 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Raider - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Raider - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Raider - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1034 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Swamprunner - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Swamprunner - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Swamprunner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Centurion - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Centurion - In Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Centurion - In Combat - Cast 'Devotion Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1036 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Centurion - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1036 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Centurion - In Combat - Cast 'Improved Blocking' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1036 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Centurion - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1036 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Battlemaster - In Combat - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Battlemaster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - In Combat - Cast 'Corruption' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 0-20% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shadowwarder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1038 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fen Creeper - Out of Combat - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1040 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fen Creeper - On Aggro - Remove Aura 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1040 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fen Lord - Out of Combat - Cast 'Summon Fen Dweller' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fen Lord - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1041 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Red Whelp - In Combat - Cast 'Flame Lash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lost Whelp - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1043 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Flamesnorting Whelp - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1044 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Red Dragonspawn - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1045 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Red Dragonspawn - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1045 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Red Wyrmkin - In Combat - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Red Wyrmkin - In Combat - Cast 'Flamestrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1046 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Red Wyrmkin - In Combat - Cast 'Fire Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1046 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Red Wyrmkin - In Combat - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1046 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Red Scalebane - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalebane Lieutenant - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalebane Lieutenant - In Combat - Cast 'Shield Block' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scalebane Lieutenant - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1048 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wyrmkin Firebrand - In Combat - Cast 'Fireball Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1049 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmkin Firebrand - In Combat - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1049 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wyrmkin Firebrand - In Combat - Cast 'Rain of Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1049 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wyrmkin Firebrand - In Combat - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1049 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scalebane Royal Guard - In Combat - Cast 'Fire Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1050 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalebane Royal Guard - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1050 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Dwarf - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1051 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Dwarf - In Combat - Cast 'Gift of Ragnaros' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1051 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Dwarf - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1051 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Saboteur - In Combat - Cast 'Gift of Ragnaros' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1052 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Saboteur - Between 0-15% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1052 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Saboteur - Between 0-15% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1052 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Saboteur - Between 0-15% Health - Cast 'Sapper Explode' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1052 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Tunneler - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1053 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Tunneler - In Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1053 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Tunneler - In Combat - Cast 'Gift of Ragnaros' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1053 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Tunneler - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1053 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Tunneler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1053 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - On Aggro - Cast 'Bomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 5-30 Range - Cast 'Bomb' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 25-80 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 25-80 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 0-5 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 0-5 Range - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 0-5 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 5-15 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Within 5-15 Range - Stop Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - In Combat - Cast 'Gift of Ragnaros' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dark Iron Demolitionist - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1054 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Bonewarder - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1057 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Bonewarder - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1057 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Riverpaw Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1065 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crimson Whelp - In Combat - Cast 'Fire Shield II' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Shorestriker - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murloc Shorestriker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1083 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Stranglethorn Tiger - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1085 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Workboss - In Combat - Cast 'Battle Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Workboss - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1095 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-50% Health - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - In Combat - Cast 'Fire Shield II' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Venture Co. Geologist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1096 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Between 0-15% Health - Set Sheath Ranged (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-30 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Venture Co. Mechanic - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1097 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Fleshripper - In Combat - Cast 'Muscle Tear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1109 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Raider - In Combat - Cast 'Slowing Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Leech Stalker - In Combat - Cast 'Leech Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Leech Widow - In Combat - Cast 'Deadly Leech Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockjaw Skullthumper - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockjaw Skullthumper - In Combat - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1115 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockjaw Skullthumper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1115 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rockjaw Ambusher - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockjaw Ambusher - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockjaw Ambusher - Between 0-20% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1116 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rockjaw Bonesnapper - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockjaw Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockjaw Backbreaker - Between 0-20% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockjaw Backbreaker - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hammerspine - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hammerspine - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Troll - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Snowstrider - On Aggro - Cast 'Thorns' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1121 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Snowstrider - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1121 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Snowstrider - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1121 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostmane Hideskinner - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Hideskinner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1122 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Frostmane Headhunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1123 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Out of Combat - Cast 'Demon Skin' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Frostmane Shadowcaster - Between 0-15% Mana - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1124 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Crag Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=1125 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Large Crag Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=1126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Crag Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=1127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bjarn - In Combat - Cast 'Ice Claw'" WHERE `source_type`=0 AND `entryorguid`=1130 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bjarn - In Combat - Cast 'Rend Flesh'" WHERE `source_type`=0 AND `entryorguid`=1130 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Timber - In Combat - Cast 'Rabies'" WHERE `source_type`=0 AND `entryorguid`=1132 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Starving Winter Wolf - In Combat - Cast 'Crazed Hunger'" WHERE `source_type`=0 AND `entryorguid`=1133 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Young Wendigo - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=1134 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wendigo - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=1135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Edan the Howler - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=1137 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormaw Matriarch - Between 0-30% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1140 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormaw Matriarch - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1140 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormaw Matriarch - Between 0-15% Health - Cast 'Fatal Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1140 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormaw Matriarch - In Combat - Cast 'Rend Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1140 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="River Crocolisk - In Combat - Cast 'Tendon Rip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1150 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltwater Crocolisk - In Combat - Cast 'Tendon Rip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1151 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snapjaw Crocolisk - In Combat - Cast 'Tendon Rip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1152 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Sailor - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Marine - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1158 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Marine - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1158 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cursed Marine - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1158 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="First Mate Snellig - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1159 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="First Mate Snellig - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1159 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="First Mate Snellig - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=1159 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Halyndor - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Halyndor - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1160 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Halyndor - In Combat - Cast 'Curse of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1160 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Halyndor - In Combat - Cast 'Ward of the Eye'" WHERE `source_type`=0 AND `entryorguid`=1160 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Trogg - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1161 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 25-80 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1162 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Skullthumper - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1163 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Skullthumper - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1163 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Skullthumper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1163 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Bonesnapper - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1164 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1164 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Geomancer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1165 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Geomancer - In Combat - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1165 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1165 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Seer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1166 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Digger - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1167 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Digger - In Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1167 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Digger - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1167 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Digger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1167 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Insurgent - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1169 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Insurgent - Between 0-80% Health - Cast 'Stoneform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1169 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Insurgent - Between 0-40% Health - Cast 'Stoneform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1169 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Insurgent - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1169 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Vermin - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1172 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Vermin - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1172 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1173 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Geomancer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Geomancer - In Combat - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1174 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Geomancer - In Combat - Cast 'Fire Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1174 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Geomancer - In Combat - Cast 'Fire Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1174 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1174 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Digger - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1175 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Digger - In Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1175 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Digger - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1175 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Digger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1175 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Forager - In Combat - Cast 'Bottle of Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Forager - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1176 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Surveyor - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Ogre - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1178 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Ogre - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1178 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Enforcer - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1179 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Enforcer - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=1179 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Shaman - In Combat - Cast 'Quick Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=1181 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mo'grosh Mystic - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=1183 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cliff Lurker - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=1184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wood Lurker - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=1185 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mountain Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=1190 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mangy Mountain Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=1191 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Mountain Boar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=1192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mountain Buzzard - In Combat - Cast 'Tetanus'" WHERE `source_type`=0 AND `entryorguid`=1194 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forest Lurker - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=1195 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ice Claw Bear - In Combat - Cast 'Ice Claw'" WHERE `source_type`=0 AND `entryorguid`=1196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Shaman - On Friendly Between 0-20% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=1197 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonesplinter Shaman - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1197 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Morbent Fel - Out of Combat - Cast 'Unholy Shield'" WHERE `source_type`=0 AND `entryorguid`=1200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morbent Fel - On Spellhit 'Sacred Cleansing' - Update Template To 'Weakened Morbent Fel'" WHERE `source_type`=0 AND `entryorguid`=1200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morbent Fel - In Combat - Cast 'Touch of Death'" WHERE `source_type`=0 AND `entryorguid`=1200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Morbent Fel - In Combat - Cast 'Presence of Death'" WHERE `source_type`=0 AND `entryorguid`=1200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Morbent Fel - Between 0-15% Health - Remove Aura 'Unholy Shield'" WHERE `source_type`=0 AND `entryorguid`=1200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Kobold - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=1202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunnel Rat Kobold - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1202 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grawmug - In Combat - Cast 'Quick Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=1205 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grawmug - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1205 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnasher - In Combat - Cast 'Consume Flesh'" WHERE `source_type`=0 AND `entryorguid`=1206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnasher - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1206 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brawler - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=1207 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brawler - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1207 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chok'sul - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=1210 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Leper Gnome - In Combat - Cast 'Decayed Strength'" WHERE `source_type`=0 AND `entryorguid`=1211 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Leper Gnome - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1211 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Sapper - Between 0-15% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1222 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Sapper - Between 0-15% Health - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1222 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Sapper - Between 0-15% Health - Cast 'Sapper Explode' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1222 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kobold Digger - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kobold Digger - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kobold Digger - Between 0-30% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1236 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Belm - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=1247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Belm - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=1247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Firemonger - In Combat - Cast 'Fire Shield II'" WHERE `source_type`=0 AND `entryorguid`=1251 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Ravager Mastiff - In Combat - Cast 'Furious Howl'" WHERE `source_type`=0 AND `entryorguid`=1258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Ravager Mastiff - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=1258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gobbler - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=1259 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gobbler - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1259 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Great Father Arctikus - Out of Combat - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=1260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Great Father Arctikus - Between 0-75% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=1260 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Great Father Arctikus - Between 0-20% Health - Cast 'Lesser Heal'" WHERE `source_type`=0 AND `entryorguid`=1260 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ozzie Togglevolt - On Spellhit 'Perform Speech' - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=1268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ozzie Togglevolt - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=1268 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ozzie Togglevolt - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=1268 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ozzie Togglevolt - On Text 4 Over - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1268 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ozzie Togglevolt - On Text 4 Over - Cast 'Speech Performed'" WHERE `source_type`=0 AND `entryorguid`=1268 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ozzie Togglevolt - On Text 4 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=1268 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fetid Corpse - Out of Combat - Cast 'Birth'" WHERE `source_type`=0 AND `entryorguid`=1270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fetid Corpse - In Combat - Cast 'Contagion of Rot'" WHERE `source_type`=0 AND `entryorguid`=1270 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Old Icebeard - In Combat - Cast 'Icy Grasp'" WHERE `source_type`=0 AND `entryorguid`=1271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Icebeard - In Combat - Cast 'Daunting Growl'" WHERE `source_type`=0 AND `entryorguid`=1271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sarltooth - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=1353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sarltooth - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=1353 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Balgaras the Foul - Out of Combat - Cast 'Summon Voidwalker'" WHERE `source_type`=0 AND `entryorguid`=1364 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Balgaras the Foul - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=1364 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Balgaras the Foul - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=1364 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Balgaras the Foul - In Combat - Cast 'Volatile Infection'" WHERE `source_type`=0 AND `entryorguid`=1364 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Quest 'Distracting Jarven' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=1373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thysta - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thysta - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1387 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vagash - In Combat - Cast 'Glacial Roar'" WHERE `source_type`=0 AND `entryorguid`=1388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Berserk Trogg - Between 0-40% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=1393 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Berserk Trogg - Between 0-40% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=1393 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ol' Beasley - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1395 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frostmane Seer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1397 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Boss Galgosh - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1398 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boss Galgosh - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=1398 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boss Galgosh - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1398 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magosh - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magosh - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magosh - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magosh - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magosh - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magosh - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Magosh - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Magosh - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Magosh - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Magosh - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Magosh - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magosh - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=1399 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Topper McNabb - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morris Lawry - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firewing Bloodwarder - In Combat - Cast 'Shadow Shock'" WHERE `source_type`=0 AND `entryorguid`=1410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firewing Bloodwarder - In Combat - Cast 'Mana Tap'" WHERE `source_type`=0 AND `entryorguid`=1410 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firewing Bloodwarder - In Combat - Cast 'Arcane Torrent'" WHERE `source_type`=0 AND `entryorguid`=1410 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Quest 'Collection of Goods' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=1416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Between 0-15% Mana - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bluegill Raider - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1418 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Master Digger - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Master Digger - In Combat - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1424 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Master Digger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1424 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grizlak - On Friendly Between 0-40% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grizlak - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1425 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Miner - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riverpaw Miner - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1426 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Riverpaw Miner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1426 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fel'zerul - On Quest 'Goblin Invaders' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel'zerul - On Quest 'Goblin Invaders' Finished - Cast 'Break Stuff'" WHERE `source_type`=0 AND `entryorguid`=1443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Unbagwa - On Quest 'Stranglethorn Fever' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=1449 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Helbrek - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=1464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Helbrek - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=1464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Splinter Fist Enslaver - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=1487 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mok'rash - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mok'rash - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=1493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Negolash - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1494 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gunther Arcanus - On Quest 'Proving Allegiance' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=1497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Young Night Web Spider - In Combat - Cast 'Weak Poison'" WHERE `source_type`=0 AND `entryorguid`=1504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Night Web Spider - In Combat - Cast 'Weak Poison'" WHERE `source_type`=0 AND `entryorguid`=1505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Within 5-15 Range - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darkeye Bonecaster - Between 15-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1522 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wailing Ancestor - In Combat - Cast 'Wailing Dead' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Warrior - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Warrior - In Combat - Cast 'Nimble Reflexes' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1535 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1535 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Neophyte - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1539 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thrashtail Basilisk - In Combat - Cast 'Lash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironjaw Basilisk - In Combat - Cast 'Crystal Flash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scale Belly - In Combat - Cast 'Crystal Flash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1552 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Duskbat - In Combat - Cast 'Ravage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vampiric Duskbat - In Combat - Cast 'Ravage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vicious Night Web Spider - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lillith's Dinner Table - On Quest 'The Dormant Shade' Finished - Summon Creature 'Lillith Nefara' (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=1557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Mukla - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sealed Crate - On Quest 'The Legend of Stalvan' Taken - Summon Creature 'Forlorn Spirit' (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=1561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Raider - On Aggro - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Raider - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1561 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodsail Raider - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1561 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - In Combat - Cast 'Fire Shield III' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bloodsail Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1562 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodsail Swashbuckler - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1563 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Swashbuckler - In Combat - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1563 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodsail Swashbuckler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1563 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - In Combat - Cast 'Curse of Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Out of Combat - Cast 'Summon Imp' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Out of Combat - Set Event Phase 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Out of Combat - Cast 'Summon Succubus' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Out of Combat - Set Phase Random Between 1-2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Bloodsail Warlock - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1564 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Bloodsail Sea Dog - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Sea Dog - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1565 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodsail Sea Dog - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1565 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodsail Sea Dog - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1565 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shellei Brondir - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1571 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shellei Brondir - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1571 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thorgrum Borrelson - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thorgrum Borrelson - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1572 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gryth Thurden - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gryth Thurden - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=1573 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Northshire Guard - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=1642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodsail Elder Magus - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1653 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Devlin Agamand - Within 0-5 Range - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dextren Ward - Out of Combat - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dextren Ward - In Combat - Cast 'Frightening Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1663 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dextren Ward - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1663 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dextren Ward - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1663 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kam Deepfury - In Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kam Deepfury - In Combat - Cast 'Shield Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kam Deepfury - In Combat - Cast 'Improved Blocking' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1666 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kam Deepfury - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1666 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rot Hide Gnoll - In Combat - Cast 'Curse of Thule' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1674 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1674 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Avarus Kharag - In Combat - Cast 'Hammer of Justice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1679 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Avarus Kharag - Between 0-30% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1679 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarred Crag Boar - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1689 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Targorr the Dread - On Aggro - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Targorr the Dread - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Targorr the Dread - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1696 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Targorr the Dread - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1696 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Prisoner - In Combat - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Prisoner - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1706 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Prisoner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1706 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Prisoner - On Respawn - Set Faction 17 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1706 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Captive - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Captive - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1707 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Captive - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1707 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Inmate - Out of Combat - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Inmate - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1708 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Inmate - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1708 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Convict - Out of Combat - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Convict - In Combat - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1711 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Convict - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1711 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Insurgent - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Insurgent - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Insurgent - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1715 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bazil Thredd - In Combat - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bazil Thredd - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bazil Thredd - In Combat - Cast 'Smoke Bomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bazil Thredd - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1716 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bazil Thredd - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1716 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hamhock - In Combat - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hamhock - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warden Thelwater - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bruegal Ironknuckle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Between 0-15% Health - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 5-15 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 5-15 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 25-80 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Within 5-30 Range - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - On Aggro - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Out of Combat - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - Out of Combat - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Defias Watchman - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1725 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Defias Magician - In Combat - Cast 'Summon Living Flame' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Between 30-100% Mana - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Within 0-5 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Within 5-15 Range - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Within 35-80 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Out of Combat - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Magician - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Magician - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1726 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Defias Worker - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1727 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Evoker - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Evoker - In Combat - Cast 'Flamestrike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Evoker - In Combat - Cast 'Quick Flame Ward' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1729 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Evoker - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1729 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Goblin Craftsman - In Combat - Cast 'Melt Ore' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1731 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goblin Craftsman - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1731 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Squallshaper - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Squallshaper - In Combat - Cast 'Frost Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1732 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Squallshaper - In Combat - Cast 'Fire Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1732 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Squallshaper - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1732 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gilnid - Out of Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1763 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gilnid - In Combat - Cast 'Molten Metal' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1763 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Fin Shredder - In Combat - Cast 'Shred' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1767 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Fin Tidehunter - In Combat - Cast 'Frost Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1768 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Fin Tidehunter - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1768 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Fin Tidehunter - On Friendly Between 0-80% Health - Cast 'Quick Frost Ward' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1768 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rot Hide Gladerunner - In Combat - Cast 'Curse of Thule' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1772 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Mystic - On Friendly Between 0-80% Health - Cast 'Healing Wave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1773 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Mystic - In Combat - Cast 'Curse of Thule' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1773 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mist Creeper - In Combat - Cast 'Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Flayer - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Within 0-5 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Within 5-15 Range - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Within 35-80 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Sorcerer - In Combat - Cast 'Fire Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1784 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skeletal Executioner - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1787 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Executioner - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1787 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Warlord - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Warlord - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1788 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - In Combat - Cast 'Shadow Bolt Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skeletal Acolyte - Between 0-30% Health - Cast 'Dark Mending' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1789 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Slavering Ghoul - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slavering Ghoul - In Combat - Cast 'Toxic Saliva' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1791 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Ghoul - In Combat - Cast 'Contagion of Rot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1793 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulless Ghoul - In Combat - Cast 'Shadow Bolt Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1794 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulless Ghoul - In Combat - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1794 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulless Ghoul - In Combat - Cast 'Frailty' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1794 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Searing Ghoul - In Combat - Cast 'Flame Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1795 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searing Ghoul - In Combat - Cast 'Blast Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1795 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Freezing Ghoul - In Combat - Cast 'Flash Freeze' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1796 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hungering Wraith - In Combat - Cast 'Debilitating Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hungering Wraith - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hungering Wraith - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1802 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wailing Death - In Combat - Cast 'Wailing Dead' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1804 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flesh Golem - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Slime - In Combat - Cast 'Crimson Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Devouring Ooze - On Just Died - Cast 'Summon Oozeling' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Vulture - In Combat - Cast 'Swoop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1809 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Behemoth - In Combat - Cast 'Plague Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1812 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diseased Black Bear - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diseased Grizzly - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diseased Wolf - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Lurker - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Lurker - In Combat - Cast 'Web' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1821 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - In Combat - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 0-30% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1826 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Sentinel - In Combat - Cast 'Overpower' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1827 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Sentinel - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1827 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Sentinel - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1827 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Scarlet Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1831 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - In Combat - Cast 'Blast Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - In Combat - Cast 'Fireball Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Out of Combat - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Magus - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1832 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Knight - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Knight - In Combat - Cast 'Shield Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1833 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Knight - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1833 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Paladin - In Combat - Cast 'Crusader Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Paladin - In Combat - Cast 'Holy Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1834 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Paladin - On Friendly Between 0-40% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1834 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Paladin - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1834 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Invoker - In Combat - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Invoker - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1835 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Invoker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1835 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - In Combat - Cast 'Summon Illusory Wraith' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Araj the Summoner - On Just Died - Cast 'Araj's Phylactery' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1852 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="High Priest Thel'danis - On Aggro - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Thel'danis - On Friendly Unit Missing Buff 'Inner Fire' - Cast 'Inner Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1854 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Thel'danis - Between 0-50% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1854 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Thel'danis - In Combat - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1854 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Thel'danis - On Reset - Cast 'Inner Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1854 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Raider - In Combat - Cast 'Cursed Blade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Slave - In Combat - Cast 'Shared Bondage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dalaran Apprentice - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1867 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Servant - Between 0-65% Health - Cast 'Soul Siphon' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1868 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Servant - In Combat - Cast 'Curse of Agony' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1868 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Servant - Within 4-30 Range - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1868 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Servant - Within 0-4 Range - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1868 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Servant - On Respawn - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1868 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hand of Ravenclaw - In Combat - Cast 'Touch of Ravenclaw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Worker - In Combat - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1883 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Worker - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1883 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Worker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1883 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Watcher - In Combat - Cast 'Fire Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1888 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Watcher - In Combat - Cast 'Flamestrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1888 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - In Combat - Cast 'Quick Frost Ward'" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dalaran Wizard - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1889 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Naga Explorer - On Aggro - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naga Explorer - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1907 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Fin Oracle - In Combat - Cast 'Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1908 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Fin Oracle - Within 2-20 Range - Remove Flags Server Controlled & Not Attackable & Disable Movement & Pvp Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1908 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Fin Oracle - Within 0-2 Range - Remove Flag (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1908 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vile Fin Oracle - On Respawn - Remove Flags Server Controlled & Not Attackable & Disable Movement & Pvp Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1908 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vile Fin Lakestalker - In Combat - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1909 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Fin Lakestalker - Out of Combat - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1909 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deeb - In Combat - Cast 'Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deeb - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deeb - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deeb - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deeb - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deeb - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deeb - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deeb - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1911 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dalaran Protector - In Combat - Cast 'Summon Dalaran Serpent' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1912 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Warder - In Combat - Cast 'Summon Dalaran Serpent' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1913 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - In Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - In Combat - Cast 'Quick Flame Ward'" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dalaran Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1914 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Out of Combat - Cast 'Demon Skin' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Out of Combat - Cast 'Summon Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dalaran Conjuror - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1915 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dalaran Spellscribe - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=1920 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gray Forest Wolf - Out of Combat - Play Sound 1018" WHERE `source_type`=0 AND `entryorguid`=1922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gray Forest Wolf - Out of Combat - Play Emote 393" WHERE `source_type`=0 AND `entryorguid`=1922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Quest 'Fields of Grief' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=1931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Brute - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=1939 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Brute - In Combat - Cast 'Curse of Thule'" WHERE `source_type`=0 AND `entryorguid`=1939 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rot Hide Plague Weaver - In Combat - Cast 'Plague Cloud'" WHERE `source_type`=0 AND `entryorguid`=1940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Plague Weaver - In Combat - Cast 'Curse of Thule'" WHERE `source_type`=0 AND `entryorguid`=1940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rot Hide Plague Weaver - Within 4-30 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=1940 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rot Hide Plague Weaver - Within 0-4 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=1940 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rot Hide Savage - In Combat - Cast 'Savage Rage'" WHERE `source_type`=0 AND `entryorguid`=1942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Savage - In Combat - Cast 'Curse of Thule'" WHERE `source_type`=0 AND `entryorguid`=1942 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raging Rot Hide - In Combat - Cast 'Curse of Thule'" WHERE `source_type`=0 AND `entryorguid`=1943 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rot Hide Bruiser - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=1944 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thule Ravenclaw - In Combat - Cast 'Hex of Ravenclaw'" WHERE `source_type`=0 AND `entryorguid`=1947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thule Ravenclaw - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=1947 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thule Ravenclaw - Out of Combat - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=1947 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thule Ravenclaw - On Aggro - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=1947 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thule Ravenclaw - Within 4-30 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=1947 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thule Ravenclaw - Within 0-4 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=1947 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snarlmane - In Combat - Cast 'Rage of Thule'" WHERE `source_type`=0 AND `entryorguid`=1948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lake Skulker - In Combat - Cast 'Moss Covered Hands'" WHERE `source_type`=0 AND `entryorguid`=1953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Lake Skulker - In Combat - Cast 'Moss Covered Hands'" WHERE `source_type`=0 AND `entryorguid`=1954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Lake Skulker - Between 0-65% Health - Cast 'Wild Regeneration'" WHERE `source_type`=0 AND `entryorguid`=1954 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lake Creeper - In Combat - Cast 'Moss Covered Feet'" WHERE `source_type`=0 AND `entryorguid`=1955 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Lake Creeper - In Combat - Cast 'Moss Covered Feet'" WHERE `source_type`=0 AND `entryorguid`=1956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Lake Creeper - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=1956 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Fin Shorecreeper - In Combat - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=1957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Fin Shorecreeper - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=1957 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Fin Tidecaller - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=1958 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mangeclaw - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=1961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Guardian - In Combat - Cast 'Improved Blocking'" WHERE `source_type`=0 AND `entryorguid`=1973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Drudger - Between 0-40% Health - Cast 'Blessing of Thule'" WHERE `source_type`=0 AND `entryorguid`=1974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightlash - In Combat - Cast 'Wail of Nightlash'" WHERE `source_type`=0 AND `entryorguid`=1983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightlash - On Friendly Between 0-30% Health - Cast 'Spirit Steal'" WHERE `source_type`=0 AND `entryorguid`=1983 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greenpaw - Between 0-80% Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=1993 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greenpaw - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=1993 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Webwood Silkspinner - Within 0-30 Range Out of Combat LoS - Cast 'Web'" WHERE `source_type`=0 AND `entryorguid`=2000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rascal Sprite - In Combat - Cast 'Faerie Fire'" WHERE `source_type`=0 AND `entryorguid`=2002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Out of Combat - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadow Sprite - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2003 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Sprite - In Combat - Cast 'Darken Vision' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2004 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vicious Grell - In Combat - Cast 'Savagery' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Warrior - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Shaman - Between 0-40% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Augur - In Combat - Cast 'Gnarlpine Vengeance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2011 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Augur - In Combat - Cast 'Curse of Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2011 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Pathfinder - In Combat - Cast 'Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2012 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Pathfinder - Between 0-30% Health - Cast 'Gnarlpine Vengeance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2012 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Avenger - In Combat - Cast 'Gnarlpine Vengeance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2013 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Totemic - In Combat - Cast 'Gnarlpine Vengeance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2014 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlpine Totemic - Between 0-60% Health - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2014 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Harpy - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2015 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Rogue - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Sorceress - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2018 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Fury - In Combat - Cast 'Savagery' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Wind Witch - In Combat - Cast 'Gust of Wind' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodfeather Matriarch - Between 0-50% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2021 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Timberling Bark Ripper - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Timberling Trampler - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Timberling Mire Beast - In Combat - Cast 'Miring Mud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2029 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Timberling - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Timberling - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2030 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Timberling - Between 0-30% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2030 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Feral Nightsaber - In Combat - Cast 'Muscle Tear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Melenas - Between 0-70% Health - Cast 'Rejuvenation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2038 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Melenas - In Combat - Cast 'Cat Form'" WHERE `source_type`=0 AND `entryorguid`=2038 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Melenas - In Combat - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=2038 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Melenas - In Combat - Cast 'Rake'" WHERE `source_type`=0 AND `entryorguid`=2038 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord Melenas - Between 0-40% Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=2038 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ursal the Mauler - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=2039 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forlorn Spirit - In Combat - Cast 'Curse of Stalvan'" WHERE `source_type`=0 AND `entryorguid`=2044 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forlorn Spirit - On Spellhit - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=2044 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Denalan - On Quest 'Denalan's Earth' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=2080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Denalan - On Quest 'The Shimmering Frond' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=2080 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Denalan - On Quest 'The Glowing Fruit' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=2080 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Giant Wetlands Crocolisk - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=2089 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ma'ruk Wyrmscale - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=2090 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ma'ruk Wyrmscale - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2090 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chieftain Nek'rosh - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=2091 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chieftain Nek'rosh - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=2091 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ram - Between 0-99% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Grunt - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=2102 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 5-30 Range - Cast 'Shoot' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 25-80 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 25-80 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 0-5 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 0-5 Range - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 0-5 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 5-15 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Within 5-15 Range - Stop Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2103 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Garneg Charskull - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2108 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Garneg Charskull - In Combat - Cast 'Flame Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2108 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Garneg Charskull - In Combat - Cast 'Fire Shield II' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2108 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Garneg Charskull - In Combat - Cast 'Flame Spike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2108 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Garneg Charskull - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2108 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - In Combat - Cast 'Chains of Ice'" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Archmage Ataeric - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2120 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Iron Raider - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2149 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zenn Foulhoof - On Quest 'Seek Redemption!' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2150 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistle Bear - In Combat - Cast 'Ravage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2163 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Thistle Bear - In Combat - Cast 'Rabies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2164 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Friendly At 190 Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Greymist Oracle - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2207 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Captured Mountaineer - On Quest 'A New Plague' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2211 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Executor Darthalia - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Executor Darthalia - Within 0-5 Range - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2215 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Executor Darthalia - Within 0-5 Range - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2215 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Executor Darthalia - In Combat - Cast 'Frightening Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2215 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Karos Razok - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=2226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Karos Razok - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=2226 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Footpad - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=2240 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Footpad - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2240 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Thief - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=2241 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Thief - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=2241 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Thief - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=2241 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Thief - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2241 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Spy - Out of Combat - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=2242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Spy - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=2242 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Spy - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2242 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Sentry - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=2243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Sentry - In Combat - Cast 'Shield Wall'" WHERE `source_type`=0 AND `entryorguid`=2243 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Sentry - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2243 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syndicate Shadow Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2244 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - In Combat - Cast 'Fire Shot'" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Between 0-0% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Syndicate Saboteur - Between 0-0% Health - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2245 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Syndicate Assassin - Out of Combat - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Assassin - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Assassin - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2246 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Enforcer - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Enforcer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ferocious Yeti - Between 0-20% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=2249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ferocious Yeti - Between 0-20% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2249 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mountain Yeti - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=2250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Yeti - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=2251 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crushridge Mauler - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=2254 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crushridge Mauler - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=2254 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Between 0-20% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crushridge Mage - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=2255 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crushridge Enforcer - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=2256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mug'thol - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=2257 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mug'thol - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=2257 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stone Fury - In Combat - Cast 'Ground Tremor'" WHERE `source_type`=0 AND `entryorguid`=2258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stone Fury - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=2258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Rogue - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=2260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Tailor - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=2264 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Tailor - Within 0-5 Range - Cast 'Trip'" WHERE `source_type`=0 AND `entryorguid`=2264 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Tailor - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2264 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Apprentice Blacksmith - Within 0-5 Range - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=2265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Apprentice Blacksmith - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2265 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Farmer - Within 0-5 Range - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=2266 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Farmer - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2266 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Peasant - Within 0-5 Range - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=2267 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Peasant - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2267 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Footman - In Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=2268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Footman - Within 0-5 Range - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=2268 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Footman - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2268 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Miner - In Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=2269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Miner - Within 0-5 Range - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=2269 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Miner - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2269 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Sentry - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Shield Guard - In Combat - Cast 'Violet Shield Effect'" WHERE `source_type`=0 AND `entryorguid`=2271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Shield Guard - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - In Combat - Cast 'Summon Spirit of Old'" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dalaran Theurgist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2272 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stanley - On Quest 'Elixir of Pain' Finished - Update Template To 'Enraged Stanley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Stanley - On Just Summoned - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2275 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Within 0-8 Range - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - On Friendly Unit Missing Buff 'Frost Armor' - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Magistrate Henry Maleb - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2276 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Regent - In Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Regent - In Combat - Cast 'Dominate Mind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2283 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Regent - Within 4-30 Range - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2283 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Regent - Within 0-4 Range - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2283 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ravenclaw Regent - On Respawn - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2283 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crushridge Warmonger - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2287 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crushridge Warmonger - Between 0-50% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2287 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crushridge Warmonger - On Friendly Between 0-15% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2287 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crushridge Warmonger - On Friendly Between 0-15% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2287 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ruined Lifeboat - On Quest 'Enticing Negolash' Finished - Summon Creature 'Negolash' (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=2289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borgus Stoutarm - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borgus Stoutarm - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2299 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Ironhill - In Combat - Cast 'Stoneform'" WHERE `source_type`=0 AND `entryorguid`=2304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Ironhill - Within 0-5 Range - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=2304 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Ironhill - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2304 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foreman Bonds - On Respawn - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=2305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foreman Bonds - Within 0-5 Range - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=2305 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foreman Bonds - Between 0-30% Health - Summon Creature 'Dun Garok Soldier' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2305 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foreman Bonds - Between 0-30% Health - Summon Creature 'Dun Garok Soldier' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2305 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Baron Vardus - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2306 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 0-30% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 0-30% Health - Cast 'Argus Shadow Mage Transform'" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 0-30% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Argus Shadow Mage - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2318 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Within 0-5 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syndicate Wizard - Within 0-5 Range - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=2319 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Henchman Valik - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Within 0-8 Range - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - In Combat - Cast 'Inferno Shell'" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Magistrate Burnside - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2335 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Strand Fanatic - In Combat - Cast 'Curse of Mending'" WHERE `source_type`=0 AND `entryorguid`=2336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Out of Combat - Cast 'Summon Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Strand Voidcaller - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2337 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dun Garok Mountaineer - On Respawn - Cast 'Devotion Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dun Garok Mountaineer - Within 0-5 Range - Cast 'Holy Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2344 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dun Garok Mountaineer - Between 0-30% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2344 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - In Combat - Cast 'Piercing Shot'" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Between 0-30% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Between 0-30% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dun Garok Rifleman - Between 0-30% Health - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2345 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - On Aggro - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Within 0-40 Range - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - On Friendly Between 0-40% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Between 0-30% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Between 0-30% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dun Garok Priest - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2346 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Elder Moss Creeper - In Combat - Cast 'Corrosive Poison'" WHERE `source_type`=0 AND `entryorguid`=2348 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Moss Creeper - In Combat - Cast 'Corrosive Poison'" WHERE `source_type`=0 AND `entryorguid`=2349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forest Moss Creeper - In Combat - Cast 'Corrosive Poison'" WHERE `source_type`=0 AND `entryorguid`=2350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forest Moss Creeper - In Combat - Cast 'Corrosive Poison'" WHERE `source_type`=0 AND `entryorguid`=2350 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Anderson - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=2352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Anderson - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=2352 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - On Aggro - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - Between 0-15% Mana - Set Event Phase 5" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - Between 30-100% Mana - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - In Combat - Cast 'Summon Theurgist' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - In Combat - Cast 'Summon Shield Guard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dalaran Summoner - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2358 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Elemental Slave - Between 0-75% Health - Cast 'Cracking Stone'" WHERE `source_type`=0 AND `entryorguid`=2359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elemental Slave - Between 0-75% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2359 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elemental Slave - Between 0-50% Health - Cast 'Crumbling Stone'" WHERE `source_type`=0 AND `entryorguid`=2359 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elemental Slave - Between 0-50% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=2359 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elemental Slave - Between 0-25% Health - Cast 'Reduced to Rubble'" WHERE `source_type`=0 AND `entryorguid`=2359 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elemental Slave - Between 0-25% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=2359 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Farmhand - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorestalker - In Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=2368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorestalker - Within 0-5 Range - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=2368 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Daggerspine Shorehunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2369 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Daggerspine Screamer - In Combat - Cast 'Deafening Screech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - In Combat - Cast 'Enveloping Winds'" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Daggerspine Siren - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2371 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mudsnout Gnoll - Within 0-5 Range - Cast 'Sling Mud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mudsnout Shaman - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2373 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Torn Fin Muckdweller - Within 0-5 Range - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=2374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torn Fin Muckdweller - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2374 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Torn Fin Coastrunner - Between 0-15% Health - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2375 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 0-25% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Torn Fin Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2376 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Torn Fin Tidehunter - Within 0-5 Range - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torn Fin Tidehunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2377 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kundric Zanden - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caretaker Smithers - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nandar Branson - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Micha Yance - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2381 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darren Malvew - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lindea Rabonne - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2383 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Starving Mountain Lion - On Respawn - Cast 'Prowl' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2384 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southshore Guard - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2386 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Within 0-5 Range - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Councilman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2387 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shay - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=2388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shay - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=2388 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zarise - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=2389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zarise - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=2389 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serge Hinott - On Quest 'Hinott's Assistance' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=2391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hans Zandin - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Farmer Getz - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blacksmith Verringtan - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mountain Lion - On Respawn - Cast 'Prowl'" WHERE `source_type`=0 AND `entryorguid`=2406 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felicia Maline - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felicia Maline - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ricter - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alina - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dermot - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kegan Darkmar - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warden Belamoore - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2415 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crushridge Plunderer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crushridge Plunderer - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2416 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grel'borg the Miser - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grel'borg the Miser - In Combat - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grel'borg the Miser - In Combat - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2417 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grel'borg the Miser - In Combat - Cast 'Rain of Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2417 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Targ - Out of Combat - Cast 'Berserker Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Targ - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2420 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Targ - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2420 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Targ - In Combat - Cast 'Thunderclap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2420 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Muckrake - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Muckrake - In Combat - Cast 'Pummel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2421 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glommus - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glommus - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glommus - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2422 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Glommus - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2422 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord Aliden Perenolde - In Combat - Cast 'Power Word: Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Aliden Perenolde - Between 0-50% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2423 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Aliden Perenolde - In Combat - Cast 'Sleep' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2423 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Aliden Perenolde - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2423 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jailor Eston - In Combat - Cast 'Enslave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2427 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Within 0-20 Range - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jailor Marlgen - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2428 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jailor Borhuin - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2431 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jailor Borhuin - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2431 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jailor Borhuin - In Combat - Cast 'Pummel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2431 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jailor Borhuin - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2431 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darla Harris - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darla Harris - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2432 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Helcular's Remains - On Aggro - Cast 'Summon Helcular's Puppets'" WHERE `source_type`=0 AND `entryorguid`=2433 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowy Assassin - On Respawn - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=2434 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southshore Crier - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=2435 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Southshore Crier - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=2435 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Southshore Crier - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=2435 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bartolo Ginsetti - Out of Combat - Play Random Emote (4, 15, 23)" WHERE `source_type`=0 AND `entryorguid`=2438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drunken Footpad - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drunken Footpad - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=2440 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Narillasanz - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=2447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Narillasanz - Between 0-50% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=2447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Clerk Horrace Whitesteed - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Citizen Wilkes - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2449 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Miner Hackett - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Farmer Kalaba - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skhowl - In Combat - Cast 'Demoralizing Roar'" WHERE `source_type`=0 AND `entryorguid`=2452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skhowl - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=2452 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skhowl - Between 0-50% Health - Cast 'Intimidating Roar'" WHERE `source_type`=0 AND `entryorguid`=2452 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lo'Grosh - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=2453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lo'Grosh - In Combat - Cast 'Fire Shield III'" WHERE `source_type`=0 AND `entryorguid`=2453 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lo'Grosh - In Combat - Cast 'Flame Spike'" WHERE `source_type`=0 AND `entryorguid`=2453 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Commander Aggro'gosh - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=2464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Aggro'gosh - In Combat - Cast 'Frightening Shout'" WHERE `source_type`=0 AND `entryorguid`=2464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Commander Aggro'gosh - In Combat - Cast 'Piercing Howl'" WHERE `source_type`=0 AND `entryorguid`=2464 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Commander Aggro'gosh - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2464 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Commander Aggro'gosh - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2464 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sloth - In Combat - Cast 'Sloth Effect' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Large Loch Crocolisk - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sludge - In Combat - Cast 'Sludge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2479 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Foreman - In Combat - Cast 'Battle Command' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hillsbrad Foreman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skymane Gorilla - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2521 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jaguero Stalker - On Respawn - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=2522 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jaguero Stalker - On Respawn - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=2522 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Son of Arugal - In Combat - Cast 'Arugal's Gift'" WHERE `source_type`=0 AND `entryorguid`=2529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - In Combat - Cast 'Chains of Ice'" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Archmage Ansirem Runeweaver - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2543 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Fleet Master Firallon - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironpatch - On Aggro - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2547 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironpatch - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2547 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ironpatch - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2547 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Between 0-15% Health - Set Sheath Ranged (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-30 Range - Cast 'Exploding Shot'" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-30 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Captain Keelhaul - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2548 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Garr Salthoof - In Combat - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2549 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Garr Salthoof - In Combat - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2549 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Garr Salthoof - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2549 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Stillwater - In Combat - Cast 'Slow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Stillwater - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Troll - In Combat - Cast 'Wither Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2552 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Troll - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2552 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadowcaster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2553 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - In Combat - Cast 'Wither Touch'" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Witherbark Axe Thrower - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2554 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Witherbark Witch Doctor - In Combat - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Witch Doctor - In Combat - Cast 'Magma Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2555 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2555 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witherbark Headhunter - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2556 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Headhunter - In Combat - Cast 'Wither Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2556 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Headhunter - Target Between 0-20% Health - Cast 'Execute' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2556 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witherbark Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2556 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadow Hunter - In Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadow Hunter - In Combat - Cast 'Curse of Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2557 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadow Hunter - In Combat - Cast 'Silence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2557 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witherbark Shadow Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2557 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witherbark Berserker - In Combat - Cast 'Wither Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Berserker - In Combat - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2558 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Berserker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2558 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Highland Thrasher - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highland Fleshstalker - In Combat - Cast 'Consume Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Ogre - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2562 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Ogre - Between 0-30% Health - Cast 'Fist of Stone' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2562 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plains Creeper - In Combat - Cast 'Encasing Webs' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2563 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plains Creeper - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2563 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Enforcer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Enforcer - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Enforcer - Between 0-30% Health - Cast 'Fist of Stone' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Giant Plains Creeper - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Plains Creeper - In Combat - Cast 'Encasing Webs' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2565 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Brute - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2566 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Brute - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2566 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Brute - Between 0-30% Health - Cast 'Fist of Stone' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2566 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Boulderfist Magus - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2567 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Boulderfist Mauler - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Mauler - In Combat - Cast 'Fist of Stone' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2569 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Between 0-45% Health - Cast 'Searing Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Boulderfist Shaman - Between 0-45% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2570 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Boulderfist Lord - In Combat - Cast 'Devotion Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2571 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boulderfist Lord - In Combat - Cast 'Fist of Stone' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2571 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drywhisker Kobold - Between 0-30% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drywhisker Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2573 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drywhisker Digger - Out of Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2574 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drywhisker Digger - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2574 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drywhisker Digger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2574 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Supplier - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2575 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Supplier - On Friendly Between 0-35% Health - Cast 'Resupply' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2575 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Supplier - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2575 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Iron Shadowcaster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2577 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mesa Buzzard - In Combat - Cast 'Fevered Fatigue' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Mesa Buzzard - In Combat - Cast 'Fevered Fatigue' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stromgarde Troll Hunter - Out of Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stromgarde Troll Hunter - Between 0-50% Health - Cast 'Flash Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stromgarde Defender - Out of Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stromgarde Defender - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stromgarde Vindicator - On Friendly Between 0-20% Health - Cast 'Vengeance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Highwayman - Out of Combat - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2586 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Highwayman - On Aggro - Remove Aura 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2586 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Highwayman - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2586 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Highwayman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2586 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Syndicate Pathstalker - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=2587 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Syndicate Prowler - Out of Combat - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=2588 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Prowler - On Aggro - Remove Aura 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=2588 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Prowler - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=2588 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Prowler - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=2588 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Prowler - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2588 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Mercenary - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2589 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Out of Combat - Cast 'Bright Campfire'" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Out of Combat - Cast 'Summon Voidwalker'" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Syndicate Conjuror - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2590 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Syndicate Magus - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2591 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Rumbling Exile - In Combat - Cast 'Ground Tremor'" WHERE `source_type`=0 AND `entryorguid`=2592 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Raider - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=2595 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Raider - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2595 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 0-50% Health - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Daggerspine Sorceress - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2596 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lord Falconcrest - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Falconcrest - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=2597 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Falconcrest - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=2597 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Out of Combat - Cast 'Summon Succubus'" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - In Combat - Cast 'Banish'" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Darbel Montrose - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2598 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Otto - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Otto - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=2599 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Otto - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=2599 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Singer - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=2600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Singer - In Combat - Cast 'Dominate Mind'" WHERE `source_type`=0 AND `entryorguid`=2600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulbelly - Out of Combat - Cast 'Aura of Rot'" WHERE `source_type`=0 AND `entryorguid`=2601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulbelly - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=2601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulbelly - In Combat - Cast 'Deadly Poison'" WHERE `source_type`=0 AND `entryorguid`=2601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foulbelly - In Combat - Cast 'Plague Cloud'" WHERE `source_type`=0 AND `entryorguid`=2601 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ruul Onestone - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=2602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ruul Onestone - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=2602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ruul Onestone - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2602 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kovork - Between 0-50% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=2603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Molok the Crusher - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=2604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zalas Witherbark - In Combat - Cast 'Chains of Ice'" WHERE `source_type`=0 AND `entryorguid`=2605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zalas Witherbark - In Combat - Cast 'Polymorph: Sheep'" WHERE `source_type`=0 AND `entryorguid`=2605 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nimar the Slayer - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=2606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nimar the Slayer - Target Between 0-30% Health - Cast 'Execute'" WHERE `source_type`=0 AND `entryorguid`=2606 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nimar the Slayer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2606 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Galen Trollbane - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=2607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Galen Trollbane - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=2607 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Commander Amaren - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=2608 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - In Combat - Cast 'Fire Shield III'" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Geomancer Flintdagger - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2609 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fozruk - In Combat - Cast 'Ground Tremor'" WHERE `source_type`=0 AND `entryorguid`=2611 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fozruk - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=2611 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Valorcall - In Combat - Cast 'Holy Strike'" WHERE `source_type`=0 AND `entryorguid`=2612 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Valorcall - Between 0-50% Health - Cast 'Divine Shield'" WHERE `source_type`=0 AND `entryorguid`=2612 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Valorcall - Between 0-20% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=2612 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hammerfall Grunt - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=2619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hammerfall Grunt - Between 0-30% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=2619 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hammerfall Grunt - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2619 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dalaran Worker - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2628 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Vilebranch Axe Thrower - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2639 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Vilebranch Berserker - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vilebranch Berserker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2643 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vilebranch Berserker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2643 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Keystone - On Quest 'Breaking the Keystone' Finished - Summon Creature 'Thenan' (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=2688 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brewmeister Bilger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tor'gan - Within 0-8 Range Out of Combat LoS - Call For Help" WHERE `source_type`=0 AND `entryorguid`=2706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phin Odelic - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kinelory - In Combat - Cast 'Kinelory's Bear Form'" WHERE `source_type`=0 AND `entryorguid`=2713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kinelory - On Friendly Between 0-40% Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=2713 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - On Aggro - Cast 'Boulder'" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - Within 5-30 Range - Cast 'Boulder'" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Wyrmhunter - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=2716 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mauler - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=2717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Shaman - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=2718 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Lord - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=2719 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Lord - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=2719 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Lord - Between 0-50% Health - Call For Help" WHERE `source_type`=0 AND `entryorguid`=2719 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Ogre Mage - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=2720 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scalding Whelp - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2725 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scorched Guardian - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=2726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feral Crag Coyote - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=2728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Crag Coyote - Out of Combat - Play Sound 1018" WHERE `source_type`=0 AND `entryorguid`=2729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Crag Coyote - Out of Combat - Play Emote 393" WHERE `source_type`=0 AND `entryorguid`=2729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rabid Crag Coyote - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=2730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Crag Coyote - In Combat - Cast 'Rabies'" WHERE `source_type`=0 AND `entryorguid`=2730 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ridge Stalker - Out of Combat - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=2731 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ridge Stalker - On Aggro - Remove Aura 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=2731 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stromgarde Cavalryman - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=2738 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Tunneler - On Aggro - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=2739 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Tunneler - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=2739 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Tunneler - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2739 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - In Combat - Cast 'Amplify Flames'" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkweaver - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2740 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowforge Chanter - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=2742 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Chanter - On Friendly Between 0-40% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=2742 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Chanter - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=2742 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Chanter - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2742 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowforge Warrior - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=2743 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Warrior - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2743 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Commander - On Aggro - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=2744 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador Infernus - In Combat - Cast 'Searing Flames'" WHERE `source_type`=0 AND `entryorguid`=2745 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador Infernus - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=2745 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ambassador Infernus - In Combat - Cast 'Fire Shield IV'" WHERE `source_type`=0 AND `entryorguid`=2745 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rumbler - In Combat - Cast 'Ground Tremor'" WHERE `source_type`=0 AND `entryorguid`=2752 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rumbler - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=2752 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Myzrael - In Combat - Cast 'Myzrael Earthquake'" WHERE `source_type`=0 AND `entryorguid`=2755 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blacklash - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=2757 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hematus - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=2759 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cresting Exile - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=2761 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cresting Exile - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2761 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Between 30-100% Mana - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thundering Exile - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=2762 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sleeby - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2764 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sleeby - Friendly At 900 Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=2764 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sleeby - Between 0-30% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=2764 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Znort - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=2765 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Znort - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2765 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vengeful Surge - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2776 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marez Cowl - Out of Combat - Cast 'Shadow Channeling'" WHERE `source_type`=0 AND `entryorguid`=2783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marez Cowl - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2783 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enraged Rock Elemental - Between 0-50% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=2791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Rock Elemental - Between 0-50% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2791 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'mul - In Combat - Cast 'Guile of the Raptor'" WHERE `source_type`=0 AND `entryorguid`=2792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kor'gresh Coldrage - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=2793 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kor'gresh Coldrage - In Combat - Cast 'Trelane's Freezing Touch'" WHERE `source_type`=0 AND `entryorguid`=2793 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Buzzard - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=2830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Buzzard - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=2831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cedrik Prose - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cedrik Prose - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2835 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Urda - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urda - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gringer - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2858 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gringer - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2858 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gyll - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gyll - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2859 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorrik - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorrik - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prismatic Exile - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=2887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prismatic Exile - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=2887 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stonevault Seer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2892 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stonevault Bonesnapper - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=2893 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Bonesnapper - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=2893 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Bonesnapper - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2893 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Shaman - Between 0-80% Health - Cast 'Healing Ward'" WHERE `source_type`=0 AND `entryorguid`=2894 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dustbelcher Mystic - In Combat - Cast 'Earth Shock'" WHERE `source_type`=0 AND `entryorguid`=2907 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Archaeologist Flagongut - On Quest 'The Absent Minded Prospector' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=2911 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lotwil Veriatus - On Quest 'This Is Going to Be Hard' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=2921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Servo - Out of Combat - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Servo - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=2922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Servo - Out of Combat - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2922 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Servo - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=2922 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Servo - Out of Combat - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=2922 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magregan Deepshadow - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=2932 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seal of the Earth - On Quest 'Seal of the Earth' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=2933 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seal of the Earth - On Quest 'Seal of the Earth' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=2933 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lanie Reed - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lanie Reed - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=2941 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murdaloc - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=2945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bristleback Shaman - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2953 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bristleback Battleboar - On Aggro - Cast 'Boar Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dorn Plainstalker - On Quest 'Test of Faith' Taken - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2986 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bael'dun Appraiser - Between 0-50% Health - Cast 'Lesser Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greatmother Hawkwind - On Quest 'A Humble Task' Taken - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=2991 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tal - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2995 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tal - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=2995 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zarlman Two-Moons - On Quest 'Rite of Vision' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=3054 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Quest Credit 'The Manor, Ravenholdt'" WHERE `source_type`=2 AND `entryorguid`=3066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unseen - On Respawn - Cast 'Unseen'" WHERE `source_type`=0 AND `entryorguid`=3094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dire Mottled Boar - On Aggro - Cast 'Boar Charge'" WHERE `source_type`=0 AND `entryorguid`=3099 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Mottled Boar - Within 0-20 Range - Cast 'Boar Charge'" WHERE `source_type`=0 AND `entryorguid`=3100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Vile Familiar - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3101 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Makrura Clacker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Makrura Shellhide - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Makrura Snapclaw - In Combat - Cast 'Claw Grasp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Makrura Snapclaw - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pygmy Surf Crawler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3106 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surf Crawler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3107 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Encrusted Surf Crawler - In Combat - Cast 'Quick Sidestep' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3108 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadmaw Crocolisk - In Combat - Cast 'Muscle Tear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Quilboar - Out of Combat - Cast 'Razor Mane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Quilboar - In Combat - Cast 'Razor Mane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Quilboar - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3111 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Razormane Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3112 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Razormane Dustrunner - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Dustrunner - Between 0-40% Health - Cast 'Rejuvenation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Dustrunner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3113 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Battleguard - In Combat - Cast 'Improved Blocking' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3114 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Battleguard - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3114 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustwind Harpy - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustwind Pillager - In Combat - Cast 'Rend Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustwind Pillager - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustwind Savage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dustwind Storm Witch - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3118 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kolkar Drudge - In Combat - Cast 'Dust Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Drudge - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Kolkar Outrunner - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3120 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bloodtalon Taillasher - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodtalon Scythemaw - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Worker - In Combat - Cast 'Weak Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clattering Scorpid - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3125 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venomtail Scorpid - In Combat - Cast 'Venom Sting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kul Tiras Sailor - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3128 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kul Tiras Sailor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3128 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kul Tiras Marine - Target Casting - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3129 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kul Tiras Marine - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3129 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kul Tiras Marine - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3129 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thunder Lizard - In Combat - Cast 'Lizard Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3130 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lightning Hide - In Combat - Cast 'Lizard Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3131 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Makrura Elder - In Combat - Cast 'Claw Grasp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3141 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Makrura Elder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3141 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orgnil Soulscar - On Quest 'Dark Storms' Finished - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eitrigg - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=3144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eitrigg - On Gossip Option 0 Selected - Quest Credit 'Eitrigg's Wisdom'" WHERE `source_type`=0 AND `entryorguid`=3144 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Yarrog Baneshadow - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=3183 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yarrog Baneshadow - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=3183 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Benedict - Out of Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=3192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Benedict - Target Casting - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=3192 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Benedict - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=3192 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lieutenant Benedict - In Combat - Cast 'Improved Blocking'" WHERE `source_type`=0 AND `entryorguid`=3192 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lieutenant Benedict - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3192 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Burning Blade Neophyte - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=3196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Fanatic - In Combat - Cast 'Fanatic Blade'" WHERE `source_type`=0 AND `entryorguid`=3197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Out of Combat - Cast 'Summon Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Burning Blade Apprentice - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3198 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Burning Blade Cultist - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Cultist - In Combat - Cast 'Immolate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 0-50% Health - Cast 'Soul Siphon' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fizzle Darkstorm - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3203 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - In Combat - Cast 'Corruption' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Out of Combat - Cast 'Summon Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Out of Combat - Cast 'Demon Skin' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gazz'uz - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3204 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Zalazane - Between 0-40% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3205 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zalazane - In Combat - Cast 'Shrink' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3205 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Voodoo Troll - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Voodoo Troll - Between 0-30% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3206 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hexed Troll - In Combat - Cast 'Immolate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3207 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hexed Troll - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3207 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Neeru Fireblade - On Gossip Option 0 Selected - Quest Credit 'Hidden Enemies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Mottled Boar - On Aggro - Cast 'Boar Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3225 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Mottled Boar - In Combat - Cast 'Corrupted Intellect' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3225 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Corrupted Scorpid - In Combat - Cast 'Noxious Catalyst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Scorpid - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3226 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Corrupted Bloodtalon Scythemaw - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3227 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Surf Crawler - In Combat - Cast 'Decayed Strength' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Dreadmaw Crocolisk - In Combat - Cast 'Decayed Agility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3231 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Interloper - In Combat - Cast 'Muscle Tear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3232 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lost Barrens Kodo - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3234 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Barrens Kodo - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Barrens Kodo - In Combat - Cast 'Kodo Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooly Kodo - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormhide - In Combat - Cast 'Lizard Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3238 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderhead - In Combat - Cast 'Lizard Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormsnout - In Combat - Cast 'Lizard Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3240 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Hatchling - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3247 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Greater Thunderhawk - In Combat - Cast 'Thunderclap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Creeper - In Combat - Cast 'Silithid Creeper Egg' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Grub - Within 35-40 Range - Cast 'Suicide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3251 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Grub - On Evade - Cast 'Suicide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3251 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silithid Swarmer - In Combat - Cast 'Silithid Swarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3252 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunscale Lashtail - In Combat - Cast 'Lash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunscale Scytheclaw - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - In Combat - Set Sheath Ranged (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - In Combat - Cast 'Poisoned Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Bristleback Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3258 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Bristleback Water Seeker - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Thornweaver - Out of Combat - Cast 'Thorns' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Thornweaver - In Combat - Cast 'Entangling Roots' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - In Combat - Cast 'Quick Flame Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - In Combat - Cast 'Flamestrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bristleback Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3263 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Razormane Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3265 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Razormane Defender - On Aggro - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3266 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Defender - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3266 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Defender - In Combat - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3266 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Water Seeker - In Combat - Cast 'Creeping Mold' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3267 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Thornweaver - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Thornweaver - On Aggro - Cast 'Thorns' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3268 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Razormane Geomancer - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3269 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Elder Mystic Razorsnout - Between 0-50% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Mystic Razorsnout - Between 0-30% Health - Cast 'Earthbind Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3270 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Mystic Razorsnout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3270 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Mystic - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Mystic - In Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Mystic - Between 0-25% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3271 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Kolkar Wrangler - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3272 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - On Aggro - Cast 'Lightning Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormer - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3273 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kolkar Pack Runner - On Aggro - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Pack Runner - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3274 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Pack Runner - On Just Died - Summon Creature 'Verog the Dervish'" WHERE `source_type`=0 AND `entryorguid`=3274 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Marauder - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=3275 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Marauder - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3275 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Marauder - On Just Died - Summon Creature 'Verog the Dervish'" WHERE `source_type`=0 AND `entryorguid`=3275 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witchwing Roguefeather - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=3277 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witchwing Roguefeather - In Combat - Cast 'Exploit Weakness'" WHERE `source_type`=0 AND `entryorguid`=3277 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sarkoth - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=3281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morgan Ladimore - Out of Combat - Set Flags Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=3301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morgan Ladimore - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morgan Ladimore - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=3301 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Morgan Ladimore - Out of Combat - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=3301 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grisha - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=3305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grisha - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=3305 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doras - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=3310 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doras - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=3310 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bael'dun Excavator - On Aggro - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=3374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bael'dun Excavator - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=3374 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bael'dun Foreman - In Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bael'dun Foreman - In Combat - Cast 'Torch Toss'" WHERE `source_type`=0 AND `entryorguid`=3375 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bael'dun Rifleman - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3377 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bael'dun Officer - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bael'dun Officer - In Combat - Cast 'Nimble Reflexes' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Blade Bruiser - On Aggro - Cast 'Bruise' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Acolyte - On Aggro - Cast 'Demon Skin' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Acolyte - In Combat - Cast 'Immolate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3380 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Blade Acolyte - In Combat - Cast 'Curse of Agony' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3380 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Blade Acolyte - Between 0-50% Health - Cast 'Drain Life' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3380 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Southsea Brigand - In Combat - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3381 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Respawn - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Quest 'Counterattack!' Taken - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Quest 'Counterattack!' Taken - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Quest 'Counterattack!' Taken - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Gossip Option 0 Selected - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Quest 'Counterattack!' Finished - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3389 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prospector Khazgorm - In Combat - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Fairmount - On Aggro - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Fairmount - Between 0-30% Health - Cast 'Frightening Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3393 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Fairmount - Target Casting - Cast 'Pummel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3393 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 0-0 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 0-0 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 0-0 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Barak Kodobane - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3394 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Verog the Dervish - On Respawn - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3395 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hezrul Bloodmark - Between 0-60% Health - Cast 'Blood Leech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Bloodcharger - In Combat - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Bloodcharger - In Combat - Cast 'Corruption' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Bloodcharger - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3397 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Bloodcharger - On Just Died - Summon Creature 'Verog the Dervish'" WHERE `source_type`=0 AND `entryorguid`=3397 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Savannah Matriarch - In Combat - Cast 'Savannah Cub'" WHERE `source_type`=0 AND `entryorguid`=3416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Living Flame - In Combat - Cast 'Living Flames'" WHERE `source_type`=0 AND `entryorguid`=3417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderhawk Cloudscraper - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=3424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nak - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nak - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nak - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nak - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nak - On Just Died - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nak - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nak - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nak - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nak - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nak - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nak - Between 0-100% Health - Cast 'Lesser Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nak - In Combat - Cast 'Stoneskin Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3434 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lok Orcbane - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3435 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kuz - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kuz - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kuz - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kuz - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kuz - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kuz - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kuz - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kuz - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kuz - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kuz - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kuz - In Combat - Cast 'Fire Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kuz - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3436 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Quest 'Samophlange' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Gossip Option 1 Selected - Quest Credit 'The Glowing Shard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tonga Runetotem - On Quest 'Altered Beings' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tonga Runetotem - On Quest 'Altered Beings' Finished - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tonga Runetotem - On Quest 'Altered Beings' Finished - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=3448 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tonga Runetotem - On Quest 'Altered Beings' Finished - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=3448 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pilot Wizzlecrank - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pilot Wizzlecrank - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3451 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serena Bloodfeather - In Combat - Cast 'Blood Howl'" WHERE `source_type`=0 AND `entryorguid`=3452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - On Quest 'Altered Beings' Finished - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Razormane Pathfinder - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3456 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Razormane Stalker - In Combat - Cast 'Sinister Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Seer - Between 0-65% Health - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormane Seer - In Combat - Cast 'Searing Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oasis Snapjaw - In Combat - Cast 'Sling Dirt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Owatanka - In Combat - Cast 'Chained Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gil - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gil - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3504 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thomas Miller - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ol' Emma - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ol' Emma - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3520 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sarah Raycroft - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3541 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jaysin Lanyda - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Robert Aebischer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bogling - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalaran Brewmaster - In Combat - Cast 'Potion Toss' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Therylune - On Quest 'Therylune's Escape' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Therylune - On Quest 'Therylune's Escape' Taken - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=3584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Therylune - On Waypoint 20 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3584 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Therylune - On Waypoint 20 Reached - Quest Credit 'Therylune's Escape'" WHERE `source_type`=0 AND `entryorguid`=3584 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Therylune - On Waypoint 21 Reached - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=3584 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Miner Johnson - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=3586 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frahun Shadewhisper - On Quest 'Encrypted Sigil' Finished - Play Emote 1" WHERE `source_type`=0 AND `entryorguid`=3594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Devrak - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=3615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Devrak - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=3615 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onu - On Quest 'Return to Onu' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onu - On Quest 'Return to Onu' Finished - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3616 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onu - On Quest 'Return to Onu' Finished - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=3616 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Erich Lohan - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3627 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Stinglash - In Combat - Cast 'Lash'" WHERE `source_type`=0 AND `entryorguid`=3631 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Creeper - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=3632 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Creeper - Out of Combat - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=3632 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deviate Slayer - Between 0-40% Health - Cast 'Fatal Bite'" WHERE `source_type`=0 AND `entryorguid`=3633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Ravager - Out of Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=3636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Footlocker - On Quest 'The Legend of Stalvan' Finished - Summon Creature 'Forlorn Spirit'" WHERE `source_type`=1 AND `entryorguid`=3643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Summoned Unit - Run Script" WHERE `source_type`=0 AND `entryorguid`=3644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - Out of Combat - Play Emote 18" WHERE `source_type`=0 AND `entryorguid`=3644 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mutanus the Devourer - On Just Died - Set Instance Data 9 to 3" WHERE `source_type`=0 AND `entryorguid`=3654 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mad Magglish - Out of Combat - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=3655 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mad Magglish - In Combat - Cast 'Smoke Bomb'" WHERE `source_type`=0 AND `entryorguid`=3655 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - In Combat - Cast 'Flame Blast'" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - On Quest 'Return to Onu' Finished - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Delmanis the Hated - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3662 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Delgren the Purifier - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Out of Combat - Cast 'Summon Succubus' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Between 15-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ilkrud Magthrull - Between 0-50% Health - Cast 'Ilkrud's Guardians' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3664 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Anaya Dawnrunner - In Combat - Cast 'Banshee Curse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anaya Dawnrunner - On Just Died - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3667 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Cobrahn - On Just Died - Set Instance Data 1 to 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Pythas - On Just Died - Set Instance Data 2 to 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Anacondra - On Just Died - Set Instance Data 3 to 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3671 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 0-40% Health - Cast 'Healing Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Boahn - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Boahn - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Boahn - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Boahn - Out of Combat - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Boahn - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Boahn - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boahn - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Boahn - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3672 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lord Serpentis - On Just Died - Set Instance Data 4 to 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3673 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skum - In Combat - Cast 'Chained Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3674 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - In Combat - Cast 'Volley' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - In Combat - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-30 Range - Cast 'Explosive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Within 0-20 Range - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Raene Wolfrunner - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3691 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Volcor - On Quest 'Escape Through Force' Taken - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3692 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Volcor - On Quest 'Escape Through Stealth' Taken - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3692 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Volcor - On Waypoint 15 Reached - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3692 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Volcor - On Aggro - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3692 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Terenthis - On Quest 'A Lost Master' Taken - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3693 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terenthis - On Quest 'A Lost Master' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3693 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grimclaw - Received Emote 101 - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Ran Bloodtooth - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3696 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Wrathtail Myrmidon - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathtail Myrmidon - Within 0-5 Range - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3711 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathtail Myrmidon - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3711 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathtail Razortail - On Aggro - Cast 'Thorns' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathtail Razortail - Within 0-5 Range - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathtail Razortail - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3712 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathtail Wave Rider - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Within 0-10 Range - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Between 25-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Within 25-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Out of Combat - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Within 0-30 Range - Cast 'Lightning Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - On Aggro - Cast 'Lightning Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sea Witch - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3715 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 25-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wrathtail Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3717 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mystlash Hydra - In Combat - Cast 'Venom Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3721 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mystlash Flayer - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3722 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Strand Cultist - In Combat - Cast 'Corruption' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3725 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Strand Enforcer - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3727 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Strand Enforcer - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3727 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Out of Combat - Cast 'Summon Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - On Aggro - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Strand Adept - On Aggro - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3728 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Forsaken Seeker - In Combat - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Seeker - On Friendly Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3732 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forsaken Seeker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3732 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forsaken Herbalist - In Combat - Cast 'Contagion of Rot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3733 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Thug - Within 0-5 Range - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Between 15-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Apothecary Falthis - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3735 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Saltspittle Puddlejumper - On Respawn - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3737 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltspittle Puddlejumper - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3737 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saltspittle Puddlejumper - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3737 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Saltspittle Warrior - In Combat - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3739 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltspittle Warrior - Within 0-5 Range - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3739 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saltspittle Warrior - Target Casting - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3739 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Saltspittle Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3739 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 0-0 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 0-0 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 0-0 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Saltspittle Muckdweller - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3740 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Saltspittle Oracle - In Combat - Cast 'Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3742 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltspittle Oracle - Between 0-30% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3742 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saltspittle Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3742 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foulweald Warrior - On Respawn - Cast 'Corrupted Strength Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3743 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulweald Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3743 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Out of Combat - Cast 'Corrupted Agility Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Foulweald Pathfinder - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3745 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Foulweald Den Watcher - On Respawn - Cast 'Corrupted Stamina Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulweald Den Watcher - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3746 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulweald Den Watcher - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3746 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foulweald Shaman - On Respawn - Cast 'Corrupted Intellect Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3748 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulweald Shaman - Out of Combat - Cast 'Strength of Earth Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3748 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulweald Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3748 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foulweald Ursa - On Respawn - Cast 'Corrupted Strength Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3749 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulweald Ursa - On Aggro - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3749 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulweald Ursa - Within 0-5 Range - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3749 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Foulweald Ursa - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3749 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Foulweald Totemic - On Respawn - Cast 'Corrupted Intellect Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3750 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foulweald Totemic - In Combat - Cast 'Searing Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3750 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Foulweald Totemic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3750 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xavian Rogue - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3752 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xavian Rogue - Within 0-5 Range - Cast 'Exploit Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3752 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xavian Rogue - Between 0-15% Health - Cast 'Gift of the Xavian'" WHERE `source_type`=0 AND `entryorguid`=3752 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xavian Rogue - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3752 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Xavian Betrayer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3754 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xavian Betrayer - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=3754 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xavian Betrayer - Between 0-15% Health - Cast 'Gift of the Xavian'" WHERE `source_type`=0 AND `entryorguid`=3754 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xavian Betrayer - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3754 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Xavian Felsworn - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3755 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xavian Felsworn - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=3755 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xavian Felsworn - Between 0-15% Health - Cast 'Gift of the Xavian'" WHERE `source_type`=0 AND `entryorguid`=3755 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xavian Felsworn - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3755 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Between 15-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Xavian Hellcaller - Out of Combat - Cast 'Gift of the Xavian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3757 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Felmusk Satyr - Within 0-5 Range - Cast 'Overwhelming Stench' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3758 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felmusk Satyr - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3758 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felmusk Rogue - Within 0-5 Range - Cast 'Overwhelming Stench' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3759 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felmusk Rogue - Within 0-5 Range - Cast 'Exploit Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3759 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felmusk Rogue - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3759 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Felmusk Felsworn - Within 0-5 Range - Cast 'Overwhelming Stench' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felmusk Felsworn - In Combat - Cast 'Curse of Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felmusk Felsworn - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3762 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Felmusk Shadowstalker - On Respawn - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3763 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felmusk Shadowstalker - Within 0-5 Range - Cast 'Overwhelming Stench' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3763 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felmusk Shadowstalker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3763 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleakheart Satyr - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3765 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleakheart Trickster - Within 0-5 Range - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3767 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleakheart Trickster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3767 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleakheart Shadowstalker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3770 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleakheart Hellcaller - Out of Combat - Set Phase Random Between 1-2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleakheart Hellcaller - Out of Combat - Cast 'Summon Voidwalker'" WHERE `source_type`=0 AND `entryorguid`=3771 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleakheart Hellcaller - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=3771 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleakheart Hellcaller - Out of Combat - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=3771 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lesser Felguard - Within 0-5 Range - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=3772 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lesser Felguard - In Combat - Cast 'Fire Shield II'" WHERE `source_type`=0 AND `entryorguid`=3772 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akkrilus - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=3773 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akkrilus - In Combat - Cast 'Fire Shield II'" WHERE `source_type`=0 AND `entryorguid`=3773 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felslayer - Within 0-10 Range - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=3774 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadethicket Moss Eater - In Combat - Cast 'Moss Covered Hands'" WHERE `source_type`=0 AND `entryorguid`=3780 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadethicket Moss Eater - In Combat - Cast 'Moss Covered Feet'" WHERE `source_type`=0 AND `entryorguid`=3780 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadethicket Wood Shaper - Within 0-30 Range - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=3781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadethicket Stone Mover - In Combat - Cast 'Strength of Stone'" WHERE `source_type`=0 AND `entryorguid`=3782 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadethicket Raincaller - Within 0-30 Range - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=3783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadethicket Raincaller - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=3783 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadethicket Bark Ripper - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=3784 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrowulf Fleshripper - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=3789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrowulf Shadow Weaver - Within 0-20 Range - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=3791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrowulf Packlord - In Combat - Cast 'Battle Roar'" WHERE `source_type`=0 AND `entryorguid`=3792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrowulf Packlord - In Combat - Cast 'Intimidating Growl'" WHERE `source_type`=0 AND `entryorguid`=3792 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cenarion Protector - Out of Combat - Cast 'Bear Form'" WHERE `source_type`=0 AND `entryorguid`=3797 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Protector - In Combat - Cast 'Demoralizing Roar'" WHERE `source_type`=0 AND `entryorguid`=3797 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cenarion Protector - Between 0-50% Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=3797 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cenarion Protector - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3797 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Out of Combat - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Within 0-40 Range - Cast 'Wrath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Severed Druid - On Aggro - Cast 'Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Severed Druid - On Aggro - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Between 25-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Severed Druid - Between 0-75% Health - Cast 'Rejuvenation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3799 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Severed Sleeper - In Combat - Cast 'Sleep' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Severed Dreamer - In Combat - Cast 'Summon Illusionary Nightmare' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Severed Keeper - Within 0-10 Range - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3803 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Intruder - On Respawn - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3804 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Intruder - Within 0-5 Range - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3804 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forsaken Infiltrator - On Respawn - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Assassin - On Respawn - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3807 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - On Respawn - Cast 'Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Forsaken Dark Stalker - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3808 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Elder Ashenvale Bear - Between 0-10% Health - Cast 'Growl of Fortitude' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3810 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Ashenvale Bear - Between 0-10% Health - Cast 'Growl of Fortitude' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wild Buck - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowhorn Stag - On Aggro - Cast 'Shadowhorn Charge'" WHERE `source_type`=0 AND `entryorguid`=3817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Shadowhorn Stag - On Aggro - Cast 'Shadowhorn Charge'" WHERE `source_type`=0 AND `entryorguid`=3818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildthorn Stalker - Within 0-30 Range - Cast 'Web'" WHERE `source_type`=0 AND `entryorguid`=3819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildthorn Venomspitter - Within 0-30 Range - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=3820 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildthorn Lurker - On Respawn - Cast 'Hide'" WHERE `source_type`=0 AND `entryorguid`=3821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildthorn Lurker - Within 0-5 Range - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=3821 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghostpaw Runner - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3823 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghostpaw Howler - In Combat - Cast 'Blood Howl'" WHERE `source_type`=0 AND `entryorguid`=3824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Vindicator - In Combat - Cast 'Moonfire'" WHERE `source_type`=0 AND `entryorguid`=3833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Vindicator - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3833 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crazed Ancient - Within 0-5 Range - Cast 'Curse of Thorns'" WHERE `source_type`=0 AND `entryorguid`=3834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vesprystus - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=3838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vesprystus - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=3838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - On Aggro - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Between 0-50% Health - Cast 'Serpent Form' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Between 30-100% Mana - Decrement Phase By 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - On Friendly Between 0-40% Health - Cast 'Healing Touch' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - In Combat - Cast 'Druid's Slumber' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Within 0-5 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Within 5-15 Range - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Within 35-80 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Between 0-50% Health - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Between 0-15% Mana - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - On Aggro - Cast 'Lightning Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - On Aggro - Set Event Phase 3 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - On Friendly Unit Missing Buff 'Serpent Form' - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Druid of the Fang - On Friendly Unit Missing Buff 'Serpent Form' - Set Event Phase 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=3840 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Caylais Moonfeather - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=3841 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caylais Moonfeather - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=3841 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anaya - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3843 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anaya - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3843 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anaya - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=3843 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anaya - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=3843 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anaya - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=3843 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Talen - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orendil Broadleaf - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3847 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kayneth Stillwind - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowfang Whitescalp - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=3851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowfang Moonwalker - In Combat - Cast 'Anti-Magic Shield'" WHERE `source_type`=0 AND `entryorguid`=3853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowfang Wolfguard - Out of Combat - Cast 'Summon Wolfguard Worg'" WHERE `source_type`=0 AND `entryorguid`=3854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowfang Wolfguard - On Friendly Between 0-10% Health - Cast 'Dark Restore'" WHERE `source_type`=0 AND `entryorguid`=3854 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowfang Darksoul - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=3855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowfang Darksoul - In Combat - Cast 'Befuddlement'" WHERE `source_type`=0 AND `entryorguid`=3855 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowfang Glutton - In Combat - Cast 'Blood Tap'" WHERE `source_type`=0 AND `entryorguid`=3857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowfang Ragetooth - Between 0-35% Health - Cast 'Wild Rage'" WHERE `source_type`=0 AND `entryorguid`=3859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleak Worg - In Combat - Cast 'Wavering Will'" WHERE `source_type`=0 AND `entryorguid`=3861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lupine Horror - In Combat - Cast 'Summon Lupine Delusions'" WHERE `source_type`=0 AND `entryorguid`=3863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Steed - In Combat - Cast 'Fel Stomp'" WHERE `source_type`=0 AND `entryorguid`=3864 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Bat - In Combat - Cast 'Diving Sweep'" WHERE `source_type`=0 AND `entryorguid`=3866 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Bat - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=3866 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood Seeker - In Combat - Cast 'Expose Weakness'" WHERE `source_type`=0 AND `entryorguid`=3868 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathsworn Captain - Out of Combat - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=3872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathsworn Captain - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=3872 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathsworn Captain - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=3872 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tormented Officer - In Combat - Cast 'Forsaken Skills'" WHERE `source_type`=0 AND `entryorguid`=3873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Haunted Servitor - In Combat - Cast 'Haunting Spirits'" WHERE `source_type`=0 AND `entryorguid`=3875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wailing Guardsman - In Combat - Cast 'Screams of the Past'" WHERE `source_type`=0 AND `entryorguid`=3877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sentinel Melyria Frostshadow - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorclaw the Butcher - Within 0-5 Range - Cast 'Butcher Drain'" WHERE `source_type`=0 AND `entryorguid`=3886 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baron Silverlaine - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=3887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Relara Whitemoon - Out of Combat - Cast 'Self Visual - Sleep Until Cancelled (DND)'" WHERE `source_type`=0 AND `entryorguid`=3892 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krolg - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3897 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illiyana - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rethilgore - In Combat - Cast 'Soul Drain'" WHERE `source_type`=0 AND `entryorguid`=3914 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rethilgore - On Aggro - Set Instance Data 2 to 1" WHERE `source_type`=0 AND `entryorguid`=3914 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rethilgore - On Just Died - Set Instance Data 2 to 3" WHERE `source_type`=0 AND `entryorguid`=3914 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rethilgore - On Evade - Set Instance Data 2 to 2" WHERE `source_type`=0 AND `entryorguid`=3914 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Befouled Water Elemental - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=3917 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Befouled Water Elemental - In Combat - Cast 'Foul Chill'" WHERE `source_type`=0 AND `entryorguid`=3917 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Withered Ancient - Within 0-5 Range - Cast 'Curse of Thorns'" WHERE `source_type`=0 AND `entryorguid`=3919 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anilia - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Ursa - Out of Combat - Cast 'Coat of Thistlefur'" WHERE `source_type`=0 AND `entryorguid`=3921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Ursa - Out of Combat - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=3921 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thistlefur Ursa - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=3921 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thistlefur Ursa - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3921 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thistlefur Totemic - On Respawn - Cast 'Coat of Thistlefur'" WHERE `source_type`=0 AND `entryorguid`=3922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Totemic - In Combat - Cast 'Healing Ward'" WHERE `source_type`=0 AND `entryorguid`=3922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thistlefur Totemic - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3922 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thistlefur Den Watcher - On Respawn - Cast 'Coat of Thistlefur'" WHERE `source_type`=0 AND `entryorguid`=3923 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Den Watcher - Between 0-30% Health - Cast 'Frenzied Rage'" WHERE `source_type`=0 AND `entryorguid`=3923 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thistlefur Den Watcher - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3923 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thistlefur Shaman - On Respawn - Cast 'Coat of Thistlefur'" WHERE `source_type`=0 AND `entryorguid`=3924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Shaman - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=3924 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thistlefur Shaman - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=3924 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thistlefur Shaman - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3924 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thistlefur Avenger - On Respawn - Cast 'Coat of Thistlefur'" WHERE `source_type`=0 AND `entryorguid`=3925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Avenger - Friendly At 664 Health - Cast 'Vengeance'" WHERE `source_type`=0 AND `entryorguid`=3925 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thistlefur Avenger - Friendly At 664 Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3925 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thistlefur Avenger - Between 0-30% Health - Cast 'Vengeance'" WHERE `source_type`=0 AND `entryorguid`=3925 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - On Respawn - Cast 'Coat of Thistlefur' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Thistlefur Pathfinder - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3926 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Wolf Master Nandos - On Evade - Set Instance Data 4 to 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3927 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wolf Master Nandos - On Just Died - Set Instance Data 4 to 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3927 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wolf Master Nandos - On Aggro - Set Instance Data 4 to 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3927 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wolf Master Nandos - Between 0-80% Health - Cast 'Call Lupine Horror' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3927 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wolf Master Nandos - Between 0-80% Health - Cast 'Call Slavering Worg' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3927 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wolf Master Nandos - Between 0-80% Health - Cast 'Call Bleak Worg' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3927 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Slime - In Combat - Cast 'Diseased Slime' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Slime - On Just Died - Cast 'Summon Rusty Chest' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=3928 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Boorand Plainswind - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=3934 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Boorand Plainswind - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=3934 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taneel Darkwood - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=3940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taneel Darkwood - Between 0-90% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=3940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taneel Darkwood - Between 0-20% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=3940 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Uthil Mooncall - On Respawn - Cast 'Bear Form'" WHERE `source_type`=0 AND `entryorguid`=3941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Uthil Mooncall - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=3941 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Uthil Mooncall - In Combat - Cast 'Moonfire'" WHERE `source_type`=0 AND `entryorguid`=3941 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Uthil Mooncall - Between 0-50% Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=3941 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mavoris Cloudsbreak - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=3942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mavoris Cloudsbreak - In Combat - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=3942 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ruuzel - On Aggro - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=3943 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ruuzel - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=3943 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ruuzel - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3943 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathtail Priestess - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=3944 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathtail Priestess - On Friendly Between 0-40% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=3944 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathtail Priestess - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3944 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Velinde Starsong - On Respawn - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=3946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Velinde Starsong - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=3946 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Velinde Starsong - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=3946 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Velinde Starsong - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=3946 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Goblin Shipbuilder - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harklan Moongrove - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ulthaan - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3960 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maliynn - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Haljan Oakheart - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3962 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Danlaar Nightstride - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3963 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kylanna - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cylania Rootstalker - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3965 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aayndia Floralwind - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3967 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fahran Silentblade - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3969 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Llana - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3970 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raleigh the Devout - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3980 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nancy Vishas - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3984 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grandpa Vishas - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3985 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dal Bloodclaw - Between 0-75% Health - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=3987 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dal Bloodclaw - Between 0-50% Health - Call For Help" WHERE `source_type`=0 AND `entryorguid`=3987 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Faldreas Goeth'Shael - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=3996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deepmoss Creeper - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=4005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Antlered Courser - In Combat - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=4018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Great Courser - In Combat - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=4019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Roguefeather - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=4023 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Slayer - Target Between 0-20% Health - Cast 'Execute'" WHERE `source_type`=0 AND `entryorguid`=4024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Slayer - In Combat - Cast 'Curse of Recklessness'" WHERE `source_type`=0 AND `entryorguid`=4024 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfury Ambusher - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=4025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Windcaller - In Combat - Cast 'Enveloping Winds'" WHERE `source_type`=0 AND `entryorguid`=4026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - On Gossip Option 2 Selected - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodfury Storm Witch - In Combat - Cast 'Lightning Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4027 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Furious Stone Spirit - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cave Stalker - In Combat - Cast 'Leech Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4040 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorched Basilisk - In Combat - Cast 'Crystalline Slumber' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Singed Basilisk - In Combat - Cast 'Crystalline Slumber' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackened Basilisk - In Combat - Cast 'Crystalline Slumber' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seereth Stonebreak - On Quest 'Goblin Invaders' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=4049 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seereth Stonebreak - On Quest 'Goblin Invaders' Finished - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=4049 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - In Combat - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - In Combat - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - On Quest 'Goblin Invaders' Finished - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Daughter of Cenarius - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4053 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Laughing Sister - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4054 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Bombardier - Within 5-30 Range - Cast 'Bomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4062 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feeboz - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feeboz - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Feeboz - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Feeboz - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Feeboz - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Feeboz - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Feeboz - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Feeboz - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Feeboz - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Feeboz - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Feeboz - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Feeboz - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Feeboz - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Feeboz - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4063 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Blackrock Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4064 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Blackrock Sentry - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4065 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Sentry - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=4065 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Sentry - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4065 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sentinel Thenysil - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4079 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - In Combat - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Galak Wrangler - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4093 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galak Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galak Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Galak Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Galak Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4094 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Galak Mauler - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Mauler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4095 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galak Windchaser - In Combat - Cast 'Enveloping Winds' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Windchaser - Friendly At 300 Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galak Windchaser - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - On Aggro - Cast 'Lightning Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Between 0-15% Health - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Galak Stormer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4097 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Galak Marauder - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4099 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galak Marauder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4099 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Screeching Harpy - In Combat - Cast 'Deafening Screech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Screeching Roguefeather - In Combat - Cast 'Exploit Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Screeching Windcaller - In Combat - Cast 'Gust of Wind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highperch Wyvern - On Respawn - Cast 'Poison Proc' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4107 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highperch Consort - On Respawn - Cast 'Poison Proc' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4109 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highperch Patriarch - On Respawn - Cast 'Poison Proc' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Kobold - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Kobold - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Vermin - In Combat - Cast 'Infected Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Vermin - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4112 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Digger - In Combat - Cast 'Skull Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Digger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Forager - In Combat - Cast 'Corrosive Acid' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4114 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Forager - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4114 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - In Combat - Cast 'Blizzard' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gravelsnout Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4116 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cloud Serpent - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4117 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Venomous Cloud Serpent - On Respawn - Cast 'Deadly Poison' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Elder Cloud Serpent - Within 0-30 Range - Cast 'Chain Lightning' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4119 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thundering Boulderkin - In Combat - Cast 'Ground Tremor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crag Stalker - Out of Combat - Cast 'Stealth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crag Stalker - In Combat - Cast 'Surprise Attack' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4126 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silithid Invader - In Combat - Cast 'Pierce Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4131 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Invader - In Combat - Cast 'Silithid Pox' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4131 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silithid Ravager - In Combat - Cast 'Strong Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4132 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Terror - In Combat - Cast 'Terrify' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4139 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Reaver - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4140 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sparkleshell Tortoise - Out of Combat - Cast 'Lightning Hide' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sparkleshell Snapper - Out of Combat - Cast 'Lightning Hide' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4143 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sparkleshell Snapper - In Combat - Cast 'Head Butt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4143 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sparkleshell Borer - Out of Combat - Cast 'Lightning Hide' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sparkleshell Borer - In Combat - Cast 'Pierce Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4144 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saltstone Basilisk - In Combat - Cast 'Crystalline Slumber' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4147 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltstone Gazer - In Combat - Cast 'Crystal Gaze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4150 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saltstone Crystalhide - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4151 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Swarm - On Respawn - Cast 'Silithid Swarm Passive' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daelyshia - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=4267 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daelyshia - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=4267 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Between 25-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - In Combat - Cast 'Entangling Roots' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Keeper Ordanus - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4273 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fenrus the Devourer - On Evade - Set Instance Data 3 to 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4274 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fenrus the Devourer - On Just Died - Set Instance Data 3 to 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4274 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fenrus the Devourer - On Aggro - Set Instance Data 3 to 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4274 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fenrus the Devourer - In Combat - Cast 'Toxic Saliva' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Springvale - In Combat - Cast 'Hammer of Justice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4278 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Springvale - On Friendly Between 0-40% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4278 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Odo the Blindwatcher - On Aggro - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4279 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Odo the Blindwatcher - Between 0-60% Health - Cast 'Howling Rage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4279 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Odo the Blindwatcher - Between 0-40% Health - Cast 'Howling Rage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4279 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Odo the Blindwatcher - Between 0-20% Health - Cast 'Howling Rage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4279 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Soldier - In Combat - Cast 'Improved Blocking' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - On Aggro - Cast 'Fire Shield III' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Between 0-15% Health - Set Event Phase 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Evoker - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4289 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Guardsman - On Aggro - Cast 'Defensive Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4290 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Guardsman - In Combat - Cast 'Disarm' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4290 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Diviner - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4291 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Protector - On Aggro - Cast 'Devotion Aura' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Protector - On Friendly Between 0-40% Health - Cast 'Holy Light' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4292 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - In Combat - Cast 'Slow' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Sorcerer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4294 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Myrmidon - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Myrmidon - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4295 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Adept - In Combat - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4296 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Adept - On Friendly Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4296 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Adept - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4296 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Out of Combat - Cast 'Summon Fire Elemental' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Conjuror - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4297 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Defender - On Aggro - Cast 'Defensive Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4298 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Defender - In Combat - Cast 'Improved Blocking' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4298 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Defender - In Combat - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4298 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Chaplain - On Aggro - Cast 'Inner Fire' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Chaplain - In Combat - Cast 'Power Word: Shield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4299 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Chaplain - Between 0-50% Health - Cast 'Renew' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4299 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Chaplain - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4299 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Wizard - In Combat - Cast 'Fire Shield III' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Wizard - In Combat - Cast 'Arcane Explosion' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Wizard - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Centurion - On Aggro - Cast 'Battle Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Champion - In Combat - Cast 'Holy Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Abbot - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Abbot - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Abbot - In Combat - Cast 'Heal' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4303 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Abbot - On Aggro - Cast 'Inner Fire' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4303 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Abbot - Between 0-20% Health - Cast 'Renew' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4303 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Torturer - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4306 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Torturer - In Combat - Cast 'Immolate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4306 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tharm - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=4312 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tharm - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=4312 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorkas - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=4314 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorkas - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=4314 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nyse - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=4317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nyse - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=4317 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thyssiana - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=4319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thyssiana - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=4319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Caelyb - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4320 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baldruc - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=4321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baldruc - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=4321 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firemane Scalebane - In Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=4328 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firemane Scalebane - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=4328 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firemane Scalebane - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=4328 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - In Combat - Cast 'Fire Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Firemane Flamecaller - In Combat - Cast 'Rain of Fire' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4334 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodfen Raptor - On Spellhit 'Capture Raptor' - Cast 'Raptor Capture Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfen Raptor - Between 0-20% Health - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4351 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfen Screecher - On Spellhit 'Capture Raptor' - Cast 'Raptor Capture Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfen Screecher - Between 0-20% Health - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4352 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mirefin Murloc - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkmist Spider - In Combat - Cast 'Poison' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withervine Creeper - In Combat - Cast 'Creeping Vines' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Acidic Swamp Ooze - On Spellhit 'End of Ooze Channel' - Cast 'Ooze Channel Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Acidic Swamp Ooze - Between 0-15% Health - Cast 'Bubbling Ooze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4393 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bubbling Swamp Ooze - On Spellhit 'End of Ooze Channel' - Cast 'Ooze Channel Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4394 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bubbling Swamp Ooze - Between 0-15% Health - Cast 'Bubbling Ooze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4394 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Teloren - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=4407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Teloren - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=4407 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkfang Creeper - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=4412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Darkfang Spider - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=4415 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Strip Miner - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=4416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 25-80 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 25-80 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 0-5 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 0-5 Range - Set Sheath Melee (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 0-5 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 5-15 Range - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 5-15 Range - Stop Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Taskmaster - Within 5-30 Range - Cast 'Piercing Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4417 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - In Combat - Cast 'Quick Flame Ward' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - In Combat - Cast 'Chains of Ice' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Wizard - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4418 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Overlord Ramtusk - On Respawn - Cast 'Battle Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Death Speaker Jargba - In Combat - Cast 'Dominate Mind'" WHERE `source_type`=0 AND `entryorguid`=4428 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Razorfen Quilguard - On Respawn - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=4436 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkgill Forager - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=4457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkgill Forager - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=4457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkgill Forager - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4457 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Murkgill Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4458 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Friendly At 700 Health - Cast 'Healing Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murkgill Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4459 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murkgill Lord - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4460 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Murkgill Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Blackrock Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4462 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - In Combat - Cast 'Fire Shield II'" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Blackrock Summoner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4463 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Blackrock Gladiator - On Aggro - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Gladiator - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Gladiator - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4464 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Gladiator - In Combat - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=4464 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Gladiator - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4464 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rotting Cadaver - On Aggro - Cast 'Corrupted Stamina Passive'" WHERE `source_type`=0 AND `entryorguid`=4474 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rotting Cadaver - On Just Died - Cast 'Summon Rotting Worms'" WHERE `source_type`=0 AND `entryorguid`=4474 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blighted Zombie - In Combat - Cast 'Volatile Infection'" WHERE `source_type`=0 AND `entryorguid`=4475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fardel Dabyrie - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=4479 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fardel Dabyrie - In Combat - Cast 'Deadly Poison'" WHERE `source_type`=0 AND `entryorguid`=4479 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kenata Dabyrie - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=4480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marcel Dabyrie - On Aggro - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=4481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marcel Dabyrie - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=4481 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marcel Dabyrie - In Combat - Cast 'Shield Wall'" WHERE `source_type`=0 AND `entryorguid`=4481 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Avenger - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=4493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Avenger - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - In Combat - Cast 'Slow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Spellbinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4494 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bloodsail Deckhand - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sargath - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4509 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sargath - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4509 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sargath - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4509 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sargath - Out of Combat - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4509 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sargath - Out of Combat - Say Line 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4509 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sargath - Out of Combat - Say Line 5 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4509 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death's Head Acolyte - In Combat - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4515 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Acolyte - Between 0-70% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4515 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - In Combat - Cast 'Chains of Ice' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Death's Head Adept - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4516 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Out of Combat - Cast 'Power Word: Fortitude' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 0-40% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Death's Head Priest - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4517 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Death's Head Sage - In Combat - Cast 'Elemental Protection Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Sage - In Combat - Cast 'Healing Ward' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4518 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Seer - In Combat - Cast 'Healing Ward' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Seer - In Combat - Cast 'Lava Spout Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greater Kraul Bat - In Combat - Cast 'Sonic Burst' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Monk - In Combat - Cast 'Kick' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Monk - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4540 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 0" WHERE `source_type`=2 AND `entryorguid`=4548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=4548 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 2" WHERE `source_type`=2 AND `entryorguid`=4548 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Michael Garrett - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=4551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Michael Garrett - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=4551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Ward Keeper - Out of Combat - Cast 'Quillboar Channeling'" WHERE `source_type`=0 AND `entryorguid`=4625 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Ward Keeper - On Just Died - Set Instance Data 1 to 1" WHERE `source_type`=0 AND `entryorguid`=4625 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Blade Augur - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4663 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Blade Augur - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=4663 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Augur - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4663 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Burning Blade Augur - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4663 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Burning Blade Augur - In Combat - Cast 'Curse of Thorns' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4663 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Burning Blade Reaver - In Combat - Cast 'Arcing Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Adept - On Reset - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Adept - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4665 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Blade Adept - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4665 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Adept - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4665 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Burning Blade Adept - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4665 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Burning Blade Adept - Between 0-20% Health - Cast 'Bloodlust' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4665 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Burning Blade Felsworn - On Aggro - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Shadowmage - On Reset - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Shadowmage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4667 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Blade Shadowmage - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=4667 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Shadowmage - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4667 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Burning Blade Shadowmage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4667 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Burning Blade Shadowmage - In Combat - Cast 'Shadow Shell' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4667 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Burning Blade Summoner - On Reset - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=4668 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Blade Summoner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4668 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Summoner - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=4668 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Burning Blade Summoner - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4668 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Burning Blade Summoner - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4668 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hatefury Rogue - Out of Combat - Cast 'Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hatefury Rogue - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4670 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hatefury Rogue - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4670 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hatefury Trickster - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4671 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hatefury Trickster - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4671 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hatefury Trickster - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4671 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hatefury Felsworn - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4672 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hatefury Felsworn - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4672 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hatefury Betrayer - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4673 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hatefury Betrayer - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4673 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hatefury Shadowstalker - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4674 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hatefury Shadowstalker - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4674 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hatefury Shadowstalker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4674 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - In Combat - Cast 'Immolate' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - In Combat - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - In Combat - Cast 'Rain of Fire' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - In Combat - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - Between 0-5% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - Between 0-5% Mana - Start Attacking (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hatefury Hellcaller - Between 0-30% Health - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4675 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mage Hunter - In Combat - Cast 'Plague Mind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4681 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Invoker - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Invoker - In Combat - Cast 'Flame Buffet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4705 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zamek - On Quest 'Zamek's Distraction' Finished - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4709 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gritjaw Basilisk - In Combat - Cast 'Crystalline Slumber' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Gritjaw Basilisk - In Combat - Cast 'Crystalline Slumber' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallenroot Shadowstalker - In Combat - Cast 'Curse of Weakness' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4798 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallenroot Hellcaller - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4799 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallenroot Hellcaller - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4799 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallenroot Hellcaller - Within 0-40 Range - Cast 'Shadow Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4799 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fallenroot Hellcaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4799 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fallenroot Hellcaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4799 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fallenroot Hellcaller - In Combat - Cast 'Mana Burn' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4799 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackfathom Tide Priestess - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4802 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackfathom Tide Priestess - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=4802 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackfathom Tide Priestess - Between 0-7% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4802 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackfathom Tide Priestess - Between 15-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4802 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackfathom Tide Priestess - Between 0-30% Health - Cast 'Heal' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=4802 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blackfathom Sea Witch - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackfathom Sea Witch - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4805 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackfathom Sea Witch - In Combat - Cast 'Frost Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4805 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackfathom Sea Witch - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4805 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackfathom Myrmidon - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4807 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Acolyte - Friendly At 750 Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4809 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Acolyte - Between 0-50% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4809 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Reaver - In Combat - Cast 'Arcing Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4810 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Reaver - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4810 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Aquamancer - On Reset - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Aquamancer - Out of Combat - Cast 'Summon Aqua Guardian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=4811 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Aquamancer - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4811 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Twilight Aquamancer - Within 0-40 Range - Cast 'Frostbolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4811 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Twilight Aquamancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4811 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Twilight Aquamancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4811 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Twilight Loreseeker - In Combat - Cast 'Slow' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4812 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Loreseeker - Between 0-30% Health - Cast 'Enlarge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4812 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Shadowmage - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4813 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Twilight Shadowmage - Within 0-40 Range - Cast 'Shadow Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4813 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Twilight Shadowmage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4813 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Twilight Shadowmage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4813 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Twilight Shadowmage - In Combat - Cast 'Dominate Mind' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4813 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Twilight Elementalist - In Combat - Cast 'Earth Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Elementalist - In Combat - Cast 'Flame Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Elementalist - In Combat - Cast 'Frost Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4814 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twilight Elementalist - In Combat - Cast 'Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4814 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkshallow Snapclaw - In Combat - Cast 'Disarm' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blindlight Murloc - On Aggro - Cast 'Defensive Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blindlight Murloc - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4818 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blindlight Muckdweller - Between 0-50% Health - Cast 'Leech Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - On Reset - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - Within 0-40 Range - Cast 'Lightning Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - Friendly At 1000 Health - Cast 'Heal' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blindlight Oracle - Between 0-50% Health - Cast 'Renew' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4820 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skittering Crustacean - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snapping Crustacean - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4822 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deep Pool Threshfin - In Combat - Cast 'Tendon Rip' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4827 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 25-80 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 25-80 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 0-5 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 0-5 Range - Set Sheath Melee (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 0-5 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 5-15 Range - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - Within 5-15 Range - Stop Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - In Combat - Cast 'Forked Lightning' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - In Combat - Cast 'Frost Nova' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - In Combat - Cast 'Slow' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lady Sarevess - On Just Died - Say Line 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4831 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 28 6 (Normal Dungeon)" WHERE `source_type`=2 AND `entryorguid`=4838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - On Reset - Cast 'Summon Earth Rumbler' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - Within 0-40 Range - Cast 'Lightning Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Earthcaller Halmgar - In Combat - Cast 'Earthbind Totem' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4842 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowforge Surveyor - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4844 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowforge Ruffian - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=4845 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Ruffian - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4845 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Digger - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=4846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Digger - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Relic Hunter - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=4847 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Relic Hunter - In Combat - Cast 'Silence'" WHERE `source_type`=0 AND `entryorguid`=4847 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Relic Hunter - Between 0-50% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=4847 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkcaster - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4848 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkcaster - On Reset - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkcaster - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4848 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkcaster - Within 0-30 Range - Cast 'Shadow Bolt Volley' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4848 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkcaster - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4848 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowforge Darkcaster - In Combat - Cast 'Mana Burn' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4848 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowforge Archaeologist - On Aggro - Cast 'Defensive Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4849 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Archaeologist - In Combat - Cast 'Disarm' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4849 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Archaeologist - In Combat - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4849 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Lurker - Out of Combat - Cast 'Sneak' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4850 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Lurker - In Combat - Cast 'Backstab' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4850 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Rockchewer - Between 0-50% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Oracle - Between 0-50% Health - Cast 'Healing Wave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Oracle - In Combat - Cast 'Lightning Shield' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4852 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Oracle - In Combat - Cast 'Healing Ward' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4852 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Oracle - In Combat - Cast 'Lava Spout Totem' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4852 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonevault Oracle - Between 0-15% Health - Flee For Assist (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4852 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stonevault Geomancer - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4853 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Geomancer - Within 0-40 Range - Cast 'Fireball' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4853 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonevault Geomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4853 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stonevault Geomancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4853 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stonevault Geomancer - In Combat - Cast 'Flame Buffet' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4853 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grimlok - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimlok - Out of Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grimlok - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grimlok - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grimlok - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grimlok - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Grimlok - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grimlok - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grimlok - In Combat - Cast 'Chain Bolt' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grimlok - In Combat - Cast 'Tremor Totem' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-50% Health - Cast 'Shrink' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-30% Health - Cast 'Bloodlust' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Grimlok - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Grimlok - On Killed Unit - Say Line 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4854 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Stonevault Brawler - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Brawler - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=4855 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Stonevault Cave Hunter - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=4856 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Stone Steward - In Combat - Cast 'Ground Tremor'" WHERE `source_type`=0 AND `entryorguid`=4860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shrike Bat - In Combat - Cast 'Sonic Burst'" WHERE `source_type`=0 AND `entryorguid`=4861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Quest Credit 'The Warsong Farms'" WHERE `source_type`=2 AND `entryorguid`=4871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Quest Credit 'The Warsong Farms'" WHERE `source_type`=2 AND `entryorguid`=4872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Quest Credit 'The Warsong Farms'" WHERE `source_type`=2 AND `entryorguid`=4873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghamoo-ra - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=4887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=4951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Quest Credit 'The End of the Line'" WHERE `source_type`=2 AND `entryorguid`=4956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=4961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Quest 'The Missing Diplomat' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=4961 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - Between 0-15% Health - Run Script" WHERE `source_type`=0 AND `entryorguid`=4961 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Tervosh - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=4967 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Tervosh - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=4967 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slim's Friend - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=4971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slim's Friend - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=4971 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slim's Friend - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=4971 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Spellhit 'Fake Shot' - Run Script" WHERE `source_type`=0 AND `entryorguid`=4980 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=4980 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ogron - On Just Died - Fail Quest 'Questioning Reethe'" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ogron - On Quest 'Questioning Reethe' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ogron - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ogron - On Waypoint Paused - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ogron - On Waypoint Paused - Set Orientation 6" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ogron - On Waypoint Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ogron - On Data Set 1 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ogron - In Combat - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=4983 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=4990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 1 1" WHERE `source_type`=2 AND `entryorguid`=5030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nurse Lillian - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=5042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Theramore Skirmisher - On Respawn - Move Forward 5 Yards" WHERE `source_type`=0 AND `entryorguid`=5044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Theramore Skirmisher - On Respawn - Set Run Off" WHERE `source_type`=0 AND `entryorguid`=5044 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Private Hallan - On Respawn - Move Forward 5 Yards" WHERE `source_type`=0 AND `entryorguid`=5045 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Private Hallan - On Respawn - Set Run Off" WHERE `source_type`=0 AND `entryorguid`=5045 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Private Hallan - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=5045 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Respawn - Run Script" WHERE `source_type`=0 AND `entryorguid`=5046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=5046 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=5046 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deviate Adder - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=5048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Crocolisk - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=5053 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Lasher - In Combat - Cast 'Wide Slash'" WHERE `source_type`=0 AND `entryorguid`=5055 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Dreadfang - In Combat - Cast 'Terrify'" WHERE `source_type`=0 AND `entryorguid`=5056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Dreadfang - In Combat - Set Single Threat 0-50" WHERE `source_type`=0 AND `entryorguid`=5056 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5056 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5056 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5057 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5057 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5057 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wolfguard Worg - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=5058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5058 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5058 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5059 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5059 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5059 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5060 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5060 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5060 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 1 1" WHERE `source_type`=2 AND `entryorguid`=5061 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 1 1" WHERE `source_type`=2 AND `entryorguid`=5080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Balos Jacken - Between 0-20% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5089 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Balos Jacken - On Reached Home - Set Faction 35 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5089 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Balos Jacken - On Reached Home - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5089 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Balos Jacken - Out of Combat - Set Faction 54 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5089 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Balos Jacken - Out of Combat - Set Event Phase 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5089 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5095 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5095 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Store Targetlist" WHERE `source_type`=2 AND `entryorguid`=5098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Send Target 1" WHERE `source_type`=2 AND `entryorguid`=5098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Set Data 0 1" WHERE `source_type`=2 AND `entryorguid`=5098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Firebrew - On Trigger - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=5111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Firebrew - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=5111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Firebrew - Received Emote 22 - Quest Credit 'Chicken Clucking for a Mint'" WHERE `source_type`=0 AND `entryorguid`=5111 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archery Target - On Respawn - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murk Spitter - In Combat - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=5225 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murk Worm - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=5226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saturated Ooze - In Combat - Cast 'Summon Oozeling'" WHERE `source_type`=0 AND `entryorguid`=5228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saturated Ooze - Between 0-50% Health - Cast 'Summon Oozeling'" WHERE `source_type`=0 AND `entryorguid`=5228 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordunni Ogre Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5237 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordunni Ogre Mage - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=5237 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordunni Ogre Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5237 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordunni Ogre Mage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5237 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gordunni Ogre Mage - Between 0-30% Health - Cast 'Bloodlust' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5237 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - On Reset - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - In Combat - Cast 'Flamestrike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gordunni Mage-Lord - Between 0-30% Health - Cast 'Bloodlust' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5239 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cursed Atal'ai - Between 0-30% Health - Cast 'Call of the Grave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Woodpaw Mystic - On Reset - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Woodpaw Mystic - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5254 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Woodpaw Mystic - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=5254 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Woodpaw Mystic - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5254 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Woodpaw Mystic - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5254 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Woodpaw Mystic - Friendly At 800 Health - Cast 'Healing Wave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5254 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Atal'ai Warrior - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai Warrior - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5256 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Friendly At 1800 Health - Cast 'Healing Wave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - In Combat - Cast 'Hex' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - In Combat - Cast 'Chain Lightning' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Between 30-100% Mana - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Within 0-5 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Within 5-15 Range - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Within 35-80 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - On Aggro - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Atal'ai Witch Doctor - On Aggro - Flee For Assist (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5259 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Enthralled Atal'ai - In Combat - Cast 'Fixate' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mummified Atal'ai - In Combat - Cast 'Fevered Plague' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mummified Atal'ai - In Combat - Cast 'Fevered Plague' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5263 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Atal'ai - In Combat - Cast 'Thrash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5267 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Atal'ai - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5267 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Atal'ai - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5267 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Friendly At 1000 Health - Cast 'Heal' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Between 30-100% Mana - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Within 0-5 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Within 5-15 Range - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Within 35-80 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - On Aggro - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - On Aggro - Flee For Assist (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - On Reset - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Out of Combat - Cast 'Shadow Shield' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Atal'ai Priest - Friendly At 1000 Health - Cast 'Heal' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5269 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Atal'ai Corpse Eater - Between 0-30% Health - Cast 'Atal'ai Corpse Eat' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai Deathwalker - In Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai Deathwalker - In Combat - Cast 'Fear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Atal'ai Deathwalker - On Just Died - Cast 'Summon Atal'ai Deathwalker's Spirit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5271 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - On Aggro - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - Within 0-40 Range - Cast 'Shadow Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - In Combat - Cast 'Summon Atal'ai Skeleton' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - Friendly At 2500 Health - Cast 'Heal' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Atal'ai High Priest - Between 0-30% Health - Cast 'Shadow Shield' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5273 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ironfur Patriarch - In Combat - Cast 'Demoralizing Roar' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Scalebane - In Combat - Cast 'Improved Blocking' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5277 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - On Aggro - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Within 0-40 Range - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nightmare Wyrmkin - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=5280 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nightmare Wanderer - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=5283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Wanderer - Within 0-5 Range - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=5283 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cast 'Kill Credit South'" WHERE `source_type`=2 AND `entryorguid`=5284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cast 'Kill Credit Central'" WHERE `source_type`=2 AND `entryorguid`=5285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cast 'Kill Credit North'" WHERE `source_type`=2 AND `entryorguid`=5286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cast 'Kill Credit Northwest'" WHERE `source_type`=2 AND `entryorguid`=5287 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Frostwing - In Combat - Cast 'Frostbolt Volley'" WHERE `source_type`=0 AND `entryorguid`=5291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Frostwing - Within 0-5 Range - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=5291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Frostwing - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=5291 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ferocious Rage Scar - In Combat - Cast 'Rend Flesh'" WHERE `source_type`=0 AND `entryorguid`=5299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantim - In Combat - Cast 'Corrosive Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=5314 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Itharius - On Gossip Option 0 Selected - Invoker Cast 'Create Oathstone of Ysera's Dragonflight'" WHERE `source_type`=0 AND `entryorguid`=5353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Itharius - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=5353 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firewing Defender - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=5355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firewing Defender - In Combat - Cast 'Mana Tap'" WHERE `source_type`=0 AND `entryorguid`=5355 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firewing Defender - In Combat - Cast 'Arcane Torrent'" WHERE `source_type`=0 AND `entryorguid`=5355 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Land Walker - On Spellhit 'Transmogrify!' - Update Template To 'Zapped Land Walker'" WHERE `source_type`=0 AND `entryorguid`=5357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cliff Giant - On Spellhit 'Transmogrify!' - Update Template To 'Zapped Cliff Giant'" WHERE `source_type`=0 AND `entryorguid`=5358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shore Strider - On Spellhit 'Transmogrify!' - Update Template To 'Zapped Shore Strider'" WHERE `source_type`=0 AND `entryorguid`=5359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deep Strider - On Spellhit 'Transmogrify!' - Update Template To 'Zapped Deep Strider'" WHERE `source_type`=0 AND `entryorguid`=5360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wave Strider - On Spellhit 'Transmogrify!' - Update Template To 'Zapped Wave Strider'" WHERE `source_type`=0 AND `entryorguid`=5361 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infiltrator Marksen - Out of Combat - Cast 'Zombie Form'" WHERE `source_type`=0 AND `entryorguid`=5416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glasshide Basilisk - In Combat - Cast 'Crystal Flash'" WHERE `source_type`=0 AND `entryorguid`=5419 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glasshide Gazer - In Combat - Cast 'Crystal Gaze'" WHERE `source_type`=0 AND `entryorguid`=5420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glasshide Petrifier - In Combat - Cast 'Petrify'" WHERE `source_type`=0 AND `entryorguid`=5421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Tail Lasher - In Combat - Cast 'Lash'" WHERE `source_type`=0 AND `entryorguid`=5423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Dunestalker - In Combat - Cast 'Venom Sting'" WHERE `source_type`=0 AND `entryorguid`=5424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Blisterpaw - In Combat - Cast 'Rabies'" WHERE `source_type`=0 AND `entryorguid`=5427 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fire Roc - In Combat - Cast 'Flamespit'" WHERE `source_type`=0 AND `entryorguid`=5429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sand Shark - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5435 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hazzali Wasp - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=5441 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hazzali Stinger - In Combat - Cast 'Venom Sting'" WHERE `source_type`=0 AND `entryorguid`=5450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hazzali Stinger - On Just Died - Cast 'Summon Hazzali Parasites'" WHERE `source_type`=0 AND `entryorguid`=5450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hazzali Swarmer - Out of Combat - Cast 'Silithid Swarm'" WHERE `source_type`=0 AND `entryorguid`=5451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hazzali Swarmer - On Just Died - Cast 'Summon Hazzali Parasites'" WHERE `source_type`=0 AND `entryorguid`=5451 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hazzali Tunneler - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=5453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hazzali Sandreaver - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=5454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Wasp - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=5455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Wasp - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5455 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Centipaar Stinger - In Combat - Cast 'Venom Sting'" WHERE `source_type`=0 AND `entryorguid`=5456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Stinger - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Centipaar Swarmer - In Combat - Cast 'Silithid Swarm'" WHERE `source_type`=0 AND `entryorguid`=5457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Swarmer - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Centipaar Worker - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Worker - Between 0-30% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=5458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Centipaar Tunneler - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=5459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Tunneler - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Centipaar Sandreaver - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Centipaar Sandreaver - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=5460 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre - Out of Combat - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=5471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre - In Combat - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=5471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dunemaul Enforcer - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=5472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - In Combat - Cast 'Slow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dunemaul Ogre Mage - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5473 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dunemaul Brute - In Combat - Cast 'Uppercut' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5474 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dunemaul Warlock - On Reset - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dunemaul Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5475 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dunemaul Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=5475 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dunemaul Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5475 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dunemaul Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5475 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thistleshrub Dew Collector - In Combat - Cast 'Entangling Roots' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistleshrub Rootshaper - In Combat - Cast 'Earthgrab Totem' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewander Rogue - Out of Combat - Cast 'Stealth' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewander Rogue - In Combat - Cast 'Backstab' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5615 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastewander Thief - In Combat - Cast 'Disarm' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Out of Combat - Cast 'Summon Voidwalker' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - In Combat - Cast 'Immolate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wastewander Shadow Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5617 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Wastewander Bandit - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewander Bandit - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5618 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastewander Assassin - Target Between 0-20% Health - Cast 'Execute' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Hideskinner - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5645 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sandfury Axe Thrower - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5646 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - In Combat - Cast 'Rain of Fire' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sandfury Firecaller - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5647 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 30-100% Mana - Decrement Phase By 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 0-15% Mana - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - On Aggro - Cast 'Shadow Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Out of Combat - Cast 'Demon Skin' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - In Combat - Cast 'Shadow Word: Pain' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 0-15% Health - Set Event Phase 3 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 0-15% Health - Enable Combat Movement (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowcaster - Between 0-15% Health - Flee For Assist (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5648 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sandfury Blood Drinker - In Combat - Cast 'Blood Leech' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5649 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Witch Doctor - In Combat - Cast 'Healing Ward' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5650 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Witch Doctor - In Combat - Cast 'Lava Spout Totem' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5650 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Witch Doctor - Between 0-50% Health - Cast 'Flash Heal' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5650 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Voidwalker - On Respawn - Cast 'Summoned Demon' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5676 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Voidwalker - Between 0-30% Health - Cast 'Consuming Rage' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5676 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dalin Forgewright - Between 0-80% Health - Cast 'Renew' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5682 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dalin Forgewright - Between 0-30% Health - Cast 'Heal' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5682 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Renee - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=5688 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Renee - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=5688 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Cast 'Summon Effect'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Summon Creature 'Jezelle's Imp'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Cast 'Summon Effect'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Summon Creature 'Jezelle's Voidwalker'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Cast 'Summon Effect'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Summon Creature 'Jezelle's Succubus'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Cast 'Summon Effect'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Summon Creature 'Jezelle's Felhunter'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Cast 'Summon Effect'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Summon Creature 'Jezelle's Felsteed'" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Jezelle Pruitt - Out of Combat - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=5702 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Invoker Cast 'Crown Chemical Co. Contraband'" WHERE `source_type`=2 AND `entryorguid`=5703 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Invoker Cast 'Crown Chemical Co. Supplies'" WHERE `source_type`=2 AND `entryorguid`=5704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Invoker Cast 'Crown Chemical Co. Contraband'" WHERE `source_type`=2 AND `entryorguid`=5705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Invoker Cast 'Crown Chemical Co. Supplies'" WHERE `source_type`=2 AND `entryorguid`=5706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spawn of Hakkar - In Combat - Cast 'Acid of Hakkar'" WHERE `source_type`=0 AND `entryorguid`=5708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Eranikus - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5709 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Eranikus - On Aggro - Set In Combat With Zone (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5709 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shade of Eranikus - In Combat - Cast 'Acid Breath' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5709 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shade of Eranikus - Within 0-5 Range - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5709 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shade of Eranikus - In Combat - Cast 'Deep Slumber' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5709 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shade of Eranikus - In Combat - Cast 'War Stomp' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5709 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - Within 0-85 Range Out of Combat LoS - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - Within 0-85 Range Out of Combat LoS - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - In Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - In Combat - Cast 'Earthgrab Totem'" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - Out of Combat - Cast 'Hex of Jammal'an' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - Out of Combat - Say Line 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - Between 0-30% Health - Cast 'Healing Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - Between 0-30% Health - Say Line 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - On Killed Unit - Play Sound 5863 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - On Just Died - Summon Creature 'Dreamscythe' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jammal'an the Prophet - On Just Died - Summon Creature 'Weaver' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5710 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cross Cast 'Searching the Bank'" WHERE `source_type`=2 AND `entryorguid`=5710 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Kill Target" WHERE `source_type`=2 AND `entryorguid`=5710 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cross Cast 'Searching the Auction House'" WHERE `source_type`=2 AND `entryorguid`=5711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Kill Target" WHERE `source_type`=2 AND `entryorguid`=5711 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ogom the Wretched - In Combat - Cast 'Curse of Weakness' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5711 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cross Cast 'Searching the Barber Shop'" WHERE `source_type`=2 AND `entryorguid`=5712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Kill Target" WHERE `source_type`=2 AND `entryorguid`=5712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zolo - In Combat - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=5712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zolo - In Combat - Cast 'Atal'ai Skeleton Totem'" WHERE `source_type`=0 AND `entryorguid`=5712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cross Cast 'Searching the Auction House'" WHERE `source_type`=2 AND `entryorguid`=5714 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Kill Target" WHERE `source_type`=2 AND `entryorguid`=5714 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Loro - Within 0-5 Range - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=5714 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Loro - In Combat - Cast 'Improved Blocking'" WHERE `source_type`=0 AND `entryorguid`=5714 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cross Cast 'Searching the Bank'" WHERE `source_type`=2 AND `entryorguid`=5715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Kill Target" WHERE `source_type`=2 AND `entryorguid`=5715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hukku - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hukku - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hukku - Out of Combat - Cast 'Hukku's Guardians' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hukku - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hukku - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hukku - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hukku - Within 0-30 Range - Cast 'Shadow Bolt Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hukku - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hukku - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hukku - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hukku - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hukku - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hukku - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hukku - In Combat - Cast 'Curse of Blood' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=5715 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Cross Cast 'Searching the Barber Shop'" WHERE `source_type`=2 AND `entryorguid`=5716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Areatrigger - On Trigger - Kill Target" WHERE `source_type`=2 AND `entryorguid`=5716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zul'Lor - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=5716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Lor - In Combat - Cast 'Frailty'" WHERE `source_type`=0 AND `entryorguid`=5716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mijan - In Combat - Cast 'Thorns Aura'" WHERE `source_type`=0 AND `entryorguid`=5717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mijan - On Friendly Between 0-40% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=5717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mijan - In Combat - Cast 'Healing Ward'" WHERE `source_type`=0 AND `entryorguid`=5717 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mijan - Between 0-30% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=5717 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Morphaz - In Combat - Cast 'Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=5719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morphaz - In Combat - Cast 'Wing Flap'" WHERE `source_type`=0 AND `entryorguid`=5719 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Weaver - In Combat - Cast 'Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=5720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Weaver - In Combat - Cast 'Wing Flap'" WHERE `source_type`=0 AND `entryorguid`=5720 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreamscythe - Within 0-80 Range Out of Combat LoS - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=5721 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreamscythe - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=5721 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreamscythe - In Combat - Cast 'Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=5721 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dreamscythe - In Combat - Cast 'Wing Flap'" WHERE `source_type`=0 AND `entryorguid`=5721 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hazzas - In Combat - Cast 'Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=5722 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hazzas - In Combat - Cast 'Wing Flap'" WHERE `source_type`=0 AND `entryorguid`=5722 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deviate Viper - In Combat - Cast 'Localized Toxin'" WHERE `source_type`=0 AND `entryorguid`=5755 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Venomwing - In Combat - Cast 'Toxic Spit'" WHERE `source_type`=0 AND `entryorguid`=5756 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deviate Shambler - Between 0-70% Health - Cast 'Wild Regeneration'" WHERE `source_type`=0 AND `entryorguid`=5761 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Verdan the Everliving - In Combat - Cast 'Grasping Vines'" WHERE `source_type`=0 AND `entryorguid`=5775 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Creeper Egg - In Combat - Cast 'Summon Silithid Grub'" WHERE `source_type`=0 AND `entryorguid`=5781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silithid Creeper Egg - In Combat - Cast 'Suicide'" WHERE `source_type`=0 AND `entryorguid`=5781 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silithid Creeper Egg - In Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5781 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Kolkanis - Target Casting 'Bracers of Shackled Souls' - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=5808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Kolkanis - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=5808 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Kolkanis - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=5808 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Watch Commander Zalaphil - Out of Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=5809 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Watch Commander Zalaphil - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=5809 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Watch Commander Zalaphil - Target Casting - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=5809 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Watch Commander Zalaphil - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=5809 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Innkeeper Thulbek - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=5814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Thulbek - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=5814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Felweaver Scornn - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5822 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Death Flayer - In Combat - Cast 'Venom Sting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5823 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Flat Tusk - On Respawn - Cast 'Battle Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Flat Tusk - In Combat - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5824 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Flat Tusk - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5824 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geolord Mottle - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geolord Mottle - On Friendly Unit Missing Buff 'Lightning Shield' - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geolord Mottle - Between 0-50% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geolord Mottle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brontus - On Aggro - Cast 'Rushing Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5827 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brontus - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5827 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Humar the Pridelord - Within 0-5 Range - Cast 'Agonizing Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5828 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snort the Heckler - In Combat - Cast 'Toxic Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sister Rathtalon - In Combat - Cast 'Enveloping Winds' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sister Rathtalon - In Combat - Cast 'Gust of Wind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sister Rathtalon - In Combat - Cast 'Lightning Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sister Rathtalon - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Swiftmane - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderstomp - In Combat - Cast 'Chained Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azzere the Skyblade - In Combat - Cast 'Flame Spike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5834 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Foreman Grills - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Engineer Whirleygig - On Aggro - Cast 'Compact Harvest Reaper' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Engineer Whirleygig - In Combat - Cast 'Explosive Sheep' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5836 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brokespear - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brokespear - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brokespear - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brokespear - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Brokespear - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Brokespear - In Combat - Cast 'Slowing Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Brokespear - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Brokespear - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Brokespear - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Brokespear - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5838 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Within 5-30 Range - Cast 'Bomb'" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Iron Geologist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5839 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Iron Steamsmith - In Combat - Cast 'Steam Jet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rocklance - On Aggro - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5841 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rocklance - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5841 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rocklance - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5841 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Slaver - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Slaver - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Taskmaster - In Combat - Cast 'Battle Command' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Taskmaster - On Just Died - Cast 'Dark Iron Taskmaster Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - In Combat - Cast 'Fire Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - In Combat - Set Faction 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Heggin Stonewhisker - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5847 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Malgin Barleybrew - On Aggro - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Digger Flameforge - In Combat - Cast 'Backhand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5849 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Digger Flameforge - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5849 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Digger Flameforge - In Combat - Cast 'Throw Dynamite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5849 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hagg Taurenbane - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hagg Taurenbane - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5859 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hagg Taurenbane - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5859 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geopriest Gukk'rok - Between 0-60% Health - Cast 'Power Word: Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geopriest Gukk'rok - Between 0-45% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5863 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geopriest Gukk'rok - Between 0-20% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5863 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dishu - On Aggro - Cast 'Savannah Cubs' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seer Ravenfeather - On Quest 'Call of Earth' Finished - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5888 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redrock Earth Spirit - On Respawn - Cast 'Elemental Spirit Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5890 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Minor Manifestation of Earth - On Respawn - Cast 'Elemental Spirit Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5891 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Quest 'Seeking Spiritual Aid' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clara Charles - Within 1-15 Range Out of Combat LoS - Summon Creature 'Defias Ambusher' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=5917 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Ogre Mage - Between 0-30% Health - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=5975 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Mauler - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=5977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dreadmaul Warlock - In Combat - Cast 'Curse of Blood'" WHERE `source_type`=0 AND `entryorguid`=5978 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wretched Lost One - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=5979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Lost One - In Combat - Cast 'Enfeeble'" WHERE `source_type`=0 AND `entryorguid`=5979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Slayer - Target Between 0-20% Health - Cast 'Execute'" WHERE `source_type`=0 AND `entryorguid`=5982 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonepicker - Target Between 0-20% Health - Cast 'Fevered Fatigue'" WHERE `source_type`=0 AND `entryorguid`=5983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpok Stinger - In Combat - Cast 'Venom Sting'" WHERE `source_type`=0 AND `entryorguid`=5988 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redstone Basilisk - In Combat - Cast 'Crystal Gaze'" WHERE `source_type`=0 AND `entryorguid`=5990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redstone Crystalhide - In Combat - Cast 'Crystal Flash'" WHERE `source_type`=0 AND `entryorguid`=5991 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashmane Boar - Out of Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=5992 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashmane Boar - Within 5-20 Range - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=5992 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Helboar - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=5993 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Helboar - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=5993 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Miner - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=5996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Miner - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=5996 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - In Combat - Cast 'Bomb'" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Nethergarde Engineer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=5997 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Nethergarde Foreman - In Combat - Cast 'Battle Command'" WHERE `source_type`=0 AND `entryorguid`=5998 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Foreman - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=5998 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Soldier - In Combat - Cast 'Improved Blocking'" WHERE `source_type`=0 AND `entryorguid`=5999 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Soldier - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=5999 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Cleric - In Combat - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=6000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Cleric - Between 0-50% Health - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=6000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Cleric - On Friendly Between 0-40% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=6000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nethergarde Cleric - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nethergarde Analyst - In Combat - Cast 'Expose Weakness'" WHERE `source_type`=0 AND `entryorguid`=6001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - In Combat - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nethergarde Riftwatcher - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6002 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nethergarde Officer - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=6003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethergarde Officer - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=6003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Cultist - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=6004 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Thug - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=6005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Thug - In Combat - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=6005 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Thug - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=6005 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Adept - In Combat - Cast 'Blood Leech'" WHERE `source_type`=0 AND `entryorguid`=6006 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Adept - On Friendly Between 0-10% Health - Cast 'Dark Offering'" WHERE `source_type`=0 AND `entryorguid`=6006 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Enforcer - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=6007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Out of Combat - Cast 'Voidwalker'" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Warlock - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6008 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - In Combat - Cast 'Banish'" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowsworn Dreadweaver - In Combat - Cast 'Curse of Mending'" WHERE `source_type`=0 AND `entryorguid`=6009 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Felhound - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=6010 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Breyk - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=6026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Breyk - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=6026 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aqua Guardian - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=6047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthgrab Totem - In Combat - Cast 'Earthgrab'" WHERE `source_type`=0 AND `entryorguid`=6066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searing Infernal - Out of Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=6073 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vejrek - On Aggro - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=6113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vejrek - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=6113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Roaming Felguard - Within 0-5 Range - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=6115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tog Rustsprocket - On Spellhit 'Perform Speech' - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=6119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tog Rustsprocket - On Text 5 Over - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=6119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tog Rustsprocket - On Text 6 Over - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=6119 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tog Rustsprocket - On Text 7 Over - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=6119 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tog Rustsprocket - On Text 7 Over - Cast 'Speech Performed'" WHERE `source_type`=0 AND `entryorguid`=6119 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tog Rustsprocket - On Text 7 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=6119 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Spy - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Haldarr Felsworn - Out of Combat - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=6127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gutspill - In Combat - Cast 'Tainted Howl'" WHERE `source_type`=0 AND `entryorguid`=6170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gutspill - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=6170 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Respawn - Cast 'Permanent Feign Death'" WHERE `source_type`=0 AND `entryorguid`=6172 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Respawn - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=6172 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Respawn - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=6172 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Spellhit 'Symbol of Life' - Run Script" WHERE `source_type`=0 AND `entryorguid`=6172 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bath'rah the Windwatcher - On Quest 'The Summoning' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=6176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bath'rah the Windwatcher - On Waypoint 7 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=6176 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Respawn - Cast 'Permanent Feign Death'" WHERE `source_type`=0 AND `entryorguid`=6177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Respawn - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=6177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Respawn - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=6177 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Spellhit 'Symbol of Life' - Run Script" WHERE `source_type`=0 AND `entryorguid`=6177 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Raider - In Combat - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=6180 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Raider - In Combat - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=6180 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Raider - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6180 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Caverndeep Looter - In Combat - Cast 'Grab Weapon'" WHERE `source_type`=0 AND `entryorguid`=6209 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Agent - Out of Combat - Cast 'Dark Iron Land Mine'" WHERE `source_type`=0 AND `entryorguid`=6212 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Out of Combat - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Addled Leper - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Addled Leper - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Addled Leper - In Combat - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Between 0-30% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Addled Leper - Between 0-15% Health - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=6221 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - In Combat - Cast 'Fire Shield II'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - In Combat - Cast 'Summon Burning Servant'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - In Combat - Cast 'Summon Burning Servant'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Iron Ambassador - In Combat - Cast 'Summon Embers'" WHERE `source_type`=0 AND `entryorguid`=6228 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crowd Pummeler 9-60 - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=6229 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crowd Pummeler 9-60 - In Combat - Cast 'Crowd Pummel'" WHERE `source_type`=0 AND `entryorguid`=6229 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crowd Pummeler 9-60 - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=6229 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Electrocutioner 6000 - In Combat - Cast 'Megavolt'" WHERE `source_type`=0 AND `entryorguid`=6235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Electrocutioner 6000 - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=6235 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Electrocutioner 6000 - In Combat - Cast 'Chain Bolt'" WHERE `source_type`=0 AND `entryorguid`=6235 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cyclonian - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=6239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cyclonian - In Combat - Cast 'Gust of Wind'" WHERE `source_type`=0 AND `entryorguid`=6239 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cyclonian - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=6239 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Menara Voidrender - On Quest 'The Completed Orb of Noh'Orahil' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=6266 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Felhunter - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=6268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Janene - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6272 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Janene - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6272 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cylina Darkheart - On Respawn - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=6374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Holdout Warrior - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=6391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Holdout Warrior - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=6391 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anguished Dead - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=6426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Haunting Phantasm - On Aggro - Cast 'Summon Illusionary Phantasm'" WHERE `source_type`=0 AND `entryorguid`=6427 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironspine - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=6489 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironspine - In Combat - Cast 'Poison Cloud'" WHERE `source_type`=0 AND `entryorguid`=6489 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Astor Hadren - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Astor Hadren - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=6497 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Astor Hadren - On Gossip Option 0 Selected - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=6497 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Astor Hadren - On Respawn - Set Faction 68" WHERE `source_type`=0 AND `entryorguid`=6497 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Astor Hadren - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=6497 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Astor Hadren - On Gossip Hello - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=6497 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Devilsaur - In Combat - Cast 'Mighty Blow'" WHERE `source_type`=0 AND `entryorguid`=6498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tyrant Devilsaur - In Combat - Cast 'Terrifying Roar'" WHERE `source_type`=0 AND `entryorguid`=6500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stegodon - Within 6-15 Range - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=6501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stegodon - In Combat - Cast 'Head Smash'" WHERE `source_type`=0 AND `entryorguid`=6501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plated Stegodon - In Combat - Cast 'Head Smash'" WHERE `source_type`=0 AND `entryorguid`=6502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spiked Stegodon - In Combat - Cast 'Head Smash'" WHERE `source_type`=0 AND `entryorguid`=6503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderstomp Stegodon - In Combat - Cast 'Head Smash'" WHERE `source_type`=0 AND `entryorguid`=6504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderstomp Stegodon - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=6504 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravasaur - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=6505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravasaur Hunter - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=6507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravasaur Hunter - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=6507 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venomhide Ravasaur - On Respawn - Cast 'Venomhide Poison'" WHERE `source_type`=0 AND `entryorguid`=6508 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Lasher - On Respawn - Cast 'Bloodpetal Poison Proc'" WHERE `source_type`=0 AND `entryorguid`=6509 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Lasher - In Combat - Cast 'Lash'" WHERE `source_type`=0 AND `entryorguid`=6509 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Flayer - On Respawn - Cast 'Bloodpetal Poison Proc'" WHERE `source_type`=0 AND `entryorguid`=6510 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Flayer - In Combat - Cast 'Flaying Vine'" WHERE `source_type`=0 AND `entryorguid`=6510 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Thresher - On Respawn - Cast 'Bloodpetal Poison Proc'" WHERE `source_type`=0 AND `entryorguid`=6511 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Trapper - On Respawn - Cast 'Bloodpetal Poison Proc'" WHERE `source_type`=0 AND `entryorguid`=6512 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpetal Trapper - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=6512 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Un'Goro Stomper - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6513 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Un'Goro Stomper - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6513 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Un'Goro Thunderer - In Combat - Cast 'Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6516 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tar Beast - On Respawn - Cast 'Sticky Tar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tar Lurker - On Respawn - Cast 'Sticky Tar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tar Lurker - In Combat - Cast 'Black Sludge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6518 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tar Lord - On Respawn - Cast 'Sticky Tar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tar Lord - In Combat - Cast 'Entangling Roots' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tar Lord - Between 0-40% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6519 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scorching Elemental - In Combat - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 5-30 Range - Cast 'Shoot' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 25-80 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 0-5 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 0-5 Range - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 0-5 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 5-15 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Within 5-15 Range - Stop Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - In Combat - Cast 'Gift of Ragnaros' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dark Iron Rifleman - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6523 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Tar Creeper - On Respawn - Cast 'Sticky Tar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6527 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tar Creeper - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6527 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Quest 'Cleansing of the Orb of Orahil' Taken - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Quest 'Mana Surges' Finished - Activate Gameobject (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6546 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Quest 'Mana Surges' Taken - Activate Gameobject" WHERE `source_type`=0 AND `entryorguid`=6546 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Quest 'Mana Surges' Taken - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=6546 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Data Set 1 1 - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=6546 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mana Surge - On Just Summoned - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=6550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Surge - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=6550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Surge - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=6550 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gorishi Wasp - In Combat - Cast 'Silithid Pox'" WHERE `source_type`=0 AND `entryorguid`=6551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorishi Worker - In Combat - Cast 'Silithid Pox'" WHERE `source_type`=0 AND `entryorguid`=6552 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorishi Reaver - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=6553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorishi Stinger - In Combat - Cast 'Silithid Pox'" WHERE `source_type`=0 AND `entryorguid`=6554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorishi Tunneler - In Combat - Cast 'Tunneler Acid'" WHERE `source_type`=0 AND `entryorguid`=6555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Spellhit 'Releasing Corrupt Ooze' - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Update - Set Data 0 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Update - Start Follow Closest Creature 'Captured Felwood Ooze' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Follow Complete - Set Visibility Off (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Follow Complete - Summon Creature 'Gargantuan Ooze' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Follow Complete - Cast 'Merging Oozes' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Primal Ooze - On Follow Complete - Despawn In 50 ms (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6557 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Glutinous Ooze - On Just Died - Cast 'Acid Slime' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fenwick Thatros - In Combat - Cast 'Uppercut' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravasaur Matriarch - In Combat - Cast 'Rend' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clutchmother Zavas - In Combat - Cast 'Cleave' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clutchmother Zavas - In Combat - Cast 'Pierce Armor' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6582 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Clutchmother Zavas - In Combat - Cast 'Gorishi Egg' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6582 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gruff - In Combat - Cast 'Chained Bolt' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gruff - In Combat - Cast 'Thunderclap' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Mosh - In Combat - Cast 'Terrifying Roar' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Mosh - In Combat - Cast 'Trample' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Mosh - In Combat - Cast 'Vicious Rend' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6584 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Uhk'loc - On Killed Unit - Cast 'Battle Shout' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Uhk'loc - In Combat - Cast 'Uppercut' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=6585 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baritanas Skyriver - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=6706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baritanas Skyriver - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=6706 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thalon - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=6726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thalon - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=6726 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Brianna - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6727 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Brianna - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6727 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Basher - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=6733 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Hearthstove - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Hearthstove - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6734 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Saelienne - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Saelienne - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Saelienne - Received Emote 34 - Quest Credit 'Dancing for Marzipan'" WHERE `source_type`=0 AND `entryorguid`=6735 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Keldamyr - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6736 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Keldamyr - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6736 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kimlya - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6738 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kimlya - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6738 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Bates - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6739 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Bates - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6739 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Allison - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6740 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Allison - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6740 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Allison - Received Emote 41 - Quest Credit 'Flexing for Nougat'" WHERE `source_type`=0 AND `entryorguid`=6740 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Norman - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6741 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Norman - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6741 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Norman - Received Emote 22 - Quest Credit 'Chicken Clucking for a Mint'" WHERE `source_type`=0 AND `entryorguid`=6741 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Norman - Received Emote 22 - Quest Credit 'Chicken Clucking for a Mint'" WHERE `source_type`=0 AND `entryorguid`=6741 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Innkeeper Pala - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Pala - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6746 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Pala - Received Emote 34 - Quest Credit 'Dancing for Marzipan'" WHERE `source_type`=0 AND `entryorguid`=6746 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kauth - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kauth - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6747 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Den Mother - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=6788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thistle Cub - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=6789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Trelayne - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6790 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Trelayne - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6790 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Wiley - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Wiley - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6791 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Skindle - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6807 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Skindle - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6807 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talvash del Kissel - Received Emote 264 - Quest Credit 'Incoming Gumdrop'" WHERE `source_type`=0 AND `entryorguid`=6826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Dockmaster - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Dockmaster - On Aggro - Summon Creature 'Defias Bodyguard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Dockmaster - On Aggro - Summon Creature 'Defias Bodyguard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6846 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defias Dockmaster - On Aggro - Summon Creature 'Defias Bodyguard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6846 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defias Bodyguard - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Bodyguard - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6866 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defias Bodyguard - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6866 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onin MacHammar - On Respawn - Cast 'Faded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=6886 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baelog - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baelog - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baelog - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Baelog - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 25-80 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 0-5 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Baelog - Within 5-15 Range - Stop Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Baelog - In Combat - Cast 'Strike' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Baelog - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Baelog - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Baelog - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Baelog - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6906 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Eric 'The Swift' - In Combat - Cast 'Rushing Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Olaf - In Combat - Cast 'Shield Slam' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6908 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Revelosh - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Revelosh - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Revelosh - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Revelosh - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Revelosh - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Revelosh - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Revelosh - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Revelosh - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Revelosh - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Revelosh - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Revelosh - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Revelosh - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Revelosh - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Revelosh - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6910 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Defias Dockworker - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6927 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defias Dockworker - In Combat - Cast 'Snap Kick' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=6927 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Grosk - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Grosk - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6928 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Gryshka - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6929 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Gryshka - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6929 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Gryshka - Received Emote 41 - Quest Credit 'Flexing for Nougat'" WHERE `source_type`=0 AND `entryorguid`=6929 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Karakul - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=6930 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Karakul - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=6930 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tiev Mordune - On Quest 'Call of Water' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=7007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Rocksmasher - On Aggro - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=7011 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Rocksmasher - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=7011 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Earthen Sculptor - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=7012 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Sculptor - In Combat - Cast 'Fire Shield IV'" WHERE `source_type`=0 AND `entryorguid`=7012 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venomlash Scorpid - In Combat - Cast 'Venom Sting'" WHERE `source_type`=0 AND `entryorguid`=7022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-80% Health - Cast 'Summon Obsidian Shard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-80% Health - Cast 'Splintered Obsidian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-60% Health - Cast 'Summon Obsidian Shard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-60% Health - Cast 'Splintered Obsidian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-40% Health - Cast 'Summon Obsidian Shard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-40% Health - Cast 'Splintered Obsidian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-20% Health - Cast 'Summon Obsidian Shard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Obsidian Sentinel - Between 0-20% Health - Cast 'Splintered Obsidian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7023 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Soldier - In Combat - Cast 'Revenge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Soldier - In Combat - Cast 'Improved Blocking' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7025 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackrock Sorcerer - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=7026 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackrock Slayer - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=7027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Slayer - Target Between 0-20% Health - Cast 'Execute'" WHERE `source_type`=0 AND `entryorguid`=7027 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - In Combat - Cast 'Curse of Tongues'" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackrock Warlock - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=7028 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowforge Geologist - In Combat - Cast 'Flame Spike'" WHERE `source_type`=0 AND `entryorguid`=7030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Geologist - In Combat - Cast 'Flame Lash'" WHERE `source_type`=0 AND `entryorguid`=7030 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firegut Ogre - In Combat - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=7033 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firegut Ogre Mage - In Combat - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=7034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firegut Ogre Mage - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=7034 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firegut Brute - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=7035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firegut Brute - In Combat - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=7035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thaurissan Spy - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=7036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thaurissan Spy - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=7036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - On Aggro - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - Within 0-20 Range - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - Within 20-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - Within 5-10 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thaurissan Firewalker - In Combat - Cast 'Flame Spray'" WHERE `source_type`=0 AND `entryorguid`=7037 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 5-30 Range - Cast 'Piercing Shot'" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - Within 0-5 Range - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Thaurissan Agent - On Just Died - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=7038 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="War Reaver - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=7039 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="War Reaver - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=7039 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Dragonspawn - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=7040 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Dragonspawn - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=7040 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Between 0-5% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Between 0-5% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Between 10-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Black Wyrmkin - Between 0-50% Health - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=7041 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Flamescale Dragonspawn - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=7042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamescale Dragonspawn - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=7042 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - On Aggro - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Within 0-20 Range - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Within 20-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Within 5-10 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Flamescale Wyrmkin - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=7043 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Black Drake - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=7044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalding Drake - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=7045 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searscale Drake - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=7046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Broodling - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Black Broodling - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Black Broodling - On Spellhit 'Draco-Incarcinatrix 900' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Black Broodling - On Spellhit 'Draco-Incarcinatrix 900' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Black Broodling - In Combat - Cast 'Grand Magus Telestra (Arcane) Visual' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Black Broodling - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Black Broodling - In Combat - Cast 'Grand Magus Telestra (Arcane) Visual' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Black Broodling - On Just Died - Cast 'Create Broodling Essence' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7047 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - On Spellhit 'Draco-Incarcinatrix 900' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - On Spellhit 'Draco-Incarcinatrix 900' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - In Combat - Cast 'Grand Magus Telestra (Arcane) Visual' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - In Combat - Cast 'Grand Magus Telestra (Arcane) Visual' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Scalding Broodling - On Just Died - Cast 'Create Broodling Essence' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7048 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - On Spellhit 'Draco-Incarcinatrix 900' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - On Spellhit 'Draco-Incarcinatrix 900' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - In Combat - Cast 'Grand Magus Telestra (Arcane) Visual' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - In Combat - Cast 'Grand Magus Telestra (Arcane) Visual' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - In Combat - Cast 'Fire Blast' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Flamescale Broodling - On Just Died - Cast 'Create Broodling Essence' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7049 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Condemned Acolyte - Within 0-5 Range - Cast 'Shadow Word: Pain' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7068 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Condemned Acolyte - On Friendly Between 0-40% Health - Cast 'Renew' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7068 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Condemned Monk - Within 0-5 Range - Cast 'Kick' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Condemned Monk - Within 0-5 Range - Cast 'Pummel' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7069 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - On Aggro - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Within 0-40 Range - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Condemned Cleric - On Friendly Between 0-40% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=7070 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cursed Paladin - Within 0-8 Range - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=7071 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Justicar - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=7072 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Writhing Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7075 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cleft Scorpid - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Ambusher - On Aggro - Cast 'Defensive Stance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7091 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Ambusher - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7091 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Ambusher - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7091 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Out of Combat - Cast 'Summon Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 0-30% Health - Cast 'Unholy Frenzy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jaedenar Warlock - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7120 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deadwood Warrior - In Combat - Cast 'Curse of the Deadwood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7153 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwood Warrior - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7153 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwood Gardener - In Combat - Cast 'Curse of the Deadwood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwood Gardener - Between 0-70% Health - Cast 'Rejuvenation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7154 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwood Gardener - Between 0-30% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7154 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 5-30 Range - Cast 'Piercing Shot'" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deadwood Pathfinder - In Combat - Cast 'Curse of the Deadwood'" WHERE `source_type`=0 AND `entryorguid`=7155 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Deadwood Den Watcher - In Combat - Cast 'Curse of the Deadwood'" WHERE `source_type`=0 AND `entryorguid`=7156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwood Avenger - In Combat - Cast 'Curse of the Deadwood'" WHERE `source_type`=0 AND `entryorguid`=7157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwood Avenger - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7157 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwood Avenger - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7157 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - In Combat - Cast 'Curse of the Deadwood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deadwood Shaman - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7158 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Polly - Out of Combat - Cast 'Stealth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7167 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Polly - On Aggro - Cast 'Summon Polly Jr.' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7167 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lore Keeper of Norgannon - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7172 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lore Keeper of Norgannon - On Gossip Option 0 Selected - Quest Credit 'The Platinum Discs'" WHERE `source_type`=0 AND `entryorguid`=7172 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Ambusher - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=7175 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Ambusher - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7175 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Stone Keeper - In Combat - Cast 'Sand Storms' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Stone Keeper - In Combat - Cast 'Sand Storms' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7206 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doc Mixilpixil - On Quest 'The Touch of Zanzil' Taken - Run Script (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7207 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doc Mixilpixil - On Waypoint 3 Reached - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=7207 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doc Mixilpixil - On Waypoint 3 Reached - Quest Credit 'The Touch of Zanzil'" WHERE `source_type`=0 AND `entryorguid`=7207 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ferocitas the Dream Eater - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=7234 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - In Combat - Cast 'Hex'" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - On Waypoint 3 Reached - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 5-15 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 5-15 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 25-80 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Within 5-30 Range - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - On Aggro - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - On Aggro - Stop Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Between 0-15% Health - Increment Phase By 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Between 0-15% Health - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - Between 0-15% Health - Flee For Assist (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sandfury Shadowhunter - On Evade - Set Sheath Melee (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7246 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sandfury Soul Eater - In Combat - Cast 'Soul Bite' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Soul Eater - On Friendly Between 0-10% Health - Cast 'Dark Offering' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Guardian - In Combat - Cast 'Thrash' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarab - In Combat - Cast 'Plague Cloud' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Farrak Dead Hero - In Combat - Cast 'Infected Wound' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 25-80 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 0-5 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Within 5-15 Range - Stop Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - In Combat - Cast 'Piercing Shot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - In Combat - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shadowforge Sharpshooter - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7290 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Galgann Firehammer - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galgann Firehammer - In Combat - Cast 'Flame Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galgann Firehammer - In Combat - Cast 'Fire Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7291 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galgann Firehammer - In Combat - Cast 'Flame Lash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7291 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Galgann Firehammer - In Combat - Cast 'Amplify Flames' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7291 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rageclaw - In Combat - Cast 'Bear Form' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7318 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rageclaw - In Combat - Cast 'Maul' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7318 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Mauler - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7320 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Mauler - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7320 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Flameweaver - In Combat - Cast 'Immolate' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Flameweaver - In Combat - Cast 'Fire Shield IV' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7321 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Flameweaver - In Combat - Cast 'Inferno Shell' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7321 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonevault Flameweaver - Between 0-15% Health - Flee For Assist (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7321 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Warrior - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Warrior - In Combat - Cast 'Rushing Charge' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7327 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Withered Reaver - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7328 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Reaver - In Combat - Cast 'Cleave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7328 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Withered Quilguard - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 5-30 Range - Cast 'Shoot' (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 5-30 Range - Set Sheath Ranged (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 25-80 Range - Enable Combat Movement (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 25-80 Range - Start Attacking (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 0-5 Range - Enable Combat Movement (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 0-5 Range - Set Sheath Melee (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 0-5 Range - Start Attacking (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 5-15 Range - Disable Combat Movement (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Within 5-15 Range - Stop Attacking (Phase 2) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - In Combat - Cast 'Diseased Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Withered Spearhide - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7332 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Death's Head Geomancer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7335 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death's Head Geomancer - In Combat - Cast 'Slow' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7335 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death's Head Geomancer - In Combat - Cast 'Flame Spike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Geomancer - In Combat - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Out of Combat - Cast 'Summon Skeletal Servant' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - On Aggro - Cast 'Bone Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - In Combat - Cast 'Cripple' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Death's Head Necromancer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7337 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - In Combat - Cast 'Amplify Damage' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skeletal Shadowcaster - On Evade - Despawn Instant (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7340 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Frostweaver - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7341 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skeletal Summoner - In Combat - Cast 'Summon Shadowcaster'" WHERE `source_type`=0 AND `entryorguid`=7342 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Splinterbone Warrior - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=7344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Splinterbone Captain - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=7345 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Splinterbone Captain - On Aggro - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=7345 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Splinterbone Centurion - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=7346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boneflayer Ghoul - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=7347 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thorn Eater Ghoul - In Combat - Cast 'Ravenous Claw'" WHERE `source_type`=0 AND `entryorguid`=7348 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Soul - In Combat - Cast 'Silence'" WHERE `source_type`=0 AND `entryorguid`=7352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Freezing Spirit - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=7353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - In Combat - Cast 'Dominate Mind'" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ragglesnout - On Friendly Between 0-40% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=7354 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Plaguemaw the Rotting - In Combat - Cast 'Putrid Stench'" WHERE `source_type`=0 AND `entryorguid`=7356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dun Garok Soldier - In Combat - Cast 'Defensive Stance'" WHERE `source_type`=0 AND `entryorguid`=7360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dun Garok Soldier - Within 0-5 Range - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=7360 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwind Brute - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=7369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Restless Shade - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=7370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Restless Shade - In Combat - Cast 'Chilling Touch'" WHERE `source_type`=0 AND `entryorguid`=7370 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwind Mauler - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=7371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deadwind Warlock - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=7372 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sky Shadow - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=7376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deadwind Ogre Mage - Between 0-30% Health - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=7379 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Earthen Stonebreaker - On Aggro - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=7396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Stonebreaker - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=7396 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Earthen Stonecarver - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=7397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Stonecarver - In Combat - Cast 'Fire Shield IV'" WHERE `source_type`=0 AND `entryorguid`=7397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shardtooth Mauler - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=7443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shardtooth Bear - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=7444 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Shardtooth - In Combat - Cast 'Demoralizing Roar'" WHERE `source_type`=0 AND `entryorguid`=7445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Shardtooth - In Combat - Cast 'Rabies'" WHERE `source_type`=0 AND `entryorguid`=7446 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Shardtooth - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=7446 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Hero of the Horde - On Gossip Option 0 Selected - Quest Credit 'Fall From Grace'" WHERE `source_type`=0 AND `entryorguid`=7572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Hero of the Horde - On Gossip Option 0 Selected - Quest Credit 'A Tale of Sorrow'" WHERE `source_type`=0 AND `entryorguid`=7572 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Hero of the Horde - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7572 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallen Hero of the Horde - On Gossip Option 2 Selected - Cast 'Call of Thund'" WHERE `source_type`=0 AND `entryorguid`=7572 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fallen Hero of the Horde - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7572 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sprinkle - On Spellhit 'Release Umi's Yeti' - Quest Credit 'Are We There, Yeti?'" WHERE `source_type`=0 AND `entryorguid`=7583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raven - On Aggro - Cast 'Dual Wield'" WHERE `source_type`=0 AND `entryorguid`=7605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raven - In Combat - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=7605 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raven - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=7605 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Within 5-15 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - On Gossip Option 2 Selected - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Between 0-15% Mana - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - Between 0-15% Mana - Cast 'Shadow Bolt' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - On Aggro - Cast 'Curse of Weakness' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - On Respawn - Set Ranged Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - In Combat - Cast 'Immolate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Oro Eyegouge - In Combat - Cast 'Rain of Fire' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7606 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murta Grimgut - Between 0-50% Health - Cast 'Heal' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7608 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - In Combat - Cast 'Strong Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - In Combat - Cast 'Mana Burn' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - In Combat - Cast 'Decimate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-75% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-75% Health - Cast 'Razelikh's Tear I' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-50% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-50% Health - Cast 'Flames of Chaos' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-25% Health - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-25% Health - Cast 'Razelikh's Tear II' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - Between 0-15% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Razelikh the Defiler - On Just Died - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7664 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grol the Destroyer - In Combat - Cast 'Ground Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grol the Destroyer - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7665 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - In Combat - Cast 'Amplify Damage'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Between 0-8% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Between 0-8% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Archmage Allistarj - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7666 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Between 0-8% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Between 0-8% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lady Sevine - In Combat - Cast 'Summon Infernal Servant'" WHERE `source_type`=0 AND `entryorguid`=7667 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Innkeeper Byula - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7714 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Byula - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=7714 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kirith the Damned - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=7728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kirith the Damned - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=7728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kirith the Damned - On Just Died - Cast 'Spirit of Kirith'" WHERE `source_type`=0 AND `entryorguid`=7728 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Jayka - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7731 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Jayka - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=7731 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ilifar - Within 500-1000 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=7734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ilifar - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=7734 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shyria - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7736 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shyria - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=7736 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Thulfram - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=7744 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Thulfram - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=7744 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Corporal Thund Splithoof - On Quest 'Heroes of Old' Taken - Respawn Closest Gameobject 'Spectral Lockbox Particles'" WHERE `source_type`=0 AND `entryorguid`=7750 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corporal Thund Splithoof - On Quest 'Heroes of Old' Taken - Respawn Closest Gameobject 'Spectral Lockbox'" WHERE `source_type`=0 AND `entryorguid`=7750 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Cretin - On Aggro - Cast 'Demon Skin'" WHERE `source_type`=0 AND `entryorguid`=7789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Cretin - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=7789 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orokk Omosh - On Quest 'Joys of Omosh' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=7790 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - On Killed Unit - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - In Combat - Summon Creature 'Walking Bomb' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - In Combat - Summon Creature 'Walking Bomb' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - In Combat - Say Line 2 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mekgineer Thermaplugg - In Combat - Say Line 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Quest 'Enchanted Azsharite Fel Weaponry' Taken - Run Script (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Quest 'Expert Blacksmith!' Taken - Run Script (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scorpid Duneburrower - In Combat - Cast 'Venom Sting' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7803 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Quest 'Did You Lose This?' Finished - Say Line 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7804 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Quest 'Did You Lose This?' Taken - Run Script (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=7804 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bera Stonehammer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=7823 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bera Stonehammer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=7823 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bulkrek Ragefist - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=7824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bulkrek Ragefist - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=7824 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Out of Combat - Cast 'Battle Stance'" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - In Combat - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Between 0-30% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Gnomeregan Evacuee - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=7843 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Teremus the Devourer - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=7846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Teremus the Devourer - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=7846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Teremus the Devourer - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=7846 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Teremus the Devourer - Between 0-50% Health - Cast 'Soul Consumption'" WHERE `source_type`=0 AND `entryorguid`=7846 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scooty - On Quest 'Gnomer-gooooone!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=7853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southsea Pirate - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=7855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Southsea Freebooter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Southsea Dock Worker - In Combat - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southsea Swashbuckler - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7858 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southsea Swashbuckler - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7858 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Death's Head Cultist - In Combat - Cast 'Death & Decay' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7872 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Razorfen Battleguard - In Combat - Cast 'Slam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorfen Thornweaver - On Aggro - Cast 'Thorns Aura' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorfen Thornweaver - Between 0-25% Health - Cast 'Healing Touch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7874 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Just Created - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7898 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Walking Bomb - In Combat - Cast 'Walking Bomb Effect' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7915 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Milli Featherwhistle - On Spellhit 'Perform Speech' - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7955 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Milli Featherwhistle - On Text 0 Over - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=7955 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Milli Featherwhistle - On Text 1 Over - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=7955 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Milli Featherwhistle - On Text 1 Over - Cast 'Speech Performed'" WHERE `source_type`=0 AND `entryorguid`=7955 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Milli Featherwhistle - On Text 1 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=7955 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guthrum Thunderfist - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=8018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guthrum Thunderfist - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=8018 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fyldren Moonfeather - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=8019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fyldren Moonfeather - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=8019 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shyn - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=8020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shyn - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=8020 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Land Mine - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=8035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Land Mine - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=8035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Land Mine - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=8035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Land Mine - Within 0-8 Range - Cast 'Detonation'" WHERE `source_type`=0 AND `entryorguid`=8035 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Land Mine - Within 0-8 Range - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=8035 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sul'lithuz Sandcrawler - In Combat - Cast 'Petrify'" WHERE `source_type`=0 AND `entryorguid`=8095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sul'lithuz Abomination - In Combat - Cast 'Petrify'" WHERE `source_type`=0 AND `entryorguid`=8120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sul'lithuz Broodling - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=8138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Servant of Antu'sul - In Combat - Cast 'Petrify'" WHERE `source_type`=0 AND `entryorguid`=8156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Omgorn the Lost - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=8201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Omgorn the Lost - Between 0-50% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Omgorn the Lost - Between 0-50% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - In Combat - Cast 'Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cyclok the Mad - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8202 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Soriid the Devourer - In Combat - Cast 'Pierce Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soriid the Devourer - In Combat - Cast 'Rend' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Curator Thorius - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mojo the Twisted - Within 0-30 Range - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=8296 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magronos the Unyielding - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=8297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magronos the Unyielding - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=8297 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magronos the Unyielding - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=8297 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magronos the Unyielding - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=8297 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - Within 0-30 Range - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Akubar the Seer - In Combat - Cast 'Slow'" WHERE `source_type`=0 AND `entryorguid`=8298 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Spiteflayer - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=8299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spiteflayer - In Combat - Cast 'Curse of Blood'" WHERE `source_type`=0 AND `entryorguid`=8299 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravage - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=8300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravage - In Combat - Cast 'Infected Bite'" WHERE `source_type`=0 AND `entryorguid`=8300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Clack the Reaver - In Combat - Cast 'Venom Sting'" WHERE `source_type`=0 AND `entryorguid`=8301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clack the Reaver - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=8301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deatheye - In Combat - Cast 'Crystal Gaze'" WHERE `source_type`=0 AND `entryorguid`=8302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deatheye - Between 0-50% Health - Cast 'Call of the Grave'" WHERE `source_type`=0 AND `entryorguid`=8302 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grunter - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=8303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grunter - In Combat - Cast 'Berserker Charge'" WHERE `source_type`=0 AND `entryorguid`=8303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grunter - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=8303 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dreadscorn - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=8304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadscorn - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=8304 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadscorn - Between 0-30% Health - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=8304 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Atal'ai Deathwalker's Spirit - On Aggro - Set Invincibility Hp 100" WHERE `source_type`=0 AND `entryorguid`=8317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai Deathwalker's Spirit - In Combat - Kill Self" WHERE `source_type`=0 AND `entryorguid`=8317 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Sapper - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=8336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Sapper - In Combat - Cast 'Wing Flap'" WHERE `source_type`=0 AND `entryorguid`=8336 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deep Lurker - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=8384 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zamael Lunthistle - On Gossip Option 0 Selected - Quest Credit 'Prayer to Elune'" WHERE `source_type`=0 AND `entryorguid`=8436 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zamael Lunthistle - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=8436 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Bloodkeeper - On Respawn - Cast 'Summoned Demon'" WHERE `source_type`=0 AND `entryorguid`=8438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Bloodkeeper - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8438 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Bloodkeeper - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=8438 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shade of Hakkar - Within 0-5 Range - Cast 'Lash'" WHERE `source_type`=0 AND `entryorguid`=8440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Hakkar - In Combat - Cast 'Curse of Tongues'" WHERE `source_type`=0 AND `entryorguid`=8440 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shade of Hakkar - In Combat - Cast 'Cause Insanity'" WHERE `source_type`=0 AND `entryorguid`=8440 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Servant - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=8477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Gossip Option 0 Selected - Quest Credit 'Divine Retribution'" WHERE `source_type`=0 AND `entryorguid`=8479 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=8479 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Gossip Option 2 Selected - Cast 'Conjure Torch of Retribution'" WHERE `source_type`=0 AND `entryorguid`=8479 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=8479 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Gossip Option 3 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=8479 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nightmare Suppressor - On Respawn - Cast 'Summoned Demon'" WHERE `source_type`=0 AND `entryorguid`=8497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Suppressor - Out of Combat - Cast 'Suppression'" WHERE `source_type`=0 AND `entryorguid`=8497 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gibblewilt - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8503 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - On Aggro - Cast 'Toxic Bolt'" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - Within 0-40 Range - Cast 'Toxic Bolt'" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blighted Surge - On Spellhit 'Aspect of Neptulon' - Update Template To 'Discordant Surge'" WHERE `source_type`=0 AND `entryorguid`=8519 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Plague Ravager - On Spellhit 'Aspect of Neptulon' - Update Template To 'Discordant Surge'" WHERE `source_type`=0 AND `entryorguid`=8520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blighted Horror - In Combat - Cast 'Drowning Death'" WHERE `source_type`=0 AND `entryorguid`=8521 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blighted Horror - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=8521 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blighted Horror - On Spellhit 'Aspect of Neptulon' - Update Template To 'Discordant Surge'" WHERE `source_type`=0 AND `entryorguid`=8521 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Monstrosity - In Combat - Cast 'Mighty Blow'" WHERE `source_type`=0 AND `entryorguid`=8522 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Monstrosity - On Spellhit 'Aspect of Neptulon' - Update Template To 'Discordant Surge'" WHERE `source_type`=0 AND `entryorguid`=8522 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Soldier - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=8523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - On Aggro - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Within 0-40 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cursed Mage - On Just Died - Cast 'Tainted Mind'" WHERE `source_type`=0 AND `entryorguid`=8524 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scourge Warder - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=8525 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Warder - In Combat - Cast 'Shadow Shield'" WHERE `source_type`=0 AND `entryorguid`=8525 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Caster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Caster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Caster - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Caster - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8526 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scourge Guard - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=8527 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Guard - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=8527 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dread Weaver - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=8528 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dread Weaver - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=8528 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Champion - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=8529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Putrid Gargoyle - In Combat - Cast 'Putrid Bile'" WHERE `source_type`=0 AND `entryorguid`=8534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Putrid Shrieker - In Combat - Cast 'Sonic Burst'" WHERE `source_type`=0 AND `entryorguid`=8535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unseen Servant - Between 0-40% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8538 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unseen Servant - Between 0-40% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8538 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unseen Servant - On Reset - Cast 'Stealth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8538 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eyeless Watcher - Between 0-40% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eyeless Watcher - Between 0-40% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eyeless Watcher - On Reset - Cast 'Stealth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8539 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Torn Screamer - In Combat - Cast 'Banshee Curse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hate Shrieker - In Combat - Cast 'Banshee Curse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8541 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hate Shrieker - In Combat - Cast 'Deafening Screech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8541 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Singer - In Combat - Cast 'Banshee Curse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Singer - In Combat - Cast 'Terrifying Screech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8542 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stitched Horror - In Combat - Cast 'Mighty Blow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gangled Golem - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stitched Golem - On Respawn - Cast 'Disease Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8545 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Adept - In Combat - Cast 'Snap Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Cultist - In Combat - Cast 'Shadow Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8547 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Tutor - In Combat - Cast 'Shadow Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Out of Combat - Cast 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmage - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowmage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8550 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - On Aggro - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Within 0-40 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - In Combat - Cast 'Summon Zombie'" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Summoner - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=8551 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Necromancer - Out of Combat - Cast 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=8553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necromancer - Out of Combat - Cast 'Summon Skeletal Servant'" WHERE `source_type`=0 AND `entryorguid`=8553 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necromancer - In Combat - Cast 'Cripple'" WHERE `source_type`=0 AND `entryorguid`=8553 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crypt Stalker - In Combat - Cast 'Crypt Scarabs'" WHERE `source_type`=0 AND `entryorguid`=8555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Walker - In Combat - Cast 'Web'" WHERE `source_type`=0 AND `entryorguid`=8556 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Horror - In Combat - Cast 'Summon Carrion Scarab'" WHERE `source_type`=0 AND `entryorguid`=8557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Slayer - Between 0-15% Health - Cast 'Fatal Sting'" WHERE `source_type`=0 AND `entryorguid`=8558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mossflayer Scout - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=8560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 5-30 Range - Cast 'Shadow Shot'" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Mossflayer Shadowhunter - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=8561 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Mossflayer Cannibal - In Combat - Cast 'Hex'" WHERE `source_type`=0 AND `entryorguid`=8562 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mossflayer Cannibal - In Combat - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=8562 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Woodsman - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=8563 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ranger - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ranger - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-30 Range - Cast 'Concussive Shot'" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ranger - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Ranger - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Ranger - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Ranger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Ranger - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8564 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Pathstrider - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Iron Lookout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8566 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - On Respawn - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - On Aggro - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - On Aggro - Set Instance Data 1 to 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - In Combat - Cast 'Sweeping Slam' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - In Combat - Cast 'Ground Tremor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - On Just Died - Set Instance Data 1 to 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Atal'alarion - On Evade - Set Instance Data 1 to 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8580 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frost Spectre - On Evade - Despawn Instant (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Spectre - Friendly At 100 Health - Despawn Instant (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8585 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plaguehound - In Combat - Cast 'Infected Wound' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzied Plaguehound - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzied Plaguehound - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8598 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plaguebat - In Combat - Cast 'Terrifying Screech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Noxious Plaguebat - In Combat - Cast 'Slowing Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Monstrous Plaguebat - In Combat - Cast 'Sonic Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Grub - In Combat - Cast 'Maggot Slime' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Devourer - In Combat - Cast 'Maggot Slime' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Devourer - On Just Died - Cast 'Maggot Goo' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8605 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotting Sludge - In Combat - Cast 'Black Sludge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alexandra Constantine - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=8609 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alexandra Constantine - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=8609 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kroum - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=8610 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kroum - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=8610 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Iron Watchman - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=8637 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hukku's Succubus - Within 0-5 Range - Cast 'Lash of Pain'" WHERE `source_type`=0 AND `entryorguid`=8657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hukku's Succubus - In Combat - Cast 'Seduction'" WHERE `source_type`=0 AND `entryorguid`=8657 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - In Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - On Aggro - Cast 'Firebolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Within 0-30 Range - Cast 'Firebolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hukku's Imp - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8658 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Felbeast - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8675 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadlord - In Combat - Cast 'Mind Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadlord - In Combat - Cast 'Psychic Scream' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadlord - In Combat - Cast 'Sleep' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Felguard Elite - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felguard Elite - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felguard Elite - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8717 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Manahound - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8718 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Manahound - In Combat - Cast 'Tendon Rip' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8718 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Manahound - In Combat - Cast 'Vicious Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8718 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosshoof Courser - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8761 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosshoof Courser - Between 0-30% Health - Say Line 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8761 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Within 5-15 Range - Set Ranged Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Between 0-15% Mana - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - On Respawn - Set Ranged Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - In Combat - Cast 'Curse of Weakness' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sandfury Acolyte - In Combat - Cast 'Mana Burn' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8876 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sandfury Zealot - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sandfury Zealot - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8877 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Royal Historian Archesonus - On Gossip Option 0 Selected - Quest Credit 'The Smoldering Ruins of Thaurissan'" WHERE `source_type`=0 AND `entryorguid`=8879 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Royal Historian Archesonus - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=8879 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Franclorn Forgewright - On Respawn - Cast 'Shroud of Death'" WHERE `source_type`=0 AND `entryorguid`=8888 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - In Combat - Cast 'Battle Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 25-80 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 0-5 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Within 5-15 Range - Stop Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - In Combat - Cast 'Hamstring' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - In Combat - Cast 'Strike' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Anvilrage Reservist - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8901 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Bloodhound - In Combat - Cast 'Dire Growl' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodhound - Within 0-5 Range - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8921 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dredge Worm - On Aggro - Cast 'Dredge Sickness' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dredge Worm - In Combat - Cast 'Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8925 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dredge Worm - In Combat - Cast 'Venom Spit' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8925 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deep Stinger - On Aggro - Cast 'Barbed Sting' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deep Stinger - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Screecher - On Aggro - Cast 'Aural Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8927 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Screecher - In Combat - Cast 'Sonic Burst' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8927 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burrowing Thundersnout - On Aggro - Cast 'Disjunction' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burrowing Thundersnout - In Combat - Cast 'Lizard Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8928 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burrowing Thundersnout - In Combat - Cast 'Thunderclap' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=8928 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Heather - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=8931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Heather - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=8931 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Borer Beetle - On Aggro - Cast 'Putrid Enzyme'" WHERE `source_type`=0 AND `entryorguid`=8932 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borer Beetle - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=8932 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cave Creeper - On Aggro - Cast 'Creeper Venom'" WHERE `source_type`=0 AND `entryorguid`=8933 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cave Creeper - In Combat - Cast 'Web'" WHERE `source_type`=0 AND `entryorguid`=8933 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Angerclaw Bear - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=8956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angerclaw Grizzly - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angerclaw Grizzly - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8957 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Angerclaw Grizzly - In Combat - Cast 'Low Swipe' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8957 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Angerclaw Mauler - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8958 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angerclaw Mauler - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8958 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Angerclaw Mauler - In Combat - Cast 'Maul' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8958 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hematos - In Combat - Cast 'Flame Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8976 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krom'Grul - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krom'Grul - In Combat - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8977 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Krom'Grul - In Combat - Cast 'Torch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=8977 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - In Combat - Cast 'Dark Iron Land Mine'" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Thauris Balgarr - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=8978 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gruklash - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=8979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gruklash - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=8979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gruklash - Between 0-50% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=8979 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gruklash - Between 0-50% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=8979 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Malfunctioning Reaver - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=8981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malfunctioning Reaver - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=8981 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ironhand Guardian - In Combat - Cast 'Gout of Flame'" WHERE `source_type`=0 AND `entryorguid`=8982 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironhand Guardian - Out of Combat - Cast 'Gout of Flame'" WHERE `source_type`=0 AND `entryorguid`=8982 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Golem Lord Argelmach - On Aggro - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=8983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Golem Lord Argelmach - In Combat - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=8983 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Golem Lord Argelmach - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=8983 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bael'Gar - In Combat - Cast 'Magma Splash'" WHERE `source_type`=0 AND `entryorguid`=9016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bael'Gar - Between 0-82% Health - Cast 'Summon Spawn of Bael'Gar'" WHERE `source_type`=0 AND `entryorguid`=9016 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bael'Gar - Between 0-62% Health - Cast 'Summon Spawn of Bael'Gar'" WHERE `source_type`=0 AND `entryorguid`=9016 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bael'Gar - Between 0-42% Health - Cast 'Summon Spawn of Bael'Gar'" WHERE `source_type`=0 AND `entryorguid`=9016 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bael'Gar - Between 0-22% Health - Cast 'Summon Spawn of Bael'Gar'" WHERE `source_type`=0 AND `entryorguid`=9016 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lord Incendius - In Combat - Cast 'Curse of the Elemental Lord'" WHERE `source_type`=0 AND `entryorguid`=9017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Incendius - In Combat - Cast 'Fiery Burst'" WHERE `source_type`=0 AND `entryorguid`=9017 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Incendius - In Combat - Cast 'Fire Storm'" WHERE `source_type`=0 AND `entryorguid`=9017 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Incendius - In Combat - Cast 'Mighty Blow'" WHERE `source_type`=0 AND `entryorguid`=9017 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pyromancer Loregrain - In Combat - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=9024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pyromancer Loregrain - In Combat - Cast 'Molten Blast'" WHERE `source_type`=0 AND `entryorguid`=9024 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pyromancer Loregrain - In Combat - Cast 'Scorching Totem'" WHERE `source_type`=0 AND `entryorguid`=9024 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Roccor - In Combat - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=9025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Roccor - In Combat - Cast 'Earth Shock'" WHERE `source_type`=0 AND `entryorguid`=9025 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overmaster Pyron - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=9026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overmaster Pyron - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=9026 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overmaster Pyron - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9026 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hate'rel - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hate'rel - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hate'rel - Within 0-5 Range - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hate'rel - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hate'rel - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hate'rel - On Reached Home - Set Instance Data 4 to 2 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9034 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Anger'rel - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anger'rel - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anger'rel - In Combat - Cast 'Shield Block' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anger'rel - In Combat - Cast 'Shield Wall' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9035 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anger'rel - On Reached Home - Set Instance Data 4 to 2 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9035 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile'rel - On Aggro - Cast 'Mind Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile'rel - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Within 0-30 Range - Cast 'Mind Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vile'rel - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vile'rel - In Combat - Cast 'Prayer of Healing' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vile'rel - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Vile'rel - On Reached Home - Set Instance Data 4 to 2 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9036 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Out of Combat - Cast 'Frost Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - In Combat - Cast 'Frost Ward' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Seeth'rel - On Reached Home - Set Instance Data 4 to 2 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9038 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dope'rel - In Combat - Cast 'Sinister Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9040 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dope'rel - In Combat - Cast 'Rupture' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9040 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dope'rel - In Combat - Cast 'Gouge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9040 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dope'rel - In Combat - Cast 'Evasion' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9040 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dope'rel - In Combat - Cast 'Backstab' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9040 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dope'rel - On Reached Home - Set Instance Data 4 to 2 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9040 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Out of Combat - Cast 'Frost Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - In Combat - Cast 'Frost Ward' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Between 0-15% Health - Set Event Phase 3 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Between 0-15% Health - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Warder Stilgiss - On Evade - Set Event Phase 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9041 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Verek - In Combat - Cast 'Curse of Blood' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Verek - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9042 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Grunt - Within 0-0 Range - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Grunt - Within 0-0 Range - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Acolyte - On Aggro - Call For Help (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9045 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Acolyte - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9045 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Acolyte - Between 0-75% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9045 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarshield Acolyte - On Friendly Between 0-35% Health - Cast 'Renew' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9045 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fineous Darkvire - On Aggro - Cast 'Devotion Aura' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fineous Darkvire - Between 0-60% Health - Cast 'Holy Light' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9056 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fineous Darkvire - Between 0-40% Health - Cast 'Holy Light' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9056 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fineous Darkvire - In Combat - Cast 'Holy Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9056 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fineous Darkvire - In Combat - Cast 'Kick' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9056 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fineous Darkvire - Between 0-20% Health - Cast 'Seal of Reckoning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9056 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thal'trak Proudtusk - Within 9-10 Range - Say Line 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9082 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragonspawn - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragonspawn - In Combat - Cast 'Fixate' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragonspawn - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragonspawn - In Combat - Cast 'Thrash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragonspawn - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragonspawn - Between 0-30% Health - Say Line 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9096 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarshield Legionnaire - On Aggro - Call For Help (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Legionnaire - In Combat - Cast 'Cleave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Legionnaire - In Combat - Cast 'Shield Bash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarshield Spellbinder - On Respawn - Install Caster Template (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Spellbinder - On Aggro - Call For Help (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Spellbinder - On Friendly Unit Missing Buff 'Resist Fire' - Cast 'Resist Fire' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="J.D. Collie - On Quest 'Making Sense of It' Taken - Run Script (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Young Diemetradon - In Combat - Cast 'Tendon Rip' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diemetradon - In Combat - Cast 'Dire Growl' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9163 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Diemetradon - On Respawn - Cast 'Thrash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9164 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Diemetradon - In Combat - Cast 'Pummel' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9164 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fledgling Pterrordax - In Combat - Cast 'Swoop' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9165 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pterrordax - In Combat - Cast 'Terrifying Screech' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9166 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzied Pterrordax - On Respawn - Cast 'Thrash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9167 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzied Pterrordax - In Combat - Cast 'Terrify' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9167 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'tesh - In Combat - Cast 'Ground Smash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'tesh - In Combat - Cast 'Knock Away' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9176 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'tesh - In Combat - Cast 'Thrash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9176 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirestone Battle Mage - In Combat - Cast 'Chain Lightning' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Battle Mage - Friendly At 6000 Health - Cast 'Bloodlust' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9197 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirestone Mystic - In Combat - Cast 'Chain Lightning' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Mystic - In Combat - Cast 'Forked Lightning' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9198 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirestone Mystic - Friendly At 3000 Health - Cast 'Rejuvenation' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9198 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirestone Mystic - Friendly At 4000 Health - Cast 'Healing Wave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9198 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spirestone Enforcer - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Reaver - In Combat - Cast 'War Stomp' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Reaver - In Combat - Cast 'Cleave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - Between 0-40% Health - Cast 'Bloodlust' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Spirestone Ogre Magus - In Combat - Cast 'Slow' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9201 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Spirestone Warlord - In Combat - Cast 'Empower Will' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Warlord - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9216 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - In Combat - Cast 'Polymorph' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Between 0-50% Health - Cast 'Enlarge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Spirestone Lord Magus - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9217 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Mystic - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Mystic - Friendly At 2000 Health - Cast 'Chain Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9239 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Shadow Priest - In Combat - Cast 'Dispel Magic' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9240 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Shadow Priest - In Combat - Cast 'Hex' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9240 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Shadow Priest - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9240 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - On Aggro - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 5-30 Range - Cast 'Throw' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 25-80 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 0-5 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 5-15 Range - Stop Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 5-30 Range - Cast 'Impale' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - In Combat - Cast 'Pierce Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Headhunter - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9241 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - In Combat - Cast 'Scarshield Portal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarshield Warlock - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9257 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarshield Raider - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Raider - Within 5-30 Range - Cast 'Hooked Net' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firebrand Grunt - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9259 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firebrand Grunt - In Combat - Cast 'Mortal Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9259 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firebrand Grunt - In Combat - Cast 'Mark of Flames' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9259 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firebrand Legionnaire - In Combat - Cast 'Improved Blocking' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firebrand Legionnaire - In Combat - Cast 'Shield Bash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9260 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firebrand Legionnaire - In Combat - Cast 'Mark of Flames' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9260 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - In Combat - Cast 'Mark of Flames' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - In Combat - Cast 'Dispel Magic' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - In Combat - Cast 'Curse of the Firebrand' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - In Combat - Cast 'Shadow Bolt Volley' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Firebrand Darkweaver - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9261 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - In Combat - Cast 'Mark of Flames' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Out of Combat - Cast 'Fire Nova' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Firebrand Invoker - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9262 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Firebrand Dreadweaver - In Combat - Cast 'Mark of Flames' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firebrand Dreadweaver - In Combat - Cast 'Curse of the Firebrand' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9263 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firebrand Dreadweaver - In Combat - Cast 'Plague Cloud' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9263 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firebrand Pyromancer - In Combat - Cast 'Mark of Flames' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9264 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firebrand Pyromancer - In Combat - Cast 'Flame Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9264 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Shadow Hunter - In Combat - Cast 'Gouge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Shadow Hunter - In Combat - Cast 'Kick' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9265 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Witch Doctor - In Combat - Cast 'Flame Buffet Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9266 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Witch Doctor - In Combat - Cast 'Superior Healing Ward' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9266 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - On Aggro - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 5-30 Range - Cast 'Throw' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 25-80 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 0-5 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Within 5-15 Range - Stop Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - In Combat - Cast 'Thrash' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - In Combat - Cast 'Knockdown' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Axe Thrower - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9267 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Berserker - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Berserker - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9268 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Berserker - In Combat - Cast 'Mortal Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9268 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Out of Combat - Cast 'Lightning Shield' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Friendly At 3000 Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - In Combat - Cast 'Shrink' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Smolderthorn Seer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9269 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Enraged Wyvern - In Combat - Cast 'Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gaeriyan - On Respawn - Cast 'Shroud of Death' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Quest 'Nugget Slugs' Finished - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9316 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boss Copperplug - In Combat - Cast 'Net' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boss Copperplug - In Combat - Cast 'Bomb' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9336 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shul'kar - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=9356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shul'kar - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=9356 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blazerunner - On Respawn - Cast 'Blazerunner's Aura'" WHERE `source_type`=0 AND `entryorguid`=9376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blazerunner - Within 0-10 Range - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=9376 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blazerunner - On Spellhit 'Blazerunner Dispel' - Remove Aura 'Blazerunner's Aura'" WHERE `source_type`=0 AND `entryorguid`=9376 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Vorfalk - In Combat - Cast 'Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9437 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Bethek - In Combat - Cast 'Amplify Damage' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9438 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Uggel - In Combat - Cast 'Curse of Agony' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9439 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Zimrel - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9441 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Zimrel - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9441 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Ofgut - In Combat - Cast 'Anti-Magic Shield' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9442 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Out of Combat - Cast 'Frost Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Keeper Pelver - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9443 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Guard - Within 0-5 Range - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Warder - In Combat - Cast 'Crusader Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Warder - Between 0-50% Health - Cast 'Holy Light' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Praetorian - In Combat - Cast 'Holy Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Praetorian - In Combat - Cast 'Exorcism' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - On Aggro - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Within 0-30 Range - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - On Friendly Between 0-40% Health - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Cleric - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9449 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - On Aggro - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Within 0-40 Range - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Friendly Crowd Controlled - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - On Friendly Between 0-40% Health - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Curate - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9450 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Target Casting - Cast 'Counterspell'" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Scarlet Archmage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9451 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - On Aggro - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Within 0-40 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Enchanter - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=9452 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warlord Krom'zar - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=9456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Krom'zar - On Just Died - Cast 'Create Krom'zar's Banner'" WHERE `source_type`=0 AND `entryorguid`=9456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Krom'zar - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=9456 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warlord Krom'zar - On Respawn - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9456 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horde Defender - On Just Died - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=9457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Defender - On Just Died - Summon Creature 'Horde Defender'" WHERE `source_type`=0 AND `entryorguid`=9457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Defender - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=9457 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Axe Thrower - On Respawn - Install Turret Template" WHERE `source_type`=0 AND `entryorguid`=9458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Axe Thrower - On Just Died - Summon Creature 'Horde Axe Thrower'" WHERE `source_type`=0 AND `entryorguid`=9458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Axe Thrower - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=9458 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Axe Thrower - On Update - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9458 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cyrus Therepentous - On Gossip Option 0 Selected - Summon Creature 'Frenzied Black Drake'" WHERE `source_type`=0 AND `entryorguid`=9459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cyrus Therepentous - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=9459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzied Black Drake - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=9461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzied Black Drake - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=9461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzied Black Drake - In Combat - Cast 'Decimate'" WHERE `source_type`=0 AND `entryorguid`=9461 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frenzied Black Drake - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9461 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frenzied Black Drake - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9461 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gorishi Egg - On Respawn - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9496 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorishi Egg - On Respawn - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9496 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorishi Egg - In Combat - Cast 'Summon Gorishi Grub' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9496 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gorishi Egg - In Combat - Cast 'Suicide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=9496 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grark Lorkrub - Between 0-25% Health - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=9520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grark Lorkrub - Between 0-25% Health - Evade" WHERE `source_type`=0 AND `entryorguid`=9520 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grark Lorkrub - Out of Combat - Set Faction 29" WHERE `source_type`=0 AND `entryorguid`=9520 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enraged Felbat - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=9521 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormseer - On Respawn - Install Caster Template" WHERE `source_type`=0 AND `entryorguid`=9523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormseer - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=9523 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Stormseer - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=9523 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Invader - On Aggro - Cast 'Rushing Charge'" WHERE `source_type`=0 AND `entryorguid`=9524 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolkar Invader - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9524 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolkar Invader - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=9524 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolkar Invader - In Combat - Cast 'Tetanus'" WHERE `source_type`=0 AND `entryorguid`=9524 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kolkar Invader - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=9524 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Enraged Gryphon - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=9526 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Hippogryph - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=9527 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - On Reset - Set Faction 735" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - On Gossip Option 0 Selected - Set Faction 736" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - On Gossip Option 0 Selected - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - On Gossip Option 0 Selected - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - In Combat - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ribbly Screwspigot - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=9543 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Raschal the Courier - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=9546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Veteran - In Combat - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=9583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Veteran - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=9583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Veteran - On Aggro - Cast 'Dual Wield'" WHERE `source_type`=0 AND `entryorguid`=9583 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gorgon'och - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=9604 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorgon'och - In Combat - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=9604 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Raider - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=9605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackrock Raider - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=9605 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackrock Raider - Between 0-50% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=9605 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackrock Raider - Between 0-50% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9605 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="U'cha - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=9622 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="U'cha - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=9622 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lar'korwi Mate - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=9683 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lar'korwi Mate - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=9683 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lar'korwi - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=9684 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lar'korwi - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=9684 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ember Worg - In Combat - Cast 'Infected Bite'" WHERE `source_type`=0 AND `entryorguid`=9690 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venomtip Scorpid - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=9691 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Raider - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=9692 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Raider - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=9692 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - In Combat - Cast 'Flamecrack' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Evoker - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9693 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Slavering Ember Worg - In Combat - Cast 'Tendon Rip' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathlash Scorpid - In Combat - Cast 'Venom Sting' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Giant Ember Worg - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firetail Scorpid - In Combat - Cast 'Venom Sting' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9698 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firetail Scorpid - In Combat - Cast 'Immolate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9698 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Portal - In Combat - Cast 'Summon Burning Imp' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarshield Portal - In Combat - Cast 'Summon Burning Felhound' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9707 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarshield Portal - In Combat - Cast 'Summon Burning Felguard' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9707 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarshield Portal - Out of Combat - Despawn Instant (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9707 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Imp - Out of Combat - Despawn Instant (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Warmonger - In Combat - Cast 'Uppercut' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Warmonger - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Warmonger - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - On Aggro - Cast 'Arcane Missiles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Within 0-40 Range - Cast 'Arcane Missiles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodaxe Summoner - In Combat - Cast 'Summon' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9717 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - On Aggro - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - Within 0-30 Range - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Flamekin Spitter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9776 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Flamekin Sprite - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=9777 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Flamekin Torcher - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=9778 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Flamekin Rager - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=9779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamekin Rager - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=9779 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - On Initialize - Install Caster Template" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - On Reset - Cast 'Shadow Channeling'" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - On Aggro - Cast 'Shadow Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - On Aggro - Call For Help (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - In Combat - Cast 'Veil of Shadow' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - Between 0-15% Health - Flee For Assist (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - Out of Combat - Interrupt Spell (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - Out of Combat - Set Event Phase 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - Out of Combat - Play Emote 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - Out of Combat - Cast 'Shadow Channeling' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackhand Dreadweaver - Out of Combat - Set Event Phase 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9817 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - On Initialize - Install Caster Template (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - On Reset - Cast 'Shadow Channeling' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - On Aggro - Cast 'Fireball' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - On Aggro - Call For Help (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - In Combat - Cast 'Frost Nova' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - In Combat - Cast 'Summon Blackhand Veteran' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - In Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - In Combat - Cast 'Summon Blackhand Dreadweaver' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - In Combat - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackhand Summoner - Out of Combat - Play Emote 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9818 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackhand Veteran - On Aggro - Cast 'Shield Charge' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackhand Veteran - On Aggro - Call For Help (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9819 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackhand Veteran - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9819 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackhand Veteran - In Combat - Cast 'Shield Bash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9819 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackhand Veteran - Between 0-15% Health - Flee For Assist (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9819 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackhand Veteran - Out of Combat - Play Emote 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=9819 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Just Summoned - Update Template To 'Corrupted Kitten'" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Just Summoned - Cast 'Corrupted Saber Visual (DND)'" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Just Summoned - Morph To Creature Corrupted Saber" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Gossip Option 1 Selected - Quest Credit 'Corrupted Sabers'" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Gossip Option 1 Selected - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Common Kitten - On Gossip Option 1 Selected - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=9937 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wesley - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=9978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorishi Hive Guard - In Combat - Cast 'Tunneler Acid'" WHERE `source_type`=0 AND `entryorguid`=10040 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ribbly's Crony - On Reset - Set Faction 735" WHERE `source_type`=0 AND `entryorguid`=10043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ribbly's Crony - On Data Set 1 1 - Set Faction 736" WHERE `source_type`=0 AND `entryorguid`=10043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ribbly's Crony - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=10043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ribbly's Crony - In Combat - Cast 'Eviscerate'" WHERE `source_type`=0 AND `entryorguid`=10043 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ribbly's Crony - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=10043 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ribbly's Crony - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=10043 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Maluressian - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=10052 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathmaw - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=10077 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrorspark - On Data Set 1 1 - Cast 'Summon Flamekin Rager'" WHERE `source_type`=0 AND `entryorguid`=10078 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Terrorspark - In Combat - Cast 'Summon Flamekin Torcher'" WHERE `source_type`=0 AND `entryorguid`=10078 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Terrorspark - In Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=10078 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Terrorspark - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=10078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Flamescale - In Combat - Cast 'Fireball Volley'" WHERE `source_type`=0 AND `entryorguid`=10083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Flamescale - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=10083 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rage Talon Flamescale - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=10083 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Volchan - Out of Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=10119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Volchan - In Combat - Cast 'Flamecrack'" WHERE `source_type`=0 AND `entryorguid`=10119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Volchan - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=10119 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azurous - On Respawn - Cast 'Damage Immunity: Arcane'" WHERE `source_type`=0 AND `entryorguid`=10202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azurous - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=10202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rookery Guardian - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=10258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rookery Guardian - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Felhound - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=10261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Felhound - Out of Combat - Kill Self" WHERE `source_type`=0 AND `entryorguid`=10261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Opus - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=10262 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Felguard - Out of Combat - Kill Self" WHERE `source_type`=0 AND `entryorguid`=10263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Felguard - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=10263 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Felguard - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=10263 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Felguard - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10263 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Felwood Ooze - On Data Set 0 1 - Start Follow Closest Creature 'Primal Ooze'" WHERE `source_type`=0 AND `entryorguid`=10290 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Felwood Ooze - On Follow Complete - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=10290 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Felwood Ooze - On Follow Complete - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=10290 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Quest 'Cache of Mau'ari' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=10307 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Gossip Option 2 Selected - Invoker Cast 'Create Cache of Mau'ari'" WHERE `source_type`=0 AND `entryorguid`=10307 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=10307 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackhand Elite - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackhand Elite - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=10317 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackhand Elite - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=10317 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackhand Assassin - Out of Combat - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=10318 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackhand Assassin - On Aggro - Remove Aura 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=10318 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackhand Assassin - In Combat - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=10318 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackhand Assassin - In Combat - Cast 'Slice and Dice'" WHERE `source_type`=0 AND `entryorguid`=10318 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackhand Assassin - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=10318 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackhand Iron Guard - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=10319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackhand Iron Guard - Between 0-10% Health - Cast 'Shield Wall'" WHERE `source_type`=0 AND `entryorguid`=10319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bayne - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=10356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bayne - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=10356 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ressan the Needler - In Combat - Cast 'Sonic Burst'" WHERE `source_type`=0 AND `entryorguid`=10357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragon Guard - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=10366 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragon Guard - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=10366 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rage Talon Dragon Guard - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=10366 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rage Talon Captain - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=10371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Captain - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=10371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rage Talon Captain - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=10371 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rage Talon Fire Tongue - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=10372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rage Talon Fire Tongue - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=10372 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rage Talon Fire Tongue - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=10372 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xabraxxis - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=10373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xabraxxis - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=10373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xabraxxis - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=10373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Xabraxxis - On Just Died - Cast 'Xabraxxis Demon Bag'" WHERE `source_type`=0 AND `entryorguid`=10373 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spire Spider - In Combat - Cast 'Summon Spire Spiderling'" WHERE `source_type`=0 AND `entryorguid`=10374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spire Spider - In Combat - Cast 'Crystallize'" WHERE `source_type`=0 AND `entryorguid`=10374 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spire Spiderling - Out of Combat - Kill Self" WHERE `source_type`=0 AND `entryorguid`=10375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystal Fang - In Combat - Cast 'Summon Spire Spiderling'" WHERE `source_type`=0 AND `entryorguid`=10376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Omusa Thunderhorn - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=10378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Omusa Thunderhorn - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=10378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravaged Cadaver - In Combat - Cast 'Cadaver Worms'" WHERE `source_type`=0 AND `entryorguid`=10381 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravaged Cadaver - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10381 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravaged Cadaver - On Just Died - Cast 'Summon Broken Cadaver'" WHERE `source_type`=0 AND `entryorguid`=10381 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mangled Cadaver - In Combat - Cast 'Cadaver Worms'" WHERE `source_type`=0 AND `entryorguid`=10382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Broken Cadaver - In Combat - Cast 'Exploding Cadaver'" WHERE `source_type`=0 AND `entryorguid`=10383 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vengeful Phantom - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=10387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spiteful Phantom - In Combat - Cast 'Chilling Touch'" WHERE `source_type`=0 AND `entryorguid`=10388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Phantom - In Combat - Cast 'Screams of the Past'" WHERE `source_type`=0 AND `entryorguid`=10389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Out of Combat - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - Within 9000-12000 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - In Combat - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Skeletal Guardian - In Combat - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=10390 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Skeletal Berserker - On Aggro - Cast 'Dual Wield'" WHERE `source_type`=0 AND `entryorguid`=10391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Berserker - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10391 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Berserker - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=10391 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Berserker - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=10391 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Berserker - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=10391 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skul - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skul - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skul - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skul - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skul - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skul - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skul - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skul - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skul - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skul - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skul - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skul - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skul - In Combat - Cast 'Arcane Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Skul - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Skul - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Skul - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10393 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Black Guard Sentry - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10394 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Guard Sentry - In Combat - Cast 'Shadow Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10394 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - In Combat - Cast 'Cripple'" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thuzadin Shadowcaster - In Combat - Cast 'Piercing Shadow'" WHERE `source_type`=0 AND `entryorguid`=10398 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thuzadin Necromancer - On Aggro - Cast 'Bone Armor'" WHERE `source_type`=0 AND `entryorguid`=10400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thuzadin Necromancer - Out of Combat - Cast 'Summon Skeletal Servant'" WHERE `source_type`=0 AND `entryorguid`=10400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thuzadin Necromancer - In Combat - Cast 'Soul Tap'" WHERE `source_type`=0 AND `entryorguid`=10400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Ghoul - In Combat - Cast 'Ghoul Plague'" WHERE `source_type`=0 AND `entryorguid`=10405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Ghoul - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=10405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Ghoul - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10405 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Ghoul - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10405 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ghoul Ravener - In Combat - Cast 'Head Crack' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10406 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghoul Ravener - In Combat - Cast 'Ravenous Claw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10406 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fleshflayer Ghoul - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fleshflayer Ghoul - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10407 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockwing Gargoyle - On Aggro - Play Sound 6596 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockwing Gargoyle - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10408 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockwing Screecher - On Aggro - Play Sound 6596 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rockwing Screecher - In Combat - Cast 'Demoralizing Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rockwing Screecher - In Combat - Cast 'Terrifying Howl' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10409 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rockwing Screecher - In Combat - Cast 'Gargoyle Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10409 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eye of Naxxramas - Out of Combat - Cast 'Greater Invisibility' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Naxxramas - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10411 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eye of Naxxramas - On Aggro - Cast 'Summon Rockwing Gargoyles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10411 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crypt Crawler - In Combat - Cast 'Enveloping Web' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Beast - In Combat - Cast 'Encasing Webs' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Patchwork Horror - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Patchwork Horror - In Combat - Cast 'Disease Cloud' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10414 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Patchwork Horror - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10414 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bile Spewer - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bile Spewer - In Combat - Cast 'Spawn Bile Slimes' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10416 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bile Spewer - On Just Died - Set Instance Data 5 to 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10416 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Venom Belcher - In Combat - Cast 'Venom Spit' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venom Belcher - In Combat - Cast 'Slowing Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venom Belcher - On Just Died - Set Instance Data 5 to 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10417 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Guardsman - On Aggro - Cast 'Shield Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Guardsman - In Combat - Cast 'Disarm' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Guardsman - In Combat - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - In Combat - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crimson Conjuror - In Combat - Cast 'Summon Water Elemental'" WHERE `source_type`=0 AND `entryorguid`=10419 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crimson Initiate - Between 0-50% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=10420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Initiate - Between 0-25% Health - Cast 'Flash Heal'" WHERE `source_type`=0 AND `entryorguid`=10420 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Initiate - In Combat - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=10420 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - On Aggro - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - Between 0-66% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - Between 0-45% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - Between 0-25% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - Between 0-10% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - In Combat - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crimson Defender - Between 0-20% Health - Cast 'Divine Shield'" WHERE `source_type`=0 AND `entryorguid`=10421 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - In Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Out of Combat - Cast 'Arcane Might'" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - In Combat - Cast 'Polymorph' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crimson Sorcerer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10422 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crimson Priest - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Priest - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10423 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Priest - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10423 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Priest - In Combat - Cast 'Holy Fire' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10423 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Gallant - In Combat - Cast 'Holy Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Gallant - In Combat - Cast 'Crusader Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10424 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Gallant - On Aggro - Cast 'Retribution Aura' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10424 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Battle Mage - In Combat - Cast 'Immolate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Battle Mage - In Combat - Cast 'Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10425 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Battle Mage - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10425 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Inquisitor - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Inquisitor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10426 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Inquisitor - In Combat - Cast 'Mind Flay' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10426 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Inquisitor - On Aggro - Cast 'Shadow Barrier' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10426 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marduk Blackpool - On Aggro - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10433 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marduk Blackpool - Out of Combat - Cast 'Defiling Aura' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10433 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marduk Blackpool - In Combat - Cast 'Shadow Bolt Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10433 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Marduk Blackpool - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10433 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marduk Blackpool - In Combat - Cast 'Shadow Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10433 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chromatic Whelp - In Combat - Cast 'Fireball Volley' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10442 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Chromatic Dragonspawn - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chromatic Dragonspawn - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shrieking Banshee - In Combat - Cast 'Banshee Wail' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10463 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shrieking Banshee - In Combat - Cast 'Deafening Screech' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10463 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wailing Banshee - In Combat - Cast 'Banshee Curse' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wailing Banshee - In Combat - Cast 'Anti-Magic Shield' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scholomance Adept - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10469 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scholomance Neophyte - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=10470 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scholomance Acolyte - Out of Combat - Cast 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=10471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Acolyte - On Friendly Between 0-40% Health - Cast 'Dark Mending'" WHERE `source_type`=0 AND `entryorguid`=10471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Acolyte - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=10471 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scholomance Acolyte - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=10471 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scholomance Acolyte - In Combat - Cast 'Cripple'" WHERE `source_type`=0 AND `entryorguid`=10471 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scholomance Occultist - In Combat - Cast 'Bone Armor'" WHERE `source_type`=0 AND `entryorguid`=10472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Occultist - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=10472 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Occultist - Target Casting - Cast 'Counterspell'" WHERE `source_type`=0 AND `entryorguid`=10472 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scholomance Necrolyte - In Combat - Cast 'Shadow Barrier' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10476 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scholomance Necromancer - On Killed Unit - Cast 'Corpse Explosion' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Necromancer - In Combat - Cast 'Shadow Bolt Volley' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10477 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Necromancer - Between 0-30% Health - Cast 'Call of the Grave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10477 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scholomance Necromancer - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10477 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unstable Corpse - On Just Died - Cast 'Disease Burst' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Corpse - In Combat - Cast 'Dark Plague' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Aberration - In Combat - Cast 'Fixate' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Warrior - In Combat - Cast 'Knockdown' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Warrior - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Warrior - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10486 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Warrior - In Combat - Cast 'Thunderclap' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10486 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Protector - In Combat - Cast 'Silence' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Protector - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Protector - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10487 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Construct - In Combat - Cast 'Arcing Smash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10488 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Construct - In Combat - Cast 'Thrash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10488 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Construct - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10488 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Guard - In Combat - Cast 'Shield Slam' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10489 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Guard - In Combat - Cast 'Sunder Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10489 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Bonewarder - In Combat - Cast 'Bone Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10491 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Bonewarder - In Combat - Cast 'Consuming Shadows' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10491 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Bonewarder - In Combat - Cast 'Drain Life' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10491 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Diseased Ghoul - Out of Combat - Cast 'Disease Cloud' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diseased Ghoul - In Combat - Cast 'Wandering Plague' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10495 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Diseased Ghoul - On Just Died - Cast 'Cloud of Disease' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10495 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spectral Tutor - In Combat - Cast 'Mana Burn' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Tutor - In Combat - Cast 'Silence' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10498 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Tutor - In Combat - Cast 'Image Projection' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10498 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spectral Researcher - In Combat - Cast 'Mana Burn' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10499 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Researcher - In Combat - Cast 'Wail of Souls' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10499 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Teacher - In Combat - Cast 'Mana Burn' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Teacher - In Combat - Cast 'Arcane Focus' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jed Runewatcher - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10509 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jed Runewatcher - In Combat - Cast 'Shield Bash' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10509 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jed Runewatcher - In Combat - Cast 'Shield Charge' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10509 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Unforgiven - In Combat - Cast 'Frost Nova' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10516 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Unforgiven - Within 0-30 Range Out of Combat LoS - Cast 'Stealth' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10516 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 25-80 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 25-80 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 0-5 Range - Enable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 0-5 Range - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 0-5 Range - Start Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 5-15 Range - Disable Combat Movement (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Within 5-15 Range - Stop Attacking (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - In Combat - Cast 'Multi-Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - In Combat - Cast 'Demoralizing Shout' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - In Combat - Cast 'Enchanting Lullaby' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Hearthsinger Forresten - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10558 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Lady Vespia - In Combat - Cast 'Frostbolt Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Vespia - In Combat - Cast 'Aqua Jet' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10559 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lady Vespia - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10559 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 0 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 1 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 2 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 3 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 4 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 5 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Gossip Option 6 Selected - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bom'bay - Out of Combat - Play Random Emote (153, 15) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10578 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gryfe - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=10583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gryfe - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=10583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Urok Enforcer - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - In Combat - Cast 'Slow' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Urok Ogre Magus - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10602 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Rorgish Jowl - In Combat - Cast 'Thrash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oakpaw - Between 0-50% Health - Cast 'Rejuvenation' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10640 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Branch Snapper - In Combat - Cast 'Deadly Poison' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10641 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Branch Snapper - In Combat - Cast 'Knock Away' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10641 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eck'alom - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eck'alom - In Combat - Cast 'Freeze' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10642 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mugglefin - In Combat - Cast 'Volatile Infection' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mist Howler - Within 0-5 Range - Cast 'Tendon Rip' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mist Howler - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10644 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mist Howler - In Combat - Cast 'Terrifying Howl' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10644 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Raze - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Raze - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Within 0-40 Range - Cast 'Charged Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Within 0-8 Range - Cast 'Fire Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Prince Raze - Between 0-15% Health - Cast 'Gift of the Xavian' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10647 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Spellmaw - On Respawn - Cast 'Damage Immunity: Arcane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10662 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spellmaw - In Combat - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10662 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spellmaw - In Combat - Cast 'Devour Magic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10662 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Manaclaw - On Respawn - Cast 'Damage Immunity: Arcane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Manaclaw - In Combat - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10663 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scryer - On Respawn - Cast 'Damage Immunity: Arcane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scryer - In Combat - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scryer - In Combat - Cast 'Amplify Damage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Hatchling - In Combat - Cast 'Diseased Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Out of Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - On Aggro - Set Event Phase 6 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - In Combat - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Between 0-15% Mana - Set Event Phase 5 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Within 25-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Between 30-100% Mana - Set Event Phase 6 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - In Combat - Cast 'Veil of Shadow' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Dreadweaver - Out of Combat - Kill Self (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10680 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Veteran - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10681 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Veteran - Within 8-25 Range - Cast 'Shield Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10681 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Veteran - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10681 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Veteran - Out of Combat - Kill Self (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10681 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Blackhand Veteran - In Combat - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10681 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rookery Hatcher - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10683 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rookery Hatcher - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10683 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Refuge Pointe Defender - On Aggro - Cast 'Defensive Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Refuge Pointe Defender - In Combat - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bile Slime - In Combat - Cast 'Venom Spit' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bile Slime - In Combat - Cast 'Slowing Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10697 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shy-Rotam - In Combat - Cast 'Terrifying Roar' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10737 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shy-Rotam - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10737 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shy-Rotam - In Combat - Cast 'Tendon Rip' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10737 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shy-Rotam - In Combat - Summon Creature 'Sian-Rotam' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10737 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warosh - Out of Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10799 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonespine - In Combat - Cast 'Vicious Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10809 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archivist Galford - In Combat - Cast 'Fire Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archivist Galford - In Combat - Cast 'Pyroblast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10811 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archivist Galford - In Combat - Cast 'Burning Winds' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10811 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chromatic Elite Guard - In Combat - Cast 'Mortal Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chromatic Elite Guard - In Combat - Cast 'Knockdown' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chromatic Elite Guard - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=10814 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Duggan Wildhammer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=10817 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Hed'mush the Rotting - In Combat - Cast 'Mighty Blow'" WHERE `source_type`=0 AND `entryorguid`=10821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Thresh'jin - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=10822 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Thresh'jin - Within 0-5 Range - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=10822 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Thresh'jin - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=10822 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zul'Brin Warpbranch - Within 0-30 Range - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=10823 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Brin Warpbranch - Within 0-20 Range - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=10823 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zul'Brin Warpbranch - In Combat - Cast 'Hex'" WHERE `source_type`=0 AND `entryorguid`=10823 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zul'Brin Warpbranch - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=10823 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 0-5 Range - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Within 0-5 Range - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Ranger Lord Hawkspear - In Combat - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10824 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gish the Unmoving - In Combat - Cast 'Gargoyle Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10825 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gish the Unmoving - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10825 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Darkscythe - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Darkscythe - Within 0-5 Range - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - In Combat - Cast 'Curse of Tongues'" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Selendre - Between 0-30% Health - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=10827 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="High General Abbendis - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=10828 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High General Abbendis - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=10828 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High General Abbendis - In Combat - Cast 'Holy Strike'" WHERE `source_type`=0 AND `entryorguid`=10828 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Undead Scarab - In Combat - Cast 'Cripple'" WHERE `source_type`=0 AND `entryorguid`=10876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sindrayl - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=10897 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sindrayl - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=10897 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goraluk Anvilcrack - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10899 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goraluk Anvilcrack - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=10899 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goraluk Anvilcrack - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=10899 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lorax - On Gossip Option 0 Selected - Quest Credit 'Lorax's Tale'" WHERE `source_type`=0 AND `entryorguid`=10918 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lorax - On Gossip Option 0 Selected - Play Emote 11" WHERE `source_type`=0 AND `entryorguid`=10918 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lorax - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=10918 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Succubus Minion - In Combat - Cast 'Lash of Pain'" WHERE `source_type`=0 AND `entryorguid`=10928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Redpath - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=10937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Redpath - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=10937 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Redpath - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=10937 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Redpath the Corrupted - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redpath the Corrupted - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=10938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redpath the Corrupted - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=10938 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Redpath the Corrupted - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=10938 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ghost of the Past - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=10940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Davil Lightfire - On Aggro - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=10944 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Davil Lightfire - In Combat - Cast 'Holy Strike'" WHERE `source_type`=0 AND `entryorguid`=10944 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Davil Lightfire - In Combat - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=10944 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horgus the Ravager - Out of Combat - Cast 'Unholy Aura'" WHERE `source_type`=0 AND `entryorguid`=10946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horgus the Ravager - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=10946 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horgus the Ravager - In Combat - Cast 'Ravenous Claw'" WHERE `source_type`=0 AND `entryorguid`=10946 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darrowshire Betrayer - In Combat - Cast 'Wither Strike'" WHERE `source_type`=0 AND `entryorguid`=10947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darrowshire Defender - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darrowshire Defender - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=10948 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Hand Disciple - In Combat - Cast 'Crusader Strike'" WHERE `source_type`=0 AND `entryorguid`=10949 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Hand Disciple - On Friendly Between 0-40% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=10949 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redpath Militia - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marauding Corpse - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marauding Skeleton - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=10952 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marauding Skeleton - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=10952 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Servant of Horgus - In Combat - Cast 'Ravenous Claw'" WHERE `source_type`=0 AND `entryorguid`=10953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodletter - In Combat - Cast 'Rupture'" WHERE `source_type`=0 AND `entryorguid`=10954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodletter - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=10954 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quixxil - On Spellhit 'Release Umi's Yeti' - Quest Credit 'Are We There, Yeti?'" WHERE `source_type`=0 AND `entryorguid`=10977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legacki - On Spellhit 'Release Umi's Yeti' - Quest Credit 'Are We There, Yeti?'" WHERE `source_type`=0 AND `entryorguid`=10978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=10981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Vermin - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=10982 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Harpy - In Combat - Cast 'Deafening Screech'" WHERE `source_type`=0 AND `entryorguid`=10986 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Trogg - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=10987 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Trogg - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=10987 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alterac Ram - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=10990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alterac Ram - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=10990 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildpaw Gnoll - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=10991 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Hero - On Aggro - Cast 'Dismounting Blast'" WHERE `source_type`=0 AND `entryorguid`=10996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Hero - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=10996 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Hero - In Combat - Cast 'Incapacitating Shout'" WHERE `source_type`=0 AND `entryorguid`=10996 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallen Hero - Within 0-5 Range - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=10996 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Malor the Zealous - In Combat - Cast 'Ground Smash'" WHERE `source_type`=0 AND `entryorguid`=11032 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malor the Zealous - On Friendly Between 0-40% Health - Cast 'Lay on Hands'" WHERE `source_type`=0 AND `entryorguid`=11032 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Malor the Zealous - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=11032 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Malor the Zealous - Between 21-40% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=11032 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Malor the Zealous - Between 0-20% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=11032 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Monk - On Aggro - Cast 'Dual Wield'" WHERE `source_type`=0 AND `entryorguid`=11043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Monk - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=11043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Monk - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=11043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 25-80 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 25-80 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 0-5 Range - Enable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 0-5 Range - Set Sheath Melee (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 0-5 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 5-15 Range - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crimson Rifleman - Within 5-15 Range - Stop Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11054 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fras Siabi - In Combat - Cast 'Smoke Bomb' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11058 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fras Siabi - In Combat - Cast 'Flame Breath' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11058 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Lyshaerya - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=11103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Lyshaerya - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=11103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Abeqwa - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=11116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Abeqwa - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=11116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Vizzie - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=11118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Vizzie - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=11118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Hammersmith - In Combat - Cast 'Bone Smelt'" WHERE `source_type`=0 AND `entryorguid`=11120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Guard Swordsmith - In Combat - Cast 'Banshee Curse'" WHERE `source_type`=0 AND `entryorguid`=11121 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xai'ander - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=11137 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maethrya - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=11138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maethrya - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=11138 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Yugrek - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11139 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yugrek - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11139 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Cannon - Within 0-40 Range - Cast 'Cannon Fire'" WHERE `source_type`=0 AND `entryorguid`=11199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Manifestation of Water - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=11256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Handler - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=11257 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Handler - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=11257 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Handler - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=11257 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Caer Darrow Citizen - On Respawn - Cast 'Caer Darrow Ghosts'" WHERE `source_type`=0 AND `entryorguid`=11277 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magnus Frostwake - On Respawn - Cast 'Caer Darrow Ghosts'" WHERE `source_type`=0 AND `entryorguid`=11278 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caer Darrow Guardsman - On Respawn - Cast 'Caer Darrow Ghosts'" WHERE `source_type`=0 AND `entryorguid`=11279 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caer Darrow Cannoneer - On Respawn - Cast 'Caer Darrow Ghosts'" WHERE `source_type`=0 AND `entryorguid`=11280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caer Darrow Horseman - On Respawn - Cast 'Caer Darrow Ghosts'" WHERE `source_type`=0 AND `entryorguid`=11281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Marduke - On Respawn - Cast 'Caer Darrow Ghosts'" WHERE `source_type`=0 AND `entryorguid`=11286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Betrayer - In Combat - Cast 'Wither Strike'" WHERE `source_type`=0 AND `entryorguid`=11288 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Defender - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=11289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Defender - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=11289 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Mossflayer - In Combat - Cast 'Wither Touch'" WHERE `source_type`=0 AND `entryorguid`=11291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Mossflayer - Within 0-5 Range - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=11291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragefire Trogg - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=11318 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ragefire Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11319 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Earthborer - In Combat - Cast 'Earthborer Acid' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11320 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searing Blade Cultist - In Combat - Cast 'Curse of Agony' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searing Blade Enforcer - In Combat - Cast 'Shield Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Out of Combat - Cast 'Summon Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - On Aggro - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Between 0-15% Mana - Set Event Phase 5" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Between 30-100% Mana - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Searing Blade Warlock - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11324 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadowcaster - In Combat - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11338 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadowcaster - In Combat - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11338 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadowcaster - In Combat - Cast 'Shadow Bolt Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11338 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadow Hunter - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11339 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadow Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11339 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadow Hunter - In Combat - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11339 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadow Hunter - In Combat - Cast 'Multi-Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11339 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hakkari Shadow Hunter - In Combat - Cast 'Wyvern Sting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11339 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hakkari Blood Priest - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11340 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Blood Priest - In Combat - Cast 'Dispel Magic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11340 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Blood Priest - Between 0-30% Health - Cast 'Drain Life' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11340 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hakkari Oracle - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Oracle - In Combat - Cast 'Earth Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11346 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Oracle - Between 0-50% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11346 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Axe Thrower - On Aggro - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Axe Thrower - Within 5-30 Range - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11350 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi Axe Thrower - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11350 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Axe Thrower - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11350 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurubashi Axe Thrower - In Combat - Cast 'Axe Flurry' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11350 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurubashi Headhunter - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Headhunter - Within 5-30 Range - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11351 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi Headhunter - In Combat - Cast 'Whirling Trip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11351 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Headhunter - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11351 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurubashi Berserker - In Combat - Cast 'Intimidating Roar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Berserker - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11352 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi Berserker - In Combat - Cast 'Thunderclap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11352 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Berserker - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11352 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurubashi Berserker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11352 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurubashi Blood Drinker - Between 0-30% Health - Cast 'Blood Leech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Warrior - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Warrior - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11355 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi Warrior - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11355 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Champion - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Champion - On Aggro - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11356 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi Champion - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11356 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Champion - In Combat - Cast 'Berserker Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11356 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurubashi Champion - In Combat - Cast 'Shield Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11356 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Son of Hakkar - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Son of Hakkar - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11357 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Son of Hakkar - On Just Died - Cast 'Poisonous Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11357 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulflayer - In Combat - Cast 'Fear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulflayer - In Combat - Cast 'Soul Tap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11359 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulflayer - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11359 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulflayer - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11359 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zulian Cub - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zulian Panther - In Combat - Cast 'Rake' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11365 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zulian Panther - In Combat - Cast 'Ravage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11365 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodseeker Bat - On Aggro - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razzashi Broodwidow - In Combat - Cast 'Web Spin' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razzashi Broodwidow - On Just Died - Cast 'Summon Razzashi Skitterer' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11370 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razzashi Serpent - In Combat - Cast 'Fatal Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razzashi Serpent - In Combat - Cast 'Tranquilizing Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razzashi Serpent - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11371 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razzashi Adder - In Combat - Cast 'Venom Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razzashi Adder - In Combat - Cast 'Exploit Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11372 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razzashi Adder - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11372 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razzashi Cobra - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hooktooth Frenzy - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priestess Hai'watna - In Combat - Cast 'Shadow Bolt Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11383 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priestess Hai'watna - In Combat - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11383 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Speaker - On Aggro - Cast 'Frost Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witherbark Speaker - In Combat - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11388 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witherbark Speaker - In Combat - Cast 'Earth Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11388 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Speaker - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscalp Speaker - In Combat - Cast 'Disarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11389 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Speaker - In Combat - Cast 'Head Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skullsplitter Speaker - In Combat - Cast 'Whirling Trip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11390 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Enforcer - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Enforcer - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11440 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Enforcer - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11440 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Brute - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11441 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Brute - In Combat - Cast 'Uppercut' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11441 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Brute - In Combat - Cast 'Pummel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11441 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Brute - In Combat - Cast 'Bruising Blow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11441 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordok Brute - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11441 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordok Brute - Between 0-30% Health - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11441 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordok Mauler - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Mauler - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Mauler - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11442 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Mauler - Between 0-30% Health - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11442 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gordok Ogre-Mage - In Combat - Cast 'Bloodlust' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11443 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Out of Combat - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - In Combat - Cast 'Fire Blast' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - In Combat - Cast 'Flamestrike' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - In Combat - Cast 'Polymorph' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Between 0-30% Health - Cast 'Bloodlust' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gordok Mage-Lord - Between 0-30% Health - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11444 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gordok Captain - In Combat - Cast 'Shadow Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Captain - In Combat - Cast 'Dark Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11445 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Captain - In Combat - Cast 'Demoralizing Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11445 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Captain - In Combat - Cast 'Fear' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11445 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Out of Combat - Cast 'Demon Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Out of Combat - Cast 'Summon Doomguard' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - In Combat - Cast 'Immolate' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - In Combat - Cast 'Curse of Tongues' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gordok Warlock - In Combat - Cast 'Banish' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11448 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gordok Reaver - In Combat - Cast 'Sunder Armor' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Reaver - In Combat - Cast 'Cleave' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Reaver - In Combat - Cast 'Mortal Strike' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11450 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Satyr - In Combat - Cast 'Strike' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Satyr - In Combat - Cast 'Hamstring' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11451 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Satyr - In Combat - Cast 'Battle Shout' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11451 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Satyr - Between 0-30% Health - Cast 'Enrage' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11451 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wildspawn Satyr - Between 0-30% Health - Say Line 0 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11451 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wildspawn Rogue - In Combat - Cast 'Rupture' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Rogue - In Combat - Cast 'Sinister Strike' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11452 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Trickster - In Combat - Cast 'Curse of Impotence' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Trickster - In Combat - Cast 'Curse of Weakness' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11453 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Trickster - In Combat - Cast 'Paralyzing Poison' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11453 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - On Aggro - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 25-80 Range - Start Attacking (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 5-30 Range - Cast 'Shadow Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Within 5-30 Range - Cast 'Exploding Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - In Combat - Cast 'Knockdown' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Between 0-15% Health - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - Between 0-15% Health - Flee For Assist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - On Evade - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Wildspawn Betrayer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=11454 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - In Combat - Cast 'Shadow Shield'" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - In Combat - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Between 0-30% Mana - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - On Evade - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Between 0-15% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - Out of Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Wildspawn Felsworn - On Evade - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=11455 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Wildspawn Shadowstalker - In Combat - Cast 'Slowing Poison'" WHERE `source_type`=0 AND `entryorguid`=11456 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Shadowstalker - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=11456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Shadowstalker - On Respawn - Cast 'Sneak'" WHERE `source_type`=0 AND `entryorguid`=11456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - In Combat - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Between 0-30% Mana - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Within 0-40 Range - Cast 'Fireball' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Between 0-15% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wildspawn Hellcaller - On Evade - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=11457 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Petrified Treant - Between 0-50% Health - Cast 'Harden Skin'" WHERE `source_type`=0 AND `entryorguid`=11458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironbark Protector - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=11459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironbark Protector - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=11459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ironbark Protector - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=11459 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warpwood Guardian - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=11461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warpwood Guardian - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=11461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warpwood Guardian - Friendly At 3400 Health - Cast 'Regrowth'" WHERE `source_type`=0 AND `entryorguid`=11461 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warpwood Treant - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=11462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warpwood Treant - In Combat - Cast 'Vicious Rend'" WHERE `source_type`=0 AND `entryorguid`=11462 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warpwood Treant - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=11462 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warpwood Tangler - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=11464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warpwood Tangler - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=11464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warpwood Stomper - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=11465 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Highborne Summoner - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11466 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tsu'zee - In Combat - Cast 'Sinister Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11467 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tsu'zee - In Combat - Cast 'Gouge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11467 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tsu'zee - In Combat - Cast 'Blind' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11467 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eldreth Seether - In Combat - Cast 'Crimson Fury' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Seether - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11469 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eldreth Seether - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11469 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eldreth Sorcerer - In Combat - Cast 'Chain Lightning' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Sorcerer - In Combat - Cast 'Starshards' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11470 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eldreth Sorcerer - In Combat - Cast 'Polymorph' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11470 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - In Combat - Cast 'Chains of Ice' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eldreth Apparition - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11471 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eldreth Spirit - In Combat - Cast 'Banshee Shriek' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Spirit - In Combat - Cast 'Ribbon of Souls' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11472 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eldreth Spectre - Out of Combat - Cast 'Greater Invisibility' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Spectre - In Combat - Remove Aura 'Greater Invisibility' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11473 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eldreth Spectre - Friendly At 2000 Health - Cast 'Dark Offering' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11473 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eldreth Spectre - Friendly At 4000 Health - Cast 'Dark Offering' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11473 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eldreth Spectre - Friendly At 6000 Health - Cast 'Dark Offering' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11473 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eldreth Spectre - In Combat - Cast 'Dispel Magic' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11473 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eldreth Phantasm - In Combat - Cast 'Call of the Grave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Phantasm - In Combat - Cast 'Shrink' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11475 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Highborne - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Aberration - Within 0-40 Range - Cast 'Arcane Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Aberration - On Just Died - Cast 'Mana Burn' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11480 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Remnant - On Aggro - Cast 'Blink' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Remnant - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11483 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Residual Monstrosity - Within 0-40 Range - Cast 'Arcane Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Residual Monstrosity - In Combat - Cast 'Arcane Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11484 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Residual Monstrosity - On Just Died - Cast 'Summon Mana Bursts' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11484 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Tortheldrin - On Aggro - Say Line 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Tortheldrin - In Combat - Cast 'Whirlwind' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Tortheldrin - In Combat - Cast 'Arcane Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11486 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Tortheldrin - In Combat - Cast 'Thrash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11486 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prince Tortheldrin - In Combat - Cast 'Summon' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11486 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prince Tortheldrin - In Combat - Cast 'Counterspell' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11486 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magister Kalendris - In Combat - Cast 'Mind Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Kalendris - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Kalendris - In Combat - Cast 'Mind Flay' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11487 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magister Kalendris - In Combat - Cast 'Dominate Mind' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11487 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magister Kalendris - Between 0-60% Health - Cast 'Shadowform' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11487 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magister Kalendris - Between 0-30% Health - Remove Aura 'Shadowform' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11487 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Illyanna Ravenoak - In Combat - Cast 'Volley' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11488 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illyanna Ravenoak - In Combat - Cast 'Arcane Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11488 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illyanna Ravenoak - In Combat - Cast 'Concussive Shot' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11488 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illyanna Ravenoak - In Combat - Cast 'Immolation Trap' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11488 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tendris Warpwood - In Combat - Cast 'Trample' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11489 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tendris Warpwood - In Combat - Cast 'Uppercut' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11489 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tendris Warpwood - In Combat - Cast 'Grasping Vines' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11489 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tendris Warpwood - In Combat - Cast 'Entangle' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11489 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zevrim Thornhoof - In Combat - Cast 'Intense Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11490 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zevrim Thornhoof - In Combat - Cast 'Sacrifice' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11490 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Disarm' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Enervate' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Knock Away' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - Between 0-80% Health - Cast 'Dire Wolf Form' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - Between 0-80% Health - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Vicious Bite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Mangle' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - Between 0-60% Health - Cast 'Tree Form' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - Between 0-60% Health - Increment Phase By 0 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Thorns' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Wither' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - In Combat - Cast 'Wild Regeneration' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - Between 0-40% Health - Remove Aura 'Tree Form' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Alzzin the Wildshaper - Between 0-40% Health - Decrement Phase By 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11492 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Immol'thar - In Combat - Cast 'Trample' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11496 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Immol'thar - In Combat - Cast 'Infected Bite' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11496 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Immol'thar - In Combat - Cast 'Eye of Immol'thar' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11496 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Immol'thar - In Combat - Cast 'Portal of Immol'thar' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11496 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Immol'thar - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11496 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Immol'thar - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11496 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="King Gordok - On Aggro - Cast 'Berserker Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Gordok - In Combat - Cast 'Mortal Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Gordok - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="King Gordok - In Combat - Cast 'War Stomp' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11501 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oggleflint - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jergosh the Invoker - In Combat - Cast 'Immolate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11518 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jergosh the Invoker - In Combat - Cast 'Curse of Weakness' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bazzalan - In Combat - Cast 'Deadly Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bazzalan - In Combat - Cast 'Sinister Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taragaman the Hungerer - In Combat - Cast 'Uppercut' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taragaman the Hungerer - In Combat - Cast 'Fire Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11520 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quartermaster Miranda Breechlock - On Gossip Option 0 Selected - Cast 'Create Commission'" WHERE `source_type`=0 AND `entryorguid`=11536 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quartermaster Miranda Breechlock - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=11536 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necrofiend - In Combat - Cast 'Web Explosion'" WHERE `source_type`=0 AND `entryorguid`=11551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necrofiend - In Combat - Cast 'Deadly Poison'" WHERE `source_type`=0 AND `entryorguid`=11551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Dark Summoner - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=11582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scholomance Dark Summoner - In Combat - Cast 'Summon Risen Lackey'" WHERE `source_type`=0 AND `entryorguid`=11582 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scholomance Dark Summoner - In Combat - Cast 'Curse of Blood'" WHERE `source_type`=0 AND `entryorguid`=11582 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - In Combat - Cast 'Cripple'" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - In Combat - Cast 'Shrink'" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - In Combat - Cast 'Shadow Shock'" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - In Combat - Cast 'Wither Touch'" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Data Set 0 1 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Data Set 0 2 - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Data Set 0 3 - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Data Set 0 4 - Set Event Phase 4" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Data Set 0 5 - Set Event Phase 5" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Data Set 0 6 - Set Event Phase 6" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Risen Guardian - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=11598 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - In Combat - Cast 'Earthbind Totem' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 0-50% Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Irondeep Shaman - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11600 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Irondeep Skullthumper - In Combat - Cast 'Head Crack' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Skullthumper - In Combat - Cast 'Mighty Blow' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irondeep Skullthumper - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11602 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Digger - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Digger - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11603 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Digger - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11603 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - In Combat - Cast 'Fire Shield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Between 0-15% Health - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Geomancer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11604 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Overseer - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Overseer - Between 0-30% Health - Cast 'Haste Aura' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11605 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whitewhisker Overseer - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11605 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rattlegore - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11622 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rattlegore - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11622 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rattlegore - In Combat - Cast 'War Stomp' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11622 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Peon - On Aggro - Flee For Assist (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11656 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morloch - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morloch - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Morloch - Out of Combat - Cast 'Summon Imp' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Morloch - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Morloch - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Morloch - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Morloch - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Morloch - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Morloch - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Morloch - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Morloch - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Morloch - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Morloch - In Combat - Cast 'Curse of Weakness' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Morloch - In Combat - Cast 'Shadow Bolt Volley' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11657 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Molten Giant - In Combat - Cast 'Smash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11658 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Molten Giant - In Combat - Cast 'Knock Away' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11658 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Molten Destroyer - In Combat - Cast 'Knockdown' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11659 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Molten Destroyer - In Combat - Cast 'Massive Tremor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11659 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamewaker - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11661 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamewaker - In Combat - Cast 'Fist of Ragnaros' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11661 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamewaker - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11661 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamewaker Healer - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamewaker Healer - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11663 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamewaker Elite - In Combat - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamewaker Elite - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamewaker Elite - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firewalker - In Combat - Cast 'Incite Flames' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firewalker - In Combat - Cast 'Fire Blossom' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flameguard - In Combat - Cast 'Cone of Fire' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flameguard - In Combat - Cast 'Melt Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11667 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firelord - In Combat - Cast 'Soul Burn' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11668 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firelord - In Combat - Cast 'Summon Lava Spawn' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11668 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - In Combat - Cast 'Lava Breath' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11673 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - In Combat - Cast 'Vicious Bite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11673 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - In Combat - Run Random Script (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11673 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Snowblind Windcaller - In Combat - Cast 'Lightning Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11675 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Taskmaster Snivvle - On Aggro - Say Line 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11677 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taskmaster Snivvle - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11677 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taskmaster Snivvle - In Combat - Cast 'Thrash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11677 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Taskmaster Snivvle - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11677 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snowblind Ambusher - In Combat - Cast 'Sinister Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Ambusher - In Combat - Cast 'Backstab' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Scout - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horde Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 5-30 Range - Cast 'Shoot' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 5-30 Range - Cast 'Scorpid Sting' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 25-80 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 25-80 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 0-5 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 0-5 Range - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 0-5 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 5-15 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Within 5-15 Range - Stop Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Horde Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Horde Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11680 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Horde Deforester - Within 0-5 Range - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11681 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Grunt - Within 0-5 Range - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11682 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Grunt - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11682 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11683 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Warsong Shredder - In Combat - Cast 'Overdrive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11684 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mannoroc Lasher - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mannoroc Lasher - In Combat - Cast 'Immolate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11697 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hive'Regal Slavemaker - In Combat - Cast 'Volatile Infection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11733 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hive'Regal Slavemaker - In Combat - Cast 'Poison Mind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11733 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Desert Rumbler - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Desert Rager - In Combat - Cast 'Earth Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Desert Rager - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11747 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Desert Rager - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11747 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowshard Rumbler - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11777 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowshard Smasher - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11778 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowshard Smasher - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11778 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ambershard Crusher - In Combat - Cast 'Crush Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambershard Destroyer - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11782 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambershard Destroyer - In Combat - Cast 'Boulder' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11782 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ambershard Destroyer - In Combat - Cast 'Earth Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11782 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ambereye Basilisk - In Combat - Cast 'Petrify' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambereye Reaver - In Combat - Cast 'Petrify' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11786 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambereye Reaver - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11786 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sentinel Onaeya - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kali Remik - Received Emote 264 - Quest Credit 'Incoming Gumdrop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Locke Okarr - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11820 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Priest - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Priest - In Combat - Cast 'Psychic Scream' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Priest - In Combat - Cast 'Anti-Magic Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hakkari Priest - In Combat - Cast 'Cleanse Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hakkari Priest - Between 0-50% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11830 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hakkari Witch Doctor - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hakkari Witch Doctor - In Combat - Cast 'Hex' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11831 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hakkari Witch Doctor - In Combat - Cast 'Shadow Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11831 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - Between 0-30% Health - Close Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Gossip Option 1 Selected - Cast 'Forcecast Portal: Return from Moonglade'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Gossip Option 0 Selected - Cast 'Fitful Dream'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Quest 'Hope Within the Emerald Nightmare' Taken - Cast 'Fitful Dream'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Quest 'The Nightmare Manifests' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 0 Over - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 0 Over - Remove Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 13 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 13 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 2 Over - Cast 'Conjure Dream Rift'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 2 Over - Summon Creature 'Eranikus, Tyrant of the Dream'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 4 Over - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 5 Over - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 20 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 20 Reached - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 7 Over - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 7 Over - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 7 Over - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 7 Over - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - In Combat - Cast 'Regrowth'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - In Combat - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - In Combat - Cast 'Healing Touch'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - In Combat - Cast 'Tranquility'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - In Combat - Cast 'Starfire'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Data Set 1 1 - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 8 Over - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 21 Reached - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Just Died - Fail Quest 'The Nightmare Manifests'" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 23 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 23 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Text 9 Over - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 12 Reached - Add Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 12 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 24 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Quest 'Waking Legends' Taken - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Quest 'Waking Legends' Taken - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Quest 'Waking Legends' Taken - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 5 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=41; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 5 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=42; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 10 Reached - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=43; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Waypoint 10 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=11832 AND `id`=44; +UPDATE `smart_scripts` SET `comment`="Wildpaw Shaman - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=11837 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildpaw Shaman - Between 0-50% Health - Cast 'Summon Ice Totem'" WHERE `source_type`=0 AND `entryorguid`=11837 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wildpaw Mystic - Between 0-50% Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11838 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wildpaw Brute - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11839 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildpaw Alpha - In Combat - Cast 'Uppercut' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildpaw Alpha - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11840 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildpaw Alpha - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11840 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Demon Spirit - On Just Summoned - Start Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=11876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - In Combat - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - In Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Within 0-5 Range - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - Friendly Crowd Controlled - Cast 'Psychic Scream'" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Nathanos Blightcaller - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=11878 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Blighthound - On Respawn - Cast 'Disease Cloud'" WHERE `source_type`=0 AND `entryorguid`=11885 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blighthound - Within 0-5 Range - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=11885 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mercutio Filthgorger - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=11886 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mercutio Filthgorger - In Combat - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=11886 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mercutio Filthgorger - Within 0-5 Range - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=11886 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Borelgore - Within 0-30 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=11896 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borelgore - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=11896 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Duskwing - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=11897 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Valdelmar - On Aggro - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=11898 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Valdelmar - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=11898 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Valdelmar - In Combat - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=11898 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Valdelmar - Between 0-20% Health - Cast 'Lay on Hands'" WHERE `source_type`=0 AND `entryorguid`=11898 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shardi - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11899 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shardi - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11899 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brakkar - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brakkar - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Andruk - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Andruk - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=11901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ursol'lok - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=12037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'marok the Ravager - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'marok the Ravager - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=12046 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'marok the Ravager - Between 0-50% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12046 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gor'marok the Ravager - Between 0-50% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12046 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormpike Defender - In Combat - Cast 'Revenge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12050 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Defender - In Combat - Cast 'Shield Block' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12050 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostwolf Legionnaire - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12051 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf Guardian - In Combat - Cast 'Revenge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12053 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf Guardian - In Combat - Cast 'Shield Block' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12053 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamewaker Protector - In Combat - Cast 'Dominate Mind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamewaker Protector - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakan - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12121 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakan - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12121 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Duros - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duros - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12122 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormpike Guardsman - On Aggro - Cast 'Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Guardsman - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12127 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onyxian Warder - In Combat - Cast 'Fire Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12129 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onyxian Warder - In Combat - Cast 'Flame Lash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12129 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onyxian Warder - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12129 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onyxian Warder - In Combat - Cast 'Pierce Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12129 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lunaclaw - In Combat - Cast 'Thrash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lunaclaw - On Just Died - Cast 'Lunaclaw Spirit' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12138 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowglen Sentinel - On Respawn - Cast 'Invisibility and Stealth Detection' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kaylisk - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=12196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kaylisk - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=12196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquered Soul of the Blightcaller - In Combat - Cast 'Incapacitating Shout'" WHERE `source_type`=0 AND `entryorguid`=12208 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - On Aggro - Cast 'Dual Wield'" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - In Combat - Cast 'Blink'" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - In Combat - Cast 'Smoke Bomb'" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Lord Vyletongue - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12236 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Meshlok the Harvester - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=12237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Meshlok the Harvester - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=12237 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Gelk - On Spellhit 'Manifest Spirit' - Update Template To 'Gelk'" WHERE `source_type`=0 AND `entryorguid`=12239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Kolk - On Spellhit 'Manifest Spirit' - Update Template To 'Kolk'" WHERE `source_type`=0 AND `entryorguid`=12240 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Magra - On Spellhit 'Manifest Spirit' - Update Template To 'Magra'" WHERE `source_type`=0 AND `entryorguid`=12241 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Maraudos - On Spellhit 'Manifest Spirit' - Update Template To 'Maraudos'" WHERE `source_type`=0 AND `entryorguid`=12242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Veng - On Spellhit 'Manifest Spirit' - Update Template To 'Veng'" WHERE `source_type`=0 AND `entryorguid`=12243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infiltrator Hameya - Within 0-30 Range - Cast 'Dark Plague'" WHERE `source_type`=0 AND `entryorguid`=12248 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infiltrator Hameya - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=12248 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zaeldarr the Outcast - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zaeldarr the Outcast - Within 0-5 Range - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=12250 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razorlash - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=12258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorlash - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razorlash - In Combat - Cast 'Puncture'" WHERE `source_type`=0 AND `entryorguid`=12258 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infected Mossflayer - In Combat - Cast 'Wither Touch'" WHERE `source_type`=0 AND `entryorguid`=12261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infected Mossflayer - Within 0-5 Range - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=12261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ziggurat Protector - In Combat - Cast 'Incapacitating Shout'" WHERE `source_type`=0 AND `entryorguid`=12262 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slaughterhouse Protector - In Combat - Cast 'Incapacitating Shout'" WHERE `source_type`=0 AND `entryorguid`=12263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lava Spawn - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=12265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lava Spawn - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=12265 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lava Spawn - In Combat - Cast 'Split'" WHERE `source_type`=0 AND `entryorguid`=12265 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lava Spawn - In Combat - Cast 'Split'" WHERE `source_type`=0 AND `entryorguid`=12265 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Toxicologist - On Aggro - Cast 'Demon Skin'" WHERE `source_type`=0 AND `entryorguid`=12319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Toxicologist - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=12319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Blade Toxicologist - In Combat - Cast 'Curse of Agony'" WHERE `source_type`=0 AND `entryorguid`=12319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Blade Toxicologist - Between 0-50% Health - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=12319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Blade Crusher - On Aggro - Cast 'Bruise'" WHERE `source_type`=0 AND `entryorguid`=12320 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Within 0-5 Range - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Quel'Lithien Protector - In Combat - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12322 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - On Aggro - Cast 'Resistance Aura'" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - In Combat - Cast 'Holy Strike'" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - In Combat - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - In Combat - Cast 'Exorcism'" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - In Combat - Cast 'Turn Undead'" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crimson Courier - On Friendly Between 0-40% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=12337 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Demetria - In Combat - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=12339 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Demetria - In Combat - Cast 'Dominate Mind'" WHERE `source_type`=0 AND `entryorguid`=12339 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Demetria - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=12339 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Demetria - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=12339 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Demetria - Friendly Crowd Controlled - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=12339 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Demetria - Between 0-30% Health - Cast 'Psychic Scream'" WHERE `source_type`=0 AND `entryorguid`=12339 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Trooper - On Aggro - Cast 'Devotion Aura'" WHERE `source_type`=0 AND `entryorguid`=12352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Trooper - In Combat - Cast 'Exorcism'" WHERE `source_type`=0 AND `entryorguid`=12352 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Trooper - In Combat - Cast 'Hammer of Justice'" WHERE `source_type`=0 AND `entryorguid`=12352 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Trooper - On Friendly Between 0-40% Health - Cast 'Lay on Hands'" WHERE `source_type`=0 AND `entryorguid`=12352 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord Kragaru - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Kragaru - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=12369 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wailing Spectre - In Combat - Cast 'Cry of the Dead'" WHERE `source_type`=0 AND `entryorguid`=12377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wailing Spectre - In Combat - Cast 'Wailing Dead'" WHERE `source_type`=0 AND `entryorguid`=12377 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Damned Soul - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Damned Soul - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Damned Soul - Within 0-40 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=12378 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Unliving Caretaker - In Combat - Cast 'Debilitating Strike'" WHERE `source_type`=0 AND `entryorguid`=12379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Caretaker - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=12379 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Caretaker - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=12379 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unliving Resident - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=12380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Resident - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=12380 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - In Combat - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - In Combat - Cast 'Cripple'" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - On Spellhit 'Crystal Prison Dummy DND' - Add Item 'Imprisoned Doomguard' 1 Time" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - On Spellhit 'Crystal Prison Dummy DND' - Cast 'Crystal Imprisonment'" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Doomguard Commander - On Spellhit 'Crystal Prison Dummy DND' - Despawn In 2000 ms" WHERE `source_type`=0 AND `entryorguid`=12396 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gordok Hyena - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=12418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackwing Spellbinder - In Combat - Cast 'Greater Polymorph'" WHERE `source_type`=0 AND `entryorguid`=12457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackwing Spellbinder - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=12457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackwing Warlock - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=12459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackwing Warlock - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=12459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackwing Warlock - In Combat - Cast 'Demon Portal'" WHERE `source_type`=0 AND `entryorguid`=12459 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Talon Wyrmguard - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=12460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Overseer - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Overseer - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=12461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Talon Flamescale - In Combat - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=12463 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Flamescale - In Combat - Cast 'Berserker Charge'" WHERE `source_type`=0 AND `entryorguid`=12463 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Talon Seether - In Combat - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=12464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Seether - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=12464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Talon Wyrmkin - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=12465 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Wyrmkin - In Combat - Cast 'Fireball Volley'" WHERE `source_type`=0 AND `entryorguid`=12465 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Talon Captain - On Aggro - Cast 'Commanding Shout'" WHERE `source_type`=0 AND `entryorguid`=12467 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Captain - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12467 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Talon Captain - In Combat - Cast 'Mark of Detonation'" WHERE `source_type`=0 AND `entryorguid`=12467 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Talon Hatcher - In Combat - Cast 'Growing Flames'" WHERE `source_type`=0 AND `entryorguid`=12468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Talon Hatcher - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=12468 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emeraldon Boughguard - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12474 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emeraldon Boughguard - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=12474 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emeraldon Boughguard - In Combat - Cast 'Fixate'" WHERE `source_type`=0 AND `entryorguid`=12474 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Emeraldon Tree Warder - Within 0-30 Range - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=12475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emeraldon Tree Warder - In Combat - Cast 'Faerie Fire'" WHERE `source_type`=0 AND `entryorguid`=12475 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emeraldon Oracle - On Friendly Between 0-40% Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=12476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emeraldon Oracle - On Friendly Between 0-40% Health - Cast 'Faerie Fire'" WHERE `source_type`=0 AND `entryorguid`=12476 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreamstalker - In Combat - Cast 'Corrosive Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=12498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreamstalker - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=12498 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grethok the Controller - In Combat - Cast 'Greater Polymorph'" WHERE `source_type`=0 AND `entryorguid`=12557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grethok the Controller - In Combat - Cast 'Dominate Mind'" WHERE `source_type`=0 AND `entryorguid`=12557 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grethok the Controller - In Combat - Cast 'Slow'" WHERE `source_type`=0 AND `entryorguid`=12557 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grethok the Controller - In Combat - Cast 'Arcane Missiles'" WHERE `source_type`=0 AND `entryorguid`=12557 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jarrodenus - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=12577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jarrodenus - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=12577 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mishellena - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=12578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mishellena - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=12578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfury Ripper - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=12579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfury Ripper - Between 0-40% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12579 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfury Ripper - Between 0-40% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12579 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bibilfaz Featherwhistle - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=12596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bibilfaz Featherwhistle - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=12596 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vhulgra - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=12616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vhulgra - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=12616 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Khaelyn Steelwing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=12617 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Khaelyn Steelwing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=12617 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Georgia - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=12636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Georgia - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=12636 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sharptalon - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=12676 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadumbra - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=12677 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ursangous - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=12678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ursangous - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=12678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - In Combat - Cast 'Piercing Howl'" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mastok Wrilehiss - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=12737 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Faustron - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=12740 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Faustron - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=12740 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tideress - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=12759 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tideress - Within 0-5 Range - Cast 'Foul Chill'" WHERE `source_type`=0 AND `entryorguid`=12759 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wandering Protector - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=12836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wandering Protector - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=12836 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - On Respawn - Cast 'Ashenvale Outrunner Sneak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 5-30 Range - Cast 'Scorpid Sting'" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ashenvale Outrunner - Within 0-5 Range - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=12856 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Duriel Moonfire - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=12860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duriel Moonfire - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=12860 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Warsong Scout - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12862 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Warsong Runner - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12863 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 5-30 Range - Cast 'Scorpid Sting'" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warsong Outrider - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12864 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ambassador Malcin - In Combat - Cast 'Curse of Blood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12865 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Baron Aquanis - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baron Aquanis - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Silverwing Sentinel - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12896 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Silverwing Warrior - Within 0-5 Range - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12897 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverwing Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12897 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Axtroz - In Combat - Cast 'Flame Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12899 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Axtroz - In Combat - Cast 'Vicious Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12899 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Axtroz - In Combat - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12899 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Somnus - Target Casting - Cast 'Sleep' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Somnus - Target Casting - Cast 'Wing Flap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Somnus - In Combat - Cast 'Corrosive Acid Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Somnus - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lorgus Jett - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12902 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chief Murgut - On Aggro - Say Line 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12918 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Murgut - On Just Died - Cast 'Summon Foulweald Totem Basket' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12918 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Murgut - On Just Died - Say Line 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12918 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enraged Foulweald - Between 0-15% Mana - Say Line 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=12921 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enraged Foulweald - On Spellhit 'Summon Karang's Banner Aura' - Cast 'Destroy Karang's Banner' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12921 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enraged Foulweald - On Respawn - Cast 'Corrupted Strength Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Imp Minion - In Combat - Cast 'Firebolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vorsha the Lasher - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vorsha the Lasher - Within 0-5 Range - Cast 'Lash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=12940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mounted Ironforge Mountaineer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=12996 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Monty - On Quest 'Deeprun Rat Roundup' Finished - Cast 'Monty Bashes Rats (DND)'" WHERE `source_type`=0 AND `entryorguid`=12997 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Monty - On Quest 'Deeprun Rat Roundup' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=12997 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deeprun Rat - On Spellhit 'Melodious Rapture' - Summon Creature 'Enthralled Deeprun Rat' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=13016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deeprun Rat - On Spellhit 'Melodious Rapture' - Despawn In 100 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=13016 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enthralled Deeprun Rat - On Just Summoned - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=13017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enthralled Deeprun Rat - On Just Summoned - Quest Credit 'Deeprun Rat Roundup'" WHERE `source_type`=0 AND `entryorguid`=13017 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enthralled Deeprun Rat - On Just Summoned - Cast 'Melodious Rapture Visual (DND)'" WHERE `source_type`=0 AND `entryorguid`=13017 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enthralled Deeprun Rat - On Just Summoned - Start Follow Closest Player" WHERE `source_type`=0 AND `entryorguid`=13017 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Enthralled Deeprun Rat - On Just Summoned - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=13017 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Enthralled Deeprun Rat - On Spellhit 'Monty Bashes Rats (DND)' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=13017 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Burning Blade Seer - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=13019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Seer - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=13019 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warpwood Crusher - In Combat - Cast 'Crush Armor'" WHERE `source_type`=0 AND `entryorguid`=13021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whip Lasher - In Combat - Cast 'Lash of Pain'" WHERE `source_type`=0 AND `entryorguid`=13022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Mastiff - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=13036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Mastiff - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=13036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Umi Thorson - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Umi Thorson - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=13078 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Keetar - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=13079 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keetar - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13079 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Keetar - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=13079 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Irondeep Guard - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=13080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Guard - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=13080 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irondeep Raider - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13081 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Raider - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=13081 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irondeep Raider - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=13081 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Milton Beats - In Combat - Cast 'Incapacitating Shout'" WHERE `source_type`=0 AND `entryorguid`=13082 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Milton Beats - Within 0-5 Range - Cast 'Slap!'" WHERE `source_type`=0 AND `entryorguid`=13082 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Echo of Archimonde - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=13083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aggi Rumblestomp - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=13086 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aggi Rumblestomp - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=13086 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmine Invader - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13087 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmine Invader - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=13087 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmine Invader - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=13087 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Masha Swiftcut - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=13088 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Masha Swiftcut - In Combat - Cast 'Slice and Dice'" WHERE `source_type`=0 AND `entryorguid`=13088 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Masha Swiftcut - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=13088 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coldmine Guard - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13089 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmine Guard - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=13089 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Coldmine Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13096 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Coldmine Surveyor - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmine Surveyor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmine Surveyor - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Irondeep Surveyor - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Surveyor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irondeep Surveyor - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Out of Combat - Set Event Phase 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Out of Combat - Cast 'Frost Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Irondeep Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13099 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crimson Bodyguard - Within 8-25 Range - Cast 'Shield Charge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Bodyguard - In Combat - Cast 'Shield Bash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Bodyguard - In Combat - Cast 'Disarm' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Bodyguard - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13118 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deeprot Tangler - On Respawn - Cast 'Thorns' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Swarmer - Within 0-5 Range - Cast 'Venom Sting' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vahgruk - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=13177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vahgruk - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=13177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wing Commander Guse - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13179 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Guse - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=13179 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wing Commander Jeztor - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13180 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Jeztor - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=13180 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wing Commander Mulverick - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Mulverick - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=13181 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - Within 0-30 Range - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Set Phase Random Between 2-4" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - Within 0-40 Range - Cast 'Fireball Volley' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - Within 0-40 Range - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Cast 'Ice Nova' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Set Event Phase 1 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Cast 'Slow' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Set Event Phase 1 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Cast 'Thorn Volley' (Phase 16)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - In Combat - Set Event Phase 1 (Phase 16)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - On Evade - Set Event Phase 0 (Phase 16)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Phase Lasher - On Just Died - Set Event Phase 0 (Phase 16)" WHERE `source_type`=0 AND `entryorguid`=13196 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fel Lash - On Aggro - Disable Combat Movement (Phase 16)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Lash - On Aggro - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fel Lash - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Within 0-40 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Between 0-15% Mana - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fel Lash - Between 30-100% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fel Lash - In Combat - Cast 'Arcane Explosion' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fel Lash - On Evade - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13197 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thanthaldis Snowgleam - In Combat - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13217 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thanthaldis Snowgleam - In Combat - Cast 'Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13217 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jekyll Flandring - In Combat - Cast 'Heroic Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=13219 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - In Combat - Cast 'Flame Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Between 0-50% Health - Cast 'Earthbind Totem' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Primalist Thurloga - Between 0-30% Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13236 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - In Combat - Cast 'Blizzard' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - In Combat - Cast 'Ice Tomb' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lokholar the Ice Lord - On Killed Unit - Cast 'Swell of Souls' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13256 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Wildspawn Imp - Within 0-20 Range - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hydrospawn - In Combat - Cast 'Submersion' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hydrospawn - In Combat - Cast 'Massive Geyser' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13280 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hydrospawn - In Combat - Cast 'Riptide' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13280 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hydrospawn - On Just Died - Cast 'Summon Hydroling' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13280 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostwolf Shaman - Out of Combat - Cast 'Lightning Shield' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf Shaman - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13284 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostwolf Shaman - Between 0-50% Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13284 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Lash - Out of Combat - Cast 'Thorns' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Lash - In Combat - Cast 'Thrash' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmine Peon - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13316 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmine Miner - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Defender - In Combat - Cast 'Revenge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13326 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Defender - In Combat - Cast 'Shield Block' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13326 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Guardian - In Combat - Cast 'Revenge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13328 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Guardian - In Combat - Cast 'Shield Block' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13328 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Defender - In Combat - Cast 'Revenge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13331 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Defender - In Combat - Cast 'Shield Block' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13331 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Guardian - In Combat - Cast 'Revenge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Guardian - In Combat - Cast 'Shield Block' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13332 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormpike Bowman - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Bowman - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13358 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormpike Bowman - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13358 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormpike Bowman - Within 0-80 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13358 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormpike Bowman - Within 0-80 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13358 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormpike Bowman - On Evade - Set Sheath Melee (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13358 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostwolf Bowman - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf Bowman - Out of Combat - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13359 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostwolf Bowman - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13359 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostwolf Bowman - Within 0-80 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13359 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostwolf Bowman - Within 0-80 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13359 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Irondeep Miner - In Combat - Cast 'Sunder Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irondeep Peon - In Combat - Cast 'Sunder Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Ichman - Out of Combat - Cast 'Greater Invisibility' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13437 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Ichman - On Aggro - Remove Aura 'Greater Invisibility' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13437 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wing Commander Ichman - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13437 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wing Commander Ichman - In Combat - Cast 'Rend' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13437 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wing Commander Slidore - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Slidore - In Combat - Cast 'Rend' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13438 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wing Commander Vipore - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Vipore - In Combat - Cast 'Rend' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13439 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arch Druid Renferal - In Combat - Cast 'Moonfire' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arch Druid Renferal - In Combat - Cast 'Entangling Roots' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arch Druid Renferal - Between 0-50% Health - Cast 'Rejuvenation' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13442 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Druid of the Grove - Out of Combat - Cast 'Thorns' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Druid of the Grove - In Combat - Cast 'Starfire' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Druid of the Grove - In Combat - Cast 'Entangling Roots' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13443 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Corporal Noreg Stormpike - In Combat - Cast 'Revenge' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corporal Noreg Stormpike - In Combat - Cast 'Shield Block' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sergeant Yazra Bloodsnarl - In Combat - Cast 'Rend' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Guard - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Guard - In Combat - Cast 'Backhand' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13534 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Guard - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Guard - In Combat - Cast 'Backhand' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13535 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Guard - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13536 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Guard - In Combat - Cast 'Backhand' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13536 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Surveyor - In Combat - Cast 'Holy Smite' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13537 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Surveyor - In Combat - Cast 'Shadow Word: Pain' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13537 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Surveyor - Between 0-50% Health - Cast 'Heal' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13537 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Surveyor - In Combat - Cast 'Holy Smite' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13538 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Surveyor - In Combat - Cast 'Shadow Word: Pain' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13538 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Surveyor - Between 0-50% Health - Cast 'Heal' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13538 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Surveyor - In Combat - Cast 'Holy Smite' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Surveyor - In Combat - Cast 'Shadow Word: Pain' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Surveyor - Between 0-50% Health - Cast 'Heal' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13539 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13540 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13541 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13542 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Raider - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Raider - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13543 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Raider - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13543 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Raider - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Raider - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13544 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Raider - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13544 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Raider - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13545 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Raider - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13545 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Raider - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13545 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13546 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13547 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Out of Combat - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Out of Combat - Cast 'Frost Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Explorer - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13548 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Invader - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13549 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Invader - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13549 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Coldmine Invader - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13549 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Invader - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Invader - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Coldmine Invader - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13550 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Invader - In Combat - Cast 'Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Invader - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Coldmine Invader - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13551 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Guard - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13552 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Guard - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13552 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Guard - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Guard - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13553 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Guard - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Guard - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13554 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Surveyor - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Surveyor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13555 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seasoned Irondeep Surveyor - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13555 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Surveyor - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13556 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Surveyor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13556 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Irondeep Surveyor - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13556 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Surveyor - In Combat - Cast 'Holy Smite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Surveyor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13557 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Irondeep Surveyor - Between 0-50% Health - Cast 'Heal' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13557 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormpike Ram Rider Commander - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Ram Rider Commander - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13577 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotgrip - In Combat - Cast 'Fatal Bite' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stolid Snapjaw - Out of Combat - Cast 'Spikes' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=13599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - In Combat - Cast 'Bomb'" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - In Combat - Cast 'Goblin Dragon Gun'" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - In Combat - Cast 'Flash Bomb'" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Tinkerer Gizlock - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=13601 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Mountaineer Boombellow - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=13797 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mountaineer Boombellow - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=13797 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jotek - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=13798 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jotek - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=13798 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warmaster Laggrond - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=13840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Haggerdin - In Combat - Cast 'Revenge'" WHERE `source_type`=0 AND `entryorguid`=13841 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Haggerdin - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=13841 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alterac Yeti - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=13959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alterac Yeti - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=13959 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackwing Technician - In Combat - Cast 'Bomb'" WHERE `source_type`=0 AND `entryorguid`=13996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackwing Technician - In Combat - Cast 'Bottle of Poison'" WHERE `source_type`=0 AND `entryorguid`=13996 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gravis Slipknot - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=14221 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7:XT - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=14224 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dart - On Aggro - Cast 'Raptor Charge'" WHERE `source_type`=0 AND `entryorguid`=14232 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dart - In Combat - Cast 'Rend Flesh'" WHERE `source_type`=0 AND `entryorguid`=14232 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blue Drakonid - In Combat - Cast 'Brood Power: Blue'" WHERE `source_type`=0 AND `entryorguid`=14261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Green Drakonid - In Combat - Cast 'Brood Power: Green'" WHERE `source_type`=0 AND `entryorguid`=14262 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bronze Drakonid - In Combat - Cast 'Brood Power: Bronze'" WHERE `source_type`=0 AND `entryorguid`=14263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Red Drakonid - In Combat - Cast 'Brood Power: Red'" WHERE `source_type`=0 AND `entryorguid`=14264 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Drakonid - In Combat - Cast 'Brood Power: Black'" WHERE `source_type`=0 AND `entryorguid`=14265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Squiddic - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=14270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ribchaser - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=14271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jimmy the Bleeder - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=14281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf Bloodhound - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=14282 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Owl - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=14283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Battleguard - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=14284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormpike Battleguard - In Combat - Cast 'Improved Blocking'" WHERE `source_type`=0 AND `entryorguid`=14284 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormpike Battleguard - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=14284 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormpike Battleguard - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=14284 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostwolf Battleguard - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=14285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostwolf Battleguard - In Combat - Cast 'Improved Blocking'" WHERE `source_type`=0 AND `entryorguid`=14285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostwolf Battleguard - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=14285 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostwolf Battleguard - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=14285 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Petrified Guardian - Out of Combat - Cast 'Thorns'" WHERE `source_type`=0 AND `entryorguid`=14303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Petrified Guardian - Between 0-50% Health - Cast 'Regrowth'" WHERE `source_type`=0 AND `entryorguid`=14303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ferra - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=14308 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ferra - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=14308 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Fengus - On Aggro - Cast 'Shield Charge'" WHERE `source_type`=0 AND `entryorguid`=14321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guard Fengus - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=14321 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Fengus - Target Casting - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=14321 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guard Fengus - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=14321 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guard Fengus - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14321 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guard Fengus - On Just Died - Cast 'Fengus' Ferocity' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14321 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stomper Kreeg - In Combat - Cast 'Whirlwind' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stomper Kreeg - In Combat - Cast 'Booze Spit' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stomper Kreeg - In Combat - Cast 'War Stomp' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14322 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stomper Kreeg - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14322 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stomper Kreeg - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14322 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stomper Kreeg - Between 0-15% Health - Cast 'Drunken Rage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14322 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Guard Slip'kik - On Aggro - Cast 'Shield Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guard Slip'kik - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14323 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Slip'kik - Target Casting - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14323 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guard Slip'kik - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14323 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guard Slip'kik - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14323 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guard Slip'kik - On Just Died - Cast 'Slip'kik's Savvy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14323 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Set Random Phase(1, 4) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - On Aggro - Cast 'Lightning Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 0-40 Range - Cast 'Lightning Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Earthgrab Totem' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 0-50% Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - On Aggro - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 0-30 Range - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Frost Nova' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Arcane Explosion' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Out of Combat - Enable Combat Movement (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Mind Blast' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Power Word: Shield' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - In Combat - Cast 'Psychic Scream' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Cho'Rush the Observer - Between 0-30% Health - Cast 'Bloodlust' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14324 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - On Aggro - Say Line 0 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - In Combat - Cast 'Mortal Cleave' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - In Combat - Cast 'Retaliation' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - In Combat - Cast 'Frightening Shout' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - Between 0-75% Health - Cast 'Call Reavers' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - Between 0-75% Health - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captain Kromcrush - Between 0-30% Health - Say Line 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14325 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Guard Mol'dar - On Aggro - Cast 'Shield Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14326 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guard Mol'dar - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14326 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Mol'dar - Target Casting - Cast 'Shield Bash' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14326 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guard Mol'dar - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14326 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guard Mol'dar - Between 0-30% Health - Cast 'Frenzy' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14326 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guard Mol'dar - On Just Died - Cast 'Mol'dar's Moxie' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14326 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Out of Combat - Disable Combat Movement (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lethtendris - On Aggro - Cast 'Void Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lethtendris - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Within 0-100 Range - Cast 'Void Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Within 45-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lethtendris - Between 20-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lethtendris - In Combat - Cast 'Immolate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lethtendris - In Combat - Cast 'Shadow Bolt Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lethtendris - In Combat - Cast 'Curse of Thorns' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lethtendris - In Combat - Cast 'Curse of Tongues' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14327 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Highlord Demitrian - On Quest 'Thunderaan the Windseeker' Finished - Summon Creature 'Prince Thunderaan'" WHERE `source_type`=0 AND `entryorguid`=14347 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pimgib - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pimgib - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pimgib - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pimgib - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pimgib - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pimgib - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Pimgib - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Pimgib - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Pimgib - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Pimgib - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Pimgib - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Pimgib - In Combat - Cast 'Flame Buffet' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Pimgib - Between 0-50% Health - Cast 'Enlarge' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14349 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gordok Bushwacker - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordok Bushwacker - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14351 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordok Bushwacker - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14351 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Respawn - Set Event Phase 1 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Hello - Send Gossip (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Hello - Send Gossip (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Hello - Send Gossip (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Hello - Send Gossip (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Hello - Send Gossip (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Option 0 Selected - Run Script (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Option 0 Selected - Run Script (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Option 0 Selected - Run Script (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Option 0 Selected - Run Script (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Gossip Option 0 Selected - Run Script (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 3 Reached - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 3 Reached - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 14 Reached - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 14 Reached - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 12 Reached - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 12 Reached - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 7 Reached - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Waypoint 7 Reached - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Pusillin - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Pusillin - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Pusillin - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=14354 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Thief Catcher Shadowdelve - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14363 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thief Catcher Farmountain - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14365 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thief Catcher Thunderbrew - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14367 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=14368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scout Stronghand - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scout Manslayer - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scout Tharr - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Huntress Skymane - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wandering Eye of Kilrogg - In Combat - Cast 'Summon Netherwalker'" WHERE `source_type`=0 AND `entryorguid`=14386 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lothos Riftwaker - On Gossip Option 0 Selected - Cast 'Teleport to Molten Core DND'" WHERE `source_type`=0 AND `entryorguid`=14387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rogue Black Drake - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=14388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Netherwalker - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=14389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Expeditionary Mountaineer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=14390 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Expeditionary Priest - In Combat - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=14393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Immol'thar - In Combat - Cast 'Eye of Immol'thar'" WHERE `source_type`=0 AND `entryorguid`=14396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Burst - In Combat - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=14397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Darter - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=14398 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth Darter - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=14398 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Torrent - In Combat - Cast 'Forked Lightning'" WHERE `source_type`=0 AND `entryorguid`=14399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Torrent - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=14399 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Feedback - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=14400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seeker Cromwell - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seeker Nahr - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seeker Thompson - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Officer Jaxon - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mirelow - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=14424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnawbone - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=14425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Uruson - In Combat - Cast 'Demoralizing Roar'" WHERE `source_type`=0 AND `entryorguid`=14428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duskstalker - Within 2-5 Range - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=14430 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fury Shelda - In Combat - Cast 'Deafening Screech'" WHERE `source_type`=0 AND `entryorguid`=14431 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Threggil - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=14432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sludginn - In Combat - Cast 'Dark Sludge'" WHERE `source_type`=0 AND `entryorguid`=14433 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sludginn - In Combat - Cast 'Leech Poison'" WHERE `source_type`=0 AND `entryorguid`=14433 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Officer Pomeroy - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Officer Brady - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=14439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Nightingale - On Gossip Option 1 Selected - Cast 'Human Orphan Whistle'" WHERE `source_type`=0 AND `entryorguid`=14450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Nightingale - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14450 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Battlewail - On Gossip Option 1 Selected - Cast 'Orcish Orphan Whistle'" WHERE `source_type`=0 AND `entryorguid`=14451 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Battlewail - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14451 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kroshius - On Respawn - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=14467 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kroshius - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=14467 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dread Guard - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=14483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dread Guard - In Combat - Cast 'Shadow Shock'" WHERE `source_type`=0 AND `entryorguid`=14483 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Injured Peasant - On Respawn - Cast 'Death's Door'" WHERE `source_type`=0 AND `entryorguid`=14484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Peasant - On Respawn - Cast 'Death's Door'" WHERE `source_type`=0 AND `entryorguid`=14485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gluggle - In Combat - Cast 'Acid Splash'" WHERE `source_type`=0 AND `entryorguid`=14487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gluggle - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=14487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xorothian Dreadsteed - On Aggro - Cast 'Berserker Charge'" WHERE `source_type`=0 AND `entryorguid`=14502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xorothian Dreadsteed - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=14502 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xorothian Dreadsteed - On Just Died - Cast 'Summon Dreadsteed Spirit (DND)'" WHERE `source_type`=0 AND `entryorguid`=14502 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Hel'nurath - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=14506 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Hel'nurath - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=14506 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Hel'nurath - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=14506 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Hel'nurath - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=14506 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Franklin the Friendly - Within 0-20 Range - Cast 'Fool's Plight'" WHERE `source_type`=0 AND `entryorguid`=14529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razzashi Venombrood - In Combat - Cast 'Intoxicating Venom'" WHERE `source_type`=0 AND `entryorguid`=14532 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrordale Spirit - In Combat - Cast 'Wailing Dead'" WHERE `source_type`=0 AND `entryorguid`=14564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Cast 'Engulfing Strike'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Cast 'Fire Nova'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Cast 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Cast 'Ember Shower'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Set Flags Server Controlled & Disable Movement & Pacified" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Set Rooted On" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Remove Flags Server Controlled & Disable Movement & Pacified" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Remove Aura 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Remove Aura 'Ember Shower'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - In Combat - Set Rooted Off" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Just Summoned - Cast 'Spawn Smoke (scale x2.00)'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - Out of Combat - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Just Died - Set Data 6 6" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - Out of Combat - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - Out of Combat - Remove Flags Server Controlled & Disable Movement & Pacified" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - Out of Combat - Remove Aura 'Fire Shield'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - Out of Combat - Remove Aura 'Ember Shower'" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - Out of Combat - Set Rooted Off" WHERE `source_type`=0 AND `entryorguid`=14688 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 0-0 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 0-0 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Within 0-5 Range - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Silverwing Elite - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14715 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sentinel Farsong - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14733 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurubashi Bat Rider - On Aggro - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14750 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi Bat Rider - In Combat - Cast 'Battle Command' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14750 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi Bat Rider - In Combat - Cast 'Infected Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14750 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurubashi Bat Rider - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14750 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurubashi Bat Rider - Between 0-30% Health - Cast 'Unstable Concoction' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14750 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurubashi Bat Rider - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14750 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 0-20 Range - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Between 0-15% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 5-15 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 5-15 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 25-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Within 5-30 Range - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - On Aggro - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Illiyana Moonblaze - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14753 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Razzashi Raptor - In Combat - Cast 'Infected Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razzashi Raptor - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14821 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razzashi Raptor - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14821 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razzashi Raptor - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14821 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silas Darkmoon - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14823 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Mistress - In Combat - Cast 'Curse of Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14825 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Mistress - In Combat - Cast 'Dispel Magic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14825 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Withered Mistress - Between 0-50% Health - Cast 'Unholy Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14825 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Withered Mistress - Between 0-20% Health - Cast 'Unholy Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14825 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kerri Hicks - On Respawn - Cast 'Demonic Knowledge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Steward of Kirtonos - In Combat - Cast 'Curse of Impotence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Steward of Kirtonos - In Combat - Cast 'Curse of Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blood Steward of Kirtonos - In Combat - Cast 'Paralyzing Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14861 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Molthor - On Gossip Hello - Play Emote 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai Mistress - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Atal'ai Mistress - In Combat - Cast 'Curse of Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14882 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Atal'ai Mistress - In Combat - Cast 'Snap Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14882 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Voodoo Slave - In Combat - Cast 'Lightning Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14883 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Parasitic Serpent - Between 0-15% Health - Evade (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14884 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Parasitic Serpent - On Evade - Despawn In 10 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=14884 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Parasitic Serpent - On Target Spellhit 'Parasitic Serpent' - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=14884 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Parasitic Serpent - On Reset - Add Aura 'Parasitic Serpent'" WHERE `source_type`=0 AND `entryorguid`=14884 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 0 Selected - Add Item 'Zandalar Freethinker's Armguards' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 1 Selected - Add Item 'Zandalar Freethinker's Belt' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 2 Selected - Add Item 'Zandalar Freethinker's Breastplate' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 3 Selected - Add Item 'Hero's Brand' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 4 Selected - Add Item 'Heathen's Brand' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 5 Selected - Add Item 'Heathen's Brand' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 6 Selected - Add Item 'Heathen's Brand' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 0 Selected - Add Item 'Zandalar Vindicator's Armguards' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 1 Selected - Add Item 'Zandalar Vindicator's Belt' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 2 Selected - Add Item 'Zandalar Vindicator's Breastplate' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 3 Selected - Add Item 'Rage of Mugamba' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 4 Selected - Add Item 'Strength of Mugamba' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 5 Selected - Add Item 'Strength of Mugamba' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 6 Selected - Add Item 'Strength of Mugamba' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Jin'rokh the Breaker - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14902 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 0 Selected - Add Item 'Zandalar Confessor's Bindings' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 1 Selected - Add Item 'Zandalar Confessor's Mantle' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 2 Selected - Add Item 'Zandalar Confessor's Wraps' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 3 Selected - Add Item 'The All-Seeing Eye of Zuldazar' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 4 Selected - Add Item 'The Eye of Zuldazar' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 5 Selected - Add Item 'The Eye of Zuldazar' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 6 Selected - Add Item 'The Eye of Zuldazar' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 0 Selected - Add Item 'Zandalar Demoniac's Mantle' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 1 Selected - Add Item 'Zandalar Demoniac's Robe' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 2 Selected - Add Item 'Zandalar Demoniac's Wraps' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 3 Selected - Add Item 'Kezan's Unstoppable Taint' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 4 Selected - Add Item 'Kezan's Taint' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 5 Selected - Add Item 'Kezan's Taint' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 6 Selected - Add Item 'Kezan's Taint' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 0 Selected - Add Item 'Zandalar Illusionist's Mantle' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 1 Selected - Add Item 'Zandalar Illusionist's Robe' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 2 Selected - Add Item 'Zandalar Illusionist's Wraps' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 3 Selected - Add Item 'Jewel of Kajaro' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 4 Selected - Add Item 'Pebble of Kajaro' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 5 Selected - Add Item 'Pebble of Kajaro' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 6 Selected - Add Item 'Pebble of Kajaro' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Al'tabim the All-Seeing - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14903 AND `id`=41; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 0 Selected - Add Item 'Zandalar Augur's Belt' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 1 Selected - Add Item 'Zandalar Augur's Bracers' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 2 Selected - Add Item 'Zandalar Augur's Hauberk' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 3 Selected - Add Item 'Unmarred Vision of Voodress' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 4 Selected - Add Item 'Vision of Voodress' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 5 Selected - Add Item 'Vision of Voodress' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 6 Selected - Add Item 'Vision of Voodress' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 0 Selected - Add Item 'Zandalar Haruspex's Belt' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 1 Selected - Add Item 'Zandalar Haruspex's Bracers' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 2 Selected - Add Item 'Zandalar Haruspex's Tunic' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 3 Selected - Add Item 'Pristine Enchanted South Seas Kelp' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 4 Selected - Add Item 'Enchanted South Seas Kelp' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 5 Selected - Add Item 'Enchanted South Seas Kelp' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 6 Selected - Add Item 'Enchanted South Seas Kelp' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Maywiki of Zuldazar - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14904 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 0 Selected - Add Item 'Zandalar Madcap's Bracers' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 1 Selected - Add Item 'Zandalar Madcap's Mantle' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 2 Selected - Add Item 'Zandalar Madcap's Tunic' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 3 Selected - Add Item 'Zandalarian Shadow Mastery Talisman' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 4 Selected - Add Item 'Zandalarian Shadow Talisman' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 5 Selected - Add Item 'Zandalarian Shadow Talisman' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 6 Selected - Add Item 'Zandalarian Shadow Talisman' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 0 Selected - Add Item 'Zandalar Predator's Belt' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 1 Selected - Add Item 'Zandalar Predator's Bracers' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 2 Selected - Add Item 'Zandalar Predator's Mantle' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 3 Selected - Add Item 'Maelstrom's Wrath' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 4 Selected - Add Item 'Maelstrom's Tendril' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 5 Selected - Add Item 'Maelstrom's Tendril' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 6 Selected - Add Item 'Maelstrom's Tendril' 1 Time" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 4 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Falthir the Sightless - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=14905 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Guse's War Rider - In Combat - Cast 'Fireball Volley'" WHERE `source_type`=0 AND `entryorguid`=14943 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guse's War Rider - In Combat - Cast 'Stun Bomb Attack'" WHERE `source_type`=0 AND `entryorguid`=14943 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guse's War Rider - In Combat - Cast 'Throw Liquid Fire'" WHERE `source_type`=0 AND `entryorguid`=14943 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Slidore's Gryphon - In Combat - Cast 'Fireball Volley'" WHERE `source_type`=0 AND `entryorguid`=14946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slidore's Gryphon - In Combat - Cast 'Stun Bomb Attack'" WHERE `source_type`=0 AND `entryorguid`=14946 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slidore's Gryphon - In Combat - Cast 'Throw Liquid Fire'" WHERE `source_type`=0 AND `entryorguid`=14946 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zulian Crocolisk - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=15043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zulian Crocolisk - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=15043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurubashi - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=15047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurubashi - In Combat - Cast 'Will of Hakkar'" WHERE `source_type`=0 AND `entryorguid`=15047 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mad Servant - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mad Servant - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=15111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mad Servant - On Just Died - Cast 'Portal of Madness'" WHERE `source_type`=0 AND `entryorguid`=15111 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rutherford Twing - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=15126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rutherford Twing - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=15126 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rutherford Twing - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=15126 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Samuel Hawke - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=15127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Samuel Hawke - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=15127 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Samuel Hawke - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=15127 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Samuel Hawke - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15127 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Samuel Hawke - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=15127 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defiler Elite - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15128 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defiler Elite - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=15128 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="League of Arathor Elite - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15130 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="League of Arathor Elite - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=15130 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Portal of Madness - Out of Combat - Cast 'Summon Mad Voidwalkers'" WHERE `source_type`=0 AND `entryorguid`=15141 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Portal of Madness - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=15141 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mad Voidwalker - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=15146 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mad Voidwalker - In Combat - Cast 'Consuming Shadows'" WHERE `source_type`=0 AND `entryorguid`=15146 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mad Voidwalker - In Combat - Cast 'Shadow Shock'" WHERE `source_type`=0 AND `entryorguid`=15146 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mad Voidwalker - In Combat - Despawn In 180000 ms" WHERE `source_type`=0 AND `entryorguid`=15146 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Calandrath - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Calandrath - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=15174 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cloud Skydancer - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=15177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cloud Skydancer - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=15177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Runk Windtamer - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=15178 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runk Windtamer - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=15178 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathclasp - In Combat - Cast 'Paralyzing Poison'" WHERE `source_type`=0 AND `entryorguid`=15196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathclasp - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=15196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sergeant Hartman - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=15199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baron Kazum - In Combat - Cast 'Stomp'" WHERE `source_type`=0 AND `entryorguid`=15205 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baron Kazum - In Combat - Cast 'Massive Tremor'" WHERE `source_type`=0 AND `entryorguid`=15205 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baron Kazum - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=15205 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vekniss Soldier - In Combat - Cast 'Agro Drones'" WHERE `source_type`=0 AND `entryorguid`=15229 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekniss Soldier - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15229 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vekniss Soldier - In Combat - Cast 'Debilitating Charge'" WHERE `source_type`=0 AND `entryorguid`=15229 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vekniss Warrior - On Just Died - Cast 'Summon Vekniss Borer'" WHERE `source_type`=0 AND `entryorguid`=15230 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekniss Guardian - Between 0-20% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15233 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekniss Guardian - Between 0-20% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15233 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vekniss Guardian - In Combat - Cast 'Impale' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15233 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vekniss Wasp - In Combat - Cast 'Itch' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekniss Hive Crawler - In Combat - Cast 'Crippling Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15240 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekniss Hive Crawler - In Combat - Cast 'Mind-numbing Poison' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15240 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vekniss Hive Crawler - In Combat - Cast 'Poison Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15240 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vekniss Hive Crawler - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15240 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Qiraji Mindslayer - In Combat - Cast 'Cause Insanity' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Mindslayer - In Combat - Cast 'Mana Burn' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Mindslayer - In Combat - Cast 'Mind Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15246 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Qiraji Mindslayer - In Combat - Cast 'Mind Flay' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15246 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Qiraji Brainwasher - In Combat - Cast 'Cause Insanity' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Brainwasher - In Combat - Cast 'Mana Burn' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Brainwasher - In Combat - Cast 'Mind Flay' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15247 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Qiraji Lasher - In Combat - Cast 'Knockback' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Lasher - In Combat - Cast 'Whirlwind' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15249 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Slayer - In Combat - Cast 'Battle Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Slayer - In Combat - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15250 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Slayer - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15250 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Qiraji Slayer - In Combat - Cast 'Whirlwind' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15250 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Qiraji Champion - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15252 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Champion - In Combat - Cast 'Frightening Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15252 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Champion - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15252 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Qiraji Champion - Between 1-25% Health - Cast 'Vengeance' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15252 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Demented Druid Spirit - In Combat - Cast 'Moonfire' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15260 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Demented Druid Spirit - In Combat - Cast 'Curse of Thorns' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15260 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Demented Druid Spirit - In Combat - Cast 'Silence' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidian Eradicator - Out of Combat - Set Flag Standstate Stand Up (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15262 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidian Eradicator - In Combat - Cast 'Drain Mana' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15262 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Obsidian Eradicator - Between 99-100% Mana - Cast 'Shock Blast' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15262 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Obsidian Eradicator - In Combat - Cast 'Magic Reflection' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15262 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcane Wraith - In Combat - Cast 'Arcane Bolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15273 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcane Wraith - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15273 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Wraith - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Wyrm - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15274 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Wyrm - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Cast 'Shadow Storm' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Cast 'Thunderclap' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Cast 'Meteor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Cast 'Plague' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Cast 'Shadow and Frost Reflect' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Cast 'Fire and Arcane Reflect' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - Between 0-10% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - Between 0-10% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - Between 0-10% Health - Cast 'Explode' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Summon Creature 'Qiraji Swarmguard' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Summon Creature 'Qiraji Scorpion' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anubisath Defender - In Combat - Summon Creature 'Qiraji Warrior' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15277 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lanthan Perilon - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15281 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Feral Tender - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15294 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Feral Tender - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15294 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feral Tender - Between 0-50% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15294 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tainted Arcane Wraith - In Combat - Cast 'Slow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15298 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tainted Arcane Wraith - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15298 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tainted Arcane Wraith - On Spellhit 'Arcane Torrent' - Cast 'Quest Credit 8346' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15298 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Taerar - In Combat - Cast 'Poison Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Taerar - In Combat - Cast 'Corrosive Acid Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15302 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anubisath Warder - In Combat - Set Phase Random Between 1-4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15311 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anubisath Warder - In Combat - Cast 'Entangling Roots' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15311 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anubisath Warder - In Combat - Cast 'Fear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15311 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anubisath Warder - In Combat - Cast 'Dust Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15311 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anubisath Warder - In Combat - Cast 'Silence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15311 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anubisath Warder - In Combat - Cast 'Fire Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15311 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Obsidian Nullifier - Out of Combat - Set Mana To 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15312 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidian Nullifier - In Combat - Cast 'Drain Mana' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15312 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Obsidian Nullifier - Between 99-100% Mana - Cast 'Nullify' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15312 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Obsidian Nullifier - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15312 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hive'Zara Sandstalker - In Combat - Cast 'Burrow'" WHERE `source_type`=0 AND `entryorguid`=15323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hive'Zara Sandstalker - In Combat - Set Single Threat 0-100" WHERE `source_type`=0 AND `entryorguid`=15323 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Gladiator - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=15324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Gladiator - Within 0-10 Range - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=15324 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Qiraji Gladiator - Between 0-30% Health - Cast 'Vengeance'" WHERE `source_type`=0 AND `entryorguid`=15324 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Qiraji Gladiator - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15324 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silicate Feeder - On Just Died - Cast 'Cloud of Disease'" WHERE `source_type`=0 AND `entryorguid`=15333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felendren the Banished - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=15367 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunstrider Guardian - Received Emote 78 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunstrider Guardian - Received Emote 77 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=15371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Colonel Zerran - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=15385 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Colonel Zerran - In Combat - Cast 'Enlarge'" WHERE `source_type`=0 AND `entryorguid`=15385 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Colonel Zerran - In Combat - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15385 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Colonel Zerran - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15385 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Colonel Zerran - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15385 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Colonel Zerran - In Combat - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15385 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Major Yeggeth - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=15386 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Major Yeggeth - In Combat - Cast 'Shield of Rajaxx'" WHERE `source_type`=0 AND `entryorguid`=15386 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Major Yeggeth - In Combat - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15386 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Major Yeggeth - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15386 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Major Yeggeth - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15386 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Major Yeggeth - In Combat - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15386 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Qiraji Warrior - Between 0-25% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Qiraji Warrior - Between 0-25% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15387 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Major Pakkon - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Major Pakkon - In Combat - Cast 'Sweeping Slam' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15388 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Major Pakkon - In Combat - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15388 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Major Pakkon - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15388 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Major Pakkon - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15388 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Major Pakkon - In Combat - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15388 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Drenn - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Drenn - In Combat - Cast 'Lightning Cloud' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15389 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Drenn - In Combat - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15389 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Drenn - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15389 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Drenn - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15389 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Drenn - In Combat - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15389 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Xurrem - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Xurrem - In Combat - Cast 'Shockwave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15390 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Xurrem - In Combat - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15390 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Xurrem - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15390 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Xurrem - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15390 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Xurrem - In Combat - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15390 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Qeez - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Qeez - In Combat - Cast 'Frightening Shout' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15391 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Qeez - In Combat - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15391 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Qeez - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15391 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Qeez - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15391 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Qeez - In Combat - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15391 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Tuubid - In Combat - Cast 'Sunder Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Tuubid - In Combat - Cast 'Attack Order' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15392 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Tuubid - In Combat - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15392 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Tuubid - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15392 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Tuubid - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15392 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Tuubid - In Combat - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15392 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Marniel Amberlight - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marniel Amberlight - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=15397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Velania - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15401 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ley-Keeper Caidanis - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=15405 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Chieftain Zul'Marosh - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=15407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chieftain Zul'Marosh - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=15407 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spearcrafter Otembe - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=15408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Whitebark - In Combat - Cast 'Withered Touch'" WHERE `source_type`=0 AND `entryorguid`=15409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ranger Jaela - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15416 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Velan Brightoak - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15417 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Magister Jaronis - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=15418 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Gossip Option 0 Selected - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Gossip Option 0 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Waypoint 1 Reached - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Waypoint 6 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Waypoint 7 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prospector Anvilward - On Waypoint 7 Reached - Set Faction 24" WHERE `source_type`=0 AND `entryorguid`=15420 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Innkeeper Delaniel - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15433 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Delaniel - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=15433 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Minion of Omen - On Spellhit 'Elune's Candle' - Cast 'Firework Dazzled'" WHERE `source_type`=0 AND `entryorguid`=15466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Azuregos - On Gossip Option 0 Selected - Add Item 'Magical Ledger' 1 Time" WHERE `source_type`=0 AND `entryorguid`=15481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Azuregos - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15481 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Azuregos - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15481 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 0 Over - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 4 Over - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 3 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 3 Reached - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 5 Over - Run Script" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 6 Over - Run Script" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 4 Reached - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 4 Reached - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 30-65% Health - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Aggro - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Aggro - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Aggro - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - In Combat - Cast 'Noxious Breath'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - In Combat - Cast 'Acid Breath'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 0-70% Health - Summon Creature 'Tyrande'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 0-69% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 0-30% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 0-25% Health - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 0-22% Health - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - Between 0-20% Health - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 11 Over - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 11 Over - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 11 Over - Set Flags Immune To Players & Immune To NPC's & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 11 Over - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 11 Over - Say Line 12" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 12 Over - Summon Creature 'Eranikus the Redeemed'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Text 12 Over - Kill Self" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Evade - Fail Quest 'The Nightmare Manifests'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Just Died - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 5 Reached - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 5 Reached - Kill Self" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Waypoint 5 Reached - Fail Quest 'The Nightmare Manifests'" WHERE `source_type`=0 AND `entryorguid`=15491 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Meridith the Mermaiden - On Gossip Option 0 Selected - Cast 'Siren's Song'" WHERE `source_type`=0 AND `entryorguid`=15526 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Meridith the Mermaiden - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15526 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Meridith the Mermaiden - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15526 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anubisath Warrior - Between 0-20% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15537 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anubisath Warrior - Between 0-20% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15537 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anubisath Warrior - In Combat - Cast 'Trample' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15537 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anubisath Warrior - In Combat - Cast 'Uppercut' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15537 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anubisath Swarmguard - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15538 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Charger - In Combat - Cast 'Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15547 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Stallion - In Combat - Cast 'Absorb Vitality' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15548 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Stallion - In Combat - Cast 'Hoof Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15548 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Morndeep - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15549 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Stable Hand - In Combat - Cast 'Knockdown' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Stable Hand - In Combat - Cast 'Pierce Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Stable Hand - Friendly At 38400 Health - Cast 'Healing Touch' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15551 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spectral Stable Hand - Friendly At 38400 Health - Cast 'Whip Rage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15551 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spectral Stable Hand - On Just Died - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15551 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elder Splitrock - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15556 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Rumblerock - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Silvervein - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Highpeak - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Stonefort - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Obsidian - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Hammershout - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15562 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Darkcore - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Stormbrow - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Snowcrown - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15566 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Ironband - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15567 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Graveborn - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15568 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Goldwell - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Primestone - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Runetotem - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Ragetotem - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Stonespire - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15574 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Bloodhoof - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15575 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Winterhoof - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15576 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Skychaser - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Wildmane - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Darkhorn - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Ezra Wheathoof - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Grimtotem - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Windtotem - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Thunderhorn - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Skyseer - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Dawnstrider - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Dreamseer - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15586 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Mistwalker - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15587 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder High Mountain - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15588 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Windrun - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15592 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Starsong - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15593 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Moonstrike - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Starglade - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Moonwarden - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Bladeswift - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Skygleam - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Starweave - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Meadowrun - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Nightwind - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Morningdew - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Riversong - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Brightspear - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Farwhisper - On Respawn - Cast 'Spotlight' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Scout Landion - On Gossip Option 0 Selected - Cast 'Create Hive'Regal Scout Report'" WHERE `source_type`=0 AND `entryorguid`=15609 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Scout Landion - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15609 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cenarion Scout Azenel - On Gossip Option 0 Selected - Cast 'Create Hive'Zora Scout Report'" WHERE `source_type`=0 AND `entryorguid`=15610 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Scout Azenel - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15610 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cenarion Scout Jalia - On Gossip Option 0 Selected - Cast 'Create Hive'Ashi Scout Report'" WHERE `source_type`=0 AND `entryorguid`=15611 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cenarion Scout Jalia - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=15611 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xandivious - On Respawn - Cast 'Aura of Rot'" WHERE `source_type`=0 AND `entryorguid`=15623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eranikus the Redeemed - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15628 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eranikus the Redeemed - On Text 0 Over - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=15628 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eranikus the Redeemed - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=15628 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eranikus the Redeemed - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=15628 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eranikus the Redeemed - On Text 3 Over - Quest Credit 'The Nightmare Manifests'" WHERE `source_type`=0 AND `entryorguid`=15628 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eranikus the Redeemed - On Text 3 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=15628 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - On Waypoint 4 Reached - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - Out of Combat - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nightmare Phantasm - Out of Combat - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=15629 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Spawn of Fankriss - Between 1-30% Health - Cast 'Berserk'" WHERE `source_type`=0 AND `entryorguid`=15630 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spotlight - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=15631 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tyrande - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=15633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tyrande - Out of Combat - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=15633 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tyrande - Out of Combat - Kill Self" WHERE `source_type`=0 AND `entryorguid`=15633 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tyrande - In Combat - Cast 'Starfire'" WHERE `source_type`=0 AND `entryorguid`=15633 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Green Keeper - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=15637 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Amani Axe Thrower - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=15641 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Amani Shadowpriest - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=15642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Berserker - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Berserker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15643 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Urchin - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Thug - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15645 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Thug - In Combat - Cast 'Bitter Withdrawal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15645 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Stalker - In Combat - Cast 'Moonfire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Manawraith - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15648 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Manawraith - On Just Died - Cast 'Arcane Residue'" WHERE `source_type`=0 AND `entryorguid`=15648 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Manawraith - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=15648 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plaguebone Pillager - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=15654 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angershade - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15656 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angershade - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15656 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkwraith - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkwraith - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15657 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rotlimb Marauder - In Combat - Cast 'Disease Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15658 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Metzen the Reindeer - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Metzen the Reindeer - On Gossip Option 0 Selected - Quest Credit 'Metzen the Reindeer' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grimscale Oracle - Between 0-70% Health - Cast 'Flash Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimscale Forager - In Combat - Cast 'Bottle of Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winter Reveler - Received Emote 58 - Cast 'Mistletoe' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15760 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Bronzebeard - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mmmrrrggglll - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mmmrrrggglll - In Combat - Cast 'Frost Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15937 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mmmrrrggglll - Between 0-70% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15937 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 5-30 Range - Cast 'Shoot' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 5-30 Range - Set Sheath Ranged (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 25-80 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 0-5 Range - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 0-0 Range - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 0-0 Range - Start Attacking (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Within 5-15 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Between 0-15% Health - Increment Phase By 0 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Eversong Ranger - On Spellhit 'Power Word: Fortitude' - Quest Credit 'Cleansing the Scar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15938 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Apprentice Ralen - On Spellhit 'Disciplinary Rod' - Quest Credit 'Swift Discipline' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apprentice Meledor - On Spellhit 'Disciplinary Rod' - Quest Credit 'Swift Discipline' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimscale Seer - In Combat - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duskwither Apprentice - In Combat - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15965 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Serpent - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15966 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Instructor Antheol - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15970 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silvermoon Apprentice - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15971 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dread Creeper - In Combat - Cast 'Veil of Shadow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dread Creeper - In Combat - Cast 'Veil of Shadow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15974 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Carrion Spinner - On Aggro - Cast 'Spider Web' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Spinner - In Combat - Cast 'Spider Web' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15975 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Carrion Spinner - In Combat - Cast 'Poison Spray' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15975 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Carrion Spinner - In Combat - Cast 'Poison Spray' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15975 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Venom Stalker - On Aggro - Cast 'Poison Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15976 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venom Stalker - On Aggro - Cast 'Poison Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15976 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crypt Reaver - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=15978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Reaver - Between 0-30% Health - Cast 'Frenzy' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15978 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crypt Reaver - Between 0-30% Health - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15978 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tomb Horror - In Combat - Cast 'Crypt Scarabs' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tomb Horror - In Combat - Cast 'Crypt Scarabs' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tomb Horror - In Combat - Cast 'Crypt Scarab Swarm' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15979 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tomb Horror - In Combat - Cast 'Crypt Scarab Swarm' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15979 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Naxxramas Cultist - In Combat - Cast 'Shadow Burst' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15980 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxramas Cultist - In Combat - Cast 'Shadow Burst' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15980 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Naxxramas Acolyte - In Combat - Cast 'Shadow Bolt Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxramas Acolyte - In Combat - Cast 'Shadow Bolt Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15981 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Naxxramas Acolyte - In Combat - Cast 'Arcane Explosion' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15981 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Naxxramas Acolyte - In Combat - Cast 'Arcane Explosion' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=15981 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Patchwork Golem - Out of Combat - Cast 'Disease Cloud' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Patchwork Golem - In Combat - Cast 'Cleave' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16017 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Patchwork Golem - In Combat - Cast 'War Stomp' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16017 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Patchwork Golem - In Combat - Cast 'War Stomp' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16017 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Patchwork Golem - Target Between 0-20% Health - Cast 'Execute' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16017 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Patchwork Golem - Target Between 0-20% Health - Cast 'Execute' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16017 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bile Retcher - In Combat - Cast 'Bile Vomit' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bile Retcher - In Combat - Cast 'Bile Vomit' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16018 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mad Scientist - In Combat - Cast 'Mana Burn' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mad Scientist - In Combat - Cast 'Mana Burn' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16020 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mad Scientist - Between 0-30% Health - Cast 'Great Heal' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16020 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mad Scientist - Between 0-30% Health - Cast 'Great Heal' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16020 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Living Monstrosity - In Combat - Cast 'Chain Lightning' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Living Monstrosity - In Combat - Cast 'Chain Lightning' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16021 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Living Monstrosity - In Combat - Cast 'Lightning Totem' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16021 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surgical Assistant - In Combat - Cast 'Mind Flay' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surgical Assistant - In Combat - Cast 'Mind Flay' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16022 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Embalming Slime - Out of Combat - Cast 'Embalming Cloud' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stitched Giant - In Combat - Cast 'Knockback' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stitched Giant - Between 0-30% Health - Cast 'Unstoppable Enrage' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16025 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sludge Belcher - On Reset - Cast 'Disease Cloud' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16029 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sludge Belcher - In Combat - Cast 'Acidic Sludge' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16029 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sludge Belcher - In Combat - Cast 'Acidic Sludge' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16029 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Beast - Between 0-50% Health - Cast 'Plague Splash' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Beast - Between 0-50% Health - Cast 'Plague Splash' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzied Bat - In Combat - Cast 'Frenzied Dive' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Bat - In Combat - Cast 'Putrid Bite' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Bat - In Combat - Cast 'Putrid Bite' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magma Lord Bokk - In Combat - Cast 'Earth Shock' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magma Lord Bokk - In Combat - Cast 'Knock Away' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magma Lord Bokk - In Combat - Cast 'Ground Tremor' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Valthalak Trigger - On Spellhit 'Summon Lord Valthalak DND' - Summon Creature 'Lord Valthalak' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Valthalak Trigger - On Spellhit 'Summon Lord Valthalak DND' - Despawn Instant (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Assassin - In Combat - Cast 'Shadow Shock' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Assassin - In Combat - Cast 'Defile' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16066 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathcharger Steed - On Aggro - Cast 'Charge' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16067 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - In Combat - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Steamwheedle Bruiser - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16096 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Isalien - On Aggro - Cast 'Call Pet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Isalien - Within 5-30 Range - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Isalien - Within 5-30 Range - Cast 'Multi-Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Isalien - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16097 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Isalien - In Combat - Cast 'Starshards' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16097 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Isalien - Between 0-80% Health - Cast 'Regrowth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16097 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Empyrean - In Combat - Cast 'Sundering Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Empyrean - In Combat - Cast 'Rake' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Empyrean - Between 0-30% Health - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Swine - In Combat - Cast 'Boar Charge' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bile Sludge - Between 0-15% Health - Cast 'Clone' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Captain - In Combat - Cast 'Plague Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16145 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Captain - In Combat - Cast 'Plague Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16145 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Knight Captain - In Combat - Cast 'Raise Dead' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16145 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Knight Captain - Between 0-20% Health - Cast 'Unholy Presence' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16145 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death Knight - In Combat - Cast 'Hysteria' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16146 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight - In Combat - Cast 'Death Coil' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16146 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Knight - In Combat - Cast 'Death Coil' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16146 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Knight - In Combat - Cast 'Death Coil' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16146 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death Knight - Between 0-20% Health - Cast 'Blood Presence' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16146 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Squire - In Combat - Cast 'Pierce Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Touched Warrior - In Combat - Cast 'Whirlwind' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Hooligan - In Combat - Cast 'Bitter Withdrawal' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Hooligan - In Combat - Cast 'Sinister Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - In Combat - Cast 'Strangulate' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - In Combat - Cast 'Strangulate' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - In Combat - Cast 'Icy Touch' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - In Combat - Cast 'Icy Touch' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - In Combat - Cast 'Bone Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - In Combat - Cast 'Bone Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Death Knight Cavalier - Between 0-30% Health - Cast 'Dismount Deathcharger' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16163 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shade of Naxxramas - In Combat - Cast 'Shadow Bolt Volley' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16164 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Naxxramas - In Combat - Cast 'Shadow Bolt Volley' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16164 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shade of Naxxramas - In Combat - Cast 'Portal of Shadows' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16164 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Set Random Phase(1, 2, 3) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Cast 'Arcane Explosion' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Cast 'Blink' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Cast 'Blast Wave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Cast 'Flamestrike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Cast 'Frost Nova' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Necro Knight - In Combat - Cast 'Cone of Cold' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16165 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bony Construct - In Combat - Cast 'Brutal Swipe' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16167 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bony Construct - In Combat - Cast 'Brutal Swipe' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16167 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stoneskin Gargoyle - In Combat - Cast 'Acid Volley' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16168 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stoneskin Gargoyle - In Combat - Cast 'Acid Volley' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16168 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stoneskin Gargoyle - Between 0-30% Health - Cast 'Stoneskin' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16168 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stoneskin Gargoyle - Between 0-30% Health - Cast 'Stoneskin' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16168 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coldmist Stalker - In Combat - Cast 'Chilling Poison' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmist Widow - In Combat - Cast 'Frost Mist' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16171 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldmist Widow - On Aggro - Cast 'Frost Mist' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16171 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldmist Widow - In Combat - Cast 'Poison Bolt Volley' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16171 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowbat - In Combat - Cast 'Dark Shriek' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16173 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Shadowbat - In Combat - Cast 'Wing Beat' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Shadowbat - In Combat - Cast 'Sonic Blast' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16174 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vampiric Shadowbat - In Combat - Cast 'Draining Touch' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16175 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowbeast - On Aggro - Cast 'Howl of the Broken Hills' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadbeast - In Combat - Cast 'Cleave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadbeast - In Combat - Cast 'Howl of the Broken Hills' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phase Hound - In Combat - Cast 'Phasing Invisibility' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16178 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nerubian Overseer - Within 0-20 Range - Cast 'Enveloping Web' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nerubian Overseer - In Combat - Cast 'Crypt Scarabs' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16184 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skymaster Sunwing - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=16189 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skymaster Sunwing - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=16189 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skymistress Gloaming - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=16192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skymistress Gloaming - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=16192 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Smith - In Combat - Cast 'Crush Armor'" WHERE `source_type`=0 AND `entryorguid`=16193 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Smith - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=16193 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unholy Axe - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=16194 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unholy Axe - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=16194 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apothecary Renzithen - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apothecary Renzithen - On Gossip Option 0 Selected - Cast 'Create Restorative Draught'" WHERE `source_type`=0 AND `entryorguid`=16198 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Magister Idonis - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16204 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Waypoint 7 Reached - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16206 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16208 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Waypoint 5 Reached - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16208 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16209 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Waypoint 7 Reached - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16209 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unholy Staff - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unholy Staff - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16215 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unholy Staff - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16215 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unholy Staff - In Combat - Cast 'Polymorph' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16215 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unholy Swords - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unholy Swords - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16216 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Didier - On Respawn - Cast 'Mark of Didier' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guard Didier - On Aggro - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16226 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bragok - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=16227 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bragok - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=16227 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Caravan Mule - On Respawn - Cast 'Mark of Didier'" WHERE `source_type`=0 AND `entryorguid`=16232 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye Stalk - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=16236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye Stalk - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=16236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Slime - In Combat - Set Phase Random Between 1-4" WHERE `source_type`=0 AND `entryorguid`=16243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Slime - In Combat - Cast 'Plague Slime (Black)'" WHERE `source_type`=0 AND `entryorguid`=16243 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Slime - In Combat - Cast 'Plague Slime (Blue)'" WHERE `source_type`=0 AND `entryorguid`=16243 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Slime - In Combat - Cast 'Plague Slime (Green)'" WHERE `source_type`=0 AND `entryorguid`=16243 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Plague Slime - In Combat - Cast 'Plague Slime (Red)'" WHERE `source_type`=0 AND `entryorguid`=16243 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infectious Ghoul - In Combat - Cast 'Flesh Rot'" WHERE `source_type`=0 AND `entryorguid`=16244 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infectious Ghoul - In Combat - Cast 'Flesh Rot'" WHERE `source_type`=0 AND `entryorguid`=16244 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infectious Ghoul - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=16244 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infectious Ghoul - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=16244 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infectious Ghoul - Between 0-30% Health - Cast 'Frenzy' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16244 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infectious Ghoul - Between 0-30% Health - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16244 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Luzran - Within 0-5 Range - Cast 'Sunder Armor' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16245 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Luzran - In Combat - Cast 'Cleave' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16245 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Luzran - In Combat - Cast 'Knock Away' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16245 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Knucklerot - In Combat - Cast 'Corrosive Poison' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Knucklerot - Within 0-5 Range - Cast 'Tetanus' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Borgoth the Bloodletter - In Combat - Cast 'Rend' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borgoth the Bloodletter - Within 0-5 Range - Cast 'Head Crack' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jurion the Deceiver - In Combat - Cast 'Shadow Word: Pain' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16248 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Between 25-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Masophet the Black - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16249 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mirdoran the Fallen - Within 0-5 Range - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mirdoran the Fallen - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16250 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jessica Chambers - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jessica Chambers - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=16256 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Paelarin - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Medic - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spore - On Just Died - Cast 'Fungal Creep'" WHERE `source_type`=0 AND `entryorguid`=16286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallout Slime - In Combat - Cast 'Disease Cloud'" WHERE `source_type`=0 AND `entryorguid`=16290 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aquantion - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=16292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Aldaron the Reckless - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16294 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mutated Grub - In Combat - Cast 'Slime Burst'" WHERE `source_type`=0 AND `entryorguid`=16297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mutated Grub - In Combat - Cast 'Slime Burst'" WHERE `source_type`=0 AND `entryorguid`=16297 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Creeper - Within 0-5 Range - Cast 'Decayed Strength'" WHERE `source_type`=0 AND `entryorguid`=16300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Hungerer - Between 0-75% Health - Cast 'Blood Leech'" WHERE `source_type`=0 AND `entryorguid`=16301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Stalker - Within 0-20 Range - Cast 'Curse of Blood'" WHERE `source_type`=0 AND `entryorguid`=16302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadbone Skeleton - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=16303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Devourer - In Combat - Cast 'Devour Mana'" WHERE `source_type`=0 AND `entryorguid`=16304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadbone Sentinel - Within 0-5 Range - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=16305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadbone Sentinel - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=16305 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathcage Scryer - Between 25-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16307 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Between 25-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathcage Sorcerer - Within 0-8 Range - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=16308 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gangled Cannibal - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=16309 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Shifter - Within 0-20 Range - Cast 'Drain Mana'" WHERE `source_type`=0 AND `entryorguid`=16310 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Shifter - Between 99-100% Mana - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=16310 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Phantasmal Watcher - Between 25-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16311 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nerubis Guard - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=16313 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nerubis Guard - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=16313 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nerubis Guard - In Combat - Cast 'Wither Strike'" WHERE `source_type`=0 AND `entryorguid`=16313 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - On Aggro - Cast 'Banshee Wail'" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Within 0-40 Range - Cast 'Banshee Wail'" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fallen Ranger - Between 25-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16314 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deatholme Acolyte - Out of Combat - Cast 'Demon Skin'" WHERE `source_type`=0 AND `entryorguid`=16315 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deatholme Acolyte - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=16315 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonewing Tracker - In Combat - Cast 'Stone Skin'" WHERE `source_type`=0 AND `entryorguid`=16316 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Out of Combat - Cast 'Summon Dreadbone Skeleton'" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 0-20% Health - Cast 'Slave Drain'" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deatholme Necromancer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16317 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deatholme Darkmage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16318 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nerubis Centurion - Within 0-10 Range - Cast 'Deadly Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Dar'Khan - In Combat - Cast 'Curse of Agony' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16320 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Dar'Khan - In Combat - Cast 'Befuddlement' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16320 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wailer - In Combat - Cast 'Wailing Dead' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gangled Flesheater - In Combat - Cast 'Spirit Decay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Seeker - In Combat - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Seeker - In Combat - Cast 'Curse of Impotence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16323 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonewing Slayer - In Combat - Cast 'Rend Flesh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Ghost - Between 0-50% Health - Cast 'Evasion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16325 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Ghost - Between 0-50% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16325 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Wraith - Between 0-50% Health - Cast 'Evasion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16326 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Wraith - Between 0-50% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16326 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravening Apparition - Within 0-5 Range - Cast 'Expose Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vengeful Apparition - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16328 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dar'Khan Drathir - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16329 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sentinel Spy - Within 0-5 Range - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=16330 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sentinel Spy - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=16330 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sentinel Spy - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16330 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darnassian Druid - In Combat - Cast 'Faerie Fire'" WHERE `source_type`=0 AND `entryorguid`=16331 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darnassian Druid - On Friendly Between 0-40% Health - Cast 'Healing Touch'" WHERE `source_type`=0 AND `entryorguid`=16331 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Darnassian Huntress - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16332 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sentinel Infiltrator - Within 0-5 Range - Cast 'Gouge'" WHERE `source_type`=0 AND `entryorguid`=16333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sentinel Infiltrator - In Combat - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=16333 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sentinel Infiltrator - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16333 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackpaw Gnoll - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackpaw Scavenger - Within 0-5 Range - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=16335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackpaw Scavenger - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 0-30% Health - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blackpaw Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16337 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Arcane Reaver - Within 0-5 Range - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16339 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Ripper - Within 0-5 Range - Cast 'Pummel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16340 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Witch - In Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16341 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mummified Headhunter - On Just Died - Cast 'Cloud of Disease' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Oracle - On Friendly Between 0-10% Health - Cast 'Dark Offering' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Oracle - Between 0-25% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shadowpine Headhunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16344 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shadowpine Catlord - On Friendly Unit Missing Buff 'Bloodlust' - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16345 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Hexxer - In Combat - Cast 'Dispel Magic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Hexxer - In Combat - Cast 'Hex' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16346 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowpine Hexxer - Between 0-25% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16346 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ghostclaw Ravager - Within 0-5 Range - Cast 'Exploit Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spindleweb Spider - Within 0-5 Range - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spindleweb Lurker - Within 0-5 Range - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Spindleweb - Within 0-5 Range - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vampiric Mistbat - In Combat - Cast 'Draining Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16354 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lesser Scourgebat - In Combat - Cast 'Disease Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anok'suten - Within 0-5 Range - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anok'suten - Within 0-5 Range - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16357 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anok'suten - In Combat - Cast 'Wither Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16357 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anok'suten - Between 0-30% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16357 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - On Aggro - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Within 0-40 Range - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - Within 0-30 Range - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kel'gash the Wicked - In Combat - Cast 'Shrink'" WHERE `source_type`=0 AND `entryorguid`=16358 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Runewarden Deryan - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16362 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sewage Slime - Out of Combat - Cast 'Disease Cloud'" WHERE `source_type`=0 AND `entryorguid`=16375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - In Combat - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - In Combat - Cast 'Incapacitating Shout'" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - Within 0-5 Range - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - Within 20-45 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Argent Sentry - Within 20-45 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16378 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lightning Totem - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=16385 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lightning Totem - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=16385 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ardeyn Riverwind - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16397 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Zombified Grimscale - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=16402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Within 0-5 Range - Cast 'Decayed Agility'" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Withered Grimscale - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16403 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Phantom Attendant - On Just Died - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16406 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Attendant - In Combat - Cast 'Shadow Rejuvenation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16406 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantom Attendant - In Combat - Cast 'Curse of Agony' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16406 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantom Attendant - Target Casting - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16406 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spectral Servant - On Aggro - Cast 'Curse of Past Burdens' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Servant - In Combat - Cast 'Curse of Past Burdens' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16407 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Servant - On Just Died - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16407 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantom Valet - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Valet - On Just Died - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16408 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - In Combat - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - In Combat - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - In Combat - Cast 'Impale' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - In Combat - Cast 'Immolate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - In Combat - Cast 'Searing Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - In Combat - Cast 'Curse of Agony' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phantom Guest - On Just Died - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16409 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Spectral Retainer - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Retainer - In Combat - Cast 'Oath of Fealty' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16410 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Chef - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Chef - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16411 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghostly Steward - In Combat - Cast 'Drunken Skull Crack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghostly Steward - Between 0-25% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16414 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghostly Steward - Between 0-25% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16414 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ghostly Steward - On Just Died - Say Line 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16414 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Waiter - In Combat - Cast 'Brittle Bones' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16415 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Sentry - On Respawn - Cast 'Invisibility and Stealth Detection' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Guardsman - Between 0-75% Health - Cast 'Summon Phantom Hound' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Guardsman - In Combat - Cast 'Shield Slam' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16425 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soldier of the Frozen Wastes - Within 0-5 Range - Cast 'Dark Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16427 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soldier of the Frozen Wastes - Within 0-5 Range - Cast 'Dark Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16427 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soul Weaver - Within 0-5 Range - Cast 'Wail of Souls' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soul Weaver - Within 0-5 Range - Cast 'Wail of Souls' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16429 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guardian of Icecrown - In Combat - Cast 'Blood Tap' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16441 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Ghoul - In Combat - Cast 'Flesh Rot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Ghoul - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Ghoul - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16447 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Ghoul - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16447 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Necro Stalker - On Aggro - Cast 'Poison Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Faralia - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Faralia - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=16458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wanton Hostess - On Aggro - Cast 'Alluring Aura'" WHERE `source_type`=0 AND `entryorguid`=16459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wanton Hostess - Between 0-50% Health - Remove Aura 'Alluring Aura'" WHERE `source_type`=0 AND `entryorguid`=16459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wanton Hostess - Between 0-50% Health - Cast 'Wanton Hostess Transform'" WHERE `source_type`=0 AND `entryorguid`=16459 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wanton Hostess - Between 0-50% Health - Cast 'Bewitching Aura'" WHERE `source_type`=0 AND `entryorguid`=16459 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wanton Hostess - In Combat - Cast 'Banshee Wail'" WHERE `source_type`=0 AND `entryorguid`=16459 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Night Mistress - Between 0-50% Health - Cast 'Night Mistress Transform'" WHERE `source_type`=0 AND `entryorguid`=16460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Night Mistress - Between 0-50% Health - Cast 'Impending Betrayal'" WHERE `source_type`=0 AND `entryorguid`=16460 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Night Mistress - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16460 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Night Mistress - In Combat - Cast 'Searing Pain'" WHERE `source_type`=0 AND `entryorguid`=16460 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Night Mistress - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16460 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Concubine - Between 0-50% Health - Cast 'Concubine Transform'" WHERE `source_type`=0 AND `entryorguid`=16461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Concubine - Between 0-50% Health - Cast 'Seduction'" WHERE `source_type`=0 AND `entryorguid`=16461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Concubine - In Combat - Cast 'Tormenting Lash'" WHERE `source_type`=0 AND `entryorguid`=16461 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Concubine - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16461 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Concubine - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16461 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spectral Patron - In Combat - Cast 'Left Hook'" WHERE `source_type`=0 AND `entryorguid`=16468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Patron - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=16468 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Patron - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16468 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowpine Shadowcaster - Within 0-20 Range - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=16469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowpine Shadowcaster - In Combat - Cast 'Mark of Shadow'" WHERE `source_type`=0 AND `entryorguid`=16469 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghostly Philanthropist - In Combat - Cast 'Incite Rage'" WHERE `source_type`=0 AND `entryorguid`=16470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghostly Philanthropist - In Combat - Cast 'Ill Gift'" WHERE `source_type`=0 AND `entryorguid`=16470 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghostly Philanthropist - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16470 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Usher - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=16471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Usher - In Combat - Cast 'Ice Tomb'" WHERE `source_type`=0 AND `entryorguid`=16471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Usher - In Combat - Set Single Threat 0-99" WHERE `source_type`=0 AND `entryorguid`=16471 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantom Stagehand - In Combat - Cast 'Mallet Toss'" WHERE `source_type`=0 AND `entryorguid`=16472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Stagehand - In Combat - Cast 'Sandbag'" WHERE `source_type`=0 AND `entryorguid`=16472 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantom Stagehand - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=16472 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spectral Performer - In Combat - Cast 'Bad Poetry'" WHERE `source_type`=0 AND `entryorguid`=16473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Performer - In Combat - Cast 'Curtain Call'" WHERE `source_type`=0 AND `entryorguid`=16473 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Performer - Between 0-50% Health - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=16473 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ghastly Haunt - In Combat - Cast 'Ethereal Curse'" WHERE `source_type`=0 AND `entryorguid`=16481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghastly Haunt - In Combat - Cast 'Shadow Shock'" WHERE `source_type`=0 AND `entryorguid`=16481 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghastly Haunt - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16481 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Trapped Soul - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=16482 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Trapped Soul - On Aggro - Cast 'Elemental Armor'" WHERE `source_type`=0 AND `entryorguid`=16482 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Trapped Soul - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16482 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcane Watchman - In Combat - Cast 'Overload'" WHERE `source_type`=0 AND `entryorguid`=16485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Watchman - In Combat - Cast 'Crystal Strike'" WHERE `source_type`=0 AND `entryorguid`=16485 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Watchman - On Killed Unit - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16485 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcane Watchman - On Just Died - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16485 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcane Anomaly - In Combat - Cast 'Arcane Volley'" WHERE `source_type`=0 AND `entryorguid`=16488 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Anomaly - Between 0-75% Health - Cast 'Mana Shield'" WHERE `source_type`=0 AND `entryorguid`=16488 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Anomaly - In Combat - Cast 'Blink'" WHERE `source_type`=0 AND `entryorguid`=16488 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcane Anomaly - On Just Died - Cast 'Loose Mana'" WHERE `source_type`=0 AND `entryorguid`=16488 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chaotic Sentience - In Combat - Cast 'Unstable Magic'" WHERE `source_type`=0 AND `entryorguid`=16489 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Feeder - In Combat - Cast 'Astral Bite'" WHERE `source_type`=0 AND `entryorguid`=16491 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syphoner - In Combat - Cast 'Drain Mana'" WHERE `source_type`=0 AND `entryorguid`=16492 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aurelon - On Friendly Between 0-40% Health - Cast 'Lesser Heal'" WHERE `source_type`=0 AND `entryorguid`=16501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zalduun - On Friendly Between 0-40% Health - Cast 'Lesser Heal'" WHERE `source_type`=0 AND `entryorguid`=16502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Protector - On Spellhit - Cast 'Return Fire'" WHERE `source_type`=0 AND `entryorguid`=16504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Protector - In Combat - Summon Creature 'Astral Spark'" WHERE `source_type`=0 AND `entryorguid`=16504 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Protector - Out of Combat - Cast 'Detect Invisibility'" WHERE `source_type`=0 AND `entryorguid`=16504 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Naxxramas Follower - In Combat - Cast 'Berserker Charge'" WHERE `source_type`=0 AND `entryorguid`=16505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxramas Follower - In Combat - Cast 'Silence'" WHERE `source_type`=0 AND `entryorguid`=16505 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sentry - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=16507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sentry - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=16507 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mutated Root Lasher - On Respawn - Cast 'Bloodmyst Radiation'" WHERE `source_type`=0 AND `entryorguid`=16517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Spellhit 'Inoculate Nestlewood Owlkin' - Run Script" WHERE `source_type`=0 AND `entryorguid`=16518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowy Executioner - Target Between 0-20% Health - Cast 'Execute'" WHERE `source_type`=0 AND `entryorguid`=16519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Elf Scout - In Combat - Cast 'Faerie Fire'" WHERE `source_type`=0 AND `entryorguid`=16521 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Between 0-7% Mana - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Between 0-7% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Surveyor Candress - Between 15-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16522 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Savage - In Combat - Cast 'Deathblow' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Savage - In Combat - Cast 'Deathblow' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16523 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Savage - In Combat - Cast 'Slice and Dice' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16523 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Savage - Between 0-30% Health - Cast 'Enrage' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16523 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Savage - Between 0-30% Health - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16523 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spell Shade - In Combat - Cast 'Frostbolt' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16525 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spell Shade - In Combat - Cast 'Shadow Bolt' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16525 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spell Shade - In Combat - Cast 'Fireball' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16525 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spell Shade - In Combat - Cast 'Phasing Invisibility' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16525 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sorcerous Shade - On Aggro - Cast 'Frostbolt Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16526 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sorcerous Shade - In Combat - Cast 'Frostbolt Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16526 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sorcerous Shade - In Combat - Cast 'Shadow Bolt Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16526 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sorcerous Shade - In Combat - Cast 'Fireball Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16526 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magical Horror - In Combat - Cast 'Power Distortion' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magical Horror - In Combat - Cast 'Arcane Volley' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16529 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Warp - Between 0-10% Health - Cast 'Warp Breach' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16530 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Warp - Between 0-10% Health - Cast 'Warp Breach' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16530 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inoculated Nestlewood Owlkin - Out of Combat - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mutated Owlkin - On Respawn - Cast 'Bloodmyst Radiation' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16537 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow Pillager - In Combat - Cast 'Curse of Agony' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow Pillager - In Combat - Cast 'Searing Pain' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16540 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadow Pillager - In Combat - Cast 'Shadow Bolt' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16540 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadow Pillager - On Aggro - Cast 'Immolate' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16540 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kalarin - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kalarin - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=16542 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Thief - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=16544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Thief - In Combat - Cast 'Spatial Distortion'" WHERE `source_type`=0 AND `entryorguid`=16544 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Thief - In Combat - Cast 'Spatial Distortion'" WHERE `source_type`=0 AND `entryorguid`=16544 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Thief - On Killed Unit - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16544 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Thief - On Just Died - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16544 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellfilcher - In Combat - Cast 'Spatial Distortion'" WHERE `source_type`=0 AND `entryorguid`=16545 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellfilcher - In Combat - Cast 'Arcane Volley'" WHERE `source_type`=0 AND `entryorguid`=16545 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellfilcher - In Combat - Cast 'Steal Magic'" WHERE `source_type`=0 AND `entryorguid`=16545 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellfilcher - In Combat - Cast 'Transference'" WHERE `source_type`=0 AND `entryorguid`=16545 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Technician Dyvuun - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=16550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caregiver Chellan - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caregiver Chellan - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=16553 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crazed Water Spirit - In Combat - Cast 'Water Wall'" WHERE `source_type`=0 AND `entryorguid`=16570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Guard - In Combat - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=16573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Guard - In Combat - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=16573 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crypt Guard - In Combat - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=16573 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crypt Guard - In Combat - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=16573 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crypt Guard - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=16573 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crypt Guard - Between 0-30% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=16573 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=16577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Reset - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=16577 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thrallmar Grunt - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=16580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Watch Commander Krunk - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cookie One-Eye - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cookie One-Eye - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16585 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Barley - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=16587 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Barley - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=16587 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Guard Captain Cragtar - Out of Combat - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=16589 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Injured Thrallmar Grunt - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=16590 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Injured Thrallmar Grunt - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16590 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Injured Thrallmar Grunt - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16590 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Injured Thrallmar Grunt - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=16590 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Injured Thrallmar Grunt - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=16590 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thrallmar Peon - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=16591 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Brawler - In Combat - Cast 'Curse of the Shattered Hand'" WHERE `source_type`=0 AND `entryorguid`=16593 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Brawler - In Combat - Set Single Threat 100-0" WHERE `source_type`=0 AND `entryorguid`=16593 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Brawler - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=16593 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Brawler - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=16593 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - Within 0-5 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - Within 0-5 Range - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - Within 5-30 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - Within 5-30 Range - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - In Combat - Cast 'Resist Shadow'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - Between 0-60% Health - Cast 'Prayer of Healing'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Acolyte - Between 0-60% Health - Cast 'Prayer of Healing'" WHERE `source_type`=0 AND `entryorguid`=16594 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fleshbeast - In Combat - Cast 'Gaping Maw'" WHERE `source_type`=0 AND `entryorguid`=16595 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fleshbeast - In Combat - Cast 'Infectious Poison'" WHERE `source_type`=0 AND `entryorguid`=16595 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thrallmar Wolf Rider - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=16599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Velandra - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Velandra - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=16618 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Reaver - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=16699 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Reaver - In Combat - Set Single Threat 100-0" WHERE `source_type`=0 AND `entryorguid`=16699 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Reaver - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=16699 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Reaver - Between 0-25% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16699 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Reaver - Between 0-25% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=16699 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-90 Range - Cast 'Incendiary Shot'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-90 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-100 Range - Cast 'Incendiary Shot'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-100 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-30 Range - Cast 'Viper Sting'" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Sharpshooter - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=16704 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - On Reset - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Between 0-15% Mana - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Between 30-100% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - In Combat - Cast 'Mana Tap' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - In Combat - Cast 'Arcane Torrent' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - In Combat - Cast 'Immolate' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Between 0-30% Health - Cast 'Sun Shield' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - Between 0-15% Health - Flee For Assist (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - On Evade - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Firewing Warlock - On Data Set 1 1 - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16769 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bonechewer Devastator - In Combat - Cast 'Snap Kick' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16772 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Understudy - In Combat - Cast 'Blood Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16803 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Understudy - In Combat - Cast 'Bone Barrier' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16803 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Knight Understudy - In Combat - Cast 'Taunt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16803 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Broken Skeleton - On Respawn - Cast 'Bone Shards Proc' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bonechewer Backbreaker - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16810 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Flightmaster Krill Bitterhue - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=16822 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flightmaster Krill Bitterhue - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=16822 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sid Limbardi - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=16826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sid Limbardi - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=16826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Out of Combat - Cast 'Tunnel Bore Red Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Remove Aura 'Tunnel Bore Red Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Cast 'Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crust Burster - In Combat - Cast 'Bore' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 20-60 Range - Cast 'Tunnel Bore Red Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 20-60 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 20-60 Range - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 0-8 Range - Remove Aura 'Tunnel Bore Red Passive' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 0-8 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crust Burster - Within 0-8 Range - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16844 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mag'har Grunt - Between 0-20% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mag'har Grunt - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Out of Combat - Cast 'Tunnel Bore Red Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Remove Aura 'Tunnel Bore Red Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Cast 'Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - In Combat - Cast 'Bore' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 20-60 Range - Cast 'Tunnel Bore Red Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 20-60 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 20-60 Range - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 0-8 Range - Remove Aura 'Tunnel Bore Red Passive' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 0-8 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Marauding Crust Burster - Within 0-8 Range - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16857 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Deranged Helboar - On Respawn - Cast 'Burning Spikes' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deranged Helboar - Between 0-30% Health - Cast 'Enrage' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16863 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Grunt - In Combat - Cast 'Strike' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Grunt - In Combat - Cast 'Kick' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Grunt - Between 0-15% Health - Flee For Assist (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16867 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Grunt - On Just Died - Cast 'Soul Burden' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16867 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - In Combat - Cast 'Cleave' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - On Aggro - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-90% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-80% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-70% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-60% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-50% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-40% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-30% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-20% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - Between 0-10% Health - Cast 'Toughen' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Captain - On Just Died - Cast 'Soul Burden' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16870 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Grunt - In Combat - Cast 'Strike' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=16871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Grunt - Between 0-25% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16871 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Grunt - Between 0-25% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16871 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - In Combat - Cast 'Fire Nova Totem' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Dark Shaman - On Killed Unit - Cast 'Raise Soul' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16873 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bonechewer Mutant - In Combat - Cast 'Bonechewer Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Mutant - Between 0-50% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Mutant - Between 0-20% Health - Cast 'Instability' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16876 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Mutant - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16876 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Berserker - On Aggro - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Berserker - On Spellhit 'Anchorite Contrition' - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16878 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Berserker - On Just Died - Cast 'Summon Fel Spirit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16878 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Berserker - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16878 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Berserker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16878 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hulking Helboar - On Spellhit 'Administer Antidote' - Quest Credit 'Testing the Antidote' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16880 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Helboar - On Aggro - Cast 'Hulk' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blistering Rot - In Combat - Cast 'Blistering Rot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unyielding Footman - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16904 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unyielding Footman - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16904 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unyielding Footman - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16904 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Within 0-5 Range - Set Ranged Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Within 0-5 Range - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 0-15% Health - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Unyielding Sorcerer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16905 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Unyielding Knight - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16906 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unyielding Knight - On Aggro - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16906 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unyielding Knight - Between 0-50% Health - Cast 'Heal Other' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16906 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Peon - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mag'har Watcher - Between 0-80% Health - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16911 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mag'har Watcher - Between 0-40% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16911 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Out of Combat - Cast 'Summon Tamed Ravager' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - In Combat - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Mag'har Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16912 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Wretched Captive - Out of Combat - Play Emote 20 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16916 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Captive - Out of Combat - Play Emote 18" WHERE `source_type`=0 AND `entryorguid`=16916 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Captive - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16916 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Red Radiation Trigger - On Respawn - Cast 'Bloodmyst Radiation'" WHERE `source_type`=0 AND `entryorguid`=16922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sergeant Kan'ren - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=16924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sergeant Kan'ren - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=16924 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Raider - On Aggro - Cast 'Summon Bonechewer Riding Wolf'" WHERE `source_type`=0 AND `entryorguid`=16925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonescythe Alpha - In Combat - Cast 'Tear Armor'" WHERE `source_type`=0 AND `entryorguid`=16929 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorfang Hatchling - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=16932 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorfang Ravager - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=16933 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quillfang Ravager - In Combat - Cast 'Corrosive Mist'" WHERE `source_type`=0 AND `entryorguid`=16934 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quillfang Ravager - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=16934 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreghood Geomancer - Between 0-50% Health - Cast 'Earth Shield'" WHERE `source_type`=0 AND `entryorguid`=16937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreghood Geomancer - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=16937 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreghood Brute - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=16938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cyber-Rage Forgelord - Within 0-8 Range - Cast 'Chaos Nova'" WHERE `source_type`=0 AND `entryorguid`=16943 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cyber-Rage Forgelord - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16943 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cyber-Rage Forgelord - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16943 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mo'arg Doomsmith - Within 0-5 Range - Cast 'Doomsaw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16944 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - On Aggro - Cast 'Throw Dynamite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Within 0-30 Range - Cast 'Throw Dynamite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gan'arg Engineer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16948 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gan'arg Mekgineer - Within 0-5 Range - Cast 'Steal Weapon' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16949 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gan'arg Mekgineer - Between 0-75% Health - Cast 'Drain Life' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16949 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Netherhound - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrorfiend - In Combat - Cast 'Fel Flames' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrorfiend - In Combat - Cast 'War Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16951 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forge Camp Legionnaire - On Respawn - Cast 'Weapon Chain' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Morkh - In Combat - Cast 'Riposte Stance' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Morkh - In Combat - Cast 'Kick' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16964 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Morkh - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16964 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Morkh - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16964 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tunneler - On Respawn - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16968 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonestripper Buzzard - In Combat - Cast 'Swoop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16972 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonestripper Vulture - In Combat - Cast 'Gut Rip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rogue Voidwalker - In Combat - Cast 'Shadowstrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Uncontrolled Voidwalker - In Combat - Cast 'Shadowstrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - On Reset - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Between 0-15% Mana - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Between 0-15% Mana - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Between 30-100% Mana - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - In Combat - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Between 0-50% Health - Cast 'Ice Barrier' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Between 0-50% Health - Cast 'Blizzard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Arch Mage Xintor - On Evade - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16977 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lieutenant Commander Thalvos - In Combat - Cast 'Shield Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Commander Thalvos - In Combat - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16978 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Commander Thalvos - On Reset - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16978 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Champion - In Combat - Cast 'Shadow Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Champion - In Combat - Cast 'Shadow Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16983 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Champion - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16983 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Warrior - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=16984 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Collapsing Voidwalker - Between 0-10% Health - Cast 'Collapse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17014 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Collapsing Voidwalker - On Just Died - Cast 'Collapse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17014 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Collapsing Voidwalker - On Just Died - Cast 'De-Materialize' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17014 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Collapsing Voidwalker - In Combat - Cast 'Fear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17014 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Female Kaliri Hatchling - In Combat - Cast 'Swoop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaliri Matriarch - In Combat - Cast 'Wing Buffet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Male Kaliri Hatchling - In Combat - Cast 'Swoop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17039 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironforge Firebreather - On Respawn - Cast 'Holiday - Breath of Fire Aura (NPC)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darnassus Firebreather - On Respawn - Cast 'Holiday - Breath of Fire Aura (NPC)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17049 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaliri Swooper - In Combat - Cast 'Swoop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17053 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maexxna Spiderling - In Combat - Cast 'Necrotic Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17055 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maexxna Spiderling - In Combat - Cast 'Necrotic Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17055 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eversong Partygoer - On Respawn - Play Emote 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blacktalon the Savage - In Combat - Cast 'Tear Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17057 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Taskmaster - Between 0-20% Health - Cast 'Haste Other' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Taskmaster - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17058 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantom Hound - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17067 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantom Hound - On Just Died - Cast 'Summon Phantom Hound Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17067 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Quest 'The Emitter' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17071 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Draenei Mourner - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17073 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Wraith - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17086 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Wraith - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17086 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowy Summoner - Out of Combat - Cast 'Summon Succubus' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17088 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowy Summoner - In Combat - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17088 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Angry Murloc - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17102 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Jaguar - On Spellhit 'Feed Captured Animal' - Quest Credit 'Little Morsels' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Tarantula - On Spellhit 'Feed Captured Animal' - Quest Credit 'Little Morsels' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Crocolisk - On Spellhit 'Feed Captured Animal' - Quest Credit 'Little Morsels' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Exarch Menelaous - On Gossip Hello - Quest Credit 'The Kessel Run' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ithania - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ithania - On Waypoint 2 Reached - Quest Credit 'Twilight of the Dawn Runner' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ithania - On Waypoint 2 Reached - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17119 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrekt Warrior - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrekt Warrior - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17142 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrekt Seer - Out of Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17143 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrekt Seer - Between 0-60% Health - Cast 'Wrekt Visage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17143 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrekt Seer - Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17143 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Within 0-40 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - In Combat - Cast 'Chains of Ice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Target Casting - Cast 'Counterspell' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Spellbinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17146 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Cultist - On Aggro - Cast 'Shadowform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17147 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Cultist - In Combat - Cast 'Mind Sear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17147 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Deathsworn - Between 0-50% Health - Cast 'Bloodthirst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17148 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vir'aani Raider - In Combat - Cast 'Sinister Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17149 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vir'aani Raider - In Combat - Cast 'Eviscerate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17149 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vir'aani Raider - In Combat - Cast 'Gouge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17149 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - In Combat - Cast 'Vir'aani Concentration' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 0-15% Mana - Cast 'Blink' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - In Combat - Cast 'Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Vir'aani Arcanist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17150 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Door Lever - On Gameobject State Changed - Activate Gameobject (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=17156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tortured Earth Spirit - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tortured Earth Spirit - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17156 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tortured Earth Spirit - In Combat - Cast 'Earth Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17156 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Rumbler - In Combat - Cast 'Earth Rumble' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Rumbler - On Spellhit 'Throw Gordawg's Boulder' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17157 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Door Lever - On Gameobject State Changed - Activate Gameobject (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=17157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Living Cyclone - On Respawn - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristlelimb Windcaller - In Combat - Cast 'Wind Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bristlelimb Windcaller - Between 0-50% Health - Cast 'Rejuvenation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17184 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aberrant Owlbeast - In Combat - Cast 'Moonfire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17187 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raving Owlbeast - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17188 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raving Owlbeast - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17188 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Out of Combat - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - In Combat - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - On Aggro - Cast 'Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Within 0-40 Range - Cast 'Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Siltfin Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17191 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Siltfin Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17192 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Wrathscale Naga - Within 0-5 Range - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17193 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathscale Myrmidon - Within 0-5 Range - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17194 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathscale Siren - Within 0-5 Range - Cast 'Screech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17195 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravager Specimen - Within 0-5 Range - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravager Specimen - Within 0-5 Range - Cast 'Ravage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moongraze Buck - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hauteur - In Combat - Cast 'Fire Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hauteur - Within 0-25 Range - Cast 'Flame Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17206 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sentinel Leader - Within 0-5 Range - Cast 'Sinister Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sentinel Leader - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17210 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sentinel Leader - Between 0-15% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17210 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Barbed Crawler - In Combat - Cast 'Thorns' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17217 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Quest 'Life's Finer Pleasures' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Waypoint 10 Reached - Set Orientation Closest Creature 'Twinkle'" WHERE `source_type`=0 AND `entryorguid`=17226 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=17226 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Spellhit 'Carinda's Retribution' - Run Script" WHERE `source_type`=0 AND `entryorguid`=17226 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Waypoint 4 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=17226 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Twinkle - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17230 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twinkle - On Waypoint 13 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=17230 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twinkle - On Data Set 1 2 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17230 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twinkle - On Waypoint 4 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=17230 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Admiral Odesyus - On Gossip Hello - Quest Credit 'The Kessel Run'" WHERE `source_type`=0 AND `entryorguid`=17240 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defile Uther's Tomb Trigger - On Spellhit 'Defile Uther's Tomb' - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=17253 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defile Uther's Tomb Trigger - Out of Combat - Say Line 4 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17253 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defile Uther's Tomb Trigger - Out of Combat - Set Event Phase 0 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17253 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defile Uther's Tomb Trigger - On Text 4 Over - Say Line 5 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17253 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defile Uther's Tomb Trigger - On Text 5 Over - Say Line 6 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17253 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defile Uther's Tomb Trigger - On Text 6 Over - Say Line 7 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17253 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bonechewer Hungerer - On Aggro - Say Line 0 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17259 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Hungerer - In Combat - Cast 'Demoralizing Shout' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17259 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Hungerer - In Combat - Cast 'Disarm' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17259 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Hungerer - In Combat - Cast 'Strike' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17259 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Hungerer - Between 0-15% Health - Flee For Assist (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17259 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bonechewer Ravener - On Respawn - Cast 'Invisibility and Stealth Detection' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17264 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - On Aggro - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Within 0-30 Range - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - On Aggro - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Within 0-30 Range - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Darkcaster - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=17269 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - On Aggro - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - On Aggro - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - In Combat - Cast 'Aimed Shot'" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Archer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=17270 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Bonechewer Destroyer - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=17271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Destroyer - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=17271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Destroyer - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=17271 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Destroyer - In Combat - Set Single Threat 0-35" WHERE `source_type`=0 AND `entryorguid`=17271 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Venture Co. Saboteur - On Aggro - Cast 'Thorns'" WHERE `source_type`=0 AND `entryorguid`=17278 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warhound - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=17280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warhound - In Combat - Cast 'Furious Howl'" WHERE `source_type`=0 AND `entryorguid`=17280 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warhound - In Combat - Cast 'Carnivorous Bite'" WHERE `source_type`=0 AND `entryorguid`=17280 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Ripper - In Combat - Cast 'Enrage' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Ripper - In Combat - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17281 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Ripper - Out of Combat - Play Random Emote (4, 15) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17281 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Astral Spark - In Combat - Cast 'Arcane Discharge' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Sriss'tiz - Within 0-5 Range - Cast 'Watery Strike' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17298 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorgannon - Within 0-40 Range - Cast 'Shadow Bolt' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorgannon - Within 0-5 Range - Cast 'Knockdown' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorgannon - Between 0-50% Health - Call For Help (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gorgannon - Between 0-50% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Executioner - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vindicator Vedaar - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Gorthak - Within 0-5 Range - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Gorthak - In Combat - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17304 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Watcher - In Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17309 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hellfire Watcher - On Friendly Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17309 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Watcher - On Friendly Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17309 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hellfire Watcher - Between 0-50% Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17309 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cowlen - On Gossip Option 0 Selected - Play Emote 18" WHERE `source_type`=0 AND `entryorguid`=17311 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cowlen - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=17311 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grizzled Brown Bear - In Combat - Cast 'Swipe'" WHERE `source_type`=0 AND `entryorguid`=17347 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Brown Bear - In Combat - Cast 'Swipe'" WHERE `source_type`=0 AND `entryorguid`=17348 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Creeping Ooze - In Combat - Cast 'Sticky Ooze'" WHERE `source_type`=0 AND `entryorguid`=17356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Enforcer - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=17370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Enforcer - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=17370 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Enforcer - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=17370 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Warlock - In Combat - Cast 'Curse of Tongues'" WHERE `source_type`=0 AND `entryorguid`=17371 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=17379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=17391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=17392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Yor - On Respawn - Cast 'Elemental Spawn-in'" WHERE `source_type`=0 AND `entryorguid`=17393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - In Combat - Cast 'Summon Seductress'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - In Combat - Cast 'Summon Felhound Manastalker'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Summoner - In Combat - Cast 'Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=17395 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Adept - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=17397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Adept - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=17397 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Adept - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=17397 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Seductress - In Combat - Cast 'Lash of Pain'" WHERE `source_type`=0 AND `entryorguid`=17399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seductress - In Combat - Cast 'Seduction'" WHERE `source_type`=0 AND `entryorguid`=17399 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felguard Annihilator - In Combat - Cast 'Intercept'" WHERE `source_type`=0 AND `entryorguid`=17400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felguard Annihilator - Within 0-10 Range - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=17400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felguard Annihilator - In Combat - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=17400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Felhound Manastalker - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=17401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felhound Manastalker - In Combat - Cast 'Spell Lock'" WHERE `source_type`=0 AND `entryorguid`=17401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=17410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Technician - In Combat - Cast 'Throw Proximity Bomb' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Technician - In Combat - Cast 'Throw Proximity Bomb' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17414 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Technician - In Combat - Cast 'Throw Dynamite' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17414 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Technician - In Combat - Cast 'Throw Dynamite' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17414 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Technician - In Combat - Cast 'Silence' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17414 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Heathen - In Combat - Cast 'Bloodthirst' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Heathen - In Combat - Cast 'Bloodthirst' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17420 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Heathen - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17420 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Heathen - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17420 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-30 Range - Cast 'Multi-Shot' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - Within 5-30 Range - Set Sheath Ranged (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Archer - On Evade - Set Sheath Melee (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17427 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Fel Orc Neophyte - In Combat - Cast 'Charge' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Orc Neophyte - In Combat - Cast 'Frenzy' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17429 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Defender - Within 0-5 Range - Cast 'Heroic Strike' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Stillpine Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17439 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="High Chief Stillpine - On Gossip Hello - Quest Credit 'The Kessel Run' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurz the Revelator - Out of Combat - Cast 'Revelations' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurz the Revelator - Out of Combat - Cast 'Revelations' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurz the Revelator - Out of Combat - Cast 'Revelations' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17443 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chieftain Oomooroo - Within 0-5 Range - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chieftain Oomooroo - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Cast 'Uppercut' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Summon Creature 'Shattered Hand Warhound' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Say Line 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Summon Creature 'Shattered Hand Warhound' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Summon Creature 'Shattered Hand Warhound' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bonechewer Beastmaster - In Combat - Summon Creature 'Shattered Hand Warhound' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17455 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Zealot - In Combat - Cast 'Hamstring' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Gladiator - In Combat - Cast 'Mortal Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Centurion - In Combat - Cast 'Sunder Armor' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17465 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Centurion - In Combat - Cast 'Propagandized!' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17465 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hellfire Imp - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=17477 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Scryer - On Respawn - Cast 'Hellfire Channeling'" WHERE `source_type`=0 AND `entryorguid`=17478 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Scryer - On Reached Home - Cast 'Hellfire Channeling'" WHERE `source_type`=0 AND `entryorguid`=17478 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Rogue - Out of Combat - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=17491 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Rogue - On Aggro - Remove Aura 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=17491 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Rogue - Within 0-5 Range - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=17491 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Rogue - In Combat - Cast 'Slice and Dice'" WHERE `source_type`=0 AND `entryorguid`=17491 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Rogue - In Combat - Cast 'Kidney Shot'" WHERE `source_type`=0 AND `entryorguid`=17491 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stone Guard Stok'ton - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=17493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Raider - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=17495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiendish Hound - In Combat - Cast 'Mana Burn'" WHERE `source_type`=0 AND `entryorguid`=17540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiendish Hound - Between 0-30% Health - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=17540 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tavara - On Spellhit 'Lesser Heal' - Quest Credit 'Help Tavara'" WHERE `source_type`=0 AND `entryorguid`=17551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tavara - On Spellhit 'Lesser Heal' - Quest Credit 'Help Tavara'" WHERE `source_type`=0 AND `entryorguid`=17551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tavara - On Spellhit 'Gift of the Naaru' - Quest Credit 'Help Tavara'" WHERE `source_type`=0 AND `entryorguid`=17551 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tavara - On Spellhit 'Renew' - Quest Credit 'Help Tavara'" WHERE `source_type`=0 AND `entryorguid`=17551 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Laando - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=17554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laando - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=17554 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stephanos - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=17555 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stephanos - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=17555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stephanos - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=17555 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Caza'rez - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=17558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Elf Bandit - On Respawn - Cast 'Shadowstalker Stealth'" WHERE `source_type`=0 AND `entryorguid`=17591 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Elf Bandit - Within 0-5 Range - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=17591 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood Elf Bandit - Within 0-5 Range - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=17591 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood Elf Bandit - In Combat - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=17591 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razormaw - In Combat - Cast 'Swipe'" WHERE `source_type`=0 AND `entryorguid`=17592 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razormaw - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=17592 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razormaw - In Combat - Cast 'Terrifying Roar'" WHERE `source_type`=0 AND `entryorguid`=17592 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razormaw - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17592 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razormaw - On Waypoint 10 Reached - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=17592 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Between 0-15% Mana - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Between 0-15% Mana - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Between 20-100% Mana - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - In Combat - Cast 'Arcane Weakness' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - Within 0-30 Range - Cast 'Slow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - In Combat - Cast 'Counterspell' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Quel'dorei Magewraith - On Just Died - Quest Credit 'Control' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17612 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Heathen Guard - In Combat - Cast 'Bloodthirst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17621 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heathen Guard - Between 0-20% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17621 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heathen Guard - Between 0-20% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17621 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-90 Range - Cast 'Incendiary Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-90 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-100 Range - Cast 'Incendiary Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-100 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-30 Range - Cast 'Viper Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - Within 5-30 Range - Set Sheath Ranged (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Sharpshooter Guard - On Evade - Set Sheath Melee (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17622 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Reaver Guard - In Combat - Cast 'Cleave' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reaver Guard - In Combat - Set Single Threat 100-0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17623 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Reaver Guard - In Combat - Cast 'Uppercut' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17623 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Reaver Guard - Between 0-25% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17623 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Reaver Guard - Between 0-25% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17623 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Warden - Out of Combat - Cast 'Stealth Detection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Warden - In Combat - Cast 'Battle Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Legionnaire - In Combat - Cast 'Uppercut' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Legionnaire - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17626 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Laughing Skull Legionnaire - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17626 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Innkeeper Jovia - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=17630 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Jovia - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=17630 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rabid Warhound - In Combat - Cast 'Carnivorous Bite'" WHERE `source_type`=0 AND `entryorguid`=17669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Warhound - In Combat - Cast 'Furious Howl'" WHERE `source_type`=0 AND `entryorguid`=17669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rabid Warhound - In Combat - Cast 'Furious Howl'" WHERE `source_type`=0 AND `entryorguid`=17669 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - In Combat - Cast 'Volley'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - In Combat - Cast 'Volley'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Cast 'Impaling Bolt'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Cast 'Impaling Bolt'" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Houndmaster - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=17670 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Champion - In Combat - Cast 'Concussion Blow'" WHERE `source_type`=0 AND `entryorguid`=17671 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Champion - In Combat - Set Single Threat 100-0" WHERE `source_type`=0 AND `entryorguid`=17671 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Champion - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=17671 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Champion - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=17671 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deadwind Villager - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=17672 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deadwind Villager - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=17672 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Toreth - On Respawn - Cast 'Shroud of Death'" WHERE `source_type`=0 AND `entryorguid`=17674 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Darkcaster - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17694 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Assassin - Out of Combat - Cast 'Stealth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Assassin - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17695 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Edward Hanes - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sangrias Stillblade - Within 0-30 Range - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Engineer - In Combat - Cast 'Bomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17721 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Engineer - In Combat - Cast 'Bomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17721 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Engineer - In Combat - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17721 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - On Aggro - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - In Combat - Cast 'Blizzard' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - In Combat - Cast 'Blizzard' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Coilfang Sorceress - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17722 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bog Giant - In Combat - Cast 'Trample' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17723 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bog Giant - In Combat - Cast 'Fungal Decay' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17723 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bog Giant - Between 0-50% Health - Cast 'Growth' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17723 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bog Giant - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17723 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bog Giant - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17723 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Underbat - In Combat - Cast 'Tentacle Lash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17724 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Underbat - In Combat - Cast 'Tentacle Lash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17724 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underbog Lurker - On Aggro - Cast 'Wild Growth' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Underbog Lurker - On Aggro - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underbog Lurker - In Combat - Remove Aura 'Living Spirit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Underbog Lurker - In Combat - Say Line 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17725 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wrathfin Myrmidon - In Combat - Cast 'Coral Cut' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathfin Myrmidon - In Combat - Cast 'Coral Cut' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17726 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathfin Sentry - On Aggro - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17727 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathfin Sentry - In Combat - Cast 'Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17727 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathfin Sentry - In Combat - Cast 'Shield Bash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17727 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Tribesman - In Combat - Cast 'Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkblood Tribesman - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkblood Tribesman - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17728 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - On Aggro - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 5-30 Range - Cast 'Throw' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - On Aggro - Cast 'Throw' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 5-30 Range - Cast 'Throw' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 0-0 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Within 0-0 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - In Combat - Cast 'Viper Sting' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - In Combat - Cast 'Viper Sting' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Murkblood Spearman - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17729 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Friendly At 7000 Health - Cast 'Holy Light' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Friendly At 7000 Health - Say Line 0 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Friendly At 14000 Health - Cast 'Holy Light' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Friendly At 14000 Health - Say Line 0 (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Friendly At 6000 Health - Cast 'Renew' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Friendly At 12000 Health - Cast 'Renew' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Between 0-80% Health - Cast 'Prayer of Healing' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murkblood Healer - Between 0-80% Health - Cast 'Prayer of Healing' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17730 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fen Ray - In Combat - Cast 'Psychic Horror' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17731 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Out of Combat - Disable Combat Movement (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - On Aggro - Cast 'Poison Spit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Within 0-30 Range - Cast 'Poison Spit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lykul Wasp - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17732 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Underbog Lord - In Combat - Cast 'Knock Away' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Underbog Lord - In Combat - Cast 'Fungal Decay' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17734 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underbog Lord - Between 0-50% Health - Cast 'Growth' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17734 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Underbog Lord - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17734 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Underbog Lord - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17734 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wrathfin Warrior - In Combat - Cast 'Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathfin Warrior - In Combat - Cast 'Shield Bash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathfin Warrior - Between 1-20% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17735 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathfin Warrior - Between 1-20% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17735 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Spellhit 'Shimmering Vessel' - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17768 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Out of Combat - Cast 'Elemental Armor' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Set Random Phase(1, 3, 5) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-40 Range - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Increment Phase By 0 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-40 Range - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Scorch' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Scorch' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Cast 'Shadow Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Cast 'Shadow Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - On Aggro - Increment Phase By 0 (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Mana - Increment Phase By 0 (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 35-80 Range - Enable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 5-15 Range - Disable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Within 0-5 Range - Enable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Corruption' (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Corruption' (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 30-100% Mana - Decrement Phase By 1 (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=41; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - In Combat - Cast 'Elemental Armor' (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=42; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Health - Set Event Phase 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=43; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=44; +UPDATE `smart_scripts` SET `comment`="Murkblood Oracle - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17771 AND `id`=45; +UPDATE `smart_scripts` SET `comment`="Coilfang Myrmidon - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Myrmidon - Target Between 0-20% Health - Cast 'Execute' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - In Combat - Cast 'Arcane Flare' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - In Combat - Cast 'Arcane Flare' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Coilfang Siren - In Combat - Cast 'Fear' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17801 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Coilfang Warrior - On Aggro - Cast 'Defensive Stance' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Warrior - In Combat - Cast 'Battle Shout' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Warrior - In Combat - Cast 'Mortal Blow' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17802 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Oracle - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17803 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Oracle - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17803 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Oracle - Friendly At 13200 Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17803 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Oracle - Friendly At 13200 Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17803 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Oracle - In Combat - Cast 'Sonic Burst' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17803 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavemaster - In Combat - Cast 'Disarm' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavemaster - In Combat - Cast 'Geyser' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17805 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavemaster - Between 0-20% Health - Cast 'Frenzy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17805 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavemaster - Between 0-20% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17805 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 1 - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 1 - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 2 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 2 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 3 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 3 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 4 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 4 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 5 - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 5 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Npc Flag Questgiver (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Event Phase 0 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 2 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 2 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 2 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 2 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Quest 'The Second Trial' Taken - Respawn Closest Gameobject 'Harbinger of the Second Trial' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - Out of Combat - Set Data 1 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 6 - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 6 - Quest Credit 'The Second Trial'" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 6 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 6 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Master Kelerun Bloodmourn - On Data Set 1 6 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=17807 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Just Died - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Killed Unit - Fail Quest 'The Second Trial'" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Killed Unit - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - Between 0-50% Health - Cast 'Flash of Light'" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Reached Home - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Data Set 1 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Waypoint 5 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=17809 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Just Died - Set Data 1 3" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Killed Unit - Fail Quest 'The Second Trial'" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Killed Unit - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Aggro - Cast 'Seal of Justice'" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - In Combat - Cast 'Judgement of Light'" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Reached Home - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Data Set 1 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Killed Unit - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Champion Lightrend - On Waypoint 5 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=17810 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Just Died - Set Data 1 4" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Killed Unit - Fail Quest 'The Second Trial'" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Killed Unit - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - Between 0-50% Health - Cast 'Flash of Light'" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Reached Home - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Data Set 1 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Killed Unit - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Swiftblade - On Waypoint 5 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=17811 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Just Died - Quest Credit 'The Second Trial'" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Just Died - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Killed Unit - Fail Quest 'The Second Trial'" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Killed Unit - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Aggro - Cast 'Seal of Command'" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - Between 0-50% Health - Cast 'Flash of Light'" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - In Combat - Cast 'Judgement of Light'" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Reached Home - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Data Set 1 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Killed Unit - Set Data 1 6" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Killed Unit - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Champion Sunstriker - On Waypoint 5 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=17812 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lordaeron Watchman - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=17814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lordaeron Watchman - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=17814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lordaeron Watchman - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=17814 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 25-80 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 0-5 Range - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 0-5 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Within 5-15 Range - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Lordaeron Sentry - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17815 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Bogstrok - In Combat - Cast 'Piercing Jab' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Bogstrok - In Combat - Cast 'Decayed Strength' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Sentry - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Sentry - In Combat - Cast 'Hamstring' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17819 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnholde Sentry - In Combat - Cast 'Overpower' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17819 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Durnholde Sentry - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17819 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 25-80 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 0-5 Range - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 0-5 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-15 Range - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Durnholde Rifleman - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17820 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Cast 'Knock Away' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Cast 'Shoot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Cast 'Hunter's Mark' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Cast 'Throw Freezing Trap' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Cast 'Aimed Shot' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Set Sheath Ranged (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Cast 'Multi-Shot' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - In Combat - Set Sheath Ranged (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - On Aggro - Say Line 1 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - On Killed Unit - Say Line 2 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - On Just Died - Say Line 3 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - On Just Died - Set Data 0 1 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - On Data Set 0 1 - Respawn Closest Creature 'Claw' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Swamplord Musel'ek - On Data Set 0 1 - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17826 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Claw - In Combat - Cast 'Feral Charge' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Claw - In Combat - Cast 'Echoing Roar' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Claw - In Combat - Cast 'Frenzy' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Claw - In Combat - Cast 'Maul' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Claw - Between 0-20% Health - Run Script (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Claw - On Gossip Hello - Quest Credit 'Lost in Action' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Claw - On Just Died - Set Data 0 1 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Claw - On Data Set 0 1 - Set Event Phase 1 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17827 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blood Knight Dawnstar - On Gossip Option 0 Selected - Add Item 'Blood Knight Insignia' 1 Time" WHERE `source_type`=0 AND `entryorguid`=17832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Knight Dawnstar - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=17832 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - Between 0-50% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - Between 0-50% Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - In Combat - Cast 'Psychic Scream'" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - In Combat - Cast 'Dispel Magic'" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Durnholde Warden - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=17833 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - Out of Combat - Cast 'Corrupt Medivh'" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - On Aggro - Remove Aura 'Corrupt Medivh' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - On Aggro - Set Random Phase(1, 1, 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Sinister Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Sinister Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Rupture' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Rupture' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Crippling Poison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Kidney Shot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - In Combat - Cast 'Deadly Poison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - Within 0-5 Range - Cast 'Backstab' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - Within 0-5 Range - Cast 'Backstab' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Infinite Assassin - On Evade - Cast 'Corrupt Medivh' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17835 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Rift Lord - On Aggro - Set Random Phase(1, 1, 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Sunder Armor' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Thunderclap' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Thunderclap' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Knockdown' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Knockdown' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Mortal Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Mortal Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Hamstring' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rift Lord - In Combat - Cast 'Hamstring' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rift Lord - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17839 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Durnholde Tracking Hound - Between 0-50% Health - Cast 'Frenzy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Tracking Hound - Between 0-50% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17840 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gzhun'tt - On Respawn - Cast 'Sporeskin' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="T'shu - On Respawn - Cast 'Sporeskin' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Veteran - In Combat - Cast 'Sinister Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Veteran - In Combat - Cast 'Backstab' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17860 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Khn'nix - On Respawn - Cast 'Sporeskin' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - In Combat - Cast 'Shadow Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Angered Nether-wraith - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17870 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Underbog Shambler - In Combat - Cast 'Itchy Spores' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Underbog Shambler - In Combat - Cast 'Itchy Spores' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17871 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underbog Shambler - Between 0-75% Health - Cast 'Fungal Regrowth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17871 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Underbog Shambler - Between 0-75% Health - Cast 'Fungal Regrowth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17871 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Underbog Shambler - In Combat - Cast 'Allergies' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17871 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Earthbinder Rayge - On Gossip Hello - Quest Credit 'Lost in Action' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17885 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Weeder Greenthumb - On Gossip Hello - Quest Credit 'Lost in Action' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17890 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Out of Combat - Cast 'Corrupt Medivh' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - In Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Remove Aura 'Corrupt Medivh' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Set Random Phase(1, 1, 3) (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Cast 'Frostbolt' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 0-40 Range - Cast 'Frostbolt' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Cast 'Frostbolt' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Increment Phase By 0 (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 0-40 Range - Cast 'Frostbolt' (Phase 2) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - In Combat - Cast 'Frost Nova' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - In Combat - Cast 'Frost Nova' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Cast 'Arcane Bolt' (Phase 8) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 0-40 Range - Cast 'Arcane Bolt' (Phase 8) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Cast 'Arcane Bolt' (Phase 8) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Aggro - Increment Phase By 0 (Phase 8) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 0-40 Range - Cast 'Arcane Bolt' (Phase 8) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Between 0-15% Mana - Enable Combat Movement (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 35-80 Range - Enable Combat Movement (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 5-15 Range - Disable Combat Movement (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Within 0-5 Range - Enable Combat Movement (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - In Combat - Cast 'Arcane Explosion' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - In Combat - Cast 'Arcane Explosion' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Evade - Set Event Phase 0 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Infinite Chronomancer - On Evade - Cast 'Corrupt Medivh' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17892 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Naturalist Bite - Within 1-15 Range Out of Combat LoS - Say Line 0 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17893 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Footman - In Combat - Cast 'Shield Wall' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17919 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Knight - In Combat - Cast 'Rallying Cry' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Sorceress - In Combat - Cast 'Slow' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Sorceress - In Combat - Cast 'Arcane Missiles' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fahssn - On Respawn - Cast 'Sporeskin' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17923 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Msshi'fn - On Respawn - Cast 'Sporeskin' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gshaff - On Respawn - Cast 'Sporeskin' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Priest - In Combat - Cast 'Heal' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Priest - In Combat - Cast 'Holy Smite' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17928 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Grunt - In Combat - Cast 'Strike' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17932 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tauren Warrior - In Combat - Cast 'War Stomp' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17933 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Witch Doctor - In Combat - Cast 'Holy Bolt' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17935 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Witch Doctor - In Combat - Cast 'Healing Ward' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17935 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Witch Doctor - On Aggro - Cast 'Healing Ward' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17935 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Shaman - On Aggro - Cast 'Lightning Shield' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17936 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Shaman - In Combat - Cast 'Lightning Bolt' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17936 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Shaman - In Combat - Cast 'Bloodlust' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17936 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Observer - In Combat - Cast 'Immolate' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Observer - In Combat - Cast 'Immolate' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Observer - In Combat - Cast 'Heavy Dynamite' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17938 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Observer - In Combat - Cast 'Heavy Dynamite' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17938 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Technician - In Combat - Cast 'Rain of Fire' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Technician - In Combat - Cast 'Rain of Fire' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Red Crystal Bunny - On Respawn - Cast 'Red Beam' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malfurion Stormrage - On Just Summoned - Cast 'Cosmetic Teleport Effect' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17949 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malfurion Stormrage - On Data Set 0 1 - Despawn Instant (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17949 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkwater Crocolisk - In Combat - Cast 'Jagged Tooth Snap' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17952 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Champion - In Combat - Cast 'Frightening Shout' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Champion - In Combat - Cast 'Cleave' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17957 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Champion - In Combat - Cast 'Sunder Armor' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17957 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Defender - On Respawn - Cast 'Invisibility and Stealth Detection' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17958 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Defender - In Combat - Cast 'Shield Slam' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17958 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Defender - In Combat - Cast 'Spell Reflection' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17958 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavehandler - Out of Combat - Say Line 0 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavehandler - Out of Combat - Say Line 1 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17959 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavehandler - On Aggro - Say Line 2 (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17959 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavehandler - In Combat - Cast 'Hamstring' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17959 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Slavehandler - In Combat - Cast 'Head Crack' (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17959 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Out of Combat - Disable Combat Movement (Phase 8) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - On Aggro - Cast 'Arcane Missiles' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - In Combat - Cast 'Decayed Intellect' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coilfang Soothsayer - In Combat - Cast 'Domination' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17960 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - In Combat - Cast 'Lightning Cloud' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - In Combat - Cast 'Lightning Cloud' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Coilfang Enchantress - In Combat - Cast 'Entangling Roots' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17961 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Coilfang Collaborator - In Combat - Cast 'Cripple' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17962 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Collaborator - In Combat - Cast 'Revenge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17962 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Collaborator - Between 0-30% Health - Cast 'Frenzy' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17962 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Collaborator - Between 0-30% Health - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17962 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Out of Combat - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Out of Combat - Cast 'Elemental Armor' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - On Aggro - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - In Combat - Cast 'Frost Nova' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - In Combat - Cast 'Frost Nova' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Wastewalker Slave - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17963 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Wastewalker Worker - In Combat - Cast 'Rend' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastewalker Worker - In Combat - Cast 'Rend' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17964 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastewalker Worker - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17964 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Voidspawn - In Combat - Cast 'Mind Sear' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Voidspawn - In Combat - Cast 'Pain Spike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17981 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Protector - In Combat - Cast 'Intervene' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17993 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Protector - In Combat - Cast 'Spell Reflection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17993 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Protector - In Combat - Cast 'Crystal Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17993 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Protector - Between 0-10% Health - Cast 'Suicide' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17993 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Falconer - In Combat - Cast 'Call of the Falcon' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Umbrafen Steam Pump Credit Marker - On Spellhit 'Ironvine Seeds' - Quest Credit 'Balance Must Be Preserved' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17998 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lagoon Steam Pump Credit Marker - On Spellhit 'Ironvine Seeds' - Quest Credit 'Balance Must Be Preserved' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=17999 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpent Steam Pump Credit Marker - On Spellhit 'Ironvine Seeds' - Quest Credit 'Balance Must Be Preserved' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marshlight Steam Pump Credit Marker - On Spellhit 'Ironvine Seeds' - Quest Credit 'Balance Must Be Preserved' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Out of Combat - Cast 'Summon Imp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warmaul Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18037 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - In Combat - Cast 'Mass Elementals' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - In Combat - Cast 'Water Spout' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - In Combat - Cast 'Freezing Circle' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Rajis Fyashe - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18044 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Enraged Crusher - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18062 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Crusher - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18062 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enraged Crusher - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18062 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warmaul Shaman - In Combat - Cast 'Scorching Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warmaul Shaman - Between 0-20% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18064 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warmaul Shaman - In Combat - Cast 'Scorching Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18064 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mogor - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mogor - In Combat - Cast 'Flame Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mogor - Between 0-60% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mogor - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mogor - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mogor - On Just Died - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mogor - On Data Set 12 12 - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mogor - On Data Set 13 13 - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mogor - On Data Set 14 14 - Say Line 6 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mogor - On Data Set 1 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mogor - On Data Set 1 1 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mogor - On Waypoint 4 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mogor - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mogor - On Reached Home - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mogor - On Just Died - Quest Credit 'The Ring of Blood: The Final Challenge'" WHERE `source_type`=0 AND `entryorguid`=18069 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Umbrafen Oracle - On Aggro - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=18077 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Umbrafen Oracle - Between 0-50% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=18077 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Umbrafen Oracle - Between 0-15% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=18077 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Umbrafen Seer - In Combat - Cast 'Wrath'" WHERE `source_type`=0 AND `entryorguid`=18079 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Umbrafen Seer - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=18079 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kataru - On Aggro - Cast 'Earth Shield'" WHERE `source_type`=0 AND `entryorguid`=18080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kataru - In Combat - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=18080 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kataru - Between 0-50% Health - Cast 'Superior Healing Ward'" WHERE `source_type`=0 AND `entryorguid`=18080 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkcrest Taskmaster - In Combat - Cast 'Tail Lash'" WHERE `source_type`=0 AND `entryorguid`=18086 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkcrest Taskmaster - In Combat - Cast 'Curse of Nazjatar'" WHERE `source_type`=0 AND `entryorguid`=18086 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - In Combat - Cast 'Silence' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darkcrest Siren - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18087 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - In Combat - Cast 'Ice Barrier' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodscale Enchantress - In Combat - Cast 'Freezing Circle' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18088 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bloodscale Slavedriver - On Aggro - Cast 'Battle Shout' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18089 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Guardsman - On Aggro - Cast 'Shield Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18092 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Guardsman - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18092 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - In Combat - Cast 'Concussion Blow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - Between 0-50% Health - Cast 'Shadow Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - In Combat - Cast 'Cleanse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - Friendly At 10000 Health - Cast 'Flash Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Protector - Friendly At 12000 Health - Cast 'Flash Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18093 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 25-80 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 0-5 Range - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 0-5 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Within 5-15 Range - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - In Combat - Cast 'Concussive Shot' (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - In Combat - Set Sheath Ranged (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - In Combat - Cast 'Serpent Sting' (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - In Combat - Set Sheath Ranged (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Between 0-15% Health - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Tarren Mill Lookout - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18094 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Kialon Nightblade - Out of Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Guardian - On Respawn - Add Aura 'Invisibility and Stealth Detection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Guardian - Out of Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - In Combat - Cast 'Acid Spit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - In Combat - Cast 'Acid Breath' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - In Combat - Cast 'Thrash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - In Combat - Cast 'Tail Sweep' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - In Combat - Cast 'Tail Sweep' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - Between 0-20% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ghaz'an - Between 0-20% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18105 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - Between 0-20% Health - Quest Credit 'Blessing of Incineratus' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18110 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Spellhit 'Living Fire' - Run Script" WHERE `source_type`=0 AND `entryorguid`=18110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Out of Combat - Cast 'Summon Sporebat' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - In Combat - Cast 'Serpent Sting' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Feralfen Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18113 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - On Aggro - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Feralfen Mystic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18114 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Daggerfen Muckdweller - In Combat - Cast 'Paralytic Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Daggerfen Assassin - In Combat - Cast 'Toxic Fumes' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Ogre - In Combat - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Ogre - Between 0-25% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Ogre - Between 0-25% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18117 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - In Combat - Cast 'Fire Nova Totem' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Between 0-50% Health - Cast 'Healing Touch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shaman - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18118 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Brute - In Combat - Cast 'Knockdown' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Brute - Between 0-25% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18119 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Brute - Between 0-25% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18119 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Mauler - Between 0-50% Health - Cast 'Overpower' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Out of Combat - Cast 'Shadowform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Souleater - Between 0-30% Health - Cast 'Siphon Life' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18121 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wrekt Slave - In Combat - Cast 'Kick' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrekt Slave - On Aggro - Cast 'Shared Bonds' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18123 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Withered Giant - In Combat - Cast 'Osmosis' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Starving Fungal Giant - In Combat - Cast 'Choking Vines' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18125 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bog Lord - In Combat - Cast 'Boglord Bash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sporebat - On Just Died - Cast 'Energizing Spores' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18128 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sporebat - In Combat - Cast 'Spore Cloud' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18128 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greater Sporebat - On Just Died - Cast 'Energizing Spores' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18129 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Sporebat - In Combat - Cast 'Spore Cloud' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18129 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marshfang Ripper - In Combat - Cast 'Tendon Rip' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18130 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marshfang Ripper - In Combat - Cast 'Drain Mana' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18130 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marshfang Slicer - In Combat - Cast 'Tail Swipe' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18131 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marshfang Slicer - In Combat - Cast 'Drain Mana' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18131 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Umbraglow Stinger - In Combat - Cast 'Glowing Blood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18132 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marshlight Bleeder - In Combat - Cast 'Vibrant Blood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18133 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marshlight Bleeder - In Combat - Cast 'Rend' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18133 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fen Strider - In Combat - Cast 'Lightning Tether' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18134 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Walker - In Combat - Cast 'Lightning Tether' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Lurker - Between 0-75% Health - Cast 'Wild Regeneration' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18136 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Dredger - In Combat - Cast 'Strangling Roots' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18137 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sporeggar Preserver - On Respawn - Cast 'Sporeskin' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18139 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sporeggar Harvester - On Respawn - Cast 'Sporeskin' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18140 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Spellhit 'Living Fire' - Run Script" WHERE `source_type`=0 AND `entryorguid`=18142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Spellhit 'Living Fire' - Quest Credit 'Blessing of Incineratus'" WHERE `source_type`=0 AND `entryorguid`=18142 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Spellhit 'Living Fire' - Run Script" WHERE `source_type`=0 AND `entryorguid`=18143 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Spellhit 'Living Fire' - Quest Credit 'Blessing of Incineratus'" WHERE `source_type`=0 AND `entryorguid`=18143 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Spellhit 'Living Fire' - Run Script" WHERE `source_type`=0 AND `entryorguid`=18144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Spellhit 'Living Fire' - Quest Credit 'Blessing of Incineratus'" WHERE `source_type`=0 AND `entryorguid`=18144 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 7 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 7 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 11 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 11 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 25 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 25 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 34 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 34 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 50 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 50 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Waypoint 57 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=18146 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Baby Murloc - On Respawn - Cast 'Baby Murloc Passive'" WHERE `source_type`=0 AND `entryorguid`=18152 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfalcon - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=18155 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodfalcon - In Combat - Cast 'Bloodburn'" WHERE `source_type`=0 AND `entryorguid`=18155 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfalcon - In Combat - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=18155 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Boss Grog'ak - In Combat - Cast 'Forceful Cleave'" WHERE `source_type`=0 AND `entryorguid`=18159 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Boss Grog'ak - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=18159 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Gorefist - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=18160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Gorefist - In Combat - Cast 'Toughen'" WHERE `source_type`=0 AND `entryorguid`=18160 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Slayer - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=18170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Infinite Defiler - In Combat - Cast 'Corruption' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18171 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Infinite Saboteur - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18172 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Saboteur - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18172 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Saboteur - Between 0-50% Health - Cast 'Shadow Shield' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18172 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tainted Earthgrab Totem - Out of Combat - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tainted Earthgrab Totem - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18176 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tainted Earthgrab Totem - In Combat - Cast 'Entangling Roots' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18176 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tainted Stoneskin Totem - Out of Combat - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tainted Stoneskin Totem - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Corrupted Nova Totem - Out of Combat - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18179 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Nova Totem - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18179 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Corrupted Nova Totem - In Combat - Cast 'Explode' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18179 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Corrupted Nova Totem - On Spellhit - Cast 'Explode' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18179 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Minion of Gurok - On Respawn - Start Random Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurok the Usurper - In Combat - Cast 'Earth Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18182 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurok the Usurper - In Combat - Cast 'Entangling Roots' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18182 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurok the Usurper - In Combat - Cast 'Knock Away' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18182 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wastewalker Captive - Within 1-15 Range Out of Combat LoS - Say Line 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - On Aggro - Cast 'Poison Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Within 0-30 Range - Cast 'Poison Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mire Hydra - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18213 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tayemba - Out of Combat - Cast 'Tayemba throws to Farbosi' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Farbosi - Out of Combat - Cast 'Forbosi throws to Tayemba' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow of Aran - In Combat - Cast 'Pyroblast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bach'lor - In Combat - Cast 'Gore' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18258 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bach'lor - In Combat - Cast 'Talbuk Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18258 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Banthar - In Combat - Cast 'Rushing Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18259 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Banthar - In Combat - Cast 'Hoof Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18259 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boulderfist Invader - In Combat - Cast 'Pulverize' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lantresor of the Blade - Out of Combat - Cast 'Burning Blade Blademaster' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lantresor of the Blade - On Gossip Option 0 Selected - Quest Credit 'Diplomatic Measures'" WHERE `source_type`=0 AND `entryorguid`=18261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lantresor of the Blade - On Gossip Option 0 Selected - Quest Credit 'Diplomatic Measures'" WHERE `source_type`=0 AND `entryorguid`=18261 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lantresor of the Blade - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=18261 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sporewing - On Just Died - Cast 'Energizing Spores'" WHERE `source_type`=0 AND `entryorguid`=18280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sporewing - In Combat - Cast 'Spore Cloud'" WHERE `source_type`=0 AND `entryorguid`=18280 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Boglash - In Combat - Cast 'Forked Lightning Tether'" WHERE `source_type`=0 AND `entryorguid`=18281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Klaq - On Aggro - Cast 'Thorns'" WHERE `source_type`=0 AND `entryorguid`=18282 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Klaq - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=18282 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blacksting - In Combat - Cast 'Black Blood'" WHERE `source_type`=0 AND `entryorguid`=18283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Count' Ungula - In Combat - Cast 'Tail Swipe'" WHERE `source_type`=0 AND `entryorguid`=18285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Count' Ungula - In Combat - Cast 'Drain Mana'" WHERE `source_type`=0 AND `entryorguid`=18285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mragesh - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mragesh - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mragesh - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mragesh - Within 8-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mragesh - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mragesh - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mragesh - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mragesh - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mragesh - Within 0-8 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mragesh - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mragesh - Within 0-5 Range - Cast 'Chilled Blood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18286 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Refugee - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunspring Post Refugee - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18293 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunspring Post Orphan - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18296 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gankly Rottenfist - On Respawn - Cast 'Stealth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Pyre (01) - On Spellhit 'Place Mag'har Battle Standard' - Quest Credit 'Standards and Practices' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Pyre (02) - On Spellhit 'Place Mag'har Battle Standard' - Quest Credit 'Standards and Practices' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18306 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Blade Pyre (03) - On Spellhit 'Place Mag'har Battle Standard' - Quest Credit 'Standards and Practices' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18307 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Scavenger - Within 0-5 Range - Cast 'Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18309 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Scavenger - In Combat - Cast 'Singe' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18309 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Scavenger - Target Casting - Cast 'Shield Bash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18309 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Crypt Raider - Within 8-25 Range - Cast 'Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18311 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Crypt Raider - In Combat - Cast 'Soul Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18311 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Crypt Raider - In Combat - Cast 'Battle Shout' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18311 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Crypt Raider - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18311 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Crypt Raider - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18311 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellbinder - In Combat - Cast 'Summon Ethereal Wraith' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18312 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellbinder - In Combat - Cast 'Summon Ethereal Wraith' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18312 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellbinder - In Combat - Cast 'Summon Ethereal Wraith' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18312 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellbinder - In Combat - Cast 'Immolate' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18312 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellbinder - In Combat - Cast 'Immolate' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18312 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Spellbinder - Target Casting - Cast 'Counterspell' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18312 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - On Aggro - Cast 'Arcane Missiles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - On Aggro - Cast 'Arcane Missiles' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - In Combat - Cast 'Summon Arcane Fiend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - In Combat - Cast 'Summon Arcane Fiend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ethereal Sorcerer - In Combat - Cast 'Slow' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18313 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nexus Stalker - In Combat - Cast 'Gouge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18314 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nexus Stalker - In Combat - Cast 'Phantom Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18314 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nexus Stalker - In Combat - Cast 'Phantom Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18314 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Theurgist - Within 0-5 Range - Cast 'Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18315 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Theurgist - Within 0-5 Range - Cast 'Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18315 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Theurgist - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18315 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Theurgist - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18315 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Theurgist - In Combat - Cast 'Polymorph' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18315 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Priest - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Priest - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18317 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Priest - In Combat - Cast 'Holy Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18317 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Priest - In Combat - Cast 'Holy Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18317 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Priest - Friendly At 5500 Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18317 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Priest - Friendly At 9500 Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18317 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sethekk Initiate - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18318 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Initiate - In Combat - Cast 'Spell Reflection' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18318 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sethekk Initiate - Friendly At 10000 Health - Cast 'Magic Reflection' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18318 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Out of Combat - Cast 'Arcane Destruction' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - On Aggro - Cast 'Arcane Missiles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - On Aggro - Cast 'Arcane Missiles' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Friendly At 5000 Health - Cast 'Flash Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Friendly At 8000 Health - Cast 'Flash Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Friendly At 2000 Health - Cast 'Rejuvenation' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Time-Lost Scryer - Friendly At 3500 Health - Cast 'Rejuvenation' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18319 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Time-Lost Shadowmage - In Combat - Cast 'Curse of the Dark Talon' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18320 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Time-Lost Shadowmage - In Combat - Cast 'Curse of the Dark Talon' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18320 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sethekk Talon Lord - On Aggro - Cast 'Avenger's Shield' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Talon Lord - In Combat - Cast 'Talon of Justice' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18321 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - In Combat - Cast 'Bloodthirst' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - In Combat - Cast 'Bloodthirst' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - In Combat - Cast 'Howling Screech' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - Friendly At 18000 Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - Friendly At 18000 Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - Friendly At 41000 Health - Cast 'Frenzy' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sethekk Ravenguard - Friendly At 41000 Health - Say Line 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18322 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sethekk Guard - In Combat - Cast 'Thunderclap' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Prophet - In Combat - Cast 'Fear' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18325 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Shaman - Target Casting - Cast 'Earth Shock' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18326 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Shaman - Target Casting - Cast 'Earth Shock' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18326 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sethekk Shaman - On Aggro - Cast 'Summon Dark Vortex' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18326 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sethekk Oracle - In Combat - Cast 'Arcane Lightning' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18328 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sethekk Oracle - In Combat - Cast 'Arcane Lightning' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18328 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sethekk Oracle - In Combat - Cast 'Faerie Fire' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18328 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Darkcaster - On Aggro - Cast 'Vampiric Aura' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18331 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Darkcaster - In Combat - Cast 'Shadow Word: Pain' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18331 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Darkcaster - In Combat - Cast 'Mana Burn' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18331 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Darkcaster - In Combat - Cast 'Mana Burn' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18331 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Darkcaster - Between 0-50% Health - Cast 'Shadowform' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18331 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Theatre Spotlight - On Respawn - Cast 'Spotlight' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tavarok - In Combat - Cast 'Earthquake' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tavarok - In Combat - Cast 'Crystal Prison' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tavarok - In Combat - Cast 'Arcing Smash' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18343 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tavarok - In Combat - Cast 'Arcing Smash' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18343 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lump - On Reset - Cast 'Sleeping Sleep' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lump - On Aggro - Say Line 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18351 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lump - On Gossip Option 3 Selected - Quest Credit 'Not On My Watch!' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18351 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lump - Between 0-30% Health - Run Script (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18351 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lump - Within 8-25 Range - Cast 'Shoulder Charge' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18351 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lump - Within 5-40 Range - Cast 'Spear Throw' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18351 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sporeggar Spawn - On Respawn - Cast 'Sporeskin' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mycah - On Respawn - Cast 'Sporeskin' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rakoria - Out of Combat - Say Line 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18385 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rakoria - Out of Combat - Say Line 1 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18385 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Giselda the Crone - Between 0-65% Health - Cast 'Giselda Transform DND' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Out of Combat - Set Event Phase 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - On Aggro - Cast 'Shadow Bolt Volley' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Within 0-30 Range - Cast 'Shadow Bolt Volley' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ethereal Wraith - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18394 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Brokentoe - In Combat - Cast 'Hoof Stomp' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18398 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brokentoe - On Just Died - Quest Credit 'The Ring of Blood: Brokentoe' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18398 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brokentoe - On Just Died - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18398 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Twin - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Murkblood Twin - In Combat - Cast 'Sinister Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18399 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Murkblood Twin - In Combat - Cast 'Eviscerate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18399 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Murkblood Twin - In Combat - Cast 'Mutilate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18399 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Murkblood Twin - On Just Died - Quest Credit 'The Ring of Blood: The Blue Brothers' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18399 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Murkblood Twin - On Just Died - Set Data 11 11 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18399 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - In Combat - Cast 'War Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - On Target Spellhit 'Knock Away' - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - In Combat - Cast 'Puncture' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - On Just Died - Quest Credit 'The Ring of Blood: Rokdar the Sundered Lord' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rokdar the Sundered Lord - On Just Died - Set Data 12 12 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skra'gath - Out of Combat - Cast 'Draining Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skra'gath - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skra'gath - In Combat - Cast 'Shadow Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skra'gath - On Just Died - Quest Credit 'The Ring of Blood: Skra'gath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skra'gath - On Just Died - Set Data 13 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18401 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - On Aggro - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - Within 5-30 Range - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - In Combat - Cast 'Sundering Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - On Just Died - Quest Credit 'The Ring of Blood: The Warmaul Champion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warmaul Champion - On Just Died - Set Data 14 14 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18402 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Steward - In Combat - Cast 'Arcane Flurry' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Forge Peacekeeper - In Combat - Cast 'Arcane Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Forge Peacekeeper - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warden Bullrok - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durn the Hungerer - In Combat - Cast 'Force Punch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durn the Hungerer - In Combat - Cast 'Arcing Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18411 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Altruis the Sufferer - On Gossip Option 0 Selected - Activate Taxi Path 532 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Altruis the Sufferer - On Gossip Option 0 Selected - Quest Credit 'Survey the Land' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Altruis the Sufferer - On Gossip Option 0 Selected - Quest Credit 'Illidan's Pupil' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18417 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Greenkeeper - In Combat - Cast 'Impending Coma' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18419 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Greenkeeper - In Combat - Cast 'Greenkeeper's Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18419 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Greenkeeper - In Combat - Cast 'Greenkeeper's Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18419 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Greenkeeper - In Combat - Cast 'Nature Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18419 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Greenkeeper - In Combat - Cast 'Nature Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18419 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunseeker Geomancer - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Geomancer - Out of Combat - Cast 'Fire Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18420 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Researcher - Out of Combat - Cast 'Poison Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Researcher - In Combat - Cast 'Mind Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18421 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Researcher - In Combat - Cast 'Frost Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18421 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Researcher - In Combat - Cast 'Flame Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18421 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunseeker Botanist - Between 0-60% Health - Cast 'Regrowth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Botanist - Between 0-60% Health - Cast 'Regrowth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warden Treelos - On Respawn - Cast 'Blue Radiation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Fiend - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Fiend - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18429 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcane Fiend - Target Casting - Cast 'Counterspell' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18429 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vicious Teromoth - On Respawn - Cast 'Blue Radiation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18437 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vicious Teromoth - In Combat - Cast 'Dazzling Dust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18437 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vicious Teromoth - In Combat - Cast 'Wing Buffet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18437 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Naphthal'ar - In Combat - Cast 'Dazzling Dust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naphthal'ar - In Combat - Cast 'Wing Buffet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18438 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tooki - On Quest 'The Final Code' Finished - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - In Combat - Cast 'Power of Kran'aish' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - In Combat - Cast 'Arakkoa Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - In Combat - Cast 'Enveloping Winds' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shienor Sorcerer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18450 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shienor Wing Guard - Within 0-5 Range - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - In Combat - Cast 'Wing Clip' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Skithian Dreadhawk - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18452 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Skithian Windripper - On Aggro - Cast 'Power of Kran'aish' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skithian Windripper - In Combat - Cast 'Arakkoa Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18453 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skithian Windripper - Between 0-50% Health - Cast 'Regrowth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18453 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shalassi Talonguard - In Combat - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shalassi Oracle - On Aggro - Cast 'Power of Kran'aish' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shalassi Oracle - In Combat - Cast 'Arakkoa Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18455 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shalassi Oracle - In Combat - Cast 'Lightning Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18455 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shalassi Oracle - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18455 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shalassi Oracle - In Combat - Cast 'Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18455 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Tuurem Hunter - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18457 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Lost Spirit - In Combat - Cast 'Cry of the Dead' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dampscale Basilisk - In Combat - Cast 'Glare' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dampscale Devourer - In Combat - Cast 'Chomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18463 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Stalker - On Respawn - Cast 'Phasing Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Stalker - On Aggro - Cast 'Phase Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warp Stalker - On Aggro - Remove Aura 'Phasing Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18464 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warp Stalker - In Combat - Cast 'Warp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18464 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warp Stalker - In Combat - Cast 'Slow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18464 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warp Stalker - On Evade - Cast 'Phasing Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18464 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warp Hunter - On Respawn - Cast 'Phasing Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18465 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Hunter - On Aggro - Cast 'Phase Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18465 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warp Hunter - On Aggro - Remove Aura 'Phasing Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18465 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warp Hunter - In Combat - Cast 'Warp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18465 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warp Hunter - Within 0-5 Range - Cast 'Pounce' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18465 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warp Hunter - On Evade - Cast 'Phasing Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18465 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dreadfang Lurker - In Combat - Cast 'Dread Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadfang Widow - In Combat - Cast 'Dread Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18467 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Teromoth - In Combat - Cast 'Pacifying Dust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Royal Teromoth - In Combat - Cast 'Pacifying Dust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Royal Teromoth - In Combat - Cast 'Wing Buffet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18469 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonelasher - In Combat - Cast 'Fevered Disease' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: Brokentoe' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: Brokentoe' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: The Blue Brothers' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: The Blue Brothers' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: Rokdar the Sundered Lord' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: Rokdar the Sundered Lord' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: Skra'gath' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: Skra'gath' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: The Warmaul Champion' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: The Warmaul Champion' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: The Final Challenge' Taken - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Ring of Blood: The Final Challenge' Taken - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 10 10 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 11 11 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 12 12 - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 12 12 - Set Data 12 12" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 13 13 - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 13 13 - Set Data 13 13" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 14 14 - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 14 14 - Set Data 14 14" WHERE `source_type`=0 AND `entryorguid`=18471 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Timber Worg - In Combat - Cast 'Chilling Howl'" WHERE `source_type`=0 AND `entryorguid`=18476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Timber Worg - In Combat - Cast 'Snarl'" WHERE `source_type`=0 AND `entryorguid`=18476 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Timber Worg Alpha - In Combat - Cast 'Furious Howl'" WHERE `source_type`=0 AND `entryorguid`=18477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Timber Worg Alpha - In Combat - Cast 'Snarl'" WHERE `source_type`=0 AND `entryorguid`=18477 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="A'dal - Out of Combat - Cast 'Blessing of A'dal'" WHERE `source_type`=0 AND `entryorguid`=18481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="A'dal - On Quest 'The Boon of A'dal' Taken - Cast 'Portal Effect: Dalaran'" WHERE `source_type`=0 AND `entryorguid`=18481 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Empoor - On Respawn - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=18482 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Druid - On Respawn - Cast 'Strange Aura'" WHERE `source_type`=0 AND `entryorguid`=18490 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - In Combat - Cast 'Touch of the Forgotten' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - In Combat - Cast 'Touch of the Forgotten' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Summon Unliving Soldier' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Summon Unliving Sorcerer' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Summon Unliving Cleric' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Summon Unliving Stalker' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Auchenai Soulpriest - On Aggro - Cast 'Summon Phantasmal Possessor' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18493 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - On Aggro - Cast 'Summon Unliving Cleric' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - On Aggro - Cast 'Summon Unliving Sorcerer' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - On Aggro - Cast 'Summon Unliving Soldier' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - In Combat - Cast 'Shadow Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - Out of Combat - Cast 'Shadowguard' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - Out of Combat - Cast 'Shadowguard' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - On Aggro - Cast 'Summon Unliving Stalker' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Auchenai Vindicator - On Aggro - Cast 'Summon Phantasmal Possessor' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18495 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - On Aggro - Cast 'Summon Unliving Cleric' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - On Aggro - Cast 'Summon Unliving Sorcerer' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - On Aggro - Cast 'Summon Unliving Soldier' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - Out of Combat - Cast 'Spiritual Sight' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - In Combat - Cast 'Overpower' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - In Combat - Cast 'Cyclone Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - Target Casting - Cast 'Counter Kick' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - On Aggro - Cast 'Summon Unliving Stalker' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Auchenai Monk - On Aggro - Cast 'Summon Phantasmal Possessor' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18497 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unliving Soldier - On Respawn - Cast 'Protection Aura' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Soldier - Target Casting - Cast 'Shield Bash' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18498 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Soldier - On Evade - Despawn Instant (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18498 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - On Aggro - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Unliving Sorcerer - On Evade - Kill Self (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18499 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Unliving Cleric - Friendly At 2000 Health - Cast 'Major Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Cleric - Friendly At 6000 Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Cleric - Friendly At 1000 Health - Cast 'Renew' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unliving Cleric - Friendly At 2000 Health - Cast 'Renew' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unliving Cleric - On Evade - Despawn Instant (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 25-80 Range - Enable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 25-80 Range - Start Attacking (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 0-5 Range - Enable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 0-5 Range - Set Sheath Melee (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 0-5 Range - Start Attacking (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-15 Range - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-15 Range - Stop Attacking (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - In Combat - Cast 'Spirit Vengeance' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-20 Range - Cast 'Serpent Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-20 Range - Cast 'Serpent Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-20 Range - Cast 'Viper Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - Within 5-20 Range - Set Sheath Ranged (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Unliving Stalker - On Evade - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18501 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Phantasmal Possessor - In Combat - Cast 'Possess' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Possessor - On Evade - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raging Soul - In Combat - Cast 'Rage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18506 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raging Soul - In Combat - Cast 'Rage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18506 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raging Soul - On Evade - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18506 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silvermoon Farstrider - On Reset - Set Event Phase 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Farstrider - Out of Combat - Cast 'Fake Swing at Target' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18507 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silvermoon Farstrider - Out of Combat - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18507 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silvermoon Farstrider - Out of Combat - Cast 'Fake Swing at Target' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=18507 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silvermoon Farstrider - Out of Combat - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=18507 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Out of Combat - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashkaz - In Combat - Cast 'Power of Kran'aish' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ashkaz - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ashkaz - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ashkaz - In Combat - Cast 'Arakkoa Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ashkaz - In Combat - Cast 'Enveloping Winds' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ashkaz - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18539 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ayit - Within 0-5 Range - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urdak - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urdak - In Combat - Cast 'Power of Kran'aish' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Urdak - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Urdak - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Urdak - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Urdak - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Urdak - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Urdak - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Urdak - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Urdak - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Urdak - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Urdak - In Combat - Cast 'Arakkoa Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Urdak - In Combat - Cast 'Enveloping Winds' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Urdak - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Urdak - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Urdak - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18541 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - In Combat - Cast 'Seal of Reckoning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - Between 0-40% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Aggro - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Aggro - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Reset - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Reset - Summon Creature 'Pathaleon the Calculator's Image'" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - Within 1-200 Range Out of Combat LoS - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 2 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 4 Over - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 5 Over - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 6 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 3 Over - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sharth Voldoun - On Text 0 Over - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=18554 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Phasing Soldier - Out of Combat - Cast 'Protection Aura'" WHERE `source_type`=0 AND `entryorguid`=18556 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phasing Soldier - Target Casting - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=18556 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phasing Cleric - Friendly At 5000 Health - Cast 'Major Heal'" WHERE `source_type`=0 AND `entryorguid`=18557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phasing Cleric - Friendly At 9000 Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=18557 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phasing Cleric - Friendly At 2000 Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=18557 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phasing Cleric - Friendly At 4000 Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=18557 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - On Aggro - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Phasing Sorcerer - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18558 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 25-80 Range - Enable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 25-80 Range - Start Attacking (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 0-5 Range - Enable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 0-5 Range - Set Sheath Melee (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 0-5 Range - Start Attacking (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-15 Range - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-15 Range - Stop Attacking (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-15 Range - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - In Combat - Cast 'Spirit Vengeance' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-20 Range - Cast 'Serpent Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-20 Range - Cast 'Serpent Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-20 Range - Cast 'Viper Sting' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - Within 5-20 Range - Set Sheath Ranged (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Phasing Stalker - On Evade - Set Sheath Melee (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18559 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Justin's Bunny Target - On Respawn - Cast 'Justin's Zappy Channel' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Field Scout - On Respawn - Cast 'Horde Flag Visual Only' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Field Scout - On Respawn - Cast 'Alliance Flag Visual Only' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Out of Combat - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 0-30% Health - Cast 'Sun Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - In Combat - Cast 'Fire Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lisaile Fireweaver - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18583 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Orc Prisoner - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Cultist - Target Casting - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18631 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Cultist - In Combat - Cast 'Thrash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18631 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Executioner - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18632 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Executioner - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18632 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Executioner - Target Between 0-20% Health - Cast 'Execute' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18632 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Executioner - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18632 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Acolyte - Out of Combat - Cast 'Shadow Defense' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Acolyte - Friendly At 9000 Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18633 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Acolyte - Friendly At 15000 Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18633 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Acolyte - Friendly At 4000 Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18633 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Acolyte - Friendly At 7000 Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18633 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - On Aggro - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - On Aggro - Cast 'Summon Cabal Acolyte' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Cabal Summoner - On Aggro - Cast 'Summon Cabal Deathsworn' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18634 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Cabal Deathsworn - In Combat - Cast 'Black Cleave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18635 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Deathsworn - In Combat - Cast 'Black Cleave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18635 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Deathsworn - In Combat - Cast 'Knockdown' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18635 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Deathsworn - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18635 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Shadow Priest - Out of Combat - Cast 'Shadowform' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18637 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Shadow Priest - In Combat - Cast 'Mind Flay' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18637 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Shadow Priest - In Combat - Cast 'Mind Flay' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18637 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Shadow Priest - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18637 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Shadow Priest - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18637 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Between 0-20% Health - Set Event Phase 3 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cabal Zealot - Between 0-20% Health - Cast 'Shape of the Beast' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18638 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - In Combat - Cast 'Brain Wash' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cabal Spellbinder - Target Casting - Cast 'Spell Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18639 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Out of Combat - Cast 'Demon Armor' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cabal Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18640 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - On Aggro - Cast 'Firebolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Within 0-30 Range - Cast 'Firebolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - On Aggro - Cast 'Firebolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Within 0-30 Range - Cast 'Firebolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Within 25-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cabal Familiar - Between 30-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18641 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fel Guardhound - In Combat - Cast 'Spell Lock' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathskitter - In Combat - Cast 'Dread Poison' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonegazer - In Combat - Cast 'Glare' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18648 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Out of Combat - Disable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - In Combat - Cast 'Corruption' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Kil'sorrow Ritualist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18658 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Voidwraith - On Just Died - Summon Creature 'Darkened Spirit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18659 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maiden of Discipline - In Combat - Cast 'Lash of Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maiden of Discipline - In Combat - Cast 'Seduction' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18663 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aged Dalaran Wizard - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironjaw - In Combat - Cast 'Chilling Howl' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironjaw - In Combat - Cast 'Snarl' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18670 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ironjaw - In Combat - Cast 'Iron Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18670 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Within 0-8 Range - Remove Aura 'Tunnel Bore Red Passive' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Within 0-8 Range - Set Event Phase 2 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Within 20-60 Range - Cast 'Tunnel Bore Red Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Cast 'Bore' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Within 20-60 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Cast 'Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Remove Flags Not Attackable & Not Selectable (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Remove Aura 'Tunnel Bore Red Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fulgorge - In Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Out of Combat - Cast 'Tunnel Bore Red Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Out of Combat - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fulgorge - Out of Combat - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18678 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Okrek - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Okrek - Out of Combat - Cast 'Demon Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Okrek - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Okrek - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Okrek - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Okrek - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Okrek - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Okrek - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Okrek - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Okrek - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Okrek - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Okrek - In Combat - Cast 'Shadow Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Okrek - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18685 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - On Spellhit 'Soul Mirror' - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18688 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - In Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18688 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - On Just Died - Summon Creature 'Darkened Spirit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18688 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Within 0-30 Range - Cast 'Slow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - In Combat - Cast 'Arcane Unlocking' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Lorthander - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18697 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ever-Core the Punisher - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18698 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ever-Core the Punisher - In Combat - Cast 'Suppression' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18698 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ever-Core the Punisher - Within 0-8 Range - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18698 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Reanimated Bones - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Bones - In Combat - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Vortex - On Evade - Despawn Instant (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18701 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Auchenai Necromancer - In Combat - Cast 'Drain Soul' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Necromancer - Friendly At 4000 Health - Cast 'Shadow Mend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18702 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Necromancer - Friendly At 7000 Health - Cast 'Shadow Mend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18702 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Taela Everstride - Out of Combat - Cast 'Shoot Bow' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mawg Grimshot - Out of Combat - Cast 'Shoot Bow' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mawg Grimshot - Out of Combat - Say Line 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18705 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mawg Grimshot - Out of Combat - Play Emote 65 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18705 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mawg Grimshot - Out of Combat - Play Emote 26 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18705 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Torgos - In Combat - Cast 'Gut Rip' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torgos - In Combat - Cast 'Gouge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18707 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Torgos - In Combat - Cast 'Fevered Disease' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18707 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scout Neftis - On Quest 'Who Are They?' Taken - Cast 'Who Are They: Cast from Questgiver' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18714 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scout Neftis - On Quest 'Who Are They?' Finished - Remove Aura 'Shadowy Disguise' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18714 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scout Neftis - On Gossip Option 0 Selected - Cast 'Who Are They: Cast from Questgiver' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18714 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Private Weeks - On Quest 'Who Are They?' Taken - Cast 'Who Are They: Cast from Questgiver' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Private Weeks - On Quest 'Who Are They?' Finished - Remove Aura 'Shadowy Disguise' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Private Weeks - On Gossip Option 0 Selected - Cast 'Who Are They: Cast from Questgiver' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18715 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowy Initiate - On Gossip Option 0 Selected - Cast 'Who Are They: Shadowy Initiate Kill Credit' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowy Initiate - On Initialize - Install Caster Template (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowy Laborer - On Gossip Option 0 Selected - Cast 'Who Are They: Shadowy Laborer Kill Credit' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowy Hunter - In Combat - Cast 'Raptor Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18718 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowy Hunter - In Combat - Cast 'Wing Clip' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18718 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowy Advisor - On Gossip Option 0 Selected - Cast 'Who Are They: Shadowy Advisor Kill Credit' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowy Advisor - On Initialize - Install Caster Template (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18719 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmaster Grieve - In Combat - Cast 'Shadow Cleave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmaster Grieve - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18720 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elrodan - Out of Combat - Run Script (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18743 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zangarmarsh PvP Beam (Blue) - On Respawn - Cast 'Beam (Blue)' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18759 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Faenel the Drunkard - On Respawn - Cast 'Sleeping Sleep' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kuma - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kuma - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18785 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Munci - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Munci - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18788 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Furgu - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Furgu - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18789 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Du'ga - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Du'ga - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18791 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Out of Combat - Set Random Phase(1, 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Gouge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Cast 'Arcane Missiles' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 0-30 Range - Cast 'Arcane Missiles' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Cast 'Arcane Missiles' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Increment Phase By 0 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 0-30 Range - Cast 'Arcane Missiles' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Addle Humanoid' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Gouge' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - On Aggro - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Fire Blast' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Fire Blast' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Flame Buffet' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Cabal Ritualist - In Combat - Cast 'Gouge' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18794 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Fel Overseer - On Aggro - Cast 'Intercept' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18796 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Overseer - In Combat - Cast 'Frightening Shout' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18796 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fel Overseer - In Combat - Cast 'Mortal Strike' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18796 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fel Overseer - In Combat - Cast 'Uppercut' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18796 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kerna - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18807 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kerna - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18807 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gursha - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gursha - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18808 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Furnan Skysoar - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18809 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Furnan Skysoar - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18809 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - East - On Spellhit 'Ignite Horde Siege Engine' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=18818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - East - On Spellhit 'Ignite Horde Siege Engine' - Quest Credit 'Laying Waste to the Unwanted'" WHERE `source_type`=0 AND `entryorguid`=18818 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Warder - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=18829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hellfire Warder - In Combat - Cast 'Death Coil'" WHERE `source_type`=0 AND `entryorguid`=18829 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Warder - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=18829 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hellfire Warder - In Combat - Cast 'Shadow Burst'" WHERE `source_type`=0 AND `entryorguid`=18829 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hellfire Warder - In Combat - Cast 'Unstable Affliction'" WHERE `source_type`=0 AND `entryorguid`=18829 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hellfire Warder - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=18829 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Fanatic - In Combat - Cast 'Fixate'" WHERE `source_type`=0 AND `entryorguid`=18830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wild Fel Stalker - In Combat - Cast 'Wild Bite'" WHERE `source_type`=0 AND `entryorguid`=18847 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malicious Instructor - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=18848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malicious Instructor - In Combat - Cast 'Mark of Malice'" WHERE `source_type`=0 AND `entryorguid`=18848 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Malicious Instructor - In Combat - Cast 'Shadow Nova'" WHERE `source_type`=0 AND `entryorguid`=18848 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Invis Alliance Siege Engine - East - On Spellhit 'Ignite Alliance Siege Engine' - Quest Credit 'Burn It Up... For the Horde!'" WHERE `source_type`=0 AND `entryorguid`=18849 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Guardsman - In Combat - Cast 'Intercept'" WHERE `source_type`=0 AND `entryorguid`=18850 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Guardsman - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18850 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Guardsman - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18850 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Warp-Engineer - In Combat - Cast 'Welding Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Bloodwarder - In Combat - Cast 'Intercept' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Bloodwarder - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18853 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Bloodwarder - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18853 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - In Combat - Cast 'Bloodcrystal Surge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Magister - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18855 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Arcane Annihilator - In Combat - Cast 'Suppression' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Annihilator - In Combat - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18856 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Warp-Master - In Combat - Cast 'Welding Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Priestess - On Respawn - Cast 'Summon Fel Imp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Priestess - In Combat - Cast 'Rain of Chaos' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18859 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Daughter of Destiny - In Combat - Cast 'Chaos Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Wraith - Within 0-30 Range - Cast 'Devour Mana' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18864 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Aberration - On Aggro - Cast 'Arcane Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Aberration - On Spellhit 'Elemental Power Extractor' - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18865 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warp Aberration - On Just Died - Cast 'Create Elemental Power' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18865 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warp Aberration - In Combat - Cast 'Warp Storm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18865 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mageslayer - In Combat - Cast 'Spell Reflection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mageslayer - In Combat - Cast 'Blink' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18866 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Seeker - In Combat - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Seeker - Within 0-25 Range - Cast 'Slow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unstable Voidwraith - On Respawn - Cast 'Coalesce' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18869 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unstable Voidwraith - Between 0-15% Health - Cast 'Unstable Rift' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18869 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unstable Voidwraith - Between 0-15% Health - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18869 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Respawn - Cast 'Coalesce' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - In Combat - Set Random Phase(1, 2, 3, 4, 5, 6) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Cast 'Damage Reduction: Holy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Cast 'Damage Reduction: Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Cast 'Damage Reduction: Nature' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Cast 'Damage Reduction: Frost' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Set Event Phase 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Cast 'Damage Reduction: Shadow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Set Event Phase 5 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Cast 'Damage Reduction: Arcane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - On Spellhit - Set Event Phase 6 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-40 Range - Cast 'Holy Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-40 Range - Cast 'Frostbolt' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Enable Combat Movement (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Increment Phase By 0 (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 35-80 Range - Enable Combat Movement (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=41; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 5-15 Range - Disable Combat Movement (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=42; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-5 Range - Enable Combat Movement (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=43; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 8) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=44; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Enable Combat Movement (Phase 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=45; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Increment Phase By 0 (Phase 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=46; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 35-80 Range - Enable Combat Movement (Phase 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=47; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 5-15 Range - Disable Combat Movement (Phase 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=48; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-5 Range - Enable Combat Movement (Phase 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=49; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-30 Range - Cast 'Arcane Missiles' (Phase 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=50; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Enable Combat Movement (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=51; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Between 0-15% Mana - Increment Phase By 0 (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=52; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 25-80 Range - Enable Combat Movement (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=53; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 5-15 Range - Disable Combat Movement (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=54; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - Within 0-5 Range - Enable Combat Movement (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=55; +UPDATE `smart_scripts` SET `comment`="Voidshrieker - In Combat - Cast 'Psychic Scream' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18870 AND `id`=56; +UPDATE `smart_scripts` SET `comment`="Disembodied Vindicator - On Respawn - Cast 'Shroud of Death' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Disembodied Vindicator - Within 0-5 Range - Cast 'Vindication' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18872 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Disembodied Vindicator - On Just Died - Cast 'Revenge of the Fallen' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18872 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Disembodied Protector - On Respawn - Cast 'Shroud of Death' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Disembodied Protector - Within 0-5 Range - Cast 'Crusader Strike' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18873 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Disembodied Protector - In Combat - Cast 'Holy Smite' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18873 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zaxxis Raider - Within 0-8 Range - Cast 'Energy Flare' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Drake - Within 0-30 Range - Cast 'Intangible Presence' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Ray - Within 0-20 Range - Cast 'Nether Shock' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Ray - Within 0-15 Range - Cast 'Tail Sting' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18880 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nether Ray - Within 0-10 Range - Cast 'Drain Mana' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18880 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sundered Rumbler - On Spellhit 'Elemental Power Extractor' - Set Event Phase 1 (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sundered Rumbler - On Just Died - Cast 'Create Elemental Power' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18881 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sundered Rumbler - Between 0-10% Health - Cast 'Summon Sundered Shard' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18881 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sundered Thunderer - Within 0-8 Range - Cast 'Thunderclap' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sundered Thunderer - On Just Died - Cast 'Summon Sundered Shards' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18882 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Snapper - Within 0-10 Range - Cast 'Mana Burn' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18883 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Snapper - In Combat - Cast 'Phase Slip' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18883 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Snapper - On Just Died - Cast 'De-Materialize' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18883 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warp Chaser - On Respawn - Cast 'Phasing Invisibility' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18884 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Chaser - In Combat - Cast 'Warp Charge' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18884 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warp Chaser - In Combat - Cast 'Venomous Bite' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18884 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warp Chaser - On Just Died - Set Data 1 1 (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18884 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spymistress Mehlisah Highcrown - Out of Combat - Play Emote 1 (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18893 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felguard Brute - Within 0-10 Range - Cast 'Uppercut' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18894 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felguard Brute - In Combat - Cast 'Pummel' (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18894 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject (Phase 32) (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=18899 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject (Phase 32) (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=18900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject (Phase 32) (No Repeat)" WHERE `source_type`=1 AND `entryorguid`=18901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Coryth Stoktron - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=18907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Coryth Stoktron - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=18907 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kerp - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=18908 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Kerp - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=18908 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Caregiver Isel - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=18914 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caregiver Isel - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=18914 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kyrenna - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18929 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vlagga Freyfeather - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=18930 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vlagga Freyfeather - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18930 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vlagga Freyfeather - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18930 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vlagga Freyfeather - On Gossip Option 1 Selected - Cast 'Stair of Destiny to Thrallmar'" WHERE `source_type`=0 AND `entryorguid`=18930 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amish Wildhammer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18931 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amish Wildhammer - On Gossip Option 1 Selected - Cast 'Taxi - Stair of Destiny to Honor Hold'" WHERE `source_type`=0 AND `entryorguid`=18931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amish Wildhammer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18931 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - On Aggro - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - In Combat - Cast 'Polymorph' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Between 0-15% Health - Set Event Phase 3 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Durnholde Mage - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18934 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Amerun Leafshade - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amerun Leafshade - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=18937 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Krexcil - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krexcil - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brubeck Stormfoot - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18939 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brubeck Stormfoot - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18939 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nutral - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nutral - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innalia - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innalia - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=18942 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Scavenger - In Combat - Cast 'Bonechewer Bite'" WHERE `source_type`=0 AND `entryorguid`=18952 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Scavenger - In Combat - Cast 'Throw Wrench'" WHERE `source_type`=0 AND `entryorguid`=18952 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unoke Tenderhoof - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unoke Tenderhoof - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=18953 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lakka - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=18956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Grilka - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=18957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Grilka - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=18957 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 5-30 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Darkspear Axe Thrower - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18970 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Doomwhisperer - In Combat - Cast 'Draining Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackfang Tarantula - In Combat - Cast 'Ebon Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18983 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Executioner - On Aggro - Set Random Phase(1, 1, 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Executioner - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18994 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Executioner - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18994 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Executioner - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18994 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Executioner - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18994 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infinite Executioner - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18994 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Out of Combat - Cast 'Corrupt Medivh' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - In Combat - Cast 'Scorch' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - In Combat - Cast 'Scorch' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Infinite Vanquisher - On Evade - Cast 'Corrupt Medivh' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18995 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - On Aggro - Cast 'Dismounting Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=18999 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis Alliance Siege Engine - West - On Spellhit 'Ignite Alliance Siege Engine' - Quest Credit 'Burn It Up... For the Horde!' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - West - On Spellhit 'Ignite Horde Siege Engine' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=19009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - West - On Spellhit 'Ignite Horde Siege Engine' - Quest Credit 'Laying Waste to the Unwanted'" WHERE `source_type`=0 AND `entryorguid`=19009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - On Aggro - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Within 0-40 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hellfire Familiar - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=19016 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stabled Kurenai Lion - On Respawn - Cast 'Self Visual - Sleep Until Cancelled (DND)'" WHERE `source_type`=0 AND `entryorguid`=19027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stabled Kurenai Panther - On Respawn - Cast 'Self Visual - Sleep Until Cancelled (DND)'" WHERE `source_type`=0 AND `entryorguid`=19030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wazat - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wazat - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=19035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wazat - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=19035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stonebreaker Peon - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=19048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=19055 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19055 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - On Waypoint 3 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=19055 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - In Combat - Cast 'Eagle Claw'" WHERE `source_type`=0 AND `entryorguid`=19055 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - In Combat - Cast 'Wing Buffet'" WHERE `source_type`=0 AND `entryorguid`=19055 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fel Cannon: Hate - On Spellhit 'Fel Cannon: Hate' - Quest Credit 'Forge Camp: Annihilated'" WHERE `source_type`=0 AND `entryorguid`=19067 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Outcast - Out of Combat - Play Emote 1" WHERE `source_type`=0 AND `entryorguid`=19075 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Flamewaker Imp - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19136 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anchorite Attendant - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nagrand Target Dummy - Out of Combat - Play Emote 33 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19139 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nagrand Target Dummy - Out of Combat - Play Emote 34 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19139 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mag'har Pitfighter - Out of Combat - Cast 'Punch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19140 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mag'har Pitfighter - Out of Combat - Play Emote 60 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19140 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mag'har Pitfighter - Out of Combat - Cast 'Lights Out' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19140 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kurenai Pitfighter - Out of Combat - Cast 'Punch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19141 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kurenai Pitfighter - Out of Combat - Play Emote 60 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19141 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kurenai Pitfighter - Out of Combat - Cast 'Lights Out' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19141 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mag'har Refugee - Out of Combat - Play Emote 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orc Refugee - Out of Combat - Play Emote 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19150 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Forge Patroller - In Combat - Cast 'Charged Arcane Missile' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19166 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Forge Patroller - In Combat - Cast 'Knockdown' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19166 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Slayer - In Combat - Cast 'Whirlwind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19167 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Slayer - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19167 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Slayer - In Combat - Cast 'Solar Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19167 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Astromage - In Combat - Cast 'Scorch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19168 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Astromage - In Combat - Cast 'Scorch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19168 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Astromage - In Combat - Cast 'Solarburn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19168 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Astromage - In Combat - Cast 'Solarburn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19168 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunseeker Astromage - In Combat - Cast 'Fire Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19168 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunseeker Astromage - In Combat - Cast 'Fire Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19168 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Peasant Refugee - Out of Combat - Play Emote 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chieftain Mummaki - Between 0-50% Health - Cast 'Vanish' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lemla Hopewing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=19181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lemla Hopewing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=19181 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raging Colossus - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=19188 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raging Colossus - In Combat - Cast 'Crystal Strike'" WHERE `source_type`=0 AND `entryorguid`=19188 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raging Colossus - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19188 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Raging Colossus - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19188 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Quillfang Skitterer - In Combat - Cast 'Ravage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19189 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Handler - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19190 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arazzius the Cruel - In Combat - Cast 'Pyroblast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19191 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arazzius the Cruel - In Combat - Cast 'Doubting Mind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19191 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arazzius the Cruel - In Combat - Cast 'Shadow Bolt Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19191 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arazzius the Cruel - Between 0-50% Health - Cast 'Inferno' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19191 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mistress of Doom - In Combat - Cast 'Rain of Chaos' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistress of Doom - Between 0-80% Health - Cast 'Summon Imps' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19192 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cro Threadstrong - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cro Threadstrong - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - Out of Combat - Cast 'Shadow Defense' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - Friendly At 9000 Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - Friendly At 15000 Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - Friendly At 4000 Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - Friendly At 7000 Health - Cast 'Renew' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Acolyte - On Evade - Set Flag Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19208 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Deathsworn - In Combat - Cast 'Black Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19209 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Deathsworn - In Combat - Cast 'Black Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19209 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Deathsworn - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19209 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Deathsworn - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19209 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Deathsworn - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19209 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Cabal Deathsworn - On Evade - Set Flag Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19209 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fel Cannon: Fear - On Spellhit 'Fel Cannon: Fear' - Quest Credit 'Forge Camp: Annihilated' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - Out of Combat - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Granny Smith - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19223 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Granny Smith - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19223 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Void Portal - On Respawn - Cast 'Void Portal Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19224 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Griftah - Within 1-30 Range Out of Combat LoS - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19227 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Griftah - Within 1-30 Range Out of Combat LoS - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19227 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Griftah - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19227 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mechanar Crusher - In Combat - Cast 'The Claw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19231 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="General Krakork - On Quest 'Journey to Thrallmar' Finished - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19255 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-10% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-20% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-30% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-40% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-50% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-60% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-70% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-80% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-90% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - Between 0-30% Health - Cast 'Blade Flurry' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - On Aggro - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Force-Commander Gorax - On Just Died - Cast 'Create Gorax Corpse Spell Focus' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19264 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Forward Commander To'arch - On Quest 'Mission: The Abyssal Shelf' Taken - Quest Credit 'Mission: The Abyssal Shelf' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vagrant - Out of Combat - Play Random Emote (12, 13, 64) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vagrant - Out of Combat - Play Emote 26 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19283 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vagrant - Out of Combat - Play Random Emote (18, 20, 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19283 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vagrant - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19283 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vagabond - On Respawn - Play Random Emote (12, 65, 68) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Transporter: Alpha - On Spellhit 'Dropping The Nether Modulator' - Quest Credit 'Mission: Gateways Murketh and Shaadraz' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Transporter: Beta - On Spellhit 'Dropping The Nether Modulator' - Quest Credit 'Mission: Gateways Murketh and Shaadraz' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Grenadier - In Combat - Cast 'Throw Dynamite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goliathon - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goliathon - In Combat - Cast 'Crystal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19305 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goliathon - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19305 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Goliathon - Between 0-90% Health - Cast 'Summon Goliathon Shardling' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19305 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Goliathon - Between 0-60% Health - Cast 'Summon Goliathon Shardling' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19305 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Goliathon - Between 0-30% Health - Cast 'Summon Goliathon Shardling' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19305 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mana Leech - In Combat - Cast 'Mana Burn' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19306 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Leech - In Combat - Cast 'Faerie Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19306 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Leech - On Just Died - Cast 'Arcane Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19306 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nexus Terror - In Combat - Cast 'Shadows Embrace' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19307 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nexus Terror - In Combat - Cast 'Death Coil' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19307 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nexus Terror - In Combat - Cast 'Psychic Scream' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19307 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nexus Terror - In Combat - Cast 'Curse of Impotence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19307 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marshal Isildor - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19308 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drillmaster Zurok - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19312 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drillmaster Zurok - Within 0-10 Range - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19312 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drek'Gol - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=19317 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drek'Gol - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=19317 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Innkeeper Darg Bloodclaw - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=19319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Darg Bloodclaw - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=19319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harbinger Erothem - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harbinger Erothem - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=19346 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harbinger Erothem - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=19346 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thornfang Ravager - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=19349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thornfang Venomspitter - In Combat - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=19350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thornfang Venomspitter - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=19350 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arzeth the Merciless - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=19354 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arzeth the Merciless - Within 0-30 Range - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=19354 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arzeth the Merciless - On Spellhit 'Fury of the Dreghood Elders' - Update Template To 'Arzeth the Powerless'" WHERE `source_type`=0 AND `entryorguid`=19354 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Peon - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=19355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kor'kron Defender - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19362 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anchorite Nindumen - Out of Combat - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=19378 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lair Brute - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=19389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lair Brute - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=19389 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lair Brute - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=19389 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=19395 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Brack - On Gossip Option 0 Selected - Cast 'Aerial Assault Flight (Horde)'" WHERE `source_type`=0 AND `entryorguid`=19401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wing Commander Brack - On Gossip Option 1 Selected - Cast 'Aerial Assault Flight (Horde)'" WHERE `source_type`=0 AND `entryorguid`=19401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wing Commander Brack - On Gossip Option 4 Selected - Cast 'Taxi - Reaver's Fall to Spinebreaker Ridge'" WHERE `source_type`=0 AND `entryorguid`=19401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wing Commander Brack - On Gossip Option 5 Selected - Cast 'Gateways Murket and Shaadraz'" WHERE `source_type`=0 AND `entryorguid`=19401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Bog Lord - In Combat - Cast 'Osmosis'" WHERE `source_type`=0 AND `entryorguid`=19402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Bog Lord - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=19402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Neophyte - In Combat - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=19410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Neophyte - Between 0-40% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=19410 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Neophyte - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=19410 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Neophyte - On Just Died - Cast 'Soul Burden'" WHERE `source_type`=0 AND `entryorguid`=19410 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Out of Combat - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - In Combat - Cast 'Immolate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Warlock - On Just Died - Cast 'Soul Burden' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19411 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="D'ore - On Respawn - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="D'ore - On Respawn - Cast 'Projection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19412 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Mage - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19413 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Guard - In Combat - Cast 'Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Acolyte - On Aggro - Cast 'Power Word: Fortitude' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19415 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Acolyte - In Combat - Cast 'Mind Flay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19415 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Hand Acolyte - Between 0-50% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19415 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Raging Shardling - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19419 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raging Shardling - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19419 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Netherstorm Crystal Target - Out of Combat - Cast 'Red Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - In Combat - Cast 'Curse of the Bleeding Hollow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Necrolyte - On Killed Unit - Cast 'Raise Dead' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19422 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Tormentor - In Combat - Cast 'Fear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Tormentor - In Combat - Cast 'Summon Riding Worg' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19424 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Tormentor - Between 0-15% Health - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19424 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bleeding Hollow Tormentor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19424 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Orgrimmar Peon - On Respawn - Cast 'Invisibility and Stealth Detection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Peon Overseer - On Respawn - Cast 'Invisibility and Stealth Detection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - On Aggro - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - In Combat - Cast 'Lightning Breath' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - In Combat - Cast 'Lightning Breath' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Cobalt Serpent - In Combat - Cast 'Wing Buffet' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19428 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Avian Darkhawk - Within 8-25 Range - Cast 'Sonic Charge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Avian Darkhawk - Within 8-25 Range - Cast 'Sonic Charge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19429 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Avian Darkhawk - In Combat - Cast 'Carnivorous Bite' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19429 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Avian Darkhawk - In Combat - Cast 'Carnivorous Bite' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19429 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Injured Grunt - On Respawn - Cast 'Invisibility and Stealth Detection' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dreadcaller - In Combat - Cast 'Cripple' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19434 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eye of Grillok - In Combat - Despawn Instant (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Grillok - On Aggro - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19440 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Worg Master Kruush - In Combat - Cast 'Hemorrhage' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Worg Master Kruush - In Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Worg Master Kruush - Between 0-25% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19442 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Worg Master Kruush - Between 0-25% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19442 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Captain - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Captain - In Combat - Cast 'Spellbreaker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19453 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Captain - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19453 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Captain - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19453 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - Between 0-30% Health - Set Faction 35 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - Between 0-30% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - Between 0-30% Health - Evade (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - In Combat - Cast 'Entangling Roots' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - Between 0-30% Health - Set Home Position (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - Between 24-26% Health - Set Health Regeneration Off" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - On Just Summoned - Set Invincibility Hp 25%" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - In Combat - Cast 'Withered Touch'" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Whitebark's Spirit - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=19456 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grillok 'Darkeye' - In Combat - Cast 'Fire Nova Totem'" WHERE `source_type`=0 AND `entryorguid`=19457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grillok 'Darkeye' - In Combat - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=19457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grillok 'Darkeye' - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=19457 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grillok 'Darkeye' - In Combat - Cast 'Grounding Totem'" WHERE `source_type`=0 AND `entryorguid`=19457 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grillok 'Darkeye' - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=19457 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gholah - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=19470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gholah - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=19470 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harbinger Haronem - Out of Combat - Play Emote 1" WHERE `source_type`=0 AND `entryorguid`=19475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harbinger Haronem - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19475 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkened Spirit - In Combat - Cast 'Consuming Shadows'" WHERE `source_type`=0 AND `entryorguid`=19480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkened Spirit - On Just Died - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=19480 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkened Spirit - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19480 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Chemist - In Combat - Cast 'Vial of Poison'" WHERE `source_type`=0 AND `entryorguid`=19486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Chemist - In Combat - Cast 'Vial of Poison'" WHERE `source_type`=0 AND `entryorguid`=19486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Chemist - In Combat - Cast 'Fire Breath Potion'" WHERE `source_type`=0 AND `entryorguid`=19486 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Chemist - In Combat - Cast 'Fire Breath Potion'" WHERE `source_type`=0 AND `entryorguid`=19486 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ekkorash the Inquisitor - Within 0-30 Range - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=19493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ekkorash the Inquisitor - In Combat - Cast 'Fel Flamestrike'" WHERE `source_type`=0 AND `entryorguid`=19493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ar'kelos - Within 0-8 Range - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=19494 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shaunessy - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=19495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Innkeeper Shaunessy - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=19495 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Channeler - Out of Combat - Cast 'Sunseeker Blessing'" WHERE `source_type`=0 AND `entryorguid`=19505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Channeler - In Combat - Cast 'Soul Channel'" WHERE `source_type`=0 AND `entryorguid`=19505 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Channeler - In Combat - Cast 'Sunseeker Aura'" WHERE `source_type`=0 AND `entryorguid`=19505 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Gene-Splicer - In Combat - Cast 'Death & Decay'" WHERE `source_type`=0 AND `entryorguid`=19507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Gene-Splicer - In Combat - Cast 'Death & Decay'" WHERE `source_type`=0 AND `entryorguid`=19507 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Gene-Splicer - Between 0-50% Health - Summon Creature 'Mutate Fleshlasher' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19507 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Gene-Splicer - Between 0-50% Health - Summon Creature 'Mutate Fleshlasher' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19507 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - On Aggro - Cast 'Spade Toss'" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - Within 5-30 Range - Cast 'Spade Toss'" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - On Aggro - Cast 'Spade Toss'" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - Within 5-30 Range - Cast 'Spade Toss'" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunseeker Herbalist - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=19508 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunseeker Harvester - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=19509 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Harvester - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=19509 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Harvester - Between 0-50% Health - Summon Creature 'Mutate Fleshlasher' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19509 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Harvester - Between 0-50% Health - Summon Creature 'Mutate Fleshlasher' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19509 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Centurion - In Combat - Cast 'Shield Bash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19510 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethervine Inciter - In Combat - Cast 'Mind-numbing Poison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19511 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethervine Inciter - In Combat - Cast 'Deadly Poison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19511 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethervine Reaper - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19512 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethervine Reaper - In Combat - Cast 'Pale Death' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19512 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Starving Bog Lord - In Combat - Cast 'Choking Vines' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Starving Bog Lord - In Combat - Cast 'War Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stage Spotlight - On Respawn - Cast 'Spotlight' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19525 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormspire Nexus-Guard - Within 0-5 Range - Cast 'Hamstring' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormspire Nexus-Guard - Within 0-5 Range - Cast 'Mortal Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19529 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormspire Nexus-Guard - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19529 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dealer Aljaan - Out of Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19533 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dealer Digriz - Out of Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dealer Zijaad - Out of Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Netherstorm Agent - Out of Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19541 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Battle-Mage Dathric - On Just Summoned - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=19543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Battle-Mage Dathric - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19543 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Battle-Mage Dathric - On Just Summoned - Quest Credit 'Battle-Mage Dathric'" WHERE `source_type`=0 AND `entryorguid`=19543 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Battle-Mage Dathric - In Combat - Cast 'Torrent of Flames'" WHERE `source_type`=0 AND `entryorguid`=19543 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Battle-Mage Dathric - In Combat - Cast 'Pyroblast'" WHERE `source_type`=0 AND `entryorguid`=19543 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Conjurer Luminrath - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=19544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conjurer Luminrath - In Combat - Cast 'Summon Dancing Sword'" WHERE `source_type`=0 AND `entryorguid`=19544 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conjurer Luminrath - In Combat - Cast 'Blink'" WHERE `source_type`=0 AND `entryorguid`=19544 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cohlien Frostweaver - In Combat - Cast 'Ice Barrier'" WHERE `source_type`=0 AND `entryorguid`=19545 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cohlien Frostweaver - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=19545 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cohlien Frostweaver - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=19545 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - On Just Summoned - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - On Just Summoned - Quest Credit 'Abjurist Belmara'" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - On Aggro - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - In Combat - Cast 'Mana Shield'" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - In Combat - Cast 'Arcane Missiles'" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Abjurist Belmara - On Reset - Remove Aura 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=19546 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Amilya Airheart - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=19558 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amilya Airheart - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=19558 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Peon Bolgar - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=19562 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cohlien Frostweaver with Hat - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cohlien Frostweaver with Hat - On Just Summoned - Quest Credit 'Cohlien Frostweaver'" WHERE `source_type`=0 AND `entryorguid`=19579 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Luminrath with Cape - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Luminrath with Cape - On Just Summoned - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=19580 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Luminrath with Cape - On Just Summoned - Quest Credit 'Conjurer Luminrath'" WHERE `source_type`=0 AND `entryorguid`=19580 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Maddix - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=19581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maddix - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=19581 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grennik - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=19583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grennik - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=19583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Out of Combat - Cast 'Fiery Intellect'" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - On Aggro - Cast 'Arcane Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Within 0-30 Range - Cast 'Arcane Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Spellbinder Maryana - Within 0-8 Range - Cast 'Blast Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19593 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grek - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grek - Out of Combat - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19606 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grek - On Gossip Option 0 Selected - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=19606 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grek - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=19606 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grek - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=19606 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grek - On Text 2 Over - Quest Credit 'And Now, the Moment of Truth'" WHERE `source_type`=0 AND `entryorguid`=19606 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grek's Riding Wolf - On Respawn - Cast 'Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=19607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lykul Stinger - Between 0-50% Health - Cast 'Stinger Rage' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19632 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lykul Stinger - Between 0-50% Health - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19632 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Mender - Out of Combat - Cast 'Holy Fury' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Mender - In Combat - Cast 'Mind Blast' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19633 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Mender - In Combat - Cast 'Mind Blast' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19633 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Mender - Between 0-30% Health - Cast 'Greater Heal' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19633 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Arathyn - On Aggro - Cast 'Summon Azurebeak' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19635 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Arathyn - Out of Combat - Say Line 2 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19635 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Arathyn - Out of Combat - Say Line 1 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19635 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Arathyn - Out of Combat - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19635 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Arathyn - Within 0-5 Range - Cast 'Whirlwind' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19635 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warp-Raider Nesaad - In Combat - Cast 'Energy Flux' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19641 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zaxxis Stalker - Within 0-5 Range - Cast 'Backstab' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Out of Combat - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Out of Combat - Cast 'Fiery Intellect' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - On Aggro - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Within 0-30 Range - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Astromancer - Within 0-30 Range - Cast 'Astral Focus' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19643 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - Within 0-8 Range - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Summoner Kanthin - In Combat - Cast 'Pyroblast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19657 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Muffin Man Moser - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Muffin Man Moser - Out of Combat - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Muffin Man Moser - Out of Combat - Say Line 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadow Lord Xiraxis - On Aggro - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bonechewer Evoker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19701 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-50 Range - Cast 'Frost Arrow' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-50 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-5 Range - Cast 'Improved Wing Clip'" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Within 0-5 Range - Set Ranged Movement" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Master Daellis Dawnstrike - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19705 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Marshrock Threshalisk - On Aggro - Cast 'Threshalisk Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 10-40 Range - Cast 'Immolation Arrow' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 10-40 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Within 0-10 Range - Set Ranged Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Sunfury Archer - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19707 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Mechanar Driller - In Combat - Cast 'Pound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mechanar Driller - In Combat - Cast 'Drill Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mechanar Driller - In Combat - Cast 'Crippling Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19712 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mechanar Wrecker - In Combat - Cast 'Pound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mechanar Tinkerer - In Combat - Cast 'Netherbomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mechanar Tinkerer - In Combat - Cast 'Netherbomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mechanar Tinkerer - Between 0-20% Health - Cast 'Maniacal Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mechanar Tinkerer - Between 0-29% Health - Cast 'Nether Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19716 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ricole Nichie - On Respawn - Cast 'Ancestor Invisibility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Reset - Set Faction 1194" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Reset - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Reset - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Reset - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Reset - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Gossip Option 0 Selected - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Gossip Option 0 Selected - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Gossip Option 0 Selected - Respawn Closest Creature ''Epic' Malone'" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Gossip Option 0 Selected - Respawn Closest Creature ''Creepjack''" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 0 Over - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Text 4 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - Between 0-20% Health - Quest Credit 'What Book? I Don't See Any Book.'" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - Between 0-20% Health - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - Between 0-20% Health - Evade" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="'Dirty' Larry - On Respawn - Set Invincibility Hp 15%" WHERE `source_type`=0 AND `entryorguid`=19720 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Invis BE Ballista - Between 0-20% Health - Quest Credit 'Torching Sunfury Hold'" WHERE `source_type`=0 AND `entryorguid`=19723 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invis BE Ballista - On Spellhit 'Burn Blood Elf Equipment' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19723 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis BE Tent - On Spellhit 'Burn Blood Elf Equipment' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19724 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis BE Tent - On Spellhit 'Burn Blood Elf Equipment' - Quest Credit 'Torching Sunfury Hold' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19724 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Epic' Malone - On Reset - Set Faction 1194" WHERE `source_type`=0 AND `entryorguid`=19725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Epic' Malone - On Reset - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=19725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Epic' Malone - On Data Set 1 1 - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=19725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Epic' Malone - On Data Set 1 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=19725 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Epic' Malone - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=19725 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Epic' Malone - On Data Set 1 2 - Evade" WHERE `source_type`=0 AND `entryorguid`=19725 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="'Creepjack' - On Reset - Set Faction 1194" WHERE `source_type`=0 AND `entryorguid`=19726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Creepjack' - On Reset - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=19726 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Creepjack' - On Data Set 1 1 - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=19726 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Creepjack' - On Data Set 1 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=19726 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Creepjack' - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=19726 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Creepjack' - On Data Set 1 2 - Evade" WHERE `source_type`=0 AND `entryorguid`=19726 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ironspine Threshalisk - On Aggro - Cast 'Threshalisk Charge'" WHERE `source_type`=0 AND `entryorguid`=19729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironspine Gazer - In Combat - Cast 'Hypnotic Gaze'" WHERE `source_type`=0 AND `entryorguid`=19730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironspine Gazer - On Aggro - Cast 'Threshalisk Charge'" WHERE `source_type`=0 AND `entryorguid`=19730 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Cast 'Demon Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Set Phase Random Between 1-2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Cast 'Summon Succubus' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Cast 'Summon Imp' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Out of Combat - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - On Aggro - Cast 'Shadow Bolt' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19732 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Daggerfen Servant - Between 0-50% Health - Cast 'Bandage' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19733 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Forge Destroyer - In Combat - Cast 'Charged Fist' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Forge Destroyer - In Combat - Cast 'Knockdown' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doomclaw - Within 0-10 Range - Cast 'Claw Swipe' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19738 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doomclaw - Within 0-10 Range - Cast 'Claw Swipe' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19738 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doomclaw - Within 0-5 Range - Cast 'Slime Spray' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19738 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathforge Tinkerer - Out of Combat - Cast 'Create Deathforge Mine' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19754 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Tinkerer - In Combat - Cast 'Create Deathforge Mine' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19754 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathforge Tinkerer - In Combat - Cast 'Shrapnel Bomb' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19754 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathforge Smith - In Combat - Cast 'Drill Armor' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19756 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Smith - In Combat - Cast 'Chaos Nova' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19756 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - On Aggro - Cast 'Throw Rock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 5-30 Range - Cast 'Throw Rock' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Within 0-5 Range - Cast 'Puncture Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunfury Geologist - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19779 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Eclipsion Centurion - In Combat - Cast 'Spellbreaker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Centurion - Between 0-20% Health - Cast 'Blood Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19792 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eclipsion Archmage - In Combat - Cast 'Ancient Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19796 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Archmage - In Combat - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19796 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eclipsion Archmage - In Combat - Cast 'Flamestrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19796 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eclipsion Bloodwarder - On Just Died - Cast 'Summon Eclipsion Hawkstrider' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Bloodwarder - Between 0-35% Health - Cast 'Blood Leech' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19806 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Talonite - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19825 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Talonite - In Combat - Cast 'Talon of Justice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19825 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Talonite - In Combat - Cast 'Cold Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19825 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - In Combat - Cast 'Fear' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 0-40% Health - Cast 'Dark Mending' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Shadowmancer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19826 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Ravenguard - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19827 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Ravenguard - In Combat - Cast 'Piercing Howl' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19827 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Ravenguard - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19827 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Ravenguard - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19827 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - On Aggro - Cast 'Chain Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Within 0-40 Range - Cast 'Chain Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Arcanist Ardonis - Within 0-8 Range - Cast 'Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19830 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mixie Farshot - On Respawn - Cast 'Invisibility and Stealth Detection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caledis Brightdawn - On Respawn - Cast 'Caledis's Disguise' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethervine Trickster - Out of Combat - Cast 'Stealth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19843 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethervine Trickster - In Combat - Cast 'Backstab' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19843 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Levixus - On Respawn - Cast 'Shade' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19847 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Levixus - In Combat - Cast 'Cripple' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19847 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Levixus - In Combat - Cast 'Dominate Mind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19847 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Levixus - In Combat - Cast 'Inferno' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19847 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Negatron - Within 8-25 Range - Cast 'Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Negatron - Within 0-5 Range - Cast 'Demolish' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Negatron - In Combat - Cast 'Earthquake' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19851 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Negatron - Between 0-50% Health - Cast 'Frenzy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19851 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Negatron - On Just Died - Quest Credit 'You, Robot' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19851 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Artifact Seeker - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Artifact Seeker - In Combat - Cast 'Spell Lock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19852 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felblade Doomguard - Within 0-5 Range - Cast 'Mortal Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felblade Doomguard - In Combat - Cast 'War Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19853 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mutate Horror - In Combat - Cast 'Corrode Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis East KV Rune - On Spellhit 'Activate Kirin'Var Rune' - Quest Credit 'Building a Perimeter' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis NE KV Rune - On Spellhit 'Activate Kirin'Var Rune' - Quest Credit 'Building a Perimeter' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis West KV Rune - On Spellhit 'Activate Kirin'Var Rune' - Quest Credit 'Building a Perimeter' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19868 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - On Respawn - Cast 'Shroud of Death' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Out of Combat - Set Event Phase 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Within 0-8 Range - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Between 0-15% Health - Set Event Phase 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Between 0-15% Health - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Severed Spirit - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19881 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jero'me - On Gossip Option 1 Selected - Close Gossip (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spellreaver Marathelle - On Respawn - Cast 'Coldflame' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spellreaver Marathelle - On Aggro - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spellreaver Marathelle - Within 0-8 Range - Cast 'Arcane Tempest' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19926 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spellreaver Marathelle - Within 0-15 Range - Cast 'Ring of Flame' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19926 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Commander Hogarth - On Respawn - Cast 'Shroud of Death' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apex - In Combat - Cast 'Thunderclap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apex - Between 0-75% Health - Summon Creature 'Apex Crumbler' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apex - Between 0-50% Health - Summon Creature 'Apex Crumbler' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19940 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apex - Between 0-25% Health - Summon Creature 'Apex Crumbler' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19940 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lashh'an Windwalker - On Respawn - Cast 'Lightning Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkcrest Slaver - In Combat - Cast 'Demoralizing Shout' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Out of Combat - Cast 'Frost Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - In Combat - Cast 'Freezing Circle' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darkcrest Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19947 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Skirmisher - In Combat - Cast 'Bloodmaul Buzz' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Skirmisher - Between 0-30% Health - Cast 'Bloodmaul Rage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19948 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Skirmisher - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19948 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Skirmisher - In Combat - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19948 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Geomancer - Between 0-30% Health - Cast 'Bloodmaul Buzz' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19952 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frayer Protector - In Combat - Cast 'Thorns' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Brewmaster - In Combat - Cast 'Drunken Haze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="White Seedling - In Combat - Cast 'Bind Feet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19958 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blue Seedling - In Combat - Cast 'Icebolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19962 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Red Seedling - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Green Seedling - In Combat - Cast 'Toxic Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19969 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Abyssal Flamebringer - On Spellhit 'Banishment' - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Abyssal Flamebringer - On Just Died - Quest Credit 'Banish the Demons' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19973 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathforge Over-Smith - In Combat - Cast 'Slime Spray' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Over-Smith - In Combat - Cast 'Toxic Slime' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19978 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathforge Technician - In Combat - Cast 'Steal Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Technician - Between 0-30% Health - Cast 'Drain Life' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ruuan'ok Cloudgazer - On Respawn - Cast 'Lightning Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19985 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Shaman - On Respawn - Cast 'Lightning Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19992 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Warlock - Between 0-30% Health - Cast 'Bloodmaul Buzz' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19994 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Warlock - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19994 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Warlock - Out of Combat - Cast 'Summon Imp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19994 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Warlock - Out of Combat - Cast 'Demon Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=19994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Legionnaire - On Aggro - Cast 'Dual Wield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20031 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Legionnaire - In Combat - Cast 'Whirlwind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20031 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Legionnaire - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20031 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Legionnaire - In Combat - Cast 'Bloodthirst' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20031 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Vindicator - In Combat - Cast 'Hammer of Justice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20032 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Vindicator - Target Between 0-20% Health - Cast 'Hammer of Wrath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20032 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Vindicator - Friendly At 200 Health - Cast 'Flash of Light' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20032 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Vindicator - Friendly At 200 Health - Cast 'Cleanse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20032 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Vindicator - Between 0-30% Health - Cast 'Flash of Light' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20032 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Astromancer - On Aggro - Cast 'Molten Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20033 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Astromancer - In Combat - Cast 'Fireball Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20033 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Astromancer - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20033 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Star Scryer - In Combat - Cast 'Domination' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Star Scryer - In Combat - Cast 'Starfall' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Star Scryer - In Combat - Cast 'Arcane Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20034 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Marshal - On Aggro - Cast 'Dual Wield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Marshal - In Combat - Cast 'Whirlwind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Marshal - In Combat - Cast 'Bloodthirst' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Marshal - In Combat - Cast 'Uppercut' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20035 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Squire - In Combat - Cast 'Hammer of Justice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Squire - Target Between 0-20% Health - Cast 'Hammer of Wrath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Squire - Friendly At 200 Health - Cast 'Flash of Light' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20036 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Squire - Friendly At 200 Health - Cast 'Cleanse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20036 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Squire - Between 0-30% Health - Cast 'Flash of Light' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20036 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tempest Falconer - Friendly At 200 Health - Cast 'Fire Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest Falconer - On Respawn - Set Ranged Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tempest Falconer - In Combat - Cast 'Shoot' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20037 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tempest Falconer - In Combat - Cast 'Immolation Arrow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20037 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tempest Falconer - In Combat - Cast 'Knockback' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20037 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phoenix-Hawk Hatchling - In Combat - Cast 'Silence' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20038 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phoenix-Hawk Hatchling - In Combat - Cast 'Wing Buffet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20038 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phoenix-Hawk - In Combat - Cast 'Dive' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20039 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phoenix-Hawk - In Combat - Cast 'Mana Burn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20039 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystalcore Sentinel - In Combat - Cast 'Charged Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalcore Sentinel - In Combat - Cast 'Overcharge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20041 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystalcore Sentinel - Between 0-15% Health - Cast 'Powered Down' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20041 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tempest-Smith - Out of Combat - Cast 'Golem Repair' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tempest-Smith - In Combat - Cast 'Fragmentation Bomb' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20042 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tempest-Smith - In Combat - Cast 'Power Up' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20042 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tempest-Smith - In Combat - Cast 'Shell Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20042 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Apprentice Star Scryer - In Combat - Cast 'Arcane Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apprentice Star Scryer - In Combat - Cast 'Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apprentice Star Scryer - In Combat - Cast 'Arcane Buffet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apprentice Star Scryer - In Combat - Cast 'Arcane Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20043 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Astromancer Lord - On Aggro - Cast 'Fire Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Astromancer Lord - In Combat - Cast 'Fireball Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20046 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Astromancer Lord - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20046 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Astromancer Lord - In Combat - Cast 'Dragon's Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20046 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Battle Mage - In Combat - Cast 'Blizzard' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Battle Mage - In Combat - Cast 'Cone of Cold' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20047 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Battle Mage - In Combat - Cast 'Frostbolt Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20047 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Centurion - In Combat - Cast 'Arcane Flurry' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Blood Knight - On Friendly Between 0-50% Health - Cast 'Renew' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20049 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Blood Knight - In Combat - Cast 'Flash of Light' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20049 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Blood Knight - Friendly At 100 Health - Cast 'Flash of Light' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20049 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Blood Knight - Target Between 20-20% Health - Cast 'Hammer of Wrath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20049 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Blood Knight - In Combat - Cast 'Hammer of Justice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20049 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Blood Knight - Friendly Crowd Controlled - Cast 'Cleanse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20049 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Inquisitor - On Aggro - Cast 'Power Infusion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20050 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Inquisitor - In Combat - Cast 'Power Infusion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20050 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Inquisitor - In Combat - Cast 'Mind Flay' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20050 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crimson Hand Inquisitor - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20050 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crystalcore Mechanic - In Combat - Cast 'Saw Blade' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20052 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalcore Mechanic - Out of Combat - Cast 'Recharge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20052 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Dire Wolf - On Just Summoned - Add Aura 'Invisibility and Stealth Detection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Netherbinder - In Combat - Cast 'Arcane Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20059 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Netherbinder - In Combat - Cast 'Arcane Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20059 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Netherbinder - In Combat - Cast 'Dispel Magic' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20059 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkwater Crocolisk - In Combat - Cast 'Jagged Tooth Snap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20075 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Reservist - On Just Created - Cast 'Teleport Effect' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Reservist - In Combat - Cast 'Arcane Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20078 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Mender - In Combat - Cast 'Mind Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20083 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Mender - In Combat - Cast 'Mind Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20083 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Mender - In Combat - Cast 'Holy Fury' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20083 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Mender - On Just Created - Cast 'Teleport Effect' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Bloodwarder Mender - Between 0-30% Health - Cast 'Greater Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20083 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Netherstorm Triangulation Point One Trigger - On Respawn - Cast 'Triangulation Point One Invisibility' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20086 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscale Overseer - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20088 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscale Overseer - In Combat - Cast 'Curse of Nazjatar' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20088 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Out of Combat - Cast 'Water Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - On Aggro - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Within 0-45 Range - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodscale Wavecaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20089 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jane - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jessel - On Respawn - Play Emote 12 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jessel - Out of Combat - Play Emote 13 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jessel - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jessel - Out of Combat - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jessel - Out of Combat - Play Emote 12 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Netherstorm Triangulation Point Two Trigger - On Respawn - Cast 'Triangulation Point Two Invisibility' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20114 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Umbrafen Witchdoctor - In Combat - Cast 'Shrink' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Umbrafen Witchdoctor - In Combat - Cast 'Umbrafen Buff' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20115 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Umbrafen Witchdoctor - Between 0-50% Health - Cast 'Terror Totem' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20115 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Socrethar - On Respawn - Cast 'Nether Protection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20132 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - In Combat - Cast 'Bloodcrystal Surge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Arcanist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20134 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Out of Combat - Cast 'Fiery Intellect' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Arch Mage - Within 0-8 Range - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20135 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Researcher - Within 0-5 Range - Cast 'Puncture Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20136 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Culuthas - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Culuthas - On Aggro - Cast 'Chain Felfire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Culuthas - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Culuthas - Within 0-40 Range - Cast 'Chain Felfire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Culuthas - Within 0-30 Range - Cast 'Shadowfury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Culuthas - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Culuthas - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Culuthas - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Culuthas - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Culuthas - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Culuthas - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Culuthas - Within 0-30 Range - Cast 'Sleep' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20138 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - In Combat - Cast 'Bloodcrystal Surge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunfury Conjurer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20139 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunfury Centurion - Within 0-5 Range - Cast 'Spellbreaker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20140 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Centurion - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20140 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Centurion - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20140 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hound of Culuthas - In Combat - Cast 'Double Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20141 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hound of Culuthas - In Combat - Cast 'Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20141 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Void Spawner - Quest - Warp Rifts - Out of Combat - Cast 'Summon Unstable Voidwalker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20143 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unstable Voidwalker - In Combat - Cast 'Shadowstrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20145 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shrouded Figure - On Respawn - Cast 'Shade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ambassador Solannas - Within 0-8 Range - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20163 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodthirsty Marshfang - In Combat - Cast 'Drain Mana' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bogflare Needler - In Combat - Cast 'Lambent Blood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fenglow Stinger - In Combat - Cast 'Glowing Blood' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ambassador's Honor Guard - Within 0-5 Range - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cragskaar - Within 0-8 Range - Cast 'Knock Away' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fei Fei - On Quest 'The Boon of A'dal' Finished - Start Waypoint (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - On Respawn - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - On Respawn - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Out of Combat - Cast 'Shoot Bow'" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Out of Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 10-40 Range - Cast 'Immolation Arrow' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 10-40 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Sunfury Bowman - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20207 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Shaleskin Flayer - On Aggro - Cast 'Shaleskin' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pentatharon - In Combat - Cast 'Carrion Swarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grulloc - In Combat - Cast 'Burning Rage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grulloc - In Combat - Cast 'Crush Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20216 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grulloc - In Combat - Cast 'Grievous Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20216 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grulloc - On Just Died - Cast 'Grulloc: Summon Grulloc's Dragon Skull Chest' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20216 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Flamekeeper - Within 0-5 Range - Cast 'Torch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20221 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Flamekeeper - Within 0-5 Range - Cast 'Judgement of the Flame' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20221 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Flamekeeper - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20221 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Flamekeeper - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20221 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Runetog Wildhammer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=20234 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runetog Wildhammer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=20234 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Karaaz - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=20242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scrapped Fel Reaver - On Spellhit 'Fel Zapper' - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=20243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Out of Combat - Cast 'Summon Mana Beast'" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - On Aggro - Cast 'Bloodcrystal Surge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - In Combat - Cast 'Bloodcrystal Surge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 0-75% Health - Cast 'Drain Life' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunfury Nethermancer - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20248 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Feralfen Druid - On Aggro - Cast 'Roc Form' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feralfen Druid - Between 0-50% Health - Cast 'Regrowth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20270 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragestone Threshalisk - Between 0-20% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20279 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragestone Threshalisk - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20279 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragestone Trampler - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragestone Trampler - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20280 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragestone Trampler - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20280 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dr. Boom - Within 0-15 Range - Cast 'Throw Dynamite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gan'arg Warp-Tinker - Within 0-5 Range - Cast 'Steal Weapon' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gan'arg Warp-Tinker - In Combat - Cast 'Mana Bomb' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marsh Baron Brok - Between 0-75% Health - Cast 'Wild Regeneration' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bogstrok Razorclaw - In Combat - Cast 'Gushing Wound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20294 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bogstrok Crusher - In Combat - Cast 'Crush Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Parched Hydra - In Combat - Cast 'Heat Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mo'arg Warp-Master - Within 0-5 Range - Cast 'Slime Spray' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20326 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Battle Worg - On Respawn - Cast 'Stealth Detection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20330 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Dragon - Within 0-30 Range - Cast 'Intangible Presence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Dragon - Within 0-5 Range - Cast 'Netherbreath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20332 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Northern Pipe Credit Marker - On Spellhit 'Warp Measurement' - Quest Credit 'Measuring Warp Energies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eastern Pipe Credit Marker - On Spellhit 'Warp Measurement' - Quest Credit 'Measuring Warp Energies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Southern Pipe Credit Marker - On Spellhit 'Warp Measurement' - Quest Credit 'Measuring Warp Energies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Western Pipe Credit Marker - On Spellhit 'Warp Measurement' - Quest Credit 'Measuring Warp Energies' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20338 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Hal McAllister - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20342 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 5 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 6 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 7 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 8 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 9 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 11 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 12 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 14 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 15 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 16 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 17 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 18 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 19 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 20 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 21 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Nat Pagle - Out of Combat - Say Line 22 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20344 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20350 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20350 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20350 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Say Line 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20350 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Helcular - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Helcular - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20353 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Helcular - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20353 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Young Sporebat - On Just Died - Cast 'Energizing Spores' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Charge - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20405 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nether Charge - In Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nether Charge - In Combat - Cast 'Nether Charge Pulse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kirin'Var Apprentice - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rhonsus - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Bovine - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Sentry - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Sentry - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ango'rosh Shadowmage - In Combat - Cast 'Shadow Shell' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20444 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mal'druk the Soulrender - In Combat - Cast 'Mind Flay' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mal'druk the Soulrender - Between 0-50% Health - Cast 'Summon Shadow Image' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20445 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Subservient Flesh Beast - On Respawn - Cast 'Shadowform' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terror Totem - In Combat - Cast 'Terrify' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surveying Marker One - On Spellhit 'Place Surveying Marker' - Quest Credit 'Surveying the Ruins' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surveying Marker Two - On Spellhit 'Place Surveying Marker' - Quest Credit 'Surveying the Ruins' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surveying Marker Three - On Spellhit 'Place Surveying Marker' - Quest Credit 'Surveying the Ruins' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrorclaw - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naberius - On Respawn - Cast 'Spirit Particles (purple)' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Stallion - On Respawn - Cast 'Shroud of Death' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seeping Sludge - Between 0-50% Health - Cast 'Seeping Split' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seeping Sludge - On Spellhit 'Electro-Shock' - Update Template To 'Seeping Sludge Globule' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seeping Sludge - On Respawn - Cast 'Darkstalker Birth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eclipsion Dragonhawk - In Combat - Cast 'Fire Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harpax - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=20515 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harpax - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=20515 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereum Prisoner - On Respawn - Cast 'Purple Banish State'" WHERE `source_type`=0 AND `entryorguid`=20520 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormwind Marine - Within 0-5 Range - Cast 'Revenge'" WHERE `source_type`=0 AND `entryorguid`=20556 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormwind Marine - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=20556 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrath Hound - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=20557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Hound - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=20557 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrath Hound - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=20557 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrath Hound - In Combat - Cast 'Double Breath'" WHERE `source_type`=0 AND `entryorguid`=20557 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Corpse - On Spellhit 'Protectorate Igniter' - Quest Credit 'The Flesh Lies...'" WHERE `source_type`=0 AND `entryorguid`=20561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Corpse - On Spellhit 'Protectorate Igniter' - Kill Self" WHERE `source_type`=0 AND `entryorguid`=20561 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Commander Ruusk - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=20563 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Commander Ruusk - On Gossip Option 0 Selected - Quest Credit 'What Illidan Wants, Illidan Gets...'" WHERE `source_type`=0 AND `entryorguid`=20563 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maggoc - Between 0-30% Health - Cast 'Double Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maggoc - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maggoc - On Just Died - Cast 'Maggoc: Summon Maggoc's Treasure Chest' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Craghide Basilisk - In Combat - Cast 'Hypnotic Gaze' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Craghide Basilisk - On Aggro - Cast 'Threshalisk Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20607 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20610 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - In Combat - Cast 'Gore' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20610 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - Between 0-20% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20610 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Spellhit 'Tag Subbued Talbuk' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20610 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Respawn - Remove Flags Not Attackable & Not Attackable & Immune To Players (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20610 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereum Relay - Out of Combat - Cast 'Shadowform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereum Relay - Out of Combat - Cast 'Ethereum Relay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20619 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Between 0-30% Health - Quest Credit 'Trapping the Light Fantastic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20635 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Reached Point 1 - Cast 'Arcane Explosion Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20635 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Data Set 0 1 - Move To Closest Creature 'Orb Collecting Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20635 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Spellhit 'Magnetic Pull' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20635 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Reached Point 1 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20635 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fiendling Flesh Beast - On Respawn - Cast 'Shadowform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20668 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ripfang Lynx - On Aggro - Cast 'Dash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20671 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ripfang Lynx - In Combat - Cast 'Swipe' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20671 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ripfang Lynx - In Combat - Cast 'Rip' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20671 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Swiftwing Shredder - On Respawn - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20673 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereum Sparring Dummy - On Respawn - Cast 'Spar Dummy Vertex' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20676 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morod the Windstirrer - On Gossip Option 0 Selected - Quest Credit 'The Dreghood Elders' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20677 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morod the Windstirrer - On Gossip Option 0 Selected - Close Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20677 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akoru the Firecaller - On Gossip Option 0 Selected - Quest Credit 'The Dreghood Elders' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akoru the Firecaller - On Gossip Option 0 Selected - Close Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aylaan the Waterwaker - On Gossip Option 0 Selected - Quest Credit 'The Dreghood Elders' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20679 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aylaan the Waterwaker - On Gossip Option 0 Selected - Close Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20679 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Terokkarantula - In Combat - Cast 'Crippling Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20682 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terokkarantula - In Combat - Cast 'Dread Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20682 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thunderlord Dire Wolf - On Respawn - Cast 'Stealth Detection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20748 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gur'zil - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=20762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gur'zil - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=20762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bladespire Mystic - On Friendly Between 0-70% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=20766 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bladespire Mystic - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=20766 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bladespire Mystic - On Friendly Unit Missing Buff 'Bloodlust' - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=20766 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Explosion Trigger - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=20767 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Explosion Trigger - On Data Set 1 1 - Cast 'Mana Bomb Explosion'" WHERE `source_type`=0 AND `entryorguid`=20767 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Salaadin's Energy Ball - On Respawn - Cast 'Purple Banish State'" WHERE `source_type`=0 AND `entryorguid`=20769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Spellhit 'Magnetic Pull' - Run Script" WHERE `source_type`=0 AND `entryorguid`=20771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Data Set 1 1 - Move To Closest Creature 'Orb Collecting Totem'" WHERE `source_type`=0 AND `entryorguid`=20771 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Reached Point 1 - Cast 'Arcane Explosion Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20771 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Reached Point 1 - Quest Credit 'Trapping the Light Fantastic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20771 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Reached Point 1 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20771 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Farahlon Lasher - On Aggro - Cast 'Flanking Growth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20774 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Farahlon Lasher - In Combat - Cast 'Entangling Roots' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20774 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Farahlon Lasher - On Spellhit 'Energy Field Modulator' - Update Template To 'Mutated Farahlon Lasher' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20774 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Farahlon Lasher - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20774 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Farahlon Lasher - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20774 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - In Combat - Cast 'Hoof Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20777 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20777 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Spellhit 'Tag Subbued Talbuk' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20777 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Respawn - Remove Flags Not Attackable & Not Attackable & Immune To Players (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20777 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Void Waste - In Combat - Cast 'Toxic Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20778 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Void Waste - On Spellhit 'Electro-Shock' - Update Template To 'Void Waste Globule' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20778 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seeping Sludge Globule - On Respawn - Cast 'Darkstalker Birth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, Barracks - On Spellhit 'Throw Torch' - Quest Credit 'Zeth'Gor Must Burn!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20813 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, Stable - On Spellhit 'Throw Torch' - Quest Credit 'Zeth'Gor Must Burn!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, East Hovel - On Spellhit 'Throw Torch' - Quest Credit 'Zeth'Gor Must Burn!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, West Hovel - On Spellhit 'Throw Torch' - Quest Credit 'Zeth'Gor Must Burn!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereum Prisoner (Tyralius) - On Respawn - Cast 'Green Banish State' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20825 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blade's Edge - Deadsoul Orb - On Respawn - Cast 'Yellow Banish State' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20845 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Protean Horror - In Combat - Cast 'Toothy Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soul Devourer - Between 0-30% Health - Cast 'Crystal Channel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soul Devourer - In Combat - Cast 'Fel Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20866 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soul Devourer - In Combat - Cast 'Fel Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20866 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soul Devourer - In Combat - Cast 'Sightless Eye' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20866 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death Watcher - In Combat - Cast 'Tentacle Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Watcher - In Combat - Cast 'Tentacle Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Death Watcher - Between 0-50% Health - Cast 'Drain Life' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20867 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Death Watcher - Between 0-50% Health - Cast 'Drain Life' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20867 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Death Watcher - Target Between 0-30% Health - Cast 'Death Count' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20867 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Death Watcher - Target Between 0-30% Health - Cast 'Death Count' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20867 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Entropic Eye - In Combat - Cast 'Chaos Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20868 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Entropic Eye - In Combat - Cast 'Tentacle Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20868 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Entropic Eye - In Combat - Cast 'Tentacle Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20868 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathforge Summoner - In Combat - Cast 'Fel Immolate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20872 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathforge Guardian - In Combat - Cast 'Piercing Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Guardian - In Combat - Cast 'Shield Bash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20878 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eredar Deathbringer - On Respawn - Cast 'Unholy Aura' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Devastator - In Combat - Cast 'Transporter Malfunction' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Devastator - In Combat - Cast 'Deafening Roar' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20881 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Devastator - In Combat - Cast 'Devastate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20881 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unbound Devastator - In Combat - Cast 'Devastate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20881 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skulking Witch - On Respawn - Cast 'Greater Invisibility' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - In Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - On Aggro - Cast 'Firebolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Within 0-30 Range - Cast 'Firebolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathforge Imp - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20887 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ethereum Slayer - Between 0-30% Health - Cast 'Evasion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20896 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereum Slayer - In Combat - Cast 'Impairing Poison' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20896 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereum Slayer - In Combat - Cast 'Slaying Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20896 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereum Slayer - In Combat - Cast 'Slaying Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20896 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereum Wave-Caster - Between 0-50% Health - Cast 'Arcane Haste' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20897 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereum Wave-Caster - Target Casting - Cast 'Sonic Boom' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20897 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereum Wave-Caster - In Combat - Cast 'Polymorph' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20897 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereum Wave-Caster - In Combat - Cast 'Polymorph' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20897 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Void Conduit - On Respawn - Cast 'Darkstalker Birth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20899 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unchained Doombringer - In Combat - Cast 'Agonizing Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unchained Doombringer - In Combat - Cast 'Berserker Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unchained Doombringer - In Combat - Cast 'War Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unchained Doombringer - In Combat - Cast 'War Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sargeron Hellcaller - In Combat - Cast 'Curse of the Elements' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sargeron Hellcaller - In Combat - Cast 'Incinerate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sargeron Hellcaller - In Combat - Cast 'Incinerate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blazing Trickster - On Aggro - Set Instance Data 5 to 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20905 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blazing Trickster - On Just Died - Set Instance Data 5 to 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20905 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blazing Trickster - On Evade - Set Instance Data 4 to 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20905 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blazing Trickster - In Combat - Cast 'Firebolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20905 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blazing Trickster - In Combat - Cast 'Firebolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20905 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blazing Trickster - In Combat - Cast 'Fire Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20905 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phase-Hunter - On Aggro - Set Instance Data 5 to 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20906 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phase-Hunter - On Just Died - Set Instance Data 5 to 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20906 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phase-Hunter - On Evade - Set Instance Data 4 to 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20906 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phase-Hunter - In Combat - Cast 'Warp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20906 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phase-Hunter - In Combat - Cast 'Back Attack' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20906 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phase-Hunter - In Combat - Cast 'Phase Burst' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20906 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - On Aggro - Set Instance Data 7 to 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - On Just Died - Set Instance Data 7 to 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - On Evade - Set Instance Data 4 to 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - On Aggro - Cast 'Blink' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - In Combat - Cast 'Lightning Discharge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - In Combat - Cast 'Lightning Discharge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - In Combat - Cast 'Lightning-Waker's Curse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - On Spellhit - Cast 'Magic Grounding' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Akkiris Lightning-Waker - Target Casting - Cast 'Spell Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20908 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sulfuron Magma-Thrower - On Aggro - Set Instance Data 7 to 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20909 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sulfuron Magma-Thrower - On Just Died - Set Instance Data 7 to 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20909 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sulfuron Magma-Thrower - On Evade - Set Instance Data 4 to 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20909 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sulfuron Magma-Thrower - In Combat - Cast 'Magma-Thrower's Curse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20909 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Green' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Bronze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Bronze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Blue' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Blue' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Black' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Black' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - On Evade - Set Instance Data 4 to 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - On Just Died - Set Instance Data 8 to 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - Between 0-15% Mana - Set Phase Random Between 1-5 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - On Aggro - Set Instance Data 8 to 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Red' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Twilight Drakonaar - In Combat - Cast 'Brood Power: Red' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20910 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blackwing Drakonaar - On Aggro - Set Instance Data 8 to 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20911 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackwing Drakonaar - On Just Died - Set Instance Data 8 to 3 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20911 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackwing Drakonaar - On Evade - Set Instance Data 4 to 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20911 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackwing Drakonaar - In Combat - Cast 'Blast Wave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20911 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackwing Drakonaar - In Combat - Cast 'Brood Power: Black' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20911 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackwing Drakonaar - In Combat - Cast 'Mortal Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20911 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blood Guard Porung - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20923 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grishnath Basilisk - Between 41-70% Health - Cast 'Soften' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grishnath Basilisk - Between 11-40% Health - Cast 'Soften' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20924 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grishnath Basilisk - Between 0-10% Health - Cast 'Soften' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20924 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scalded Basilisk - In Combat - Cast 'Heat Wave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Severed Defender - On Respawn - Cast 'Shroud of Death' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20934 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Engineer - In Combat - Cast 'Super Shrink Ray' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20988 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunseeker Engineer - In Combat - Cast 'Growth Ray' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20988 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunseeker Engineer - In Combat - Cast 'Death Ray' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20988 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunseeker Engineer - In Combat - Cast 'Death Ray' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20988 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Physician - In Combat - Cast 'Anesthetic' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Physician - In Combat - Cast 'Holy Shock' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20990 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Physician - In Combat - Cast 'Holy Shock' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20990 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Physician - Between 0-50% Health - Cast 'Bandage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20990 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodwarder Physician - Between 0-50% Health - Cast 'Bandage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=20990 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azurebeak - In Combat - Cast 'Screech' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 0 Over - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 0 Over - Run Script" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 1 Over - Run Script" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 2 Over - Run Script" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 3 Over - Run Script" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Text 4 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=21039 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Disembodied Exarch - On Respawn - Cast 'Shroud of Death'" WHERE `source_type`=0 AND `entryorguid`=21058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rina Moonspring - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Earthen Soul - On Respawn - Cast 'Cosmetic: Earthen Soul'" WHERE `source_type`=0 AND `entryorguid`=21073 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dormant Infernal - On Respawn - Cast 'Stationary Infernal Ball'" WHERE `source_type`=0 AND `entryorguid`=21080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Curse of Vulnerability'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Curse of Vulnerability'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Pyroblast'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Pyroblast'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - On Aggro - Set Random Phase(1, 1, 2)" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Rift Keeper - Between 0-30% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=21104 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Rip Pedalslam - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=21107 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rip Pedalslam - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=21107 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Has Aura 'Lightning Shield' - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=21117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Waypoint 2 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=21117 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=21117 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Scale-Healer - In Combat - Cast 'Holy Nova'" WHERE `source_type`=0 AND `entryorguid`=21126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Scale-Healer - In Combat - Cast 'Holy Nova'" WHERE `source_type`=0 AND `entryorguid`=21126 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Scale-Healer - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=21126 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Scale-Healer - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=21126 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Scale-Healer - Friendly At 4000 Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=21126 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Scale-Healer - Friendly At 8000 Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=21126 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilfang Tempest - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=21127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Tempest - In Combat - Cast 'Deadly Poison'" WHERE `source_type`=0 AND `entryorguid`=21127 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Ray - In Combat - Cast 'Psychic Horror'" WHERE `source_type`=0 AND `entryorguid`=21128 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Containment Beam - On Respawn - Cast 'Containment Beam'" WHERE `source_type`=0 AND `entryorguid`=21159 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Respawn - Cast 'They Must Burn Bomb Aura (self)'" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Data Set 0 2 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Data Set 0 3 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Data Set 0 4 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Waypoint 10 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Waypoint 10 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Waypoint 11 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, South - On Waypoint 11 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=21170 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=21173 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Data Set 0 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=21173 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Data Set 0 3 - Run Script" WHERE `source_type`=0 AND `entryorguid`=21173 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Data Set 0 4 - Run Script" WHERE `source_type`=0 AND `entryorguid`=21173 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower South - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21182 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower South - On Spellhit 'Summon Smoke Beacon' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=21182 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower South - On Spellhit 'Summon Smoke Beacon' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=21182 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower South - On Spellhit 'Summon Smoke Beacon' - Quest Credit 'Zeth'Gor Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=21182 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gralga - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21193 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Domesticated Felboar - On Reached Point 1 - Evade" WHERE `source_type`=0 AND `entryorguid`=21195 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Domesticated Felboar - On Reached Point 1 - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=21195 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathtalon Spirit - On Respawn - Cast 'Spirit Particles'" WHERE `source_type`=0 AND `entryorguid`=21198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathtalon Spirit - In Combat - Cast 'Ghost Strike'" WHERE `source_type`=0 AND `entryorguid`=21198 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - On Respawn - Cast 'Spirit Particles'" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - In Combat - Cast 'Fear' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Screeching Spirit - Between 0-30% Health - Cast 'Dark Mending' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21200 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Vashj'ir Honor Guard - In Combat - Cast 'Mortal Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21218 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vashj'ir Honor Guard - In Combat - Cast 'Knockback' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21218 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vashj'ir Honor Guard - Between 0-50% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21218 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vashj'ir Honor Guard - Between 0-50% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21218 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Priestess - On Just Died - Set Instance Data 25 to 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21220 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Beast-Tamer - In Combat - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21221 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Beast-Tamer - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21221 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Beast-Tamer - In Combat - Cast 'Bestial Wrath' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21221 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Corrupted Rager - In Combat - Cast 'Corrode Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21223 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidewalker Depth-Seer - In Combat - Cast 'Rejuvenation' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21224 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidewalker Depth-Seer - In Combat - Cast 'Healing Touch' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21224 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tidewalker Depth-Seer - In Combat - Cast 'Tranquility' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21224 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tidewalker Warrior - In Combat - Cast 'Bloodthirst' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21225 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidewalker Warrior - In Combat - Cast 'Uppercut' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21225 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tidewalker Warrior - In Combat - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21225 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tidewalker Shaman - In Combat - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidewalker Shaman - In Combat - Cast 'Chain Lightning' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21226 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tidewalker Shaman - On Aggro - Cast 'Lightning Shield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21226 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tidewalker Harpooner - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=21227 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidewalker Harpooner - In Combat - Set Single Threat 0-99" WHERE `source_type`=0 AND `entryorguid`=21227 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tidewalker Harpooner - In Combat - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=21227 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tidewalker Hydromancer - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=21228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidewalker Hydromancer - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=21228 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tidewalker Hydromancer - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=21228 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greyheart Tidecaller - In Combat - Cast 'Water Elemental Totem'" WHERE `source_type`=0 AND `entryorguid`=21229 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greyheart Tidecaller - In Combat - Cast 'Poison Shield'" WHERE `source_type`=0 AND `entryorguid`=21229 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Set Random Phase(1, 2, 3)" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Frost Destruction'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Arcane Lightning'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Arcane Destruction'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Blink'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Blink'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Fire Destruction'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Greyheart Nether-Mage - In Combat - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=21230 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Greyheart Shield-Bearer - In Combat - Cast 'Avenger's Shield'" WHERE `source_type`=0 AND `entryorguid`=21231 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greyheart Shield-Bearer - In Combat - Cast 'Shield Charge'" WHERE `source_type`=0 AND `entryorguid`=21231 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greyheart Skulker - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=21232 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Fel Cannon - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21233 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Fel Cannon - In Combat - Cast 'Fel Cannon Blast'" WHERE `source_type`=0 AND `entryorguid`=21233 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - West 02 - On Spellhit 'Ignite Horde Siege Engine' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=21236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - West 02 - On Spellhit 'Ignite Horde Siege Engine' - Quest Credit 'Laying Waste to the Unwanted'" WHERE `source_type`=0 AND `entryorguid`=21236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - East 02 - On Spellhit 'Ignite Horde Siege Engine' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=21237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis Horde Siege Engine - East 02 - On Spellhit 'Ignite Horde Siege Engine' - Quest Credit 'Laying Waste to the Unwanted'" WHERE `source_type`=0 AND `entryorguid`=21237 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Out of Combat - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - In Combat - Cast 'Curse of Weakness' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Auchenai Death-Speaker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21242 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Serpentshrine Sporebat - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpentshrine Sporebat - In Combat - Cast 'Spore Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Set Random Phase(1, 2, 3) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Cast 'Spore Quake' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Cast 'Initial Infection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Cast 'Atrophic Blow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Cast 'Serpentshrine Parasite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - In Combat - Cast 'Acid Geyser' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Underbog Colossus - On Just Died - Cast 'Toxic Pool' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21251 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Greyheart Technician - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Initiate - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Initiate - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21284 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Doomsayer - In Combat - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auchenai Doomsayer - In Combat - Cast 'Mind Flay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auchenai Doomsayer - Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21285 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Respawn - Start Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - Out of Combat - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Borak, Son of Oronok - On Data Set 1 1 - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21293 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borak, Son of Oronok - On Data Set 2 2 - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21293 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Borak, Son of Oronok - On Gossip Option 0 Selected - Add Item 'Bundle of Bloodthistle' 35 Times" WHERE `source_type`=0 AND `entryorguid`=21293 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Borak, Son of Oronok - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21293 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Borak, Son of Oronok - On Gossip Option 0 Selected - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=21293 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - On Spellhit 'Grom'tor Assault 02' - Cast 'Stars Over Head'" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - On Spellhit 'Grom'tor Assault 02' - Set Flag Standstate Dead" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - On Spellhit 'Grom'tor Assault 02' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - Out of Combat - Say Line 3 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - Out of Combat - Remove Aura 'Stars Over Head' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - Out of Combat - Remove Flag Standstate Dead (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilskar Commander - Out of Combat - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21295 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilfang Serpentguard - In Combat - Cast 'Spell Reflection' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21298 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Serpentguard - In Combat - Cast 'Corrupt Devotion Aura' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21298 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Fathom-Witch - In Combat - Cast 'Domination' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Fathom-Witch - In Combat - Cast 'Shadow Nova' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21299 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Fathom-Witch - In Combat - Cast 'Shadow Bolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21299 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Shatterer - On Just Died - Set Instance Data 25 to 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rokgah Bloodgrip - On Quest 'The Thunderspike' Finished - Summon Creature 'Garm Wolfbrother' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21311 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rokgah Bloodgrip - On Quest 'The Thunderspike' Finished - Summon Creature 'Lobo' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21311 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rokgah Bloodgrip - On Quest 'The Thunderspike' Finished - Summon Creature 'Thunderlord Clan Sub-Chief' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21311 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rokgah Bloodgrip - On Quest 'The Thunderspike' Finished - Summon Creature 'Thunderlord Clan Sub-Chief' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21311 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathforged Infernal - On Respawn - Cast 'Freeze Anim' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21316 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Storm - On Just Summoned - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warp Storm - On Aggro - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warp Storm - In Combat - Cast 'Warp Storm' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21322 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirit Raven - On Respawn - Cast 'Spirit Particles' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit Raven - In Combat - Cast 'Terrifying Screech' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21324 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit Raven - Between 0-30% Health - Cast 'Festering Wound' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21324 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Shadowstalker - On Respawn - Cast 'Shadowstalker Stealth' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Set Random Phase(1, 3, 5) (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - On Aggro - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - On Aggro - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-30 Range - Cast 'Shoot' (Phase 4) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-30 Range - Set Sheath Ranged (Phase 4) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-30 Range - Cast 'Shoot' (Phase 4) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-30 Range - Set Sheath Ranged (Phase 4) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 25-80 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 25-80 Range - Start Attacking (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 0-5 Range - Set Sheath Melee (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 0-5 Range - Start Attacking (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Within 5-15 Range - Stop Attacking (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-40% Health - Cast 'Heal' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-40% Health - Cast 'Heal' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Cast 'Fire Blast' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Cast 'Fire Blast' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Cast 'Sunder Armor' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - In Combat - Cast 'Strike' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-15% Health - Set Event Phase 6 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Coilfang Leper - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21338 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Coilfang Hate-Screamer - In Combat - Cast 'Silence' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21339 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Hate-Screamer - In Combat - Cast 'Sonic Scream' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21339 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sightless Eye - In Combat - Cast 'Sightless Touch' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sightless Eye - In Combat - Cast 'Sightless Touch' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21346 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="T'chali the Witch Doctor - On Respawn - Cast 'T'chali the Head Freeze State' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gronn-Priest - In Combat - Cast 'Heal' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gronn-Priest - In Combat - Cast 'Renew' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21350 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gronn-Priest - In Combat - Cast 'Psychic Scream' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21350 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Plunderer - In Combat - Cast 'Backstab' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ethereal Nethermancer - Between 0-50% Health - Cast 'Drain Life' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21370 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Out of Combat - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Aggro - Remove Aura 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Aggro - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Aggro - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Aggro - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - In Combat - Cast 'Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - In Combat - Cast 'Bore' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 20-60 Range - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 20-60 Range - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 20-60 Range - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 0-8 Range - Remove Aura 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 0-8 Range - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 0-8 Range - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 0-8 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - Within 0-8 Range - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Evade - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Greater Crust Burster - On Evade - Set All Threat 0-100 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21380 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Harbinger - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21384 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Harbinger - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21384 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Harbinger - Between 0-50% Health - Cast 'Dark Mending' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21384 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Scorncrow - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21385 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Hawkeye - On Respawn - Cast 'Shroud of Death' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21386 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Hawkeye - In Combat - Cast 'Enraging Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21386 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Just Summoned - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Just Summoned - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Evade - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - Between 7-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Killed Unit - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Spellhit 'Blackwhelp Net' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21387 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Cannon Channeler - On Data Set 1 1 - Cast 'Cannon Channel(dnd)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Protean Spawn - In Combat - Cast 'Acidic Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21395 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Hold Fel Reaver - On Respawn - Cast 'Freeze Anim' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - On Aggro - Cast 'Der'izu Focus' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Within 0-40 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - In Combat - Cast 'Force Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ethereal Arcanist - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21405 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=21409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Waypoint 1 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=21409 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Aggro - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=21409 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Just Summoned - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Data Set 0 1 - Set Orientation Closest Creature 'Envoy Icarius'" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Data Set 1 1 - Set Orientation 5" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Waypoint 1 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=21410 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Negaton Field - On Respawn - Cast 'Negaton Field'" WHERE `source_type`=0 AND `entryorguid`=21414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skethyl Owl - On Respawn - Cast 'Shroud of Death'" WHERE `source_type`=0 AND `entryorguid`=21450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashtongue Shaman - On Respawn - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=21453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tally Zapnabber - On Gossip Option 0 Selected - Add Item 'Tally's Waiver (Unsigned)' 1 Time" WHERE `source_type`=0 AND `entryorguid`=21460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tally Zapnabber - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21460 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 2 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 3 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 1 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 2 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 3 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21461 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Greater Felfire Diemetradon - In Combat - Cast 'Fel Fireball'" WHERE `source_type`=0 AND `entryorguid`=21462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Felfire Diemetradon - In Combat - Cast 'Flaming Wound'" WHERE `source_type`=0 AND `entryorguid`=21462 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greater Felfire Diemetradon - On Spellhit 'Tag Greater Felfire Diemetradon' - Add Aura 'Tag Greater Felfire Diemetradon'" WHERE `source_type`=0 AND `entryorguid`=21462 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackscale - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=21497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blackscale - In Combat - Cast 'Terrifying Roar'" WHERE `source_type`=0 AND `entryorguid`=21497 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackscale - In Combat - Cast 'Terrifying Roar'" WHERE `source_type`=0 AND `entryorguid`=21497 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Warbringer Razuun - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Warbringer Razuun - On Data Set 0 2 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=21502 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Warbringer Razuun - On Text 1 Over - Play Emote 25" WHERE `source_type`=0 AND `entryorguid`=21502 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Warbringer Razuun - On Data Set 0 3 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=21502 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Warbringer Razuun - On Data Set 0 4 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=21502 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Image of Warbringer Razuun - On Text 3 Over - Play Emote 25" WHERE `source_type`=0 AND `entryorguid`=21502 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Pathaleon the Calculator's Image - On Data Set 1 1 - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=21504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azaloth - On Spellhit 'Unbanish Azaloth' - Quest Credit 'A Necessary Distraction'" WHERE `source_type`=0 AND `entryorguid`=21506 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Trachela - In Combat - Cast 'Fevered Disease'" WHERE `source_type`=0 AND `entryorguid`=21515 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - Out of Combat - Cast 'Ethereal Teleport' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - Out of Combat - Start Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21633 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Waypoint 4 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=21633 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=21633 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skettis Wing Guard - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=21644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Wing Guard - In Combat - Cast 'Gushing Wound'" WHERE `source_type`=0 AND `entryorguid`=21644 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skettis Wing Guard - In Combat - Cast 'Retaliation'" WHERE `source_type`=0 AND `entryorguid`=21644 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skettis Wing Guard - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21644 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skettis Wing Guard - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21644 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - In Combat - Cast 'Cyclone' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skettis Windwalker - Friendly At 3000 Health - Cast 'Shadow Mend' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21649 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Skettis Talonite - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=21650 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Time-Lost Skettis Reaver - On Respawn - Cast 'Skettis Corrupted Ghosts'" WHERE `source_type`=0 AND `entryorguid`=21651 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Neltharaku - On Gossip Option 0 Selected - Quest Credit 'Neltharaku's Tale'" WHERE `source_type`=0 AND `entryorguid`=21657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Neltharaku - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=21657 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Within 0-40 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cabal Abjurist - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21660 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Cabal Skirmisher - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21661 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Skirmisher - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21661 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Skirmisher - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21661 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cabal Tomb-Raider - In Combat - Cast 'Backstab' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21662 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oronu the Elder - On Respawn - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - Out of Combat - Cast 'Disease Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - Out of Combat - Cast 'Disease Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - Within 0-30 Range - Cast 'Poison Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - Within 0-30 Range - Cast 'Poison Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - In Combat - Cast 'Fungal Decay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - Between 0-20% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bog Overlord - Between 0-20% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21694 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tidal Surger - In Combat - Cast 'Water Spout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tidal Surger - In Combat - Cast 'Frost Nova' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21695 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Steam Surger - In Combat - Cast 'Water Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steam Surger - In Combat - Cast 'Water Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Lord - In Combat - Cast 'Arcane Discharge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Lord - In Combat - Cast 'Time Lapse' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21697 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Lord - In Combat - Cast 'Attraction' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21697 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Lord - In Combat - Cast 'Arcane Blast' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21697 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereum Life-Binder - In Combat - Cast 'Bind' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereum Life-Binder - In Combat - Cast 'Bind' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21702 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereum Life-Binder - In Combat - Cast 'Shadow Word: Pain' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21702 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereum Life-Binder - In Combat - Cast 'Shadow Word: Pain' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21702 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereum Life-Binder - On Friendly Between 0-40% Health - Cast 'Shadow Mend' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21702 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereum Life-Binder - On Friendly Between 0-40% Health - Cast 'Shadow Mend' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21702 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Corrupt Earth Totem - On Just Died - Cast 'Summon Corrupted Earth Elemental' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Earth Elemental - In Combat - Cast 'Earth Shock' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wrangler - In Combat - Cast 'Net' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=21717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wrangler - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wrangler - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21717 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wrangler - On Just Died - Quest Credit 'Infiltrating Dragonmaw Fortress' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21717 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Subjugator - On Just Died - Quest Credit 'Infiltrating Dragonmaw Fortress' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21718 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - In Combat - Cast 'Serpent Sting'" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Drake-Rider - On Just Died - Quest Credit 'Infiltrating Dragonmaw Fortress'" WHERE `source_type`=0 AND `entryorguid`=21719 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shaman - On Just Died - Quest Credit 'Infiltrating Dragonmaw Fortress'" WHERE `source_type`=0 AND `entryorguid`=21720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shaman - On Aggro - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=21720 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Shaman - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=21720 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackwind Sabercat - In Combat - Cast 'Rip'" WHERE `source_type`=0 AND `entryorguid`=21723 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - On Aggro - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Within 0-45 Range - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skettis Surger - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21728 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Electromental - Out of Combat - Cast 'Power Converters: Electromental Visual' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Electromental - In Combat - Cast 'Lightning Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Electromental - On Spellhit 'Protovoltaic Magneto Collector' - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21729 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Electromental - On Just Died - Quest Credit 'Picking Up Some Power Converters' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21729 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alluvion - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alluvion - On Aggro - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alluvion - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alluvion - Within 0-45 Range - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alluvion - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alluvion - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Alluvion - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Alluvion - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Alluvion - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Alluvion - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Alluvion - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21730 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mini-Electromental Flavor - On Respawn - Cast 'Power Converters: Electromental Visual' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21737 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Big Electromental Flavor - On Respawn - Cast 'Power Converters: Electromental Visual' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21757 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oscillating Frequency Scanner Top Bunny (Caster) - On Respawn - Cast 'Top Bunny Beam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21759 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Destroyed Sentinel - On Respawn - Cast 'Energy Discharge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21761 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Time-Lost Skettis Worshipper - On Respawn - Cast 'Skettis Corrupted Ghosts' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21763 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alieshor - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=21766 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alieshor - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=21766 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Or'barokh - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Or'barokh - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=21769 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Or'barokh - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=21769 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warcaller Sardon Truslice - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Yoregar - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21773 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghostrider of Karabor - On Respawn - Cast 'Shadowmoon Ghost Invisibility'" WHERE `source_type`=0 AND `entryorguid`=21784 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Time-Lost Skettis High Priest - On Respawn - Cast 'Skettis Corrupted Ghosts'" WHERE `source_type`=0 AND `entryorguid`=21787 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Zealot - On Respawn - Cast 'Shadowmoon Ghost Invisibility'" WHERE `source_type`=0 AND `entryorguid`=21788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Shadowmoon Spirit - On Quest 'Teron Gorefiend, I am...' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=21797 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Shadowmoon Spirit - On Quest 'Teron Gorefiend, I am...' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=21797 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vhel'kur - On Respawn - Cast 'Ghostly Facade'" WHERE `source_type`=0 AND `entryorguid`=21801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vhel'kur - On Respawn - Cast 'Shadowmoon Ghost Invisibility'" WHERE `source_type`=0 AND `entryorguid`=21801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skettis Kaliri - In Combat - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=21804 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Poacher - Within 0-20 Range - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=21809 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Poacher - In Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=21809 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Poacher - Out of Combat - Cast 'Wyrmcult BroodlingCall'" WHERE `source_type`=0 AND `entryorguid`=21809 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Broodling - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=21811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nether Drake Egg Bunny - On Respawn - Cast 'Spirit Particles'" WHERE `source_type`=0 AND `entryorguid`=21814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cleric of Karabor - On Respawn - Cast 'Shadowmoon Ghost Invisibility'" WHERE `source_type`=0 AND `entryorguid`=21815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironspine Chomper - In Combat - Cast 'Chomp'" WHERE `source_type`=0 AND `entryorguid`=21816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Whelp - Out of Combat - Cast 'Corrupt Medivh'" WHERE `source_type`=0 AND `entryorguid`=21818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Whelp - On Aggro - Remove Aura 'Corrupt Medivh'" WHERE `source_type`=0 AND `entryorguid`=21818 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Whelp - On Evade - Cast 'Corrupt Medivh'" WHERE `source_type`=0 AND `entryorguid`=21818 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Terokk - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terokk - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Terokk - Between 0-30% Health - Cast 'Divine Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Terokk - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Terokk - Between 0-25% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Terokk - Between 0-25% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Terokk - On Just Died - Cast 'Will of the Arakkoa God' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21838 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Slain Auchenai Warrior - On Spellhit 'Sha'tari Torch' - Cast 'Burning Corpse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slain Auchenai Warrior - On Spellhit 'Sha'tari Torch' - Quest Credit 'An Improper Burial' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slain Auchenai Warrior - On Spellhit 'Sha'tari Torch' - Despawn In 15000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21846 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Auchenai Warrior - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironspine Petrifier - In Combat - Cast 'Glare' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slain Sha'tar Vindicator - On Spellhit 'Sha'tari Torch' - Cast 'Burning Corpse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slain Sha'tar Vindicator - On Spellhit 'Sha'tari Torch' - Quest Credit 'An Improper Burial' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21859 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slain Sha'tar Vindicator - On Spellhit 'Sha'tari Torch' - Cast 'Bone Wastes - Summon Draenei Guardian Spirit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21859 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Slain Sha'tar Vindicator - On Spellhit 'Sha'tari Torch' - Despawn In 15000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21859 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Serpentshrine Lurker - In Combat - Cast 'Poison Bolt Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpentshrine Lurker - In Combat - Cast 'Rancid Mushroom' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21863 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scorchshell Pincer - In Combat - Cast 'Burning Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21864 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Teron Gorefiend - On Respawn - Cast 'Ghostly Facade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Guardian - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=21869 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unliving Guardian - On Respawn - Despawn In 300000 ms" WHERE `source_type`=0 AND `entryorguid`=21869 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unliving Initiate - On Respawn - Cast 'Spirit Particles'" WHERE `source_type`=0 AND `entryorguid`=21870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Guardian - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=21873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Guardian - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=21873 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Guardian - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=21873 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chain of Shadows - On Respawn - Cast 'Ancient Draenei Warden'" WHERE `source_type`=0 AND `entryorguid`=21876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felboar - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=21878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vilewing Chimaera - In Combat - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=21879 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Avian Ripper - In Combat - Cast 'Flesh Rip'" WHERE `source_type`=0 AND `entryorguid`=21891 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Lightning Trigger - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=21898 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Lightning Trigger - On Data Set 1 1 - Cast 'Mana Bomb: Lightning'" WHERE `source_type`=0 AND `entryorguid`=21898 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Spell-weaver - In Combat - Cast 'Incinerate'" WHERE `source_type`=0 AND `entryorguid`=21902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Spell-weaver - Between 0-50% Health - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=21902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Avian Warhawk - In Combat - Cast 'Sonic Charge'" WHERE `source_type`=0 AND `entryorguid`=21904 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Avian Warhawk - In Combat - Cast 'Sonic Charge'" WHERE `source_type`=0 AND `entryorguid`=21904 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Avian Warhawk - In Combat - Cast 'Carnivorous Bite'" WHERE `source_type`=0 AND `entryorguid`=21904 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Avian Warhawk - In Combat - Cast 'Carnivorous Bite'" WHERE `source_type`=0 AND `entryorguid`=21904 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Avian Warhawk - In Combat - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=21904 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cabal Initiate - In Combat - Cast 'Eviscerate'" WHERE `source_type`=0 AND `entryorguid`=21907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Initiate - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21907 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Initiate - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21907 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - Between 0-30% Health - Cast 'Call of the Grave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skettis Soulcaller - In Combat - Cast 'Slow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21911 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tidewalker Lurker - In Combat - Cast 'Carnivorous Bite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Multi-Spectrum Light Trap Bunny - On Just Summoned - Summon Gameobject 'Multi-Spectrum Light Trap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Multi-Spectrum Light Trap Bunny - Out of Combat - Activate Gameobject (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Multi-Spectrum Light Trap Bunny - Out of Combat - Cast 'Magnetic Pull' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21926 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Multi-Spectrum Light Trap Bunny - Out of Combat - Cast 'Magnetic Pull' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21926 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Multi-Spectrum Light Trap Bunny - On Data Set 1 1 - Quest Credit 'Trapping the Light Fantastic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21926 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Multi-Spectrum Light Trap Bunny - On Data Set 1 1 - Activate Gameobject (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21926 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gnome Cannon Shooter #Shattrath - On Respawn - Cast 'Self Root Forever' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21935 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Accursed Apparition - On Respawn - Cast 'Stealth Detection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnome Cannon Shooter #Singing Ridge - On Respawn - Cast 'Self Root Forever' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnome Cannon Shooter #Ruuan - On Respawn - Cast 'Self Root Forever' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21944 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Garm Wolfbrother - On Respawn - Cast 'Ghost Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thunderlord Clan Sub-Chief - On Respawn - Cast 'Ghost Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rema - On Respawn - Cast 'Stealth Detection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=21956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Soldier - Between 0-20% Health - Cast 'Blood Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - In Combat - Cast 'Slow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 0-40% Health - Cast 'Summon Arcane Bursts' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Eclipsion Spellbinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22017 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Eclipsion Cavalier - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eclipsion Cavalier - In Combat - Cast 'Spellbreaker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22018 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eclipsion Cavalier - On Just Died - Cast 'Summon Eclipsion Hawkstrider' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22018 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolphis Darkscale - On Gossip Option 0 Selected - Quest Credit 'Meeting at the Blackwing Coven' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kolphis Darkscale - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22019 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kolphis Darkscale - Between 0-25% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22019 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kolphis Darkscale - Between 0-25% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22019 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Asghar - On Respawn - Cast 'Shroud of Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Elite - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22055 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Elite - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22055 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilfang Strider - On Reset - Cast 'Panic Periodic' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilfang Strider - In Combat - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22056 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fenissa the Assassin - On Respawn - Cast 'Stealth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22060 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dr. Whitherlimb - Within 0-30 Range - Cast 'Poison Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22062 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dr. Whitherlimb - In Combat - Cast 'Withering Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22062 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dr. Whitherlimb - Between 0-50% Health - Cast 'Monstrous Elixir' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22062 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spitfire Totem - In Combat - Cast 'Attack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22091 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Watcher - On Respawn - Cast 'Spirit Particles (Spawn)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22093 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Remnant of Hate - On Respawn - Cast 'Greater Invis (For Fragments of Memory)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - In Combat - Cast 'Venom Sting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 80-90% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 70-80% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 60-70% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 50-60% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 40-50% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 30-40% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 20-30% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 10-20% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scorpid Bonecrawler - Between 0-10% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cyclone (Karathress) - In Combat - Cast 'Cyclone' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Decrepit Clefthoof - In Combat - Cast 'Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Decrepit Clefthoof - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Decrepit Clefthoof - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22105 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fathom Lurker - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fathom Sporebat - In Combat - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildlord Antelarion - On Gossip Option 0 Selected - Cast 'Create Felsword Gas Mask'" WHERE `source_type`=0 AND `entryorguid`=22127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wildlord Antelarion - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=22127 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wildlord Antelarion - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=22127 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Eye of Kilrogg - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=22134 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Conclave Ritualist - Out of Combat - Cast 'Dark Conclave Ritualist Channel'" WHERE `source_type`=0 AND `entryorguid`=22138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordunni Back-Breaker - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=22143 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordunni Back-Breaker - In Combat - Cast 'Enraging Strike'" WHERE `source_type`=0 AND `entryorguid`=22143 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordunni Back-Breaker - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22143 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordunni Back-Breaker - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22143 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordunni Back-Breaker - On Just Died - Quest Credit 'Threat from Above' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22143 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordunni Elementalist - On Aggro - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordunni Elementalist - Between 0-60% Health - Cast 'Fire Nova Totem' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22144 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordunni Elementalist - Between 0-50% Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22144 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordunni Elementalist - Between 0-30% Health - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22144 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordunni Elementalist - On Just Died - Quest Credit 'Threat from Above' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22144 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordunni Head-Splitter - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22148 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordunni Head-Splitter - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22148 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordunni Head-Splitter - On Just Died - Quest Credit 'Threat from Above' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22148 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apexis Flayer - In Combat - Cast 'Rend' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22175 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apexis Flayer - In Combat - Cast 'Shred Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22175 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eye of Grillok Quest Credit Bunny - On Spellhit 'Quest Credit for Eye of Grillok' - Quest Credit 'The Eyes of Grillok' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shard-Hide Boar - In Combat - Cast 'Spell Reflection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22180 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shard-Hide Boar - In Combat - Cast 'Shard Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22180 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aether Ray - In Combat - Cast 'Tail Swipe' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aether Ray - Between 0-40% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22181 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aether Ray - On Spellhit 'Wrangling Rope' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=22181 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Aether Ray - On Spellhit 'Wrangling Rope' - Cast 'Wrangle Aether Rays: Character Force Cast'" WHERE `source_type`=0 AND `entryorguid`=22181 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wrath Speaker - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=22195 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Speaker - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=22195 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrath Speaker - In Combat - Cast 'Rain of Chaos'" WHERE `source_type`=0 AND `entryorguid`=22195 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrath Speaker - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=22195 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Slaag - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=22199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slaag - On Just Died - Cast 'Slaag: Summon Slaag's Standard Chest'" WHERE `source_type`=0 AND `entryorguid`=22199 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fear Whisperer - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=22201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fear Whisperer - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=22201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fear Fiend - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=22204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fear Fiend - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=22204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harbinger Saronen - On Respawn - Cast 'Power Word: Fortitude'" WHERE `source_type`=0 AND `entryorguid`=22214 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fhyn Leafshadow - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=22216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fhyn Leafshadow - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=22216 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felstorm Overseer - On Respawn - Cast 'Glowy (Black)'" WHERE `source_type`=0 AND `entryorguid`=22221 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zezzak - On Quest 'The Eyes of Grillok' Finished - Remove Aura 'Eye of Grillok'" WHERE `source_type`=0 AND `entryorguid`=22231 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpentshrine Tidecaller - In Combat - Cast 'Water Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=22238 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpentshrine Tidecaller - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=22238 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Raider - In Combat - Cast 'Energy Flare'" WHERE `source_type`=0 AND `entryorguid`=22241 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Raider - In Combat - Cast 'Warp'" WHERE `source_type`=0 AND `entryorguid`=22241 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Spell-Thief - On Respawn - Cast 'Spell Ground'" WHERE `source_type`=0 AND `entryorguid`=22242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Spell-Thief - On Aggro - Cast 'Damage Reduction: Magic'" WHERE `source_type`=0 AND `entryorguid`=22242 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Within 0-40 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bash'ir Arcanist - In Combat - Cast 'Energy Surge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22243 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rancid Mushroom - In Combat - Cast 'Spore Cloud' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rancid Mushroom - In Combat - Cast 'Spore Cloud' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22250 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - In Combat - Cast 'Corruption' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wrath Corruptor - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22254 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hellfire Wardling - On Respawn - Cast 'Magic Sucker Device Despawner, Mob' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22259 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magic Sucker Device Buttress - On Respawn - Cast 'Magic Sucker Device Channel(dnd)'" WHERE `source_type`=0 AND `entryorguid`=22267 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magic Sucker Device Buttress - On Respawn - Cast 'Magic Sucker Device timer'" WHERE `source_type`=0 AND `entryorguid`=22267 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witness of Doom - On Respawn - Cast 'Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=22282 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkflame Infernal - On Respawn - Cast 'Glowy (Black)'" WHERE `source_type`=0 AND `entryorguid`=22289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Furnace Guard - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=22291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Furnace Guard - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=22291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Furnace Guard - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=22291 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Inactive Fel Reaver - On Quest 'Nether Gas In a Fel Fire Engine' Finished - Quest Credit 'Fel Reavers, No Thanks!'" WHERE `source_type`=0 AND `entryorguid`=22293 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spore Strider - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=22299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Mine - In Combat - Cast 'Deathforge Mine Explosion'" WHERE `source_type`=0 AND `entryorguid`=22315 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathforge Mine - In Combat - Kill Self" WHERE `source_type`=0 AND `entryorguid`=22315 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Terror-Fire Guardian - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=22327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terror-Fire Guardian - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=22327 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 5-80 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 5-80 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 45-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 45-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - In Combat - Cast 'Aimed Shot'" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - In Combat - Cast 'Serpent Sting'" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Between 0-15% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Elite - On Just Died - Quest Credit 'Infiltrating Dragonmaw Fortress' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22331 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Orb Collecting Totem - Between 0-15% Health - Send Target 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22333 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orb Collecting Totem - Between 0-15% Health - Store Targetlist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22333 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orb Collecting Totem - On Just Summoned - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=22333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orb Collecting Totem - On Just Summoned - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=22333 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Orb Collecting Totem - On Just Summoned - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=22333 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Orb Collecting Totem - On Just Summoned - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=22333 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Malevolent Hatchling - Within 8-25 Range - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=22337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malevolent Hatchling - In Combat - Cast 'Terrifying Screech'" WHERE `source_type`=0 AND `entryorguid`=22337 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Acolyte - On Respawn - Cast 'Glowy (Black)'" WHERE `source_type`=0 AND `entryorguid`=22341 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Acolyte - In Combat - Cast 'Mind Sear'" WHERE `source_type`=0 AND `entryorguid`=22341 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - On Respawn - Cast 'Glowy (Black)'" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - On Aggro - Cast 'Gossip NPC Appearance - Gnome Male' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Within 0-40 Range - Cast 'Gossip NPC Appearance - Gnome Male' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - In Combat - Cast 'Chains of Ice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - In Combat - Cast 'Counterspell' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deathshadow Spellbinder - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22342 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Deathshadow Archon - In Combat - Cast 'Bloodthirst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Archon - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Archon - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22343 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nether Gas Visual Trigger - On Respawn - Cast 'Nether Gas Drain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - On Aggro - Cast 'Firebolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Within 0-40 Range - Cast 'Firebolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathshadow Imp - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22362 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - On Respawn - Cast 'Glowy (Black)' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Out of Combat - Cast 'Demon Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Out of Combat - Cast 'Summon Twilight Ridge Imp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - In Combat - Cast 'Immolate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Deathshadow Warlock - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22363 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Quest 'The Skettis Offensive' Taken - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Data Set 1 1 - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - On Aggro - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - In Combat - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - In Combat - Cast 'Blade Flurry' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-90% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-80% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-70% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-60% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-50% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-40% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-30% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-20% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hand of Kargath - Between 0-10% Health - Cast 'Toughen' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22374 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Avatar of Terokk - On Just Summoned - Move To Position (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Avatar of Terokk - On Aggro - Move To Position (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22375 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Avatar of Terokk - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=22375 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Avatar of Terokk - On Just Died - Quest Credit 'The Skettis Offensive'" WHERE `source_type`=0 AND `entryorguid`=22375 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Avatar of Terokk - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=22375 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Avatar of Terokk - In Combat - Cast 'Feather Burst'" WHERE `source_type`=0 AND `entryorguid`=22375 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Minion of Terokk - On Just Summoned - Move To Position" WHERE `source_type`=0 AND `entryorguid`=22376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Minion of Terokk - In Combat - Cast 'Terrifying Screech'" WHERE `source_type`=0 AND `entryorguid`=22376 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cabal Interrogator - In Combat - Cast 'Kick Akuno'" WHERE `source_type`=0 AND `entryorguid`=22378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cabal Interrogator - In Combat - Cast 'Eviscerate'" WHERE `source_type`=0 AND `entryorguid`=22378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hathyss the Wicked - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=22381 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hathyss the Wicked - In Combat - Cast 'Curse of Burning Shadows'" WHERE `source_type`=0 AND `entryorguid`=22381 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hathyss the Wicked - In Combat - Cast 'Rain of Chaos'" WHERE `source_type`=0 AND `entryorguid`=22381 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodmaul Soothsayer - On Respawn - Cast 'Demon Armor'" WHERE `source_type`=0 AND `entryorguid`=22384 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lithic Oracle - On Aggro - Cast 'Power of Kran'aish'" WHERE `source_type`=0 AND `entryorguid`=22387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lithic Oracle - In Combat - Cast 'Arakkoa Blast'" WHERE `source_type`=0 AND `entryorguid`=22387 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lithic Oracle - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=22387 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lithic Oracle - In Combat - Cast 'Shock'" WHERE `source_type`=0 AND `entryorguid`=22387 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lithic Oracle - In Combat - Cast 'Chain Lightning'" WHERE `source_type`=0 AND `entryorguid`=22387 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lithic Talonguard - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=22388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kil'Jaeden Reaver (non-interactable) - On Respawn - Cast 'Freeze Anim'" WHERE `source_type`=0 AND `entryorguid`=22389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Fiend - On Spellhit 'Banishment' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=22392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrath Fiend - On Just Died - Quest Credit 'Banish the Demons'" WHERE `source_type`=0 AND `entryorguid`=22392 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - In Combat - Cast 'Impending Doom' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Between 0-15% Health - Set Event Phase 3 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Between 0-15% Health - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deathshadow Overlord - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22393 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deathshadow Hound - On Respawn - Cast 'Invisibility and Stealth Detection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22394 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathshadow Hound - In Combat - Cast 'Carnivorous Bite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22394 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower North - On Respawn - Start Waypoint (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower North - On Spellhit 'Summon Smoke Beacon' - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=22401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower North - On Spellhit 'Summon Smoke Beacon' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=22401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower North - On Spellhit 'Summon Smoke Beacon' - Quest Credit 'Zeth'Gor Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=22401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Forge - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Forge - On Spellhit 'Summon Smoke Beacon' - Set Data 0 3" WHERE `source_type`=0 AND `entryorguid`=22402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Forge - On Spellhit 'Summon Smoke Beacon' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=22402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Forge - On Spellhit 'Summon Smoke Beacon' - Quest Credit 'Zeth'Gor Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=22402 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Foothill - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Foothill - On Spellhit 'Summon Smoke Beacon' - Set Data 0 4" WHERE `source_type`=0 AND `entryorguid`=22403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Foothill - On Spellhit 'Summon Smoke Beacon' - Cast 'Create Hellfire Fire'" WHERE `source_type`=0 AND `entryorguid`=22403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn, Tower Foothill - On Spellhit 'Summon Smoke Beacon' - Quest Credit 'Zeth'Gor Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=22403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Respawn - Cast 'They Must Burn Bomb Aura (self)'" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Data Set 0 2 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Data Set 0 3 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Data Set 0 4 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Waypoint 12 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Waypoint 11 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Waypoint 12 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, North - On Waypoint 12 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22404 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Respawn - Cast 'They Must Burn Bomb Aura (self)'" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Data Set 0 2 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Data Set 0 3 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Data Set 0 4 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Waypoint 13 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Waypoint 13 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Waypoint 12 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Forge - On Waypoint 14 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22405 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Respawn - Cast 'They Must Burn Bomb Aura (self)'" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Data Set 0 2 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Data Set 0 3 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Waypoint 15 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Waypoint 15 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Honor Hold Gryphon Brigadier, Foothill - On Waypoint 15 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22406 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Spellhit 'Druid Signal' - Cast 'Evergrove Druid Transform Crow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Spellhit 'Druid Signal' - Remove Flag Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Spellhit 'Druid Signal' - Move To Invoker (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Spellhit 'Druid Signal' - Set Npc Flag Questgiver (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Gossip Hello - Cast 'Evergrove Druid Transform Druid' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Gossip Hello - Despawn In 60000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Quest 'Harvesting the Fel Ammunition' Taken - Despawn In 10000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Quest 'Fire At Will!' Taken - Despawn In 10000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Quest 'The Hound-Master' Taken - Despawn In 10000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Evergrove Druid - On Respawn - Remove Npc Flag Questgiver (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22423 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Remnant of Malice - On Respawn - Cast 'Greater Invis (For Fragments of Memory)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22437 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Remnant of Greed - On Respawn - Cast 'Greater Invis (For Fragments of Memory)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Remnant of Corruption - On Respawn - Cast 'Greater Invis (For Fragments of Memory)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Remnant of Pride - On Respawn - Cast 'Greater Invis (For Fragments of Memory)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anchorite Relic Bunny - On Just Summoned - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22444 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anchorite Relic Bunny - On Update - Cast 'Anchorite Contrition' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22444 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sky-Master Maxxor - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=22455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sky-Master Maxxor - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=22455 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Quest 'Digging Through Bones' Taken - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 1 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 8 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 8 Reached - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 9 Reached - Set Emote State 467" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 9 Reached - Set Data 0 3" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 9 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 7 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 9 Reached - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Waypoint 7 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=22458 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fel Cannon MKI - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=22461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Cannon MKI - In Combat - Cast 'Fel Cannon Blast'" WHERE `source_type`=0 AND `entryorguid`=22461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bone Sifter - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=22466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bone Sifter - In Combat - Cast 'Bore'" WHERE `source_type`=0 AND `entryorguid`=22466 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeppit - On Data Set 1 1 - Cast 'Gather Warp Chaser Blood'" WHERE `source_type`=0 AND `entryorguid`=22484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halu - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=22485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halu - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=22485 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greater Earthbind Totem - In Combat - Cast 'Earthbind'" WHERE `source_type`=0 AND `entryorguid`=22486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Mercy - On Gossip Option 1 Selected - Cast 'OCW Create Blood Elf Orphan Whistle'" WHERE `source_type`=0 AND `entryorguid`=22819 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Mercy - On Gossip Option 2 Selected - Cast 'OCW Create Draenei Orphan Whistle'" WHERE `source_type`=0 AND `entryorguid`=22819 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Mercy - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=22819 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Quest 'Waking the Sleeper' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Quest 'No Mere Dream' Taken - Summon Creature 'Clintar Dreamwalker's Spirit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Quest 'No Mere Dream' Taken - Move To Position (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Reached Point 3 - Set Flag Standstate Sleep (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Reached Point 3 - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - Out of Combat - Set Visibility Off (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - Out of Combat - Despawn In 100 ms (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22834 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ashtongue Battlelord - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashtongue Battlelord - In Combat - Cast 'Concussion Blow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ashtongue Battlelord - In Combat - Cast 'Concussive Throw' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22844 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ashtongue Battlelord - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22844 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ashtongue Battlelord - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22844 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - In Combat - Cast 'Searing Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - On Aggro - Cast 'Bloodlust' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - In Combat - Cast 'Cyclone Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - Between 0-50% Health - Cast 'Chain Heal' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - In Combat - Cast 'Flame Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - In Combat - Cast 'Frost Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ashtongue Mystic - In Combat - Cast 'Summon Windfury Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22845 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Within 5-15 Range - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Within 35-80 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Between 0-30% Health - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Between 0-15% Mana - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - On Aggro - Cast 'Lightning Shield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Out of Combat - Cast 'Summon Storm Fury' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Within 0-5 Range - Enable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - Between 30-100% Mana - Decrement Phase By 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ashtongue Stormcaller - In Combat - Cast 'Chain Lightning' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22846 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ashtongue Feral Spirit - On Respawn - Cast 'Invisibility and Stealth Detection' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22849 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Defiler - In Combat - Cast 'Rain of Chaos' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Defiler - In Combat - Cast 'Curse of Agony' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22853 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Defiler - In Combat - Cast 'Fel Immolate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22853 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Defiler - In Combat - Cast 'Banish' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22853 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illidari Nightlord - In Combat - Cast 'Shadow Inferno' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Nightlord - In Combat - Cast 'Fear' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22855 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Nightlord - In Combat - Cast 'Curse of Mending' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22855 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Nightlord - In Combat - Cast 'Summon Shadowfiends' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22855 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illidari Boneslicer - On Aggro - Cast 'Dual Wield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22869 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Boneslicer - In Combat - Cast 'Gouge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22869 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Boneslicer - In Combat - Cast 'Shadowstep' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22869 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Boneslicer - In Combat - Cast 'Cloak of Shadows' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22869 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilskar General - On Aggro - Cast 'Dual Wield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar General - In Combat - Cast 'Free Friend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22873 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar General - In Combat - Cast 'Booming Voice' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22873 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilskar Harpooner - On Aggro - Cast 'Harpooner's Mark' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar Harpooner - In Combat - Cast 'Spear Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22874 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar Harpooner - In Combat - Cast 'Hooked Net' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22874 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilskar Sea-Caller - In Combat - Cast 'Hurricane' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar Sea-Caller - In Combat - Cast 'Forked Lightning' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22875 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar Sea-Caller - In Combat - Cast 'Summon Geyser' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22875 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilskar Soothsayer - In Combat - Cast 'Holy Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar Soothsayer - Between 0-20% Health - Cast 'Restoration' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar Wrangler - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar Wrangler - In Combat - Cast 'Lightning Prod' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22877 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar Wrangler - In Combat - Cast 'Electric Spur' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22877 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Aqueous Lord - In Combat - Cast 'Vile Slime' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aqueous Lord - In Combat - Cast 'Vile Slime' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22878 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aqueous Lord - In Combat - Cast 'Crashing Wave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22878 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Reaver - In Combat - Cast 'Spell Absorption' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22879 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Champion - In Combat - Cast 'Whirling Blade' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Champion - In Combat - Cast 'Chaotic Light' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22880 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aqueous Surger - In Combat - Cast 'Poison Bolt Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Deathshaper - In Combat - Cast 'Simon Game START, red' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Deathshaper - In Combat - Cast 'Death Coil' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22882 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Deathshaper - On Aggro - Cast 'Demon Armor' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22882 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Deathshaper - Between 0-50% Health - Cast 'Raise Dead' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22882 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Aqueous Spawn - In Combat - Cast 'Sludge Nova' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22883 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aqueous Spawn - In Combat - Cast 'Merge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22883 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Leviathan - In Combat - Cast 'Tail Sweep' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22884 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Leviathan - In Combat - Cast 'Poison Spit' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22884 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Leviathan - In Combat - Cast 'Debilitating Spray' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22884 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragon Turtle - In Combat - Cast 'Water Spit' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22885 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragon Turtle - Between 0-50% Health - Cast 'Shell Shield' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22885 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Searing Totem - In Combat - Cast 'Attack' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22895 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Quest 'The Raven Stones' Finished - Run Script (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=22924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorrim - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=22931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorrim - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=22931 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Suralais Farwind - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=22935 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Suralais Farwind - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=22935 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Auhula - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=22936 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Auhula - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=22936 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Temple Concubine - In Combat - Cast 'Love Tap'" WHERE `source_type`=0 AND `entryorguid`=22939 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Temple Concubine - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=22939 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grok - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=22940 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grok - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=22940 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grok - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=22940 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Blood Mage - In Combat - Cast 'Bloodbolt'" WHERE `source_type`=0 AND `entryorguid`=22945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Blood Mage - In Combat - Cast 'Blood Siphon'" WHERE `source_type`=0 AND `entryorguid`=22945 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Fearbringer - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=22954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Fearbringer - In Combat - Cast 'Illidari Flames'" WHERE `source_type`=0 AND `entryorguid`=22954 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Fearbringer - In Combat - Cast 'Rain of Chaos'" WHERE `source_type`=0 AND `entryorguid`=22954 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Charming Courtesan - In Combat - Cast 'Poisonous Throw'" WHERE `source_type`=0 AND `entryorguid`=22955 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Charming Courtesan - Between 0-50% Health - Cast 'Infatuation'" WHERE `source_type`=0 AND `entryorguid`=22955 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sister of Pain - In Combat - Cast 'Shell of Pain'" WHERE `source_type`=0 AND `entryorguid`=22956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sister of Pain - In Combat - Cast 'Painful Rage'" WHERE `source_type`=0 AND `entryorguid`=22956 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sister of Pain - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=22956 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sister of Pain - In Combat - Cast 'Lash of Pain'" WHERE `source_type`=0 AND `entryorguid`=22956 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Priestess of Dementia - In Combat - Cast 'Confusion'" WHERE `source_type`=0 AND `entryorguid`=22957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spellbound Attendant - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=22959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wyrmcaller - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=22960 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wyrmcaller - In Combat - Cast 'Fixate'" WHERE `source_type`=0 AND `entryorguid`=22960 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wyrmcaller - In Combat - Cast 'Jab'" WHERE `source_type`=0 AND `entryorguid`=22960 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Priestess of Delight - In Combat - Cast 'Curse of Vitality'" WHERE `source_type`=0 AND `entryorguid`=22962 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Worker - In Combat - Cast 'Throw Pick'" WHERE `source_type`=0 AND `entryorguid`=22963 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sister of Pleasure - In Combat - Cast 'Holy Nova'" WHERE `source_type`=0 AND `entryorguid`=22964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sister of Pleasure - Between 0-50% Health - Cast 'Greater Heal'" WHERE `source_type`=0 AND `entryorguid`=22964 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sister of Pleasure - Between 0-20% Health - Cast 'Shell of Life'" WHERE `source_type`=0 AND `entryorguid`=22964 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wild Sparrowhawk - On Aggro - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=22979 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wild Sparrowhawk - On Spellhit 'Sparrowhawk Net' - Invoker Cast 'Captured Sparrowhawk'" WHERE `source_type`=0 AND `entryorguid`=22979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wild Sparrowhawk - Target Casting - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=22979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wild Sparrowhawk - On Spellhit 'Sparrowhawk Net' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=22979 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri Egg Trigger - On Spellhit 'Sparrowhawk Net' - Run Script" WHERE `source_type`=0 AND `entryorguid`=22991 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri Egg Trigger - On Spellhit 'Skyguard Blasting Charge' - Quest Credit 'Fires Over Skettis'" WHERE `source_type`=0 AND `entryorguid`=22991 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri Egg Trigger - On Reset - Cast 'Summon Monstrous Kaliri Egg'" WHERE `source_type`=0 AND `entryorguid`=22991 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - On Respawn - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - On Respawn - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - On Respawn - Set Flag Not Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - On Respawn - Play Emote 27 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Remove Flag Not Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Play Emote 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Guardian of the Hawk - In Combat - Cast 'Curse of Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22992 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - On Respawn - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - On Respawn - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - On Respawn - Set Flag Not Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - On Respawn - Play Emote 27 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Remove Flag Not Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Play Emote 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Cast 'Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Cast 'Force Target to Summon Raven Add' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Guardian of the Eagle - In Combat - Cast 'Starfire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22993 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - On Respawn - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - On Respawn - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - On Respawn - Set Flag Not Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - On Respawn - Play Emote 27 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Remove Flag Not Attackable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Play Emote 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Cast 'Twisting Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Guardian of the Falcon - In Combat - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=22994 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Houndmaster - Out of Combat - Cast 'Summon Riding Warhound' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Houndmaster - On Aggro - Cast 'Freezing Trap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23018 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Houndmaster - Within 5-30 Range - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23018 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Houndmaster - In Combat - Cast 'Silencing Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23018 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Houndmaster - In Combat - Cast 'Volley' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23018 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - In Combat - Cast 'Summon Skeleton' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - Between 0-30% Health - Cast 'Drain Life' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gordunni Soulreaper - On Just Died - Quest Credit 'Threat from Above' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23022 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Talonsworn Forest-Rager - In Combat - Cast 'Thunderclap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23029 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Sky Stalker - In Combat - Remove Flag Not Selectable (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23030 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Sky Stalker - On Just Died - Dismount (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Sky Stalker - Within 5-41 Range - Cast 'Immolation Arrow' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23030 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Sky Stalker - Within 5-41 Range - Cast 'Shoot' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23030 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Soldier - In Combat - Cast 'Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Out of Combat - Cast 'Battle Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Out of Combat - Cast 'Battle Aura' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Between 0-70% Health - Cast 'Defensive Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Between 0-70% Health - Cast 'Defensive Aura' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Between 0-40% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Between 0-40% Health - Cast 'Berserker Stance' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Between 0-40% Health - Cast 'Berserker Aura' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - Between 0-30% Health - Cast 'Whirlwind' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - In Combat - Cast 'Mutilate' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Weapon Master - In Combat - Cast 'Knock Away' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23049 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri - In Combat - Cast 'Hamstring' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23051 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23051 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri - In Combat - Cast 'Swoop' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23051 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rivendark - In Combat - Cast 'Flame Breath' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rivendark - In Combat - Cast 'Cleave' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rivendark - In Combat - Cast 'Corruption' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rivendark - In Combat - Cast 'Fiery Breath' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rivendark - In Combat - Cast 'Bellowing Roar' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rivendark - In Combat - Cast 'Tail Sweep' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rivendark - On Respawn - Move To Position (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23061 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Talonpriest Ishaal - On Respawn - Cast 'Skettis Corrupted Ghosts' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talonpriest Skizzik - On Respawn - Cast 'Skettis Corrupted Ghosts' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23067 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talonpriest Zellek - On Respawn - Cast 'Skettis Corrupted Ghosts' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23068 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Flak Cannon - On Reset - Cast 'Knockdown Fel Cannon: The Aggro bunny' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23076 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Flak Cannon - On Spellhit 'Knockdown Felcannon: The Bolt Pair' - Set Orientation Invoker" WHERE `source_type`=0 AND `entryorguid`=23076 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Legion Flak Cannon - On Spellhit 'Knockdown Felcannon: The Bolt Pair' - Cast 'Knockdown Fel Cannon: The Bolt'" WHERE `source_type`=0 AND `entryorguid`=23076 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="[PH]Knockdown Fel Cannon Dummy - On Spellhit 'Knockdown Fel Cannon: Trigger' - Cast 'Knockdown Fel Cannon: The Aggro Burst'" WHERE `source_type`=0 AND `entryorguid`=23077 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Flak Cannon - On Just Summoned - Cast 'Knockdown Felcannon: The Bolt Pair'" WHERE `source_type`=0 AND `entryorguid`=23082 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Flak Cannon - On Spellhit 'Knockdown Fel Cannon: The Bolt' - Cast 'Fel Flak Fire'" WHERE `source_type`=0 AND `entryorguid`=23082 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Legion Flak Cannon - On Spellhit 'Knockdown Fel Cannon: The Bolt' - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=23082 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Riding Hound - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=23083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Riding Hound - In Combat - Cast 'Carnivorous Bite'" WHERE `source_type`=0 AND `entryorguid`=23083 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Riding Hound - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23083 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowmoon Riding Hound - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23083 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Troll Roof Stalker - On Respawn - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=23090 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Troll Roof Stalker - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=23090 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Quest Credit 'Bombing Run'" WHERE `source_type`=0 AND `entryorguid`=23118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Remove Aura 'Bombing Run: Hunter's Mark'" WHERE `source_type`=0 AND `entryorguid`=23118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=23118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=23118 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Run Script" WHERE `source_type`=0 AND `entryorguid`=23118 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bombing Run Explosion Bunny - On Data Set 0 1 - Cast 'Bombing Run: Explosion Visual'" WHERE `source_type`=0 AND `entryorguid`=23119 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eagle Spirit - On Spellhit - Cast 'Spite of the Eagle'" WHERE `source_type`=0 AND `entryorguid`=23136 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Surveyor - In Combat - Cast 'Stasis Field'" WHERE `source_type`=0 AND `entryorguid`=23153 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Surveyor - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=23153 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Surveyor - Between 0-40% Health - Cast 'Slow'" WHERE `source_type`=0 AND `entryorguid`=23153 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - On Respawn - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - On Respawn - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - On Respawn - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - In Combat - Cast 'Lightning Breath'" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - Between 0-40% Health - Say Line 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - Between 0-40% Health - Morph To Model 21296 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - Between 0-40% Health - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - In Combat - Cast 'Bone Spray' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - On Evade - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - On Evade - Morph To Model 20837" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vakkiz the Windrager - On Evade - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=23162 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gezzarak the Huntress - In Combat - Cast 'Warped Armor'" WHERE `source_type`=0 AND `entryorguid`=23163 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gezzarak the Huntress - In Combat - Cast 'Knock Away'" WHERE `source_type`=0 AND `entryorguid`=23163 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gezzarak the Huntress - In Combat - Set All Threat 0-99" WHERE `source_type`=0 AND `entryorguid`=23163 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gezzarak the Huntress - In Combat - Cast 'Warp'" WHERE `source_type`=0 AND `entryorguid`=23163 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gezzarak the Huntress - In Combat - Cast 'Warped Armor'" WHERE `source_type`=0 AND `entryorguid`=23163 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gezzarak the Huntress - In Combat - Cast 'Warp Rift'" WHERE `source_type`=0 AND `entryorguid`=23163 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hand of Gorefiend - In Combat - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=23172 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Behemoth - In Combat - Cast 'Fiery Comet'" WHERE `source_type`=0 AND `entryorguid`=23196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Behemoth - In Combat - Cast 'Fel Stomp'" WHERE `source_type`=0 AND `entryorguid`=23196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Behemoth - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23196 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Behemoth - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23196 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Behemoth - On Aggro - Cast 'Behemoth Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23196 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackwind Warp Chaser - On Reset - Cast 'Phasing Invisibility' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23219 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blackwind Warp Chaser - On Aggro - Remove Aura 'Phasing Invisibility' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23219 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blackwind Warp Chaser - In Combat - Cast 'Venomous Bite' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23219 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blackwind Warp Chaser - In Combat - Cast 'Warp' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23219 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blackwind Warp Chaser - On Aggro - Cast 'Warp Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23219 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blackwind Warp Chaser - On Just Died - Set Data 1 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23219 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bonechewer Brawler - In Combat - Cast 'Enrage' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23222 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Spectator - On Aggro - Cast 'Charge' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23223 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Spectator - In Combat - Cast 'Cleave' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23223 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Spectator - In Combat - Cast 'Strike' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23223 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Spectator - In Combat - Cast 'Sunder Armor' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23223 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Spectator - In Combat - Cast 'Mortal Wound' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23223 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bonechewer Blade Fury - In Combat - Cast 'Whirlwind' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Shield Disciple - In Combat - Cast 'Throw Shield' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Shield Disciple - Between 0-7% Health - Cast 'Shield Wall' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Blood Prophet - On Aggro - Cast 'Prophecy of Blood' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Blood Prophet - In Combat - Cast 'Bloodbolt' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23237 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonechewer Blood Prophet - Between 0-50% Health - Cast 'Blood Drain' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23237 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonechewer Blood Prophet - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23237 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonechewer Blood Prophet - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23237 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bonechewer Combatant - Between 0-30% Health - Cast 'Frenzy' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonechewer Combatant - Between 0-30% Health - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23239 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - On Aggro - Cast 'Spirit Spawn-in' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bash'ir Subprimal - In Combat - Cast 'Blink' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23247 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bash'ir Flesh Fiend - In Combat - Cast 'Infectious Poison' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Flesh Fiend - Between 0-20% Health - Cast 'Gaping Maw' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23249 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Furywing - In Combat - Cast 'Flame Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Furywing - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Furywing - In Combat - Cast 'Wing Buffet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Furywing - In Combat - Cast 'Fiery Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Furywing - In Combat - Cast 'Bellowing Roar' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Furywing - In Combat - Cast 'Tail Sweep' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Furywing - On Respawn - Move To Position (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23261 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Insidion - In Combat - Cast 'Flame Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Insidion - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23281 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Insidion - In Combat - Cast 'Flame Buffet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23281 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Insidion - In Combat - Cast 'Fiery Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23281 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Insidion - In Combat - Cast 'Bellowing Roar' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23281 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Insidion - On Respawn - Move To Position (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23281 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Obsidia - In Combat - Cast 'Flame Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23282 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidia - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23282 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Obsidia - In Combat - Cast 'Hellfire' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23282 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Obsidia - In Combat - Cast 'Fiery Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23282 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Obsidia - In Combat - Cast 'Bellowing Roar' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23282 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Obsidia - On Respawn - Move To Position (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23282 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Out of Combat - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Cast 'Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - In Combat - Cast 'Bore' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 20-60 Range - Cast 'Tunnel Bore Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 20-60 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 20-60 Range - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 0-8 Range - Remove Aura 'Tunnel Bore Passive' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 0-8 Range - Disable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Within 0-8 Range - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nethermine Burster - Between 0-10% Health - Cast 'Enrage' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23285 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Murkblood Overseer - On Gossip Option 0 Selected - Cast 'Giving a Hand' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23309 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Portal Alarm - On Respawn - Cast 'Boss Fel Portal State' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23310 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Banishing Crystal Bunny 01 - On Just Summoned - Cast 'Banish the Demons: Banishment Periodic Aura'" WHERE `source_type`=0 AND `entryorguid`=23322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Banishing Crystal Bunny 01 - On Just Summoned - Cast 'Banish the Demons: Banishment Beam Periodic Aura'" WHERE `source_type`=0 AND `entryorguid`=23322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nethermine Ravager - On Respawn - Cast 'Flay'" WHERE `source_type`=0 AND `entryorguid`=23326 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wind Reaver - In Combat - Cast 'Doom Bolt'" WHERE `source_type`=0 AND `entryorguid`=23330 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wind Reaver - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=23330 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonmaw Wind Reaver - In Combat - Cast 'Freeze'" WHERE `source_type`=0 AND `entryorguid`=23330 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Reckoner - On Aggro - Cast 'Dual Wield'" WHERE `source_type`=0 AND `entryorguid`=23332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Reckoner - In Combat - Cast 'Warp'" WHERE `source_type`=0 AND `entryorguid`=23332 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Reckoner - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=23332 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Reckoner - In Combat - Cast 'Dematerialize Armor'" WHERE `source_type`=0 AND `entryorguid`=23332 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illidari Centurion - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=23337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Centurion - In Combat - Cast 'Sonic Strike'" WHERE `source_type`=0 AND `entryorguid`=23337 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - In Combat - Cast 'Rapid Shot'" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - On Just Summoned - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 5-15 Range - Start Attacking (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 0-0 Range - Set Sheath Melee (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 0-0 Range - Start Attacking (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 25-80 Range - Set Sheath Ranged (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Within 5-30 Range - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - On Aggro - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - In Combat - Cast 'Skeleton Shot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - Between 0-50% Health - Cast 'Curse of the Bleakheart' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Illidari Heartseeker - On Evade - Set Sheath Melee (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23339 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Wrangled Aether Ray - On Just Summoned - Invoker Cast 'Wrangle Aether Rays: Wrangling Rope Channel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrangled Aether Ray - On Just Summoned - Start Follow Invoker (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrangled Aether Ray - On Follow Complete - Despawn In 1000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23343 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Controller - In Combat - Cast 'Holy Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Controller - Between 0-40% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23368 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Controller - In Combat - Cast 'Power Word: Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23368 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir's Harbinger - On Aggro - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir's Harbinger - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23390 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir's Harbinger - In Combat - Cast 'Spell Reflection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23390 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir's Harbinger - In Combat - Cast 'Dematerialize Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23390 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bash'ir - In Combat - Cast 'Warp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir - In Combat - Cast 'Energy Surge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23391 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir - In Combat - Cast 'Energy Flare' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23391 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir - In Combat - Cast 'Blind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23391 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathshadow Agent - In Combat - Cast 'Mind Sear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Promenade Sentinel - In Combat - Cast 'L5 Arcane Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23394 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Promenade Sentinel - Between 0-75% Health - Cast 'L4 Arcane Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23394 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Blood Lord - In Combat - Cast 'Divine Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Blood Lord - In Combat - Cast 'Hammer of Justice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23397 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Blood Lord - In Combat - Cast 'Judgement of Command' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23397 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Archon - On Aggro - Cast 'Shadowform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Archon - In Combat - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Archon - In Combat - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Archon - In Combat - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illidari Archon - In Combat - Cast 'Power Word: Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Illidari Archon - Target Between 0-10% Health - Cast 'Shadow Word: Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Illidari Battle-mage - In Combat - Cast 'Blizzard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Battle-mage - In Combat - Cast 'Flamestrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Battle-mage - In Combat - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidari Battle-mage - In Combat - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23402 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Illidari Assassin - In Combat - Cast 'Vanish' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidari Assassin - In Combat - Cast 'Riposte' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidari Assassin - In Combat - Cast 'Paralyzing Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Inquisitor - On Aggro - Cast 'Dual Wield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bash'ir Inquisitor - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23414 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bash'ir Inquisitor - In Combat - Cast 'Spell Reflection' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23414 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bash'ir Inquisitor - In Combat - Cast 'Dematerialize Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23414 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hungry Nether Ray - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=23439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hungry Nether Ray - On Data Set 1 1 - Cast 'Lucille Feed Credit Trigger'" WHERE `source_type`=0 AND `entryorguid`=23439 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gordunni Proxy - On Spellhit 'Digging for Cobalt' - Summon Gameobject 'Gordunni Dirt Mound'" WHERE `source_type`=0 AND `entryorguid`=23450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goldark Snipehunter - On Gossip Option 0 Selected - Cast 'Create Item - Synthebrew Goggles'" WHERE `source_type`=0 AND `entryorguid`=23486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goldark Snipehunter - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wild Wolpertinger - On Spellhit 'Wolpertinger Net' - Cast 'Create Stunned Wolpertinger Item'" WHERE `source_type`=0 AND `entryorguid`=23487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wild Wolpertinger - On Spellhit 'Wolpertinger Net' - Despawn In 4000 ms" WHERE `source_type`=0 AND `entryorguid`=23487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elwynn Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Quest Credit 'Pink Elekks On Parade'" WHERE `source_type`=0 AND `entryorguid`=23507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elwynn Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23507 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Teldrassil Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Quest Credit 'Pink Elekks On Parade'" WHERE `source_type`=0 AND `entryorguid`=23527 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Teldrassil Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23527 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azuremyst Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Quest Credit 'Pink Elekks On Parade'" WHERE `source_type`=0 AND `entryorguid`=23528 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azuremyst Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23528 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mulgore Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Quest Credit 'Pink Elekks On Parade'" WHERE `source_type`=0 AND `entryorguid`=23529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mulgore Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23529 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tirisfal Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Quest Credit 'Pink Elekks On Parade'" WHERE `source_type`=0 AND `entryorguid`=23530 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tirisfal Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23530 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eversong Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Quest Credit 'Pink Elekks On Parade'" WHERE `source_type`=0 AND `entryorguid`=23531 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eversong Pink Elekk - On Spellhit 'Elekk Dispersion Ray - Kill Credit' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23531 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Axe Thrower - In Combat - Cast 'Raptor Strike'" WHERE `source_type`=0 AND `entryorguid`=23542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Axe Thrower - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=23542 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Axe Thrower - In Combat - Cast 'Axe Volley'" WHERE `source_type`=0 AND `entryorguid`=23542 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Axe Thrower - In Combat - Cast 'Throw Axe'" WHERE `source_type`=0 AND `entryorguid`=23542 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Raider - On Respawn - Cast 'Throw Dragonflayer Fire Bomb'" WHERE `source_type`=0 AND `entryorguid`=23557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - Out of Combat - Cast 'Vomit'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Just Died - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plagued Vrykul Dummy' - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Vrykul Force Credit'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Blood Explosion'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Blood Explosion'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Aggro - Cast 'Plague Blight'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plague Spray' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plague Spray' - Set Faction 1925" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Tribesman - On Spellhit 'Plague Spray' - Cast 'Spray Credit'" WHERE `source_type`=0 AND `entryorguid`=23564 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Inspector Tarem - On Gossip Option 0 Selected - Cast 'Reflective Dust'" WHERE `source_type`=0 AND `entryorguid`=23567 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inspector Tarem - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23567 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inspector Tarem - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23567 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Krixil Slogswitch - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23573 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Warbringer - Between 0-19% Health - Cast 'Dismount Bear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Warbringer - Between 0-19% Health - Set Flag Standstate Stand Up (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23580 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Warbringer - Between 0-19% Health - Remove Flag Mounted (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23580 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Warbringer - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23580 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amani'shi Warbringer - In Combat - Cast 'Furious Roar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23580 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Amani'shi Warbringer - Between 0-30% Health - Cast 'Frenzy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23580 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Amani'shi Medicine Man - Between 0-30% Health - Cast 'Chain Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Medicine Man - Between 0-40% Health - Cast 'Protective Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23581 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Medicine Man - In Combat - Cast 'Healing Ward' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23581 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Medicine Man - In Combat - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23581 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amani'shi Tribesman - In Combat - Cast 'Cyclone Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Tribesman - In Combat - Cast 'Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23582 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Evidence Marker - On Respawn - Cast 'Evidence Marker Invis' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Bear - In Combat - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Bear - In Combat - Cast 'Crunch Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Scout - On Aggro - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23586 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Scout - On Aggro - Cast 'Alert Drums' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23586 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Scout - In Combat - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23586 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Scout - In Combat - Cast 'Multi-Shot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23586 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amani'shi Reinforcement - In Combat - Cast 'Strike' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23587 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Reinforcement - On Aggro - Cast 'Charge' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23587 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grimtotem Earthbinder - In Combat - Cast 'Earthbind Totem' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23595 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimtotem Earthbinder - On Just Died - Quest Credit 'Direhorn Raiders' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23595 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Flame Caster - In Combat - Cast 'Haste' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Flame Caster - In Combat - Cast 'Fireball Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23596 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Flame Caster - In Combat - Cast 'Fire Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23596 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - In Combat - Cast 'Startling Roar' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - In Combat - Cast 'Rend' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - On Data Set 0 1 - Set Event Phase 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - On Data Set 0 2 - Set Event Phase 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Set Data 0 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Set Run On (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Move To Position (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Move To Position (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Set Orientation 2 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Cast 'Cosmetic - Spear Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Change Equipment (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Remove Flag Immune To Players (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Start Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Set Data 0 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Set Run On (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Move To Position (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Set Orientation 1 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Remove Flag Immune To Players (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Amani'shi Guardian - Out of Combat - Start Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23597 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Reset - Set Faction 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - Out of Combat - Say Line 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Gossip Option 0 Selected - Cast 'Discovered'" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Spellhit 'Discovered (Sub)' - Set Orientation Invoker" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Spellhit 'Discovered (Sub)' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Spellhit 'Discovered (Sub)' - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=23602 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dyslix Silvergrub - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=23612 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dyslix Silvergrub - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=23612 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ahab Wheathoof - Within 1-10 Range Out of Combat LoS - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Cast 'Clear Target Auras'" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Bergrisst - Out of Combat - Cast 'Greater Invisibility'" WHERE `source_type`=0 AND `entryorguid`=23619 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Cast 'Clear Target Auras'" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Chief Thunder-Skins - Out of Combat - Cast 'Greater Invisibility'" WHERE `source_type`=0 AND `entryorguid`=23623 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Cast 'Clear Target Auras'" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Mai'Kyl - Out of Combat - Cast 'Greater Invisibility'" WHERE `source_type`=0 AND `entryorguid`=23624 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Cast 'Clear Target Auras'" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 406" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 407" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Cast 'L70ETC Call Lightning'" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 406" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 407" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Samuro - Out of Combat - Cast 'Greater Invisibility'" WHERE `source_type`=0 AND `entryorguid`=23625 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Cast 'Clear Target Auras'" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 402" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 403" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 404" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Play Emote 405" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Cast 'L70ETC Flare Effect'" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sig Nicious - Out of Combat - Cast 'Greater Invisibility'" WHERE `source_type`=0 AND `entryorguid`=23626 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Vrykul - On Spellhit 'Plague Spray' - Cast 'Spray Credit'" WHERE `source_type`=0 AND `entryorguid`=23652 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Tribesman - On Aggro - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23661 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Tribesman - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23661 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Tribesman - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23661 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Woodsman - In Combat - Cast 'Chop'" WHERE `source_type`=0 AND `entryorguid`=23662 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Woodsman - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23662 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Woodsman - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23662 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Woodsman - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23662 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterskorn Woodsman - In Combat - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=23662 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Shield-Maiden - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23663 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Shield-Maiden - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23663 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Shield-Maiden - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23663 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Shield-Maiden - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23663 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterskorn Shield-Maiden - In Combat - Cast 'Throw Shield'" WHERE `source_type`=0 AND `entryorguid`=23663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Warrior - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Warrior - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Warrior - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23664 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Warrior - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Raider - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23665 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Raider - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23665 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Raider - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23665 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Raider - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23665 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterskorn Raider - Target Casting - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=23665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Berserker - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Berserker - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23666 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Berserker - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23666 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Berserker - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - In Combat - Cast 'Freezing Circle'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - Between 10-90% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - Friendly At 1000 Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Seer - In Combat - Cast 'Rune Ward'" WHERE `source_type`=0 AND `entryorguid`=23667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Caster - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=23668 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Caster - In Combat - Cast 'Exploding Runes'" WHERE `source_type`=0 AND `entryorguid`=23668 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Caster - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23668 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Caster - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23668 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Caster - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23668 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Winterskorn Rune-Caster - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=23668 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Oracle - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Oracle - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23669 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Oracle - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23669 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Oracle - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=23669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - In Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - On Spellhit 'Dismembering Corpse' - Cast 'Gruesome, But Necessary: Vrykul On Dismember'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - On Just Died - Remove Aura 'Earth Shield'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - Friendly At 1000 Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - In Combat - Cast 'Earth Shield'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterskorn Elder - Between 10-90% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=23670 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - On Text 0 Over - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - On Text 1 Over - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - On Text 1 Over - Move Forward 1 Yards" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - In Combat - Cast 'Frost Attack'" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - Within 8-25 Range - Cast 'Shield Charge'" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - Between 75-75% Health - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - Between 75-75% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - Between 25-25% Health - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - Out of Combat - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Halfdan the Ice-Hearted - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23671 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - In Combat - Cast 'Wrath'" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - Out of Combat - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Reset - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Respawn - Set Faction 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Spellhit 'Lurielle's Pendant' - Set Orientation Invoker (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Spellhit 'Lurielle's Pendant' - Cast 'Fjord Sprite Redemption Credit' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Spellhit 'Lurielle's Pendant' - Run Script (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Waypoint 1 Reached - Despawn Instant (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23678 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Plagued Proto-Dragon - On Has Aura 'Radiation' - Cast 'Radiation' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23680 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Proto-Dragon - In Combat - Cast 'Flame Breath' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23680 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Proto-Dragon - In Combat - Cast 'Thrash' (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23680 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gordok Brew Barker - Out of Combat - Say Line 0 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=23685 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Proto-Drake - On Follow Complete - Cast 'Overpowering Sickness'" WHERE `source_type`=0 AND `entryorguid`=23689 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Proto-Drake - On Follow Complete - Cast 'Draconis Gastritis: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23689 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Proto-Drake - Out of Combat - Start Follow Closest Creature 'Draconis Gastritis Bunny'" WHERE `source_type`=0 AND `entryorguid`=23689 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Proto-Drake - On Follow Complete - Kill Target" WHERE `source_type`=0 AND `entryorguid`=23689 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Proto-Drake - Out of Combat - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=23689 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Proto-Drake - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23689 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drunken Brewfest Reveler - On Respawn - Cast 'Completely Hammered'" WHERE `source_type`=0 AND `entryorguid`=23698 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baron Ulrik von Stromhearth - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=23729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baron Ulrik von Stromhearth - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harold Lagras - On Respawn - Cast 'Breathing Tube'" WHERE `source_type`=0 AND `entryorguid`=23730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pricilla Winterwind - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=23736 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pricilla Winterwind - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=23736 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Raptor - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=23741 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Raptor - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=23741 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Raptor - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=23741 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captured Raptor - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=23741 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Raptor - Out of Combat - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=23741 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="North Tent - On Spellhit 'Burn Direhorn Post' - Quest Credit 'Raze Direhorn Post!'" WHERE `source_type`=0 AND `entryorguid`=23751 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Northeast Tent - On Spellhit 'Burn Direhorn Post' - Quest Credit 'Raze Direhorn Post!'" WHERE `source_type`=0 AND `entryorguid`=23752 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="East Tent - On Spellhit 'Burn Direhorn Post' - Quest Credit 'Raze Direhorn Post!'" WHERE `source_type`=0 AND `entryorguid`=23753 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Plaguebringer - In Combat - Cast 'Shoot Plague'" WHERE `source_type`=0 AND `entryorguid`=23760 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Plaguebringer - In Combat - Cast 'Wandering Plague'" WHERE `source_type`=0 AND `entryorguid`=23760 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forsaken Plaguebringer - In Combat - Cast 'Kick'" WHERE `source_type`=0 AND `entryorguid`=23760 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forsaken Plaguebringer - Within 24042-40 Range Out of Combat LoS - Cast 'Shoot Plague'" WHERE `source_type`=0 AND `entryorguid`=23760 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lynn Hyal - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23768 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lynn Hyal - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=23768 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lynn Hyal - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=23768 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lynn Hyal - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=23768 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lynn Hyal - Out of Combat - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=23768 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lynn Hyal - Out of Combat - Quest Credit 'Peace at Last'" WHERE `source_type`=0 AND `entryorguid`=23768 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jimmy Hyal - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=23769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Egg - On Reset - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=23777 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Egg - On Reset - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=23777 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Egg - On Spellhit 'Tillinghast's Plague Canister Dummy' - Cast 'Green Eggs and Whelps: Summon Plagued Proto-Whelp'" WHERE `source_type`=0 AND `entryorguid`=23777 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Egg - On Spellhit 'Tillinghast's Plague Canister Dummy' - Kill Self" WHERE `source_type`=0 AND `entryorguid`=23777 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Egg - On Just Died - Summon Creature 'Proto-Whelp'" WHERE `source_type`=0 AND `entryorguid`=23777 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Egg - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=23777 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Turkey - On Just Died - Invoker Cast 'Turkey Marker'" WHERE `source_type`=0 AND `entryorguid`=23801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Aman - Dragonhawk God Invisman - Within 1-20 Range Out of Combat LoS - Quest Credit 'X Marks... Your Doom!'" WHERE `source_type`=0 AND `entryorguid`=23813 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Aman - Eagle God Invisman - Within 1-20 Range Out of Combat LoS - Quest Credit 'X Marks... Your Doom!'" WHERE `source_type`=0 AND `entryorguid`=23814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Aman - Lynx God Invisman - Within 1-20 Range Out of Combat LoS - Quest Credit 'X Marks... Your Doom!'" WHERE `source_type`=0 AND `entryorguid`=23815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bat Handler Camille - On Gossip Option 0 Selected - Invoker Cast 'Taxi to the Windrunner'" WHERE `source_type`=0 AND `entryorguid`=23816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bat Handler Camille - On Gossip Option 1 Selected - Invoker Cast 'Test at Sea Taxi'" WHERE `source_type`=0 AND `entryorguid`=23816 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bat Handler Camille - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23816 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Valgarde Harpoon Target - On Spellhit 'Blazing Harpoon' - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=23821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Play Sound 11803" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Earthquake'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Earthquake'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Earthquake'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Earthquake'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Earthquake'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="[DNT] L70ETC FX Controller - Out of Combat - Cast 'L70ETC Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=23830 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Zeppelin Power Core - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=23832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Dragonhawk - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=23834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Just Summoned - Cast 'You Reap What You Sow: Ritual Bunny Channel'" WHERE `source_type`=0 AND `entryorguid`=23837 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Just Summoned - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=23837 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Aggro - Run Script" WHERE `source_type`=0 AND `entryorguid`=23859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23859 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Gossip Option 1 Selected - Add Item 'Orehammer's Precision Bombs' 10 Times" WHERE `source_type`=0 AND `entryorguid`=23859 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Gossip Option 1 Selected - Cast 'High Commander Halford Wyrmbane: Westguard Keep to Wintergarde Keep Taxi'" WHERE `source_type`=0 AND `entryorguid`=23859 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=23859 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Restless Apparition - On Reset - Run Script" WHERE `source_type`=0 AND `entryorguid`=23861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spore - In Combat - Cast 'Spore Cloud'" WHERE `source_type`=0 AND `entryorguid`=23876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spore - On Just Died - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=23876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spore - On Spellhit 'Enchanted Ice Core' - Quest Credit 'Seeds of the Blacksouled Keepers'" WHERE `source_type`=0 AND `entryorguid`=23876 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani'shi Savage - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=23889 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Savage - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=23889 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Savage - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=23889 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Quest 'Take Down Tethyr!' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=23905 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Quest 'Take Down Tethyr!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=23905 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Cast 'Mission: Eternal Flame: Bunny 01 Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 01 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23921 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Cast 'Mission: Eternal Flame: Bunny 02 Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 02 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23922 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Cast 'Mission: Eternal Flame: Bunny 03 Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 03 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23923 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Cast 'Mission: Eternal Flame: Bunny 04 Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Blacksmith Smoke (x2.0)'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Halgrind Torch Bunny 04 - On Spellhit 'Ever-burning Torch' - Summon Gameobject 'Stratholme Fire Medium'" WHERE `source_type`=0 AND `entryorguid`=23924 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Oluf the Violent - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=23931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oluf the Violent - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=23931 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oluf the Violent - In Combat - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=23931 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oluf the Violent - In Combat - Cast 'Throw Dragonflayer Harpoon'" WHERE `source_type`=0 AND `entryorguid`=23931 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oluf the Violent - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=23931 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oluf the Violent - On Just Died - Cast 'Drop Ancient Cipher'" WHERE `source_type`=0 AND `entryorguid`=23931 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - On Aggro - Cast 'Hurl Dagger' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 5-30 Range - Cast 'Hurl Dagger' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - On Aggro - Cast 'Hurl Dagger' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 5-30 Range - Cast 'Hurl Dagger' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - In Combat - Cast 'Ticking Bomb' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - In Combat - Cast 'Ticking Time Bomb' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - In Combat - Cast 'Blind' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Strategist - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23956 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Westguard Cannon Credit Trigger East - On Spellhit 'Mark Cannon' - Quest Credit 'Guide Our Sights' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkclaw Bat - On Data Set 0 1 - Move To Closest Creature 'Feknut's Firecrackers Bunny' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkclaw Bat - On Reached Point 1 - Set Data 0 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23959 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Runecaster - In Combat - Cast 'Njord's Rune of Protection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23960 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Runecaster - In Combat - Cast 'Njord's Rune of Protection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23960 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Runecaster - In Combat - Cast 'Bolthorn's Rune of Flame' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23960 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Runecaster - In Combat - Cast 'Bolthorn's Rune of Flame' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23960 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ironhelm - In Combat - Cast 'Heroic Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ironhelm - In Combat - Cast 'Heroic Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23961 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ironhelm - In Combat - Cast 'Ringing Slap' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23961 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ironhelm - In Combat - Cast 'Ringing Slap' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23961 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Traveling Orphan - Out of Combat - Play Emote 11 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Westguard Cannon Credit Trigger West - On Spellhit 'Mark Cannon' - Quest Credit 'Guide Our Sights' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23972 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Spellhit 'Danger! Explosive!: Ore Trap' - Run Random Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=23974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - Out of Combat - Remove Flag Standstate Sit Down" WHERE `source_type`=0 AND `entryorguid`=23975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - Out of Combat - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=23975 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Waypoint 2 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=23975 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=23975 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Waypoint 7 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=23975 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Waypoint 8 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=23975 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - Received Emote 125 - Cast 'Send Them Packing: On /Raise Emote Dummy to Player'" WHERE `source_type`=0 AND `entryorguid`=23977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Target Spellhit 'Send Them Packing: On /Raise Emote Dummy to Player' - Cast 'Send Them Packing: On Successful Dummy Spell Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=23977 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Target Spellhit 'Send Them Packing: On /Raise Emote Dummy to Player' - Run Script" WHERE `source_type`=0 AND `entryorguid`=23977 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Axle - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=23995 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Axle - On Waypoint 4 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=23995 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Axle - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=23995 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Axle - On Waypoint 8 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=23995 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Axle - On Waypoint 8 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=23995 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Corpse - On Spellhit 'Burn Body' - Cast 'Fallen Combatant Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Corpse - On Spellhit 'Burn Body' - Despawn In 20000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forsaken Corpse - On Spellhit 'Burn Body' - Cast 'Fallen Combatant Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24010 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forsaken Corpse - On Spellhit 'Burn Body' - Despawn In 20000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24010 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ulf the Bloodletter - On Spellhit 'Burn Body' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24016 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ulf the Bloodletter - On Spellhit 'Plant Forsaken Banner' - Cast 'Ulf Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24016 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ulf the Bloodletter - On Just Died - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24016 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ulf the Bloodletter - Within 0-5 Range - Cast 'Mace Smash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necro Overlord Mezhen - Out of Combat - Cast 'Necrolord: Purple Beam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Just Summoned - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Celea Frozenmane - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=24032 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Celea Frozenmane - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=24032 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="McGoyver - On Gossip Option 0 Selected - Cast 'Taxi to Explorers' League Outpost'" WHERE `source_type`=0 AND `entryorguid`=24040 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="McGoyver - On Gossip Option 0 Selected - Cast 'Taxi to Explorers' League'" WHERE `source_type`=0 AND `entryorguid`=24040 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="McGoyver - On Gossip Option 1 Selected - Cast 'Taxi to Explorers' League Outpost'" WHERE `source_type`=0 AND `entryorguid`=24040 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="McGoyver - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24040 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="McGoyver - On Gossip Option 2 Selected - Cast 'Create Dark Iron Ingots'" WHERE `source_type`=0 AND `entryorguid`=24040 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Amani Lynx - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=24043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Crocolisk - In Combat - Cast 'Tail Swipe'" WHERE `source_type`=0 AND `entryorguid`=24047 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Crocolisk - In Combat - Cast 'Infected Bite'" WHERE `source_type`=0 AND `entryorguid`=24047 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Squeeg Idolhunter - In Combat - Cast 'Throw Dynamite'" WHERE `source_type`=0 AND `entryorguid`=24048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Christina Daniels - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24057 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Christina Daniels - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=24057 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="James Ormsby - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=24061 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="James Ormsby - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=24061 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani Lynx Cub - Out of Combat - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=24064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Lynx Cub - On Aggro - Remove Aura 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=24064 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani Lynx Cub - On Aggro - Cast 'Dash'" WHERE `source_type`=0 AND `entryorguid`=24064 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani Lynx Cub - In Combat - Cast 'Gut Rip'" WHERE `source_type`=0 AND `entryorguid`=24064 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amani'shi Handler - In Combat - Cast 'Tranquilizing Poison'" WHERE `source_type`=0 AND `entryorguid`=24065 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Handler - In Combat - Cast 'Electrified Net'" WHERE `source_type`=0 AND `entryorguid`=24065 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Bonecrusher - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=24069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Bonecrusher - In Combat - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=24069 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Bonecrusher - In Combat - Cast 'Knockdown Spin'" WHERE `source_type`=0 AND `entryorguid`=24069 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Heartsplitter - In Combat - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=24071 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Heartsplitter - In Combat - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=24071 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Heartsplitter - In Combat - Cast 'Piercing Jab'" WHERE `source_type`=0 AND `entryorguid`=24071 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Heartsplitter - In Combat - Cast 'Piercing Jab'" WHERE `source_type`=0 AND `entryorguid`=24071 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Heartsplitter - In Combat - Cast 'Wing Clip'" WHERE `source_type`=0 AND `entryorguid`=24071 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Heartsplitter - In Combat - Cast 'Wing Clip'" WHERE `source_type`=0 AND `entryorguid`=24071 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Metalworker - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=24078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Metalworker - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=24078 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Metalworker - Between 0-30% Health - Cast 'Enrage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24078 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Metalworker - Between 0-30% Health - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24078 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Weaponsmith - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Weaponsmith - In Combat - Cast 'Concussion Blow' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24080 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Weaponsmith - In Combat - Cast 'Disarm' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24080 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Aggro - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 8-25 Range - Cast 'Throw' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 8-25 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Aggro - Cast 'Throw' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 8-25 Range - Cast 'Throw' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 8-25 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - In Combat - Cast 'Debilitating Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - In Combat - Cast 'Debilitating Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Friendly Unit Missing Buff 'Unholy Rage' - Cast 'Unholy Rage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Friendly Unit Missing Buff 'Unholy Rage' - Cast 'Unholy Rage' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Handler - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24082 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Tunneling Ghoul - In Combat - Cast 'Decrepify' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24084 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Overseer - On Aggro - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24085 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Overseer - On Aggro - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24085 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Overseer - In Combat - Cast 'Battle Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24085 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Overseer - In Combat - Cast 'Battle Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24085 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Overseer - In Combat - Cast 'Demoralizing Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24085 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Overseer - In Combat - Cast 'Demoralizing Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24085 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skorn Tower NW Bunny - On Spellhit 'Brave's Flare' - Cast 'Towers of Certain Doom: NW Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24087 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Tower NW Bunny - On Spellhit 'Sergeant's Flare' - Cast 'Towers of Certain Doom: NW Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24087 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skorn Tower NW Bunny - On Spellhit 'Sergeant's Flare' - Run Script" WHERE `source_type`=0 AND `entryorguid`=24087 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skorn Tower E Bunny - On Spellhit 'Brave's Flare' - Cast 'Towers of Certain Doom: E Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24092 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Tower E Bunny - On Spellhit 'Sergeant's Flare' - Cast 'Towers of Certain Doom: E Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24092 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skorn Tower E Bunny - On Spellhit 'Sergeant's Flare' - Run Script" WHERE `source_type`=0 AND `entryorguid`=24092 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skorn Tower SW Bunny - On Spellhit 'Brave's Flare' - Cast 'Towers of Certain Doom: SW Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24093 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Tower SW Bunny - On Spellhit 'Sergeant's Flare' - Cast 'Towers of Certain Doom: SW Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24093 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skorn Tower SW Bunny - On Spellhit 'Sergeant's Flare' - Run Script" WHERE `source_type`=0 AND `entryorguid`=24093 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skorn Tower SE Bunny - On Spellhit 'Brave's Flare' - Cast 'Towers of Certain Doom: SE Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Tower SE Bunny - On Spellhit 'Sergeant's Flare' - Cast 'Towers of Certain Doom: SE Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24094 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skorn Tower SE Bunny - On Spellhit 'Sergeant's Flare' - Run Script" WHERE `source_type`=0 AND `entryorguid`=24094 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skorn Longhouse NW Bunny - On Spellhit 'Torch' - Cast 'Burn Skorn, Burn!: NW Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Longhouse NE Bunny - On Spellhit 'Torch' - Cast 'Burn Skorn, Burn!: NE Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Barracks Bunny - On Spellhit 'Torch' - Cast 'Burn Skorn, Burn!: Barracks Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24102 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 1 1 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 2 2 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 3 3 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 4 4 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 5 5 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - On Data Set 6 6 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Set Data 1 1 (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny Large - Out of Combat - Reset All Scripts (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24110 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="North Fleet Reservist - Out of Combat - Say Line 0 (Phase 32) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24120 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="North Fleet Reservist - On Spellhit 'Plague Vial' - Cast 'North Fleet Reservist Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=24120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Basil Osgood - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24149 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Basil Osgood - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=24149 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tobias Sarkhoff - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=24155 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tobias Sarkhoff - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=24155 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oric the Baleful - On Aggro - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=24161 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oric the Baleful - On Spellhit 'Plant Forsaken Banner' - Cast 'Oric Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24161 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oric the Baleful - On Just Died - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24161 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oric the Baleful - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24161 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oric the Baleful - Within 0-5 Range - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24161 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gunnar Thorvardsson - On Spellhit 'Plant Forsaken Banner' - Despawn Instant (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24162 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gunnar Thorvardsson - On Spellhit 'Plant Forsaken Banner' - Cast 'Gunnar Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24162 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gunnar Thorvardsson - On Just Died - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gunnar Thorvardsson - Within 0-5 Range - Cast 'Whirlwind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Draconis Gastritis Bunny - On Just Summoned - Summon Gameobject 'Tillinghast's Plagued Meat' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Draconis Gastritis Bunny - On Just Died - Cast 'Draconis Gastritis: Kill Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24170 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Draconis Gastritis Bunny - On Just Summoned - Set Visibility Off (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24170 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Draconis Gastritis Bunny - On Just Died - Despawn Instant (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24170 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Decomposing Ghoul - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Decomposing Ghoul - On Spellhit 'Shining Light' - Set Flags Not Attackable & Pacified & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=24177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Decomposing Ghoul - On Spellhit 'Shining Light' - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=24177 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Decomposing Ghoul - On Spellhit 'Shining Light' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=24177 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Decomposing Ghoul - Out of Combat - Remove Flags Not Attackable & Pacified & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=24177 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Decomposing Ghoul - Out of Combat - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=24177 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shatterhorn - In Combat - Cast 'Ground Smash'" WHERE `source_type`=0 AND `entryorguid`=24178 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shatterhorn - On Just Died - Despawn In 8000 ms" WHERE `source_type`=0 AND `entryorguid`=24178 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shatterhorn - On Spellhit 'Place Ram Meat' - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=24178 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shatterhorn - On Spellhit 'Place Ram Meat' - Remove Aura 'Self Visual - Sleep Until Cancelled (DND)'" WHERE `source_type`=0 AND `entryorguid`=24178 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shatterhorn - On Spellhit 'Place Ram Meat' - Remove Flag Standstate Sleep" WHERE `source_type`=0 AND `entryorguid`=24178 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Amani'shi Wind Walker - Between 0-30% Health - Cast 'Chain Heal'" WHERE `source_type`=0 AND `entryorguid`=24179 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani'shi Wind Walker - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=24179 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani'shi Wind Walker - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=24179 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterskorn Dwelling Credit - On Spellhit 'Burn Structure' - Quest Credit 'Baleheim Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=24182 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Watchtower Credit - On Spellhit 'Burn Structure' - Quest Credit 'Baleheim Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=24183 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Barracks Credit - On Spellhit 'Burn Structure' - Quest Credit 'Baleheim Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=24184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterskorn Bridge Credit - On Spellhit 'Burn Structure' - Quest Credit 'Baleheim Must Burn!'" WHERE `source_type`=0 AND `entryorguid`=24185 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ares the Oathbound - On Quest 'The Shining Light' Taken - Invoker Cast 'Shining Light'" WHERE `source_type`=0 AND `entryorguid`=24189 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ares the Oathbound - On Quest 'Guided by Honor' Taken - Invoker Cast 'Guided by the Oathbound QC'" WHERE `source_type`=0 AND `entryorguid`=24189 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Blood Explosion'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - Out of Combat - Cast 'Plagued Blood Explosion'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Vrykul Force Credit'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Spellhit 'Plagued Blood Explosion' - Set Faction 1925" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Spellhit 'Plague Spray' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - In Combat - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - Out of Combat - Cast 'Vomit'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Just Died - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Spellhit 'Plagued Vrykul Dummy' - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Rune-Caster - On Spellhit 'Plague Spray' - Cast 'Spray Credit'" WHERE `source_type`=0 AND `entryorguid`=24198 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - Out of Combat - Cast 'Vomit'" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Just Died - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plagued Vrykul Dummy' - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plague Spray' - Cast 'Spray Credit'" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plague Spray' - Set Faction 1925" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plague Spray' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Aggro - Cast 'Plague Blight'" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Blood Explosion'" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plague Spray' - Cast 'Plagued Blood Explosion'" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagued Dragonflayer Handler - On Spellhit 'Plagued Blood Explosion' - Cast 'Plagued Vrykul Force Credit'" WHERE `source_type`=0 AND `entryorguid`=24199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riven Widow Cocoon - On Just Died - Cast 'Summon Freed Mist Whisper Scout'" WHERE `source_type`=0 AND `entryorguid`=24210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Riven Widow Cocoon - On Just Died - Quest Credit 'Rivenwood Captives'" WHERE `source_type`=0 AND `entryorguid`=24210 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Freed Winterhoof Longrunner - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24211 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Freed Winterhoof Longrunner - On Just Summoned - Despawn In 6000 ms" WHERE `source_type`=0 AND `entryorguid`=24211 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firjus the Soul Crusher - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=24213 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firjus the Soul Crusher - In Combat - Cast 'Head Crush'" WHERE `source_type`=0 AND `entryorguid`=24213 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firjus the Soul Crusher - On Just Died - Summon Creature 'Jlarborn the Strategist'" WHERE `source_type`=0 AND `entryorguid`=24213 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Yorus the Flesh Harvester - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=24214 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yorus the Flesh Harvester - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=24214 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Yorus the Flesh Harvester - On Just Died - Summon Creature 'Oluf the Violent'" WHERE `source_type`=0 AND `entryorguid`=24214 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jlarborn the Strategist - In Combat - Cast 'Shield Charge'" WHERE `source_type`=0 AND `entryorguid`=24215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jlarborn the Strategist - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=24215 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jlarborn the Strategist - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=24215 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jlarborn the Strategist - In Combat - Cast 'Arcing Smash'" WHERE `source_type`=0 AND `entryorguid`=24215 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jlarborn the Strategist - On Just Died - Summon Creature 'Yorus the Flesh Harvester'" WHERE `source_type`=0 AND `entryorguid`=24215 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Corrupted Lightning Totem - In Combat - Cast 'Lightning'" WHERE `source_type`=0 AND `entryorguid`=24224 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iceshard Elemental - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=24228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Howling Cyclone - Within 0-30 Range - Cast 'Call Lightning'" WHERE `source_type`=0 AND `entryorguid`=24229 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Howling Cyclone - On Just Died - Quest Credit 'Suppressing the Elements'" WHERE `source_type`=0 AND `entryorguid`=24229 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Feknut's Firecrackers Bunny - On Just Summoned - Set Rooted On" WHERE `source_type`=0 AND `entryorguid`=24230 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Feknut's Firecrackers Bunny - On Just Summoned - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=24230 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Feknut's Firecrackers Bunny - On Data Set 0 1 - Cast 'Scare the Guano Out of Them!: Cast Spell 1 On Target's Master'" WHERE `source_type`=0 AND `entryorguid`=24230 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Feknut's Firecrackers Bunny - On Spellhit 'Scare the Guano Out of Them!: Cast Spell 1 On Target's Master' - Cross Cast 'Scare the Guano Out of Them!: Summon Darkclaw Guano'" WHERE `source_type`=0 AND `entryorguid`=24230 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - Within 0-10 Range - Dismount (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - Within 0-10 Range - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Spellhit 'Vrykul Insult' - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - Out of Combat - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Spellhit 'Vrykul Insult' - Set Fly On (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Spellhit 'Shoot' - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Spellhit 'Sunder Armor' - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Spellhit 'Frost Shot' - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Spellhit 'Lydell's Poison' - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Just Died - Cast 'Bjorn Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - In Combat - Cast 'Crush Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Respawn - Mount To Model 22657 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Evade - Mount To Model 22657" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Bjorn Halgurdsson - On Evade - Set Fly Off" WHERE `source_type`=0 AND `entryorguid`=24238 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="King Ymiron - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=24321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Respawn - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=24321 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Citizen of Nifflevar - On Respawn - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=24322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Citizen of Nifflevar - Out of Combat - Play Random Emote (4, 53, 113, 397)" WHERE `source_type`=0 AND `entryorguid`=24322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Citizen of Nifflevar - On Respawn - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=24323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Citizen of Nifflevar - Out of Combat - Play Random Emote (4, 53, 113, 397)" WHERE `source_type`=0 AND `entryorguid`=24323 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Runed Stone Giant - On Spellhit 'Deactivate Runes' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runed Stone Giant - On Spellhit 'Deactivate Runes' - Despawn In 2000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24329 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Timothy Holland - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Timothy Holland - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=24342 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nizzle - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=24366 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nizzle - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=24366 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Steel Gate Chief Archaeologist - On Aggro - Cast 'Flying Machine Control'" WHERE `source_type`=0 AND `entryorguid`=24399 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Steel Gate Chief Archaeologist - On Quest 'I've Got a Flying Machine!' Taken - Cast 'Grappling Hook Miss'" WHERE `source_type`=0 AND `entryorguid`=24399 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Steel Gate Chief Archaeologist - On Quest 'I've Got a Flying Machine!' Taken - Cast 'Summon Steel Gate Flying Machine'" WHERE `source_type`=0 AND `entryorguid`=24399 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Steel Gate Chief Archaeologist - On Quest 'I've Got a Flying Machine!' Taken - Cast 'Flying Machine Control'" WHERE `source_type`=0 AND `entryorguid`=24399 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Steel Gate Chief Archaeologist - On Quest 'I've Got a Flying Machine!' Taken - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24399 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Steel Gate Chief Archaeologist - On Gossip Option 0 Selected - Cast 'Summon Steel Gate Flying Machine'" WHERE `source_type`=0 AND `entryorguid`=24399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Adarrah - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=24405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Adarrah - On Waypoint 6 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=24405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Steel Gate - Grapple Target - On Just Summoned - Cast 'Flying Machine Invisibility'" WHERE `source_type`=0 AND `entryorguid`=24438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sack of Relics - On Gossip Option 0 Selected - Cast 'Kill Credit: Deliver Sack'" WHERE `source_type`=0 AND `entryorguid`=24439 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sack of Relics - On Gossip Option 0 Selected - Cast 'PetWait'" WHERE `source_type`=0 AND `entryorguid`=24439 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sack of Relics - On Spellhit 'Steel Gate Drop Off Check' - Cast 'Ride Vehicle Hardcoded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24439 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sack of Relics - On Spellhit 'Grappling Hook' - Cast 'Ride Vehicle Hardcoded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24439 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sack of Relics - On Spellhit 'Steel Gate Drop Off Check' - Cast 'Kill Credit: Deliver Sack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24439 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lydell - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lydell - Within 0-5 Range - Cast 'Sunder Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lydell - In Combat - Cast 'Lydell's Poison' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24458 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourging Crystal - On Respawn - Cast 'Scourge Mur'gul Camp: Force Shield Arcane Purple x3' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourging Crystal - On Spellhit 'Scourging Crystal Controller' - Remove Aura 'Scourge Mur'gul Camp: Force Shield Arcane Purple x3' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pol Amberstill - On Gossip Option 6 Selected - Cast 'Brewfest - Create Ram Racing Crop'" WHERE `source_type`=0 AND `entryorguid`=24468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pol Amberstill - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24468 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pol Amberstill - On Gossip Option 0 Selected - Cast 'Brewfest - Create Ram Racing Crop'" WHERE `source_type`=0 AND `entryorguid`=24468 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pol Amberstill - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24468 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magnataur Huntress - In Combat - Cast 'Tusk Strike'" WHERE `source_type`=0 AND `entryorguid`=24469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magnataur Huntress - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=24469 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vengeance Landing Assassin - Within 5-30 Range - Cast 'Frost Shot'" WHERE `source_type`=0 AND `entryorguid`=24474 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vengeance Landing Assassin - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=24474 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostfin - In Combat - Cast 'Powerful Bite'" WHERE `source_type`=0 AND `entryorguid`=24500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Driz Tumblequick - On Gossip Option 6 Selected - Cast 'Brewfest - Create Ram Racing Crop'" WHERE `source_type`=0 AND `entryorguid`=24510 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Driz Tumblequick - On Gossip Option 6 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24510 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Driz Tumblequick - On Gossip Option 0 Selected - Cast 'Brewfest - Create Ram Racing Crop'" WHERE `source_type`=0 AND `entryorguid`=24510 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Driz Tumblequick - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24510 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Talonshrike - On Data Set 0 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=24518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talonshrike - In Combat - Cast 'Eye Peck'" WHERE `source_type`=0 AND `entryorguid`=24518 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talonshrike - In Combat - Cast 'Talon Strike'" WHERE `source_type`=0 AND `entryorguid`=24518 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talonshrike - On Data Set 0 2 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=24518 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=24528 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Elder Lynx - Between 0-30% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=24530 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amani Elder Lynx - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24530 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amani Elder Lynx - In Combat - Cast 'Feral Swipe'" WHERE `source_type`=0 AND `entryorguid`=24530 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amani Elder Lynx - In Combat - Cast 'Pounce'" WHERE `source_type`=0 AND `entryorguid`=24530 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=24532 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=24534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - Between 1-50% Health - Run Script" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Gossip Hello - Send Gossip" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - In Combat - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=24539 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nerub'ar Venomspitter - In Combat - Cast 'Venom Spit'" WHERE `source_type`=0 AND `entryorguid`=24563 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nerub'ar Skitterer - In Combat - Cast 'Piercing Blow'" WHERE `source_type`=0 AND `entryorguid`=24566 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Den Vermin - On Respawn - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=24567 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steam Rager - On Respawn - Cast 'Cosmetic: Steam Aura'" WHERE `source_type`=0 AND `entryorguid`=24601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steam Rager - In Combat - Cast 'Steam Blast'" WHERE `source_type`=0 AND `entryorguid`=24601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mammoth Calf - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=24613 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mammoth Calf - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=24613 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wooly Mammoth - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=24614 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooly Mammoth - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=24614 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=24639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Waypoint 2 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=24639 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Data Set 3 3 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=24639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzle - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzle - On Aggro - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzle - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzle - Within 0-30 Range - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzle - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzle - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzle - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fizzle - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fizzle - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fizzle - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=24656 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Glodrak Huntsniper - On Gossip Option 0 Selected - Cast 'Create Item - Synthebrew Goggles'" WHERE `source_type`=0 AND `entryorguid`=24657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glodrak Huntsniper - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24657 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dormant Vrykul - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=24669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dormant Vrykul - On Spellhit 'Sleeping Giants: Awakening Rod Effect' - Play Emote 53" WHERE `source_type`=0 AND `entryorguid`=24669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spearfang Worg - On Respawn - Cast 'Howling Fjord - Quest - Predator Dummy Periodic'" WHERE `source_type`=0 AND `entryorguid`=24677 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - In Combat - Cast 'Magic Dampening Field'" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - On Aggro - Cast 'Glaive Throw'" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-60 Range - Cast 'Glaive Throw'" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-60 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - On Aggro - Cast 'Glaive Throw'" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-60 Range - Cast 'Glaive Throw'" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-60 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 45-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 45-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 5-20 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Within 5-20 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Between 0-15% Health - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Sunblade Mage Guard - On Evade - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24683 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Sunblade Blood Knight - On Aggro - Cast 'Seal of Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24684 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Blood Knight - On Aggro - Cast 'Seal of Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24684 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Blood Knight - In Combat - Cast 'Judgement of Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24684 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Blood Knight - In Combat - Cast 'Judgement of Wrath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24684 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Blood Knight - On Friendly Between 0-40% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24684 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Blood Knight - On Friendly Between 0-40% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24684 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 0-40 Range - Cast 'Enchantment of Spell Haste'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 0-40 Range - Cast 'Enchantment of Spell Haste'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - In Combat - Cast 'Arcane Nova'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - In Combat - Cast 'Enchantment of Spell Haste'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - In Combat - Cast 'Arcane Nova'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sunblade Magister - In Combat - Cast 'Enchantment of Spell Haste'" WHERE `source_type`=0 AND `entryorguid`=24685 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sunblade Warlock - Out of Combat - Cast 'Summon Sunblade Imp'" WHERE `source_type`=0 AND `entryorguid`=24686 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Warlock - Out of Combat - Cast 'Fel Armor'" WHERE `source_type`=0 AND `entryorguid`=24686 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Warlock - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=24686 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Warlock - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=24686 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Warlock - In Combat - Cast 'Incinerate'" WHERE `source_type`=0 AND `entryorguid`=24686 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Warlock - In Combat - Cast 'Incinerate'" WHERE `source_type`=0 AND `entryorguid`=24686 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunblade Physician - On Aggro - Cast 'Inject Poison'" WHERE `source_type`=0 AND `entryorguid`=24687 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Physician - On Aggro - Cast 'Inject Poison'" WHERE `source_type`=0 AND `entryorguid`=24687 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Physician - In Combat - Cast 'Inject Poison'" WHERE `source_type`=0 AND `entryorguid`=24687 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Physician - In Combat - Cast 'Inject Poison'" WHERE `source_type`=0 AND `entryorguid`=24687 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Physician - In Combat - Cast 'Prayer of Mending'" WHERE `source_type`=0 AND `entryorguid`=24687 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Physician - In Combat - Cast 'Prayer of Mending'" WHERE `source_type`=0 AND `entryorguid`=24687 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wretched Skulker - In Combat - Cast 'Wretched Stab'" WHERE `source_type`=0 AND `entryorguid`=24688 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Skulker - Between 0-20% Health - Cast 'Drink Fel Infusion'" WHERE `source_type`=0 AND `entryorguid`=24688 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Bruiser - In Combat - Cast 'Wretched Strike'" WHERE `source_type`=0 AND `entryorguid`=24689 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Bruiser - Between 0-20% Health - Cast 'Drink Fel Infusion'" WHERE `source_type`=0 AND `entryorguid`=24689 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Husk - Between 0-20% Health - Cast 'Drink Fel Infusion'" WHERE `source_type`=0 AND `entryorguid`=24690 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Husk - In Combat - Cast 'Wretched Fireball'" WHERE `source_type`=0 AND `entryorguid`=24690 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Husk - In Combat - Cast 'Wretched Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=24690 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 0-50 Range - Cast 'Frost Arrow'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Within 0-50 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - In Combat - Cast 'Forked Lightning'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - In Combat - Cast 'Forked Lightning'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Between 0-50% Health - Cast 'Mana Shield'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - Between 0-50% Health - Cast 'Mana Shield'" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Coilskar Witch - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=24696 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Sister of Torment - In Combat - Cast 'Deadly Embrace'" WHERE `source_type`=0 AND `entryorguid`=24697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sister of Torment - In Combat - Cast 'Lash of Pain'" WHERE `source_type`=0 AND `entryorguid`=24697 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereum Smuggler - In Combat - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=24698 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ipfelkofer Ironkeg - On Quest 'Direbrew's Dire Brew' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=24710 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tapper Swindlekeg - On Quest 'Direbrew's Dire Brew' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=24711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aleanna Edune - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=24734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Becanna Edune - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=24735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sulan Dunadaire - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=24736 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Elenna Edune - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24738 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fjord Turkey - Within 5-15 Range - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=24746 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fjord Turkey - On Spellhit 'Hawk Hunting' - Cast 'Hawk Hunting'" WHERE `source_type`=0 AND `entryorguid`=24746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fjord Turkey - On Just Died - Cast 'Turkey Marker'" WHERE `source_type`=0 AND `entryorguid`=24746 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fjord Hawk - On Spellhit 'Hawk Hunting' - Cast 'Hawk Hunting'" WHERE `source_type`=0 AND `entryorguid`=24747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fjord Hawk - On Spellhit 'Hawk Hunting' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=24747 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rock Falcon - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24752 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rock Falcon - On Gossip Option 0 Selected - Cross Cast 'Feeding Rock Falcon'" WHERE `source_type`=0 AND `entryorguid`=24752 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brightscale Wyrm - On Just Died - Cast 'Energy Infusion'" WHERE `source_type`=0 AND `entryorguid`=24761 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunblade Keeper - In Combat - Cast 'Banish'" WHERE `source_type`=0 AND `entryorguid`=24762 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nexus Watcher - Within 0-30 Range - Cast 'Intangible Presence'" WHERE `source_type`=0 AND `entryorguid`=24770 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nexus Watcher - Within 0-5 Range - Cast 'Netherbreath'" WHERE `source_type`=0 AND `entryorguid`=24770 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ambusher - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=24779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ambusher - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24779 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Ambusher - In Combat - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=24779 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jack Adams - Out of Combat - Play Emote 10" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Data Set 1 1 - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Gossip Option 0 Selected - Add Item 'Jack Adams' Debt' 1 Time" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Gossip Option 0 Selected - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Gossip Option 0 Selected - Set Data 3 3" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Data Set 2 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=24788 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Surristrasz - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24795 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surristrasz - On Gossip Option 0 Selected - Invoker Cast 'Amber Ledge to Coldarra'" WHERE `source_type`=0 AND `entryorguid`=24795 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - On Aggro - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Within 0-30 Range - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - On Aggro - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Within 0-30 Range - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunblade Imp - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=24815 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Anvilrage Taskmaster - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=24818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anvilrage Taskmaster - Between 0-20% Health - Cast 'Haste Aura'" WHERE `source_type`=0 AND `entryorguid`=24818 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anvilrage Enforcer - In Combat - Cast 'Hooked Net'" WHERE `source_type`=0 AND `entryorguid`=24819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anvilrage Enforcer - In Combat - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=24819 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Pillager - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=24830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonevault Pillager - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonevault Pillager - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=24830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - On Aggro - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 5-30 Range - Cast 'Throw' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - On Aggro - Cast 'Throw' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 5-30 Range - Cast 'Throw' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 25-80 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 0-5 Range - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 0-5 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - Within 5-15 Range - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - In Combat - Cast 'Piercing Jab' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - In Combat - Cast 'Piercing Jab' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - In Combat - Cast 'Wing Clip' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - In Combat - Cast 'Wing Clip' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Proto-Drake Rider - On Evade - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=24849 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Kiz Coilspanner - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=24851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kiz Coilspanner - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=24851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fengir the Disgraced - On Spellhit 'Returning Vrykul Artifact' - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fengir the Disgraced - On Spellhit 'Returning Vrykul Artifact' - Quest Credit 'A Return to Resting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24874 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windan of the Kvaldir - On Spellhit 'Returning Vrykul Artifact' - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windan of the Kvaldir - On Spellhit 'Returning Vrykul Artifact' - Quest Credit 'A Return to Resting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24875 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rodin the Reckless - On Spellhit 'Returning Vrykul Artifact' - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rodin the Reckless - On Spellhit 'Returning Vrykul Artifact' - Quest Credit 'A Return to Resting' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=24876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Isuldof Iceheart - On Spellhit 'Returning Vrykul Artifact' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=24877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Isuldof Iceheart - On Spellhit 'Returning Vrykul Artifact' - Quest Credit 'A Return to Resting'" WHERE `source_type`=0 AND `entryorguid`=24877 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lou the Cabin Boy - On Gossip Option 0 Selected - Cast 'Lou's Canoe'" WHERE `source_type`=0 AND `entryorguid`=24896 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lou the Cabin Boy - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=24896 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sorlof - On Just Died - Cast 'Sorlof's Booty'" WHERE `source_type`=0 AND `entryorguid`=24914 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felblood Initiate - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=24918 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Felblood Initiate - In Combat - Cast 'Bitter Withdrawal'" WHERE `source_type`=0 AND `entryorguid`=24918 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Felblood Initiate - In Combat - Cast 'Spellbreaker'" WHERE `source_type`=0 AND `entryorguid`=24918 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Felblood Initiate - On Spellhit 'Fel Siphon' - Update Template To 'Emaciated Felblood'" WHERE `source_type`=0 AND `entryorguid`=24918 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razorthorn Ravager - In Combat - Cast 'Ravage'" WHERE `source_type`=0 AND `entryorguid`=24922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razorthorn Ravager - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=24922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razorthorn Ravager - In Combat - Cast 'Ravager Taunt'" WHERE `source_type`=0 AND `entryorguid`=24922 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - On Respawn - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=24938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Within 0-70 Range Out of Combat LoS - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=24938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aged Magnataur - In Combat - Cast 'Plague Cloud'" WHERE `source_type`=0 AND `entryorguid`=24954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cult Plaguebringer - Out of Combat - Cast 'Ghoul Summons'" WHERE `source_type`=0 AND `entryorguid`=24957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cult Plaguebringer - In Combat - Cast 'Inject Plague'" WHERE `source_type`=0 AND `entryorguid`=24957 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cult Plaguebringer - On Respawn - Cast 'Plague Cauldron Beam'" WHERE `source_type`=0 AND `entryorguid`=24957 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cult Plaguebringer - On Reached Home - Cast 'Plague Cauldron Beam'" WHERE `source_type`=0 AND `entryorguid`=24957 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wretched Devourer - In Combat - Cast 'Mana Tap'" WHERE `source_type`=0 AND `entryorguid`=24960 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Devourer - In Combat - Cast 'Nether Shock'" WHERE `source_type`=0 AND `entryorguid`=24960 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Fiend - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=24966 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Fiend - In Combat - Cast 'Bitter Withdrawal'" WHERE `source_type`=0 AND `entryorguid`=24966 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dawnblade Blood Knight - Between 1-40% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=24976 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dawnblade Blood Knight - Friendly At 250 Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=24976 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dawnblade Blood Knight - In Combat - Cast 'Judgement of Wrath'" WHERE `source_type`=0 AND `entryorguid`=24976 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dawnblade Blood Knight - In Combat - Cast 'Seal of Wrath'" WHERE `source_type`=0 AND `entryorguid`=24976 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dawnblade Summoner - On Respawn - Cast 'Fel Armor'" WHERE `source_type`=0 AND `entryorguid`=24978 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dawnblade Summoner - Out of Combat - Cast 'Fel Armor'" WHERE `source_type`=0 AND `entryorguid`=24978 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dawnblade Summoner - Out of Combat - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=24978 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dawnblade Summoner - In Combat - Cast 'Incinerate'" WHERE `source_type`=0 AND `entryorguid`=24978 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dawnblade Summoner - In Combat - Cast 'Immolate'" WHERE `source_type`=0 AND `entryorguid`=24978 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dawnblade Marksman - Within 0-70 Range Out of Combat LoS - Cast 'Flaming Arrow'" WHERE `source_type`=0 AND `entryorguid`=24979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irespeaker - In Combat - Cast 'Fel Fireball'" WHERE `source_type`=0 AND `entryorguid`=24999 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Irespeaker - In Combat - Cast 'Curse of Weakness'" WHERE `source_type`=0 AND `entryorguid`=24999 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Irespeaker - On Just Died - Quest Credit 'The Battle Must Go On'" WHERE `source_type`=0 AND `entryorguid`=24999 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Abyssal Flamewalker - In Combat - Cast 'Immolation'" WHERE `source_type`=0 AND `entryorguid`=25001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Abyssal Flamewalker - On Just Died - Quest Credit 'The Battle Must Go On'" WHERE `source_type`=0 AND `entryorguid`=25001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unleashed Hellion - On Just Died - Quest Credit 'The Battle Must Go On'" WHERE `source_type`=0 AND `entryorguid`=25002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unleashed Hellion - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=25002 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unleashed Hellion - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=25002 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Emissary of Hate - In Combat - Cast 'Mortar'" WHERE `source_type`=0 AND `entryorguid`=25003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emissary of Hate - In Combat - Cast 'Flame Wave'" WHERE `source_type`=0 AND `entryorguid`=25003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pit Overlord - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=25031 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pit Overlord - In Combat - Cast 'Cone of Fire'" WHERE `source_type`=0 AND `entryorguid`=25031 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pit Overlord - In Combat - Cast 'Death Coil'" WHERE `source_type`=0 AND `entryorguid`=25031 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eredar Sorcerer - In Combat - Cast 'Flames of Doom'" WHERE `source_type`=0 AND `entryorguid`=25033 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ayren Cloudbreaker - On Gossip Option 0 Selected - Cast 'Quest - Sunwell Daily - Dead Scar Bombing Run'" WHERE `source_type`=0 AND `entryorguid`=25059 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ayren Cloudbreaker - On Gossip Option 1 Selected - Cast 'Quest - Sunwell Daily - Ship Bombing Run'" WHERE `source_type`=0 AND `entryorguid`=25059 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ayren Cloudbreaker - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=25059 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkspine Myrmidon - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=25060 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkspine Myrmidon - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=25060 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dawnblade Hawkrider - Within 0-70 Range Out of Combat LoS - Cast 'Dawnblade Attack'" WHERE `source_type`=0 AND `entryorguid`=25063 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Between 30-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - In Combat - Cast 'Deafening Screech'" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Darkspine Siren - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25073 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dawnblade Reservist - On Respawn - Set Ranged Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25087 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dawnblade Reservist - In Combat - Cast 'Steady Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25087 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dawnblade Reservist - Within 1-25 Range - Cast 'Raptor Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25087 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Lookout - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25132 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Marksman - Out of Combat - Play Emote 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Bombardier - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 0-45 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 0-45 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 0-20 Range - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Budd's Bodyguard - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=25145 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Magi - Out of Combat - Play Emote 11" WHERE `source_type`=0 AND `entryorguid`=25153 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Magi - Out of Combat - Play Emote 1" WHERE `source_type`=0 AND `entryorguid`=25153 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunwell - Quest Bunny - Shrine - On Spellhit 'Sample Ley Line Field' - Quest Credit 'Know Your Ley Lines'" WHERE `source_type`=0 AND `entryorguid`=25154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Cleric - Out of Combat - Play Emote 11" WHERE `source_type`=0 AND `entryorguid`=25155 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Sun Cleric - Out of Combat - Play Emote 1" WHERE `source_type`=0 AND `entryorguid`=25155 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunwell - Quest Bunny - Portal - On Spellhit 'Sample Ley Line Field' - Quest Credit 'Know Your Ley Lines'" WHERE `source_type`=0 AND `entryorguid`=25156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunwell - Quest Bunny - Sunwell - On Spellhit 'Sample Ley Line Field' - Quest Credit 'Know Your Ley Lines'" WHERE `source_type`=0 AND `entryorguid`=25157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 12" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 13" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 15" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 16" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 17" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 18" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 19" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Drill Sergeant Bahduum - Out of Combat - Say Line 20" WHERE `source_type`=0 AND `entryorguid`=25162 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Glrggl - In Combat - Cast 'Flipper Thwack'" WHERE `source_type`=0 AND `entryorguid`=25203 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glimmer Bay Orca - In Combat - Cast 'Flipper Thwack'" WHERE `source_type`=0 AND `entryorguid`=25204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keymaster Urmgrgl - Within 0-20 Range Out of Combat LoS - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterfin Shorestriker - On Aggro - Cast 'Rushed Assault'" WHERE `source_type`=0 AND `entryorguid`=25215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - In Combat - Cast 'Unstable Magic'" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - In Combat - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Between 0-15% Mana - Set Event Phase 5 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Between 30-100% Mana - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Winterfin Oracle - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25216 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Winterfin Warrior - In Combat - Cast 'Demoralizing Mmmrrrggglll' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25217 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winterfin Warrior - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25217 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unrestrained Dragonhawk - On Gossip Option 0 Selected - Cast 'Quest - Sunwell Daily - Ship Bombing Run Return'" WHERE `source_type`=0 AND `entryorguid`=25236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unrestrained Dragonhawk - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=25236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=25239 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Waypoint 9 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=25239 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Williamson - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=25278 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Williamson - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=25278 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heldgarr Steelbeard - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=25281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ferlynn Windsong - Out of Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=25282 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Turida Coldwind - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=25288 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Turida Coldwind - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=25288 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Borean - Westrift Chasm Anomaly - On Spellhit 'Calculate Seismic Readings' - Quest Credit 'Monitoring the Rift: Sundered Chasm'" WHERE `source_type`=0 AND `entryorguid`=25308 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borean - Westrift Cavern Anomaly - On Spellhit 'Calculate Seismic Readings' - Quest Credit 'Monitoring the Rift: Winterfin Cavern'" WHERE `source_type`=0 AND `entryorguid`=25309 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Borean - Westrift Cleftcliff Anomaly - On Spellhit 'Calculate Seismic Readings' - Quest Credit 'Monitoring the Rift: Cleftcliff Anomaly'" WHERE `source_type`=0 AND `entryorguid`=25310 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaskala Craftsman - On Reset - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=25321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaskala Craftsman - On Spellhit 'Free Kaskala Spirit' - Run Script" WHERE `source_type`=0 AND `entryorguid`=25321 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kaskala Shaman - On Reset - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=25322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaskala Shaman - On Spellhit 'Free Kaskala Spirit' - Run Script" WHERE `source_type`=0 AND `entryorguid`=25322 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Guard - On Gossip Option 0 Selected - Add Item 'Warsong Outfit' 1 Time" WHERE `source_type`=0 AND `entryorguid`=25342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Guard - On Gossip Option 0 Selected - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25342 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Guard - On Spellhit 'Ragefist's Torch' - Quest Credit 'The Honored Dead'" WHERE `source_type`=0 AND `entryorguid`=25342 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Guard - On Spellhit 'Ragefist's Torch' - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=25342 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Worker - On Gossip Option 0 Selected - Add Item 'Warsong Outfit' 1 Time" WHERE `source_type`=0 AND `entryorguid`=25343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Worker - On Gossip Option 0 Selected - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Worker - On Spellhit 'Ragefist's Torch' - Quest Credit 'The Honored Dead'" WHERE `source_type`=0 AND `entryorguid`=25343 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dead Caravan Worker - On Spellhit 'Ragefist's Torch' - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=25343 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Longrunner - In Combat - Cast 'Ghost Strike'" WHERE `source_type`=0 AND `entryorguid`=25350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Beryl Treasure Hunter - In Combat - Cast 'Focus Beam'" WHERE `source_type`=0 AND `entryorguid`=25353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Beryl Hound - On Respawn - Cast 'Mana Break'" WHERE `source_type`=0 AND `entryorguid`=25355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Cabalist - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25363 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Cabalist - In Combat - Cast 'Ignite Mana'" WHERE `source_type`=0 AND `entryorguid`=25363 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Cabalist - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=25363 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Cabalist - Out of Combat - Cast 'Summon Imp'" WHERE `source_type`=0 AND `entryorguid`=25363 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Arch Mage - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25367 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Arch Mage - In Combat - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=25367 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Arch Mage - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=25367 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Arch Mage - In Combat - Cast 'Blink'" WHERE `source_type`=0 AND `entryorguid`=25367 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Slayer - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Slayer - In Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=25368 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Slayer - In Combat - Cast 'Slaying Shot'" WHERE `source_type`=0 AND `entryorguid`=25368 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Vindicator - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Vindicator - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=25369 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Vindicator - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=25369 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Dusk Priest - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Dusk Priest - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=25370 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Dusk Priest - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=25370 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Dusk Priest - Between 1-50% Health - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=25370 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Dawn Priest - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Dawn Priest - In Combat - Cast 'Holy Nova'" WHERE `source_type`=0 AND `entryorguid`=25371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunblade Dawn Priest - On Aggro - Cast 'Holyform'" WHERE `source_type`=0 AND `entryorguid`=25371 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Dawn Priest - Friendly At 300 Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=25371 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Dawn Priest - Between 10-60% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=25371 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunblade Scout - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=25372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Soulbinder - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Soulbinder - In Combat - Cast 'Curse of Exhaustion'" WHERE `source_type`=0 AND `entryorguid`=25373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Soulbinder - In Combat - Cast 'Flash of Darkness'" WHERE `source_type`=0 AND `entryorguid`=25373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowsword Soulbinder - On Aggro - Cast 'Summon Blazing Infernal'" WHERE `source_type`=0 AND `entryorguid`=25373 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowsword Soulbinder - Out of Combat - Cast 'Summon Felguard Slayer'" WHERE `source_type`=0 AND `entryorguid`=25373 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="En'kilah Necromancer - Out of Combat - Cast 'Necrotic Purple Beam'" WHERE `source_type`=0 AND `entryorguid`=25378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="En'kilah Necromancer - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=25378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="En'kilah Necromancer - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=25378 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="En'kilah Necromancer - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=25378 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Andorath - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=25392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxanar Skeletal Mage - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=25396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxanar Skeletal Mage - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=25396 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Kesuk - On Spellhit 'Complete Ancestor Ritual' - Quest Credit 'Leading the Ancestors Home'" WHERE `source_type`=0 AND `entryorguid`=25397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Sagani - On Spellhit 'Complete Ancestor Ritual' - Quest Credit 'Leading the Ancestors Home'" WHERE `source_type`=0 AND `entryorguid`=25398 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Takret - On Spellhit 'Complete Ancestor Ritual' - Quest Credit 'Leading the Ancestors Home'" WHERE `source_type`=0 AND `entryorguid`=25399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Simmer - In Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Simmer - In Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Simmer - On Respawn - Set Invincibility Hp 5%" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Simmer - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Simmer - Between 0-5% Health - Invoker Cast 'Boiling Point: Simmer Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Simmer - Between 0-5% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Simmer - Between 0-5% Health - Set Faction 35 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Simmer - Between 0-5% Health - Evade (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Simmer - Out of Combat - Set Faction 1983 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25416 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Churn - In Combat - Cast 'Scalding Steam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Churn - On Aggro - Set Invincibility Hp 5% (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Churn - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Churn - In Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Churn - Between 0-5% Health - Invoker Cast 'Boiling Point: Churn Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Churn - Between 0-5% Health - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Churn - Between 0-5% Health - Set Faction 35 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Churn - Between 0-5% Health - Evade (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Churn - Out of Combat - Set Faction 1984 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25418 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Farseer Grimwalker's Spirit - On Spellhit 'Kaganishu's Fetish Trigger' - Quest Credit 'Kaganishu' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magmoth Shaman - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magmoth Shaman - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25428 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magmoth Forager - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magmoth Forager - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25429 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magmothregar - On Aggro - Cast 'Magnataur Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25430 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magmothregar - In Combat - Cast 'Fervor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25430 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magmothregar - On Spellhit 'Plant Warsong Banner' - Cast 'It Was The Orcs, Honest!: Plant Banner Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25430 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mate of Magmothregar - Between 0-30% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mate of Magmothregar - Between 0-30% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25432 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mate of Magmothregar - On Just Died - Cast 'Hah... : Magnataur On Death 1' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25432 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="North Platform - On Spellhit 'Throw Gnomish Grenade' - Quest Credit 'Hampering Their Escape' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25441 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="East Platform - On Spellhit 'Throw Gnomish Grenade' - Quest Credit 'Hampering Their Escape' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="West Platform - On Spellhit 'Throw Gnomish Grenade' - Quest Credit 'Hampering Their Escape' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Curator Insivius - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Curator Insivius - In Combat - Cast 'Frost Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Curator Insivius - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25448 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourged Mammoth - In Combat - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yanni - On Gossip Option 0 Selected - Cast 'Call of the Carpet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yanni - On Gossip Option 0 Selected - Close Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Reset - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Waypoint 14 Reached - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25460 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Quest 'In Service Of The Lich King' Taken - Play Sound 14734 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Cast 'Unholy Frenzy'" WHERE `source_type`=0 AND `entryorguid`=25465 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kel'Thuzad - Out of Combat - Play Sound 8818" WHERE `source_type`=0 AND `entryorguid`=25465 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necropolis Beam (Target) - Out of Combat - Cast 'Necropolis Beam'" WHERE `source_type`=0 AND `entryorguid`=25466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Out of Combat - Cast 'Flaming Touch'" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodspore Firestarter - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25470 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Temple A - Within 1-20 Range Out of Combat LoS - Cast 'Temple A Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Temple B - Within 1-20 Range Out of Combat LoS - Cast 'Temple B Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Temple C - Within 1-20 Range Out of Combat LoS - Cast 'Temple C Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crafty Wobblesprocket - On Respawn - Start Waypoint (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crafty Wobblesprocket - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=25477 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crafty Wobblesprocket - On Waypoint 1 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=25477 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crafty Wobblesprocket - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=25477 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crafty Wobblesprocket - On Waypoint 6 Reached - Set Orientation 0" WHERE `source_type`=0 AND `entryorguid`=25477 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crafty Wobblesprocket - On Waypoint 6 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=25477 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kvaldir Mistweaver - On Respawn - Cast 'Call of the Mist'" WHERE `source_type`=0 AND `entryorguid`=25479 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sand Turtle - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25482 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Manafiend - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Manafiend - In Combat - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=25483 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Manafiend - Between 5-10% Mana - Cast 'Drain Mana'" WHERE `source_type`=0 AND `entryorguid`=25483 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowsword Assassin - On Respawn - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=25484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Deathbringer - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Deathbringer - In Combat - Cast 'Disease Buffet'" WHERE `source_type`=0 AND `entryorguid`=25485 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Vanquisher - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Vanquisher - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=25486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Vanquisher - In Combat - Cast 'Melt Armor'" WHERE `source_type`=0 AND `entryorguid`=25486 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wooly Rhino Matriarch - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooly Rhino Matriarch - On Aggro - Cast 'Thick Hide'" WHERE `source_type`=0 AND `entryorguid`=25487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wooly Rhino Calf - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25488 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooly Rhino Bull - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25489 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooly Rhino Bull - On Aggro - Cast 'Rhino Charge'" WHERE `source_type`=0 AND `entryorguid`=25489 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wooly Rhino Bull - On Aggro - Cast 'Thick Hide'" WHERE `source_type`=0 AND `entryorguid`=25489 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="East En'kilah Cauldron - On Spellhit 'Place Sage Aeire's Totem' - Quest Credit 'Neutralizing the Cauldrons'" WHERE `source_type`=0 AND `entryorguid`=25490 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Central En'kilah Cauldron - On Spellhit 'Place Sage Aeire's Totem' - Quest Credit 'Neutralizing the Cauldrons'" WHERE `source_type`=0 AND `entryorguid`=25492 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="West En'kilah Cauldron - On Spellhit 'Place Sage Aeire's Totem' - Quest Credit 'Neutralizing the Cauldrons'" WHERE `source_type`=0 AND `entryorguid`=25493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Lifeshaper - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25506 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Lifeshaper - In Combat - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=25506 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Lifeshaper - Friendly At 300 Health - Cast 'Health Funnel'" WHERE `source_type`=0 AND `entryorguid`=25506 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunblade Protector - On Respawn - Cast 'Invisibility and Stealth Detection'" WHERE `source_type`=0 AND `entryorguid`=25507 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Guardian - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25508 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Guardian - In Combat - Cast 'Bear Down'" WHERE `source_type`=0 AND `entryorguid`=25508 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Priestess of Torment - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25509 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Priestess of Torment - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=25509 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="1st Kvaldir Vessel (The Serpent's Maw) - On Spellhit 'Use Tuskarr Torch' - Quest Credit 'Burn in Effigy'" WHERE `source_type`=0 AND `entryorguid`=25510 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="2nd Kvaldir Vessel (The Kur Drakkar) - On Spellhit 'Use Tuskarr Torch' - Quest Credit 'Burn in Effigy'" WHERE `source_type`=0 AND `entryorguid`=25511 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="3rd Kvaldir Vessel (Bor's Hammer) - On Spellhit 'Use Tuskarr Torch' - Quest Credit 'Burn in Effigy'" WHERE `source_type`=0 AND `entryorguid`=25512 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="4th Kvaldir Vessel (Bor's Anvil) - On Spellhit 'Use Tuskarr Torch' - Quest Credit 'Burn in Effigy'" WHERE `source_type`=0 AND `entryorguid`=25513 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Data Set 1 2 - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Data Set 1 2 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25584 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Just Died - Cast 'Summon Salrand's Lockbox' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25584 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Just Died - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25584 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Respawn - Evade (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25584 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Beryl Mage Hunter - In Combat - Cast 'Frost Cut' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Fullthrottle - On Gossip Option 0 Selected - Quest Credit 'The Mechagnomes'" WHERE `source_type`=0 AND `entryorguid`=25590 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Fullthrottle - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=25590 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doomfire Destroyer - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25592 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doomfire Destroyer - In Combat - Cast 'Create Doomfire Shard'" WHERE `source_type`=0 AND `entryorguid`=25592 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apocalypse Guard - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25593 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apocalypse Guard - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=25593 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apocalypse Guard - In Combat - Cast 'Corrupting Strike'" WHERE `source_type`=0 AND `entryorguid`=25593 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apocalypse Guard - In Combat - Cast 'Death Coil'" WHERE `source_type`=0 AND `entryorguid`=25593 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Apocalypse Guard - Between 0-20% Health - Cast 'Infernal Defense'" WHERE `source_type`=0 AND `entryorguid`=25593 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Beryl Point InvisMan - On Spellhit 'Throw Beryl Shield Detonator' - Run Script" WHERE `source_type`=0 AND `entryorguid`=25594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chaos Gazer - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25595 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chaos Gazer - In Combat - Cast 'Tentacle Sweep'" WHERE `source_type`=0 AND `entryorguid`=25595 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chaos Gazer - In Combat - Cast 'Petrify'" WHERE `source_type`=0 AND `entryorguid`=25595 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chaos Gazer - In Combat - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=25595 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infected Kodo Beast - On Reset - Cast 'Blue Radiation'" WHERE `source_type`=0 AND `entryorguid`=25596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infected Kodo Beast - On Passenger Boarded - Remove Flag Standstate Dead" WHERE `source_type`=0 AND `entryorguid`=25596 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infected Kodo Beast - On Target Spellhit 'Deliver Kodo' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25596 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oblivion Mage - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oblivion Mage - In Combat - Cast 'Flame Buffet'" WHERE `source_type`=0 AND `entryorguid`=25597 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oblivion Mage - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=25597 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cataclysm Hound - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cataclysm Hound - In Combat - Cast 'Cataclysm Breath'" WHERE `source_type`=0 AND `entryorguid`=25599 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cataclysm Hound - Between 0-20% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=25599 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=25601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - In Combat - Cast 'Soul Blast'" WHERE `source_type`=0 AND `entryorguid`=25601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - In Combat - Cast 'Soul Deflection'" WHERE `source_type`=0 AND `entryorguid`=25601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Prisoner - Within 1-15 Range Out of Combat LoS - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25610 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Prisoner - On Data Set 1 1 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=25610 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Prisoner - On Text 1 Over - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=25610 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Prisoner - On Text 1 Over - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25610 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Aberration - Within 0-5 Range - Cast 'Thrash Kick'" WHERE `source_type`=0 AND `entryorguid`=25611 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skadir Mistweaver - On Respawn - Cast 'Call of the Mist'" WHERE `source_type`=0 AND `entryorguid`=25613 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Data Set 0 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Reached Point 1 - Set Orientation 4" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Reached Point 1 - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Reached Point 1 - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Data Set 0 2 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Text 0 Over - Set Orientation Stored Target 1" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Data Set 0 3 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Data Set 0 3 - Summon Creature 'En'kilah Necrolord'" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Data Set 0 3 - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Data Set 0 4 - Run Script" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Text 10 Over - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Text 10 Over - Remove Aura 'Shield of Suffering'" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - Within 0-10 Range - Cast 'Shadow Nova'" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - In Combat - Cast 'Shield of Suffering'" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Just Died - Set Data 1 3" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Just Died - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Respawn - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=25618 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Infested Prisoner - On Just Died - Cast 'Summoned Aberration'" WHERE `source_type`=0 AND `entryorguid`=25624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infested Prisoner - On Just Died - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Aberration - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25625 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Aberration - On Respawn - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=25625 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Aberration - Within 0-5 Range - Cast 'Thrash Kick'" WHERE `source_type`=0 AND `entryorguid`=25625 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagued Scavenger - In Combat - Cast 'Infected Bite'" WHERE `source_type`=0 AND `entryorguid`=25650 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cultist Necrolyte - On Respawn - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=25651 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cultist Necrolyte - On Reached Home - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=25651 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cultist Necrolyte - In Combat - Cast 'Curse of Agony'" WHERE `source_type`=0 AND `entryorguid`=25651 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cultist Necrolyte - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=25651 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stop the Plague Kill Credit Bunny - On Spellhit 'Bixie's Inhibiting Powder' - Cast 'Stop the Plague/There's Something...: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=25654 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stop the Plague Kill Credit Bunny - On Spellhit 'Highmesa's Cleansing Seeds' - Cast 'Stop the Plague/There's Something...: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=25654 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="South Sinkhole - On Spellhit 'Survey Sinkholes' - Quest Credit 'Scouting the Sinkholes'" WHERE `source_type`=0 AND `entryorguid`=25664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Northeast Sinkhole - On Spellhit 'Survey Sinkholes' - Quest Credit 'Scouting the Sinkholes'" WHERE `source_type`=0 AND `entryorguid`=25665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Northwest Sinkhole - On Spellhit 'Survey Sinkholes' - Quest Credit 'Scouting the Sinkholes'" WHERE `source_type`=0 AND `entryorguid`=25666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vengeful Taunka Spirit - On Respawn - Cast 'Soul Separation'" WHERE `source_type`=0 AND `entryorguid`=25668 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tundra Wolf - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25675 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tundra Wolf - In Combat - Cast 'Infected Bite'" WHERE `source_type`=0 AND `entryorguid`=25675 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doctor Razorgrin - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steam Frog - On Respawn - Cast 'Cosmetic: Steam Aura'" WHERE `source_type`=0 AND `entryorguid`=25679 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Caribou - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25680 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Caribou - In Combat - Cast 'Gore'" WHERE `source_type`=0 AND `entryorguid`=25680 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorloc Hunter - In Combat - Cast 'Paralyzing Slime'" WHERE `source_type`=0 AND `entryorguid`=25700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magic-bound Ancient - In Combat - Cast 'Mark of Detonation'" WHERE `source_type`=0 AND `entryorguid`=25707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warbringer Goredrak - In Combat - Cast 'Power Sap'" WHERE `source_type`=0 AND `entryorguid`=25712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warbringer Goredrak - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=25712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blue Drakonid Supplicant - In Combat - Cast 'Power Sap'" WHERE `source_type`=0 AND `entryorguid`=25713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Elemental - Within 0-30 Range - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=25715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="General Cerulean - In Combat - Cast 'Frost Shock'" WHERE `source_type`=0 AND `entryorguid`=25716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellbinder - In Combat - Cast 'Summon Frozen Spheres' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25719 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Inquisitor Caleras - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25720 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Arcane Serpent - In Combat - Cast 'Arcane Jolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25721 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - On Aggro - Set Event Phase 6 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - In Combat - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - Between 0-15% Mana - Set Event Phase 5 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Coldarra Spellweaver - Between 30-100% Mana - Set Event Phase 6 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25722 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ascended Mage Hunter - On Respawn - Set Reactstate Passive (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25724 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ascended Mage Hunter - Out of Combat - Cast 'Evanor's Prison Chains' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25724 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldarra Wyrmkin - In Combat - Cast 'Frostbite Weapon' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Quest 'Foolish Endeavors' Taken - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Quest 'Foolish Endeavors' Taken - Remove Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Quest 'Foolish Endeavors' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Quest 'Foolish Endeavors' Taken - Cast 'On Getry's Quest'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Quest 'Foolish Endeavors' Taken - Cast 'On Getry's Quest'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Quest 'Foolish Endeavors' Taken - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Text 0 Over - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Text 0 Over - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Respawn - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 8 Reached - Cast 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 9 Reached - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 9 Reached - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Set Orientation Closest Creature 'Varidus the Flenser'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Remove Aura 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Cast 'Shadow Prison'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Cross Cast 'Shadow Prison'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Set Data 0 3" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Data Set 1 1 - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Data Set 1 3 - Quest Credit 'Foolish Endeavors'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Data Set 1 3 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Text 3 Over - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Data Set 1 4 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Set Flags Disable Movement & Rename & Preparation & Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Waypoint 10 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Spellhit 'Saurfang's Rage' - Remove Aura 'Shadow Prison'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Shadowstalker Getry - On Spellhit 'Saurfang's Rage' - Remove Aura 'Shadow Prison'" WHERE `source_type`=0 AND `entryorguid`=25729 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Waypoint 2 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Waypoint 2 Reached - Set Data 0 4" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 0 1 - Set Orientation Closest Creature 'Varidus the Flenser'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 0 1 - Update Template To 'High Overlord Saurfang'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 0 2 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Text 0 Over - Set Orientation Stored Target 1" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 0 3 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Text 1 Over - Set Orientation Closest Creature 'Varidus the Flenser'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 0 4 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 1 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 1 1 - Cast 'Saurfang's Rage'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 1 1 - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Text 5 Over - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 1 1 - Despawn In 3000 ms" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - Within 0-5 Range - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - Within 8-25 Range - Cast 'Shield Charge'" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 0 5 - Set Orientation Stored Target 1" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Data Set 1 2 - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="En'kilah Necrolord - On Text 7 Over - Set Data 1 4" WHERE `source_type`=0 AND `entryorguid`=25730 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Wooly Mammoth Bull - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25743 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooly Mammoth Bull - In Combat - Cast 'Thundering Roar'" WHERE `source_type`=0 AND `entryorguid`=25743 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oil-covered Hawk - On Respawn - Cast 'Oil Coat'" WHERE `source_type`=0 AND `entryorguid`=25748 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oil-soaked Caribou - On Respawn - Cast 'Oil Coat'" WHERE `source_type`=0 AND `entryorguid`=25750 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scavenge-bot 004-A8 - In Combat - Cast 'Cutting Laser'" WHERE `source_type`=0 AND `entryorguid`=25752 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scavenge-bot 004-A8 - On Spellhit 'Power of the Storm' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=25752 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scavenge-bot 004-A8 - On Just Died - Cast 'Weakness to Lightning: Kill Credit from Pet'" WHERE `source_type`=0 AND `entryorguid`=25752 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sentry-bot 57-K - Out of Combat - Cast 'Red Firework'" WHERE `source_type`=0 AND `entryorguid`=25753 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sentry-bot 57-K - In Combat - Cast 'Player Dummy to Blue Drake'" WHERE `source_type`=0 AND `entryorguid`=25753 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sentry-bot 57-K - On Spellhit 'Power of the Storm' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=25753 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sentry-bot 57-K - On Just Died - Cast 'Weakness to Lightning: Kill Credit Direct to Player'" WHERE `source_type`=0 AND `entryorguid`=25753 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defendo-tank 66D - In Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=25758 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defendo-tank 66D - In Combat - Cast 'Machine Gun'" WHERE `source_type`=0 AND `entryorguid`=25758 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defendo-tank 66D - On Spellhit 'Power of the Storm' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=25758 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defendo-tank 66D - On Just Died - Cast 'Weakness to Lightning: Kill Credit Direct to Player'" WHERE `source_type`=0 AND `entryorguid`=25758 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Bomber - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=25765 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Bomber - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25765 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Bomber - On Waypoint 22 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=25765 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Bomber - On Waypoint 22 Reached - Set Run On" WHERE `source_type`=0 AND `entryorguid`=25765 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Bomber - On Waypoint 74 Reached - Cast 'Fizzcrank Pilot - Gett Off Plane'" WHERE `source_type`=0 AND `entryorguid`=25765 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Bomber - On Waypoint 74 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25765 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=25766 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Waypoint 1 Reached - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=25766 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=25766 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Waypoint 5 Reached - Interrupt Spell" WHERE `source_type`=0 AND `entryorguid`=25766 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Waypoint 6 Reached - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=25766 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Waypoint 25 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=25766 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Survivor - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25773 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Survivor - Out of Combat - Cast 'Teleport Visual Only'" WHERE `source_type`=0 AND `entryorguid`=25773 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Survivor - Out of Combat - Despawn In 2000 ms" WHERE `source_type`=0 AND `entryorguid`=25773 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oil Pool - On Waypoint 5 Reached - Cast 'Oil Coat (small)'" WHERE `source_type`=0 AND `entryorguid`=25781 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oil Pool - On Reset - Cast 'Spawn Feign Death'" WHERE `source_type`=0 AND `entryorguid`=25781 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oil Pool - On Spellhit 'Collect Oil' - Cast 'Summon Oil Collector'" WHERE `source_type`=0 AND `entryorguid`=25781 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oil Pool - On Spellhit 'Collect Oil' - Quest Credit 'Fueling the Project'" WHERE `source_type`=0 AND `entryorguid`=25781 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oil Pool - On Spellhit 'Collect Oil' - Despawn In 10000 ms" WHERE `source_type`=0 AND `entryorguid`=25781 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Airstrip Survivor - Out of Combat - Cast 'Ethereal Teleport'" WHERE `source_type`=0 AND `entryorguid`=25783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Airstrip Survivor - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25783 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Airstrip Survivor - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=25783 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Airstrip Survivor - On Data Set 0 1 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=25783 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Airstrip Survivor - On Waypoint 6 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=25783 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gammothra the Tormentor - On Spellhit 'Bloodspore Poison' - Update Template To 'Weakened Gammothra'" WHERE `source_type`=0 AND `entryorguid`=25789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - On Respawn - Cast 'Oil Coat'" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - On Spellhit 'Throw Wolf Bait' - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - Out of Combat - Set Faction 7 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - Out of Combat - Cast 'Summon Wolf Droppings' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - Out of Combat - Start Random Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - Out of Combat - Despawn In 15000 ms (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - In Combat - Set Faction 7 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - In Combat - Cast 'Summon Wolf Droppings' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - In Combat - Start Random Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - In Combat - Despawn In 15000 ms (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Oil-stained Wolf - In Combat - Evade (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25791 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scavenge-bot 005-B6 - In Combat - Cast 'Cutting Laser' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scavenge-bot 005-B6 - On Spellhit 'Power of the Storm' - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25792 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scavenge-bot 005-B6 - On Just Died - Cast 'Weakness to Lightning: Kill Credit Direct to Player' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25792 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="55-D Collect-a-tron - Within 0-5 Range - Cast 'Dump Oil' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25793 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Berserker - On Respawn - Cast 'Sunwell Radiance' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25798 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Berserker - In Combat - Cast 'Flurry' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25798 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Fury Mage - On Respawn - Cast 'Sunwell Radiance' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25799 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Fury Mage - In Combat - Cast 'Fel Fireball' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25799 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Fury Mage - In Combat - Cast 'Spell Fury' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25799 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kaw the Mammoth Destroyer - On Just Died - Cast 'Drop War Halberd' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harold Lane - On Spellhit 'Blow Cenarion Horn' - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25804 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harold Lane - In Combat - Cast 'Bear Trap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25804 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harold Lane - Within 8-40 Range - Cast 'Throw Bear Pelt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25804 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Loot Crazed Poacher - Out of Combat - Cast 'Stealth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Loot Crazed Poacher - In Combat - Remove Aura 'Stealth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25806 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Loot Crazed Poacher - In Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25806 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Mechagnome - On Aggro - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Mechagnome - On Spellhit 'Re-Cursive Transmatter Injection' - Quest Credit 'Re-Cursive'" WHERE `source_type`=0 AND `entryorguid`=25814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Mechagnome - On Spellhit 'The Greatmother's Soulcatcher' - Quest Credit 'Souls of the Decursed'" WHERE `source_type`=0 AND `entryorguid`=25814 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Mechagnome - On Spellhit 'The Greatmother's Soulcatcher' - Despawn In 10 ms" WHERE `source_type`=0 AND `entryorguid`=25814 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oiled Fledgeling - On Respawn - Cast 'Oil Coat'" WHERE `source_type`=0 AND `entryorguid`=25817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Void Spawn - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Void Spawn - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=25824 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marsh Fawn - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=25829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marsh Fawn - In Combat - Cast 'Gore'" WHERE `source_type`=0 AND `entryorguid`=25829 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twonky - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twonky - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ED-210 - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ED-210 - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25831 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Max Blasto - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Max Blasto - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25832 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Grinder - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=25833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Grinder - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25833 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Loot Crazed Diver - Between 0-30% Health - Cast 'Crazed'" WHERE `source_type`=0 AND `entryorguid`=25836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Commander - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25837 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadowsword Commander - On Friendly Between 0-15% Health - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=25837 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadowsword Commander - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=25837 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Northsea Mercenary - Between 0-30% Health - Cast 'Crazed'" WHERE `source_type`=0 AND `entryorguid`=25839 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 1 Selected - Cast 'Summon Pilot's Insignia'" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 1 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 0 Selected - Cast 'Give Emergency Kit'" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Respawn - Add Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 0 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Recon Pilot - On Gossip Option 0 Selected - Despawn In 3000 ms" WHERE `source_type`=0 AND `entryorguid`=25841 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Northsea Thug - Between 0-30% Health - Cast 'Crazed'" WHERE `source_type`=0 AND `entryorguid`=25843 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Volatile Fiend - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Volatile Fiend - In Combat - Cast 'Burning Destruction'" WHERE `source_type`=0 AND `entryorguid`=25851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Volatile Fiend - On Aggro - Cast 'Burning Winds'" WHERE `source_type`=0 AND `entryorguid`=25851 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Volatile Fiend - In Combat - Cast 'Felfire Fission'" WHERE `source_type`=0 AND `entryorguid`=25851 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunblade Dragonhawk - On Respawn - Cast 'Sunwell Radiance'" WHERE `source_type`=0 AND `entryorguid`=25867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunblade Dragonhawk - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=25867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Minion of Kaw - In Combat - Cast 'Destructive Strike'" WHERE `source_type`=0 AND `entryorguid`=25880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Multiphase Disturbance - On Respawn - Cast 'Dark Fire Shield State'" WHERE `source_type`=0 AND `entryorguid`=25882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Multiphase Disturbance - On Respawn - Cast 'Oshu'gun Cloud Invisibility'" WHERE `source_type`=0 AND `entryorguid`=25882 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whirligig Wafflefry - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=25885 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whirligig Wafflefry - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=25885 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Whirligig Wafflefry - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=25885 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Whirligig Wafflefry - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=25885 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Whirligig Wafflefry - Out of Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=25885 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hand of the Deceiver Sunwell - On Respawn - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=25955 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Loot Crazed Hunter - In Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sage Earth and Sky - On Quest 'Master the Storm' Finished - Remove Aura 'Power of the Storm' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=25982 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Just Created - Cast 'Cyclone Visual Spawn (DND)' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - Out of Combat - Summon Creature 'ELM General Purpose Bunny' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Update - Cast 'Lightning Cloud' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - In Combat - Cast 'Wind Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Just Died - Kill Target" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Just Died - Set Npc Flag Spellclick" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Storm Tempest - On Just Died - Invoker Cast 'Power of the Storm'" WHERE `source_type`=0 AND `entryorguid`=26045 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Storm Totem - On Respawn - Set Npc Flag Spellclick" WHERE `source_type`=0 AND `entryorguid`=26048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Storm Totem - On Spellclick - Summon Creature 'Storm Tempest'" WHERE `source_type`=0 AND `entryorguid`=26048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Storm Totem - On Spellclick - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=26048 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Spellclick - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Set Flags Immune To Players & Immune To NPC's & Not Selectable (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - In Combat - Cast 'Mind Blast' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - Between 1-45% Health - Cast 'Renew' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Has Aura 'Web Beam' - Run Script (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Data Set 0 1 - Increment Phase By 0 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Set Event Phase 1 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Set Data 0 1 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Set Data 0 1 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Set Data 0 1 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Respawn Closest Creature 'Mystical Webbing' (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Reset - Set Data 0 1 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - Out of Combat - Respawn Closest Creature 'Mystical Webbing' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26073 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - On Data Set 0 1 - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - On Update - Say Line 0 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - On Update - Remove Flags Immune To Players & Immune To NPC's & Not Selectable (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - On Update - Start Attacking (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - In Combat - Cast 'Mind Blast' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - In Combat - Cast 'Renew' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - On Just Died - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Naferset - On Just Died - Reset All Scripts" WHERE `source_type`=0 AND `entryorguid`=26076 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gnome Soul - On Just Summoned - Quest Credit 'Souls of the Decursed'" WHERE `source_type`=0 AND `entryorguid`=26096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnome Soul - On Just Summoned - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=26096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnome Soul - On Just Summoned - Move To Invoker" WHERE `source_type`=0 AND `entryorguid`=26096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gnome Soul - On Reached Point 0 - Cast 'Arcane Explosion Visual'" WHERE `source_type`=0 AND `entryorguid`=26096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gnome Soul - On Reached Point 0 - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=26096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bone Warrior - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=26126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taunka'le Brave - In Combat - Cast 'Ground Slam'" WHERE `source_type`=0 AND `entryorguid`=26157 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Farshire Grain Credit - On Spellhit 'Burn Grain' - Quest Credit 'Take No Chances'" WHERE `source_type`=0 AND `entryorguid`=26161 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ataika - On Respawn - Cast 'Blue Radiation'" WHERE `source_type`=0 AND `entryorguid`=26169 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Condor - On Just Died - Cast 'Animal Blood'" WHERE `source_type`=0 AND `entryorguid`=26174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carrion Condor - In Combat - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=26174 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Cast 'Taunka Sworn In'" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Quest Credit 'Blood Oath of the Horde'" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Move To Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Move To Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Move To Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Reached Point 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Reached Point 2 - Add Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=26179 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Cast 'Taunka Sworn In'" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Quest Credit 'Blood Oath of the Horde'" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Move To Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Move To Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Gossip Option 0 Selected - Move To Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Reached Point 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Reached Point 2 - Add Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=26184 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Loguhn - Within 0-5 Range - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=26196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Loguhn - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=26196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Reaver - On Respawn - Cast 'Flurry'" WHERE `source_type`=0 AND `entryorguid`=26197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - On Aggro - Cast 'Throw Spear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 5-30 Range - Cast 'Throw Spear' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Wolvar - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26198 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Den Mother - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=26199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Pup - Between 0-30% Health - Cast 'Planning for the Future: Create Snowfall Glade Pup'" WHERE `source_type`=0 AND `entryorguid`=26200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Pup - On Spellhit '40yd Dummy' - Cast 'Self Stun'" WHERE `source_type`=0 AND `entryorguid`=26200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Pup - On Spellhit '40yd Dummy' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - On Aggro - Cast 'Frost Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Within 0-20 Range - Cast 'Frost Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Within 15-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Within 5-10 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Snowfall Glade Shaman - Friendly At 4000 Health - Cast 'Healing Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26201 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Saragosa - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saragosa - On Aggro - Cast 'Frostfire Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saragosa - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Saragosa - Within 0-40 Range - Cast 'Frostfire Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Saragosa - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Saragosa - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Saragosa - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Saragosa - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Saragosa - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Saragosa - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26232 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Captain Jacobs - In Combat - Cast 'Blade Flurry' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26252 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Jacobs - In Combat - Cast 'Mortal Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26252 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Surge Needle Sorcerer - On Initialize - Install Caster Template (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26257 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rune Reaver - In Combat - Cast 'Rune of Retribution' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rune Reaver - On Spellhit 'Throw Boulder' - Cast 'Boulder Toss Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26268 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rune Reaver - On Spellhit 'Throw Boulder' - Despawn Instant (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26268 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Shaper - On Spellhit 'Throw Boulder' - Cast 'Boulder Toss Credit'" WHERE `source_type`=0 AND `entryorguid`=26270 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Shaper - On Spellhit 'Throw Boulder' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26270 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emaciated Mammoth Bull - Within 0-5 Range - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=26271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emaciated Mammoth - Within 0-5 Range - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=26272 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - On Aggro - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Within 0-35 Range - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Within 30-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nexus Guardian - Within 0-5 Range - Cast 'Frost Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26276 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bronze Shrine Warden - In Combat - Cast 'Sand Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26277 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bronze Shrine Warden - In Combat - Cast 'Stop Time' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26277 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Fire Reflection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26280 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Frost Reflection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26280 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Shadow Reflection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26280 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Arcane Reflection' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26280 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Moonrest Stalker - Within 0-10 Range - Cast 'Mana Burn' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26281 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ice Revenant - In Combat - Cast 'Icy Torrent' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runic Battle Golem - In Combat - Cast 'Battle Runes' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icestorm - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icestorm - On Aggro - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icestorm - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Icestorm - Within 0-35 Range - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Icestorm - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Icestorm - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Icestorm - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Icestorm - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Icestorm - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Icestorm - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26287 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crystalline Ice Giant - Within 5-35 Range - Cast 'Ice Boulder' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Ice Giant - Within 0-5 Range - Cast 'Ice Stalagmite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26291 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - In Combat - Cast 'Corrosive Poison' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26293 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - Between 0-80% Health - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26293 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - On Spellhit 'Potent Explosive Charge' - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26293 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 0-35 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 0-35 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Magnataur Patriarch - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=26295 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crystalline Ice Elemental - Within 0-5 Range - Cast 'Ice Slash'" WHERE `source_type`=0 AND `entryorguid`=26316 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - On Aggro - Cast 'Zeal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anub'ar Cultist - On Friendly Unit Missing Buff 'Empower' - Cast 'Empower' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26319 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lothalor Ancient - On Spellhit 'Bark of the Walkers' - Quest Credit 'Strengthen the Ancients' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26321 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcane Wyrm - Within 0-15 Range - Cast 'Arcane Infusion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26322 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Lothalor Ancient - In Combat - Cast 'Arcane Explosion' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Lothalor Ancient - On Just Died - Cast 'Arcane Discharge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26333 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgemaster Damrath - On Aggro - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgemaster Damrath - In Combat - Cast 'Forge Force' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26334 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - On Aggro - Cast 'Mystical Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Within 0-30 Range - Cast 'Mystical Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Indu'le Mystic - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26336 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Indu'le Fisherman - On Respawn - Cast 'Blue Radiation' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Indu'le Fisherman - Within 0-20 Range - Cast 'Electrified Net' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Indu'le Warrior - Within 0-5 Range - Cast 'Spectral Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Thane Argrum - In Combat - Cast 'Lightning Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26348 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Thane Argrum - In Combat - Cast 'Call Lightning' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26348 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goramosh - Out of Combat - Cast 'Surge Needle Beam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goramosh - On Reached Home - Cast 'Surge Needle Beam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26349 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goramosh - Between 0-50% Health - Cast 'Cone of Cold' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26349 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Goramosh - In Combat - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26349 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - Within 0-5 Range - Cast 'Carnivorous Bite' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Redfang Hunter - On Just Died - Cast 'Frostpaw Ally' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26356 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Frostpaw Warrior - In Combat - Cast 'Rend' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostpaw Warrior - Target Casting - Cast 'Pummel' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26357 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostpaw Warrior - In Combat - Cast 'Demoralizing Shout' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26357 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostpaw Warrior - On Just Died - Cast 'Redfang Ally' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26357 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ice Heart Jormungar Feeder - In Combat - Cast 'Corrosive Spit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ice Heart Jormungar Spawn - Within 0-5 Range - Cast 'Gut Rip' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rattlebore - In Combat - Cast 'Corrosive Spit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rattlebore - In Combat - Cast 'Mortal Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26360 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rattlebore - Within 0-5 Range - Cast 'Powerful Bite' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26360 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Entropic Ooze - In Combat - Cast 'Crude Ooze' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26366 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Imperial Eagle - In Combat - Cast 'Swoop' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcanimus - Out of Combat - Set Data 0 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcanimus - Out of Combat - Cast 'Cosmetic - Arcane Force Shield (Blue x2)' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcanimus - On Aggro - Remove Aura 'Cosmetic - Arcane Force Shield (Blue x2)'" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcanimus - On Aggro - Remove Aura 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcanimus - Between 71-80% Health - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Arcanimus - Between 41-60% Health - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Arcanimus - Between 21-40% Health - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Arcanimus - Between 1-20% Health - Cast 'Arcane Explosion'" WHERE `source_type`=0 AND `entryorguid`=26370 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - In Combat - Cast 'Scorpid Sting' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - In Combat - Cast 'Immolation Trap' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Between 0-50% Health - Cast 'Worgen Transform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Between 0-50% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - Between 0-50% Health - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Solstice Hunter - In Combat - Cast 'Serpent Sting'" WHERE `source_type`=0 AND `entryorguid`=26389 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Anub'ar Ambusher - On Aggro - Cast 'Rush'" WHERE `source_type`=0 AND `entryorguid`=26402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Ambusher - Within 9000-14000 Range - Cast 'Rush'" WHERE `source_type`=0 AND `entryorguid`=26402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=26405 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - Out of Combat - Add Aura 'Furyhammer's Immunity'" WHERE `source_type`=0 AND `entryorguid`=26405 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - In Combat - Cast 'Furyhammer'" WHERE `source_type`=0 AND `entryorguid`=26405 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - On Just Died - Remove Aura 'Stunned'" WHERE `source_type`=0 AND `entryorguid`=26405 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Anvil - On Spellhit 'EMP' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=26406 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Anvil - In Combat - Cast 'Molten Blast'" WHERE `source_type`=0 AND `entryorguid`=26406 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lightning Sentry - In Combat - Cast 'Charged Sentry Totem'" WHERE `source_type`=0 AND `entryorguid`=26407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lightning Sentry - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=26407 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Smith - In Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26408 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Smith - On Spellhit 'Use Camera' - Cast 'Iron Dwarf Snapshot Credit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26408 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Smith - On Just Died - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26408 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Smith - In Combat - Cast 'Smelt Rune' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26408 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Smith - In Combat - Cast 'Lightning Charged' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rune-Smith Durar - In Combat - Cast 'Lightning Charged' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deranged Indu'le Villager - In Combat - Cast 'Deranged Tantrum' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anub'ar Dreadweaver - In Combat - Cast 'Corruption' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26413 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - On Aggro - Cast 'Lightning Gun Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 5-30 Range - Cast 'Lightning Gun Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - On Just Died - Set Event Phase 3 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - On Spellhit 'Use Camera' - Cast 'Iron Dwarf Snapshot Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Runic Lightning Gunner - On Spellhit 'Use Camera' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26414 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Spellhit 'Gavrock's Runebreaker' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Longhoof Grazer - In Combat - Cast 'Head Butt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26420 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - Between 0-50% Health - Cast 'Toughen Hide' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Gossip Hello - Close Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26421 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Gossip Hello - Run Random Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26421 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Budd - On Gossip Option 0 Selected - Cast 'Force Cast Budd PET Summon'" WHERE `source_type`=0 AND `entryorguid`=26422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Budd - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Gossip Option 0 Selected - Invoker Cast 'Handshake Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=26423 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Gossip Option 1 Selected - Invoker Cast 'Replace Drakuru's Elixir'" WHERE `source_type`=0 AND `entryorguid`=26423 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26423 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Warrior - Between 0-30% Health - Cast 'Warrior's Will'" WHERE `source_type`=0 AND `entryorguid`=26425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arctic Ram - In Combat - Cast 'Gore'" WHERE `source_type`=0 AND `entryorguid`=26426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - On Aggro - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Within 0-30 Range - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Between 0-7% Mana - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Between 0-7% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Within 25-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Between 15-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - Friendly At 2000 Health - Cast 'Lesser Healing Wave' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frostpaw Shaman - On Just Died - Cast 'Redfang Ally' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26428 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - In Combat - Cast 'Aimed Shot'" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 0-0 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 0-0 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - Within 0-5 Range - Cast 'Wing Clip'" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Frostpaw Trapper - On Just Died - Cast 'Redfang Ally'" WHERE `source_type`=0 AND `entryorguid`=26434 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Redfang Elder - In Combat - Cast 'Hurricane'" WHERE `source_type`=0 AND `entryorguid`=26436 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Redfang Elder - Friendly At 2000 Health - Cast 'Chain Heal'" WHERE `source_type`=0 AND `entryorguid`=26436 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Redfang Elder - On Just Died - Cast 'Frostpaw Ally'" WHERE `source_type`=0 AND `entryorguid`=26436 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ice Serpent - Within 0-5 Range - Cast 'Ice Slash'" WHERE `source_type`=0 AND `entryorguid`=26446 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - In Combat - Cast 'Demoralizing Shout' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26447 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 8-100 Range - Cast 'Frost Arrow' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 8-100 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stars' Rest Sentinel - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26448 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Moonrest Highborne - In Combat - Cast 'Shadow Word: Death' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Winter's Sister - Within 0-20 Range - Cast 'Frost Shock' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Diseased Drakkari - In Combat - Cast 'Fevered Disease' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jormungar Tunneler - On Respawn - Cast 'Jormungar Tunnel Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26467 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jormungar Tunneler - On Reached Home - Cast 'Jormungar Tunnel Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26467 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jormungar Tunneler - Out of Combat - Cast 'Corrode Flesh' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26467 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jormungar Tunneler - On Aggro - Remove Aura 'Jormungar Tunnel Passive' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26467 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="North Building - Within 1-10 Range Out of Combat LoS - Quest Credit 'Uncovering the Tunnels' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="South Building - Within 1-10 Range Out of Combat LoS - Quest Credit 'Uncovering the Tunnels' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="East Building - Within 1-10 Range Out of Combat LoS - Quest Credit 'Uncovering the Tunnels' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Archmage Aethas Sunreaver - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=26471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Archmage Aethas Sunreaver - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Highland Mustang - On Spellhit 'Scare Highland Mustang' - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26472 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highland Mustang - On Spellhit 'Scare Highland Mustang' - Cast 'Highland Mustang Spooking Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26472 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Highland Mustang - On Spellhit 'Scare Highland Mustang' - Despawn In 5000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26472 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dead Mage Hunter - On Spellhit 'Rifle the Bodies: Create Magehunter Personal Effects Cover' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26477 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arctic Grizzly - On Has Aura 'Wildlife Inoculation' - Cast 'Recently Inoculated' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26482 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arctic Grizzly - On Has Aura 'Wildlife Inoculation' - Cast 'Arctic Grizzly Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26482 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arctic Grizzly - On Has Aura 'Wildlife Inoculation' - Despawn In 5000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26482 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonbone Condor - Between 0-30% Health - Cast 'Evasive Maneuver' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hugh Glass - On Gossip Option 0 Selected - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastes Digger - Out of Combat - Cast 'Birth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26492 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastes Digger - In Combat - Cast 'Carnivorous Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26492 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - On Aggro - Cast 'Shadow Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Within 0-20 Range - Cast 'Shadow Shock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Within 15-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Within 5-10 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wastes Taskmaster - Within 0-8 Range - Cast 'Shadow Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26493 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wind Trader Mu'fah - Within 0-20 Range - Cast 'Typhoon' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26496 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru's Bunny 01 - On Spellhit 'Summon Drakuru's Image' - Cast 'Script Cast Summon Image of Drakuru' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Drakuru - On Quest 'Sacrifices Must be Made' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=26500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Drakuru - On Quest 'Sacrifices Must be Made' Taken - Cast 'Strip Detect Drakuru'" WHERE `source_type`=0 AND `entryorguid`=26500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moa'ki Bottom Thresher - On Respawn - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=26511 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kili'ua - In Combat - Cast 'Claw Grasp'" WHERE `source_type`=0 AND `entryorguid`=26521 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Drakuru - On Quest 'Heart of the Ancients' Taken - Cast 'Strip Detect Drakuru 02'" WHERE `source_type`=0 AND `entryorguid`=26543 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Deathseeker - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=26550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Deathseeker - In Combat - Cast 'Grave Strike'" WHERE `source_type`=0 AND `entryorguid`=26550 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Deathseeker - In Combat - Cast 'Grave Strike'" WHERE `source_type`=0 AND `entryorguid`=26550 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Fanatic - Between 0-20% Health - Cast 'Fervor'" WHERE `source_type`=0 AND `entryorguid`=26553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Quest 'Heart of the Ancients' Taken - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Within 0-40 Range - Cast 'Lightning Bolt' (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Aggro - Set Event Phase 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - Out of Combat - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - In Combat - Cast 'Chain Lightning' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - In Combat - Cast 'Chain Lightning' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Friendly Between 0-30% Health - Cast 'Healing Wave' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Seer - On Friendly Between 0-30% Health - Cast 'Healing Wave' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26554 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Drakuru's Bunny 02 - On Spellhit 'Summon Drakuru's Image' - Cast 'Script Cast Summon Image of Drakuru 02' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26559 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ohura - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=26560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ohura - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=26560 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Narzun Skybreaker - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26566 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Narzun Skybreaker - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26566 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coldwind Waste Huntress - In Combat - Cast 'Eye Peck'" WHERE `source_type`=0 AND `entryorguid`=26575 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coldwind Witch - Within 0-30 Range - Cast 'Coldwind Blast'" WHERE `source_type`=0 AND `entryorguid`=26577 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistress of the Coldwind - In Combat - Cast 'Arctic Winds'" WHERE `source_type`=0 AND `entryorguid`=26578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistress of the Coldwind - Between 0-20% Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=26578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Koltira Deathweaver - On Gossip Option 0 Selected - Cast 'World of Shadows'" WHERE `source_type`=0 AND `entryorguid`=26581 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Koltira Deathweaver - On Aggro - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pacer Bunny - Drak Theron Exterior - On Data Set 0 1 - Cast 'Summon Mummy Remnants'" WHERE `source_type`=0 AND `entryorguid`=26591 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Graymist Hunter - In Combat - Cast 'Gore'" WHERE `source_type`=0 AND `entryorguid`=26592 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serinar - On Quest 'The Best of Intentions' Taken - Set Orientation Closest Creature 'Burning Depths Necrolyte'" WHERE `source_type`=0 AND `entryorguid`=26593 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serinar - On Quest 'The Best of Intentions' Taken - Cast 'Absorb Image'" WHERE `source_type`=0 AND `entryorguid`=26593 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serinar - On Quest 'The Best of Intentions' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=26593 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serinar - On Gossip Option 0 Selected - Cast 'Burning Depths Necrolyte Image'" WHERE `source_type`=0 AND `entryorguid`=26593 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Serinar - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=26593 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Serinar - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26593 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Willis Wobblewheel - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=26599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Willis Wobblewheel - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26599 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Willis Wobblewheel - On Waypoint 1 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=26599 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Willis Wobblewheel - On Waypoint 3 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26599 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Willis Wobblewheel - On Waypoint 3 Reached - Set Orientation 5" WHERE `source_type`=0 AND `entryorguid`=26599 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Willis Wobblewheel - On Waypoint 3 Reached - Set Emote State 69" WHERE `source_type`=0 AND `entryorguid`=26599 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Waypoint 1 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Waypoint 7 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Waypoint 7 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Waypoint 15 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chief Engineer Galpen Rolltie - On Waypoint 15 Reached - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=26600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kara Thricestar - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kara Thricestar - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Underlord - Within 0-5 Range - Cast 'Rearing Stomp'" WHERE `source_type`=0 AND `entryorguid`=26605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - On Aggro - Cast 'Poison Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Within 0-30 Range - Cast 'Poison Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anub'ar Blightbeast - In Combat - Cast 'Blighted Shriek' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26607 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Snowfall Elk - Within 0-5 Range - Cast 'Puncture' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowfall Elk - On Has Aura 'Wildlife Inoculation' - Cast 'Recently Inoculated' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26615 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowfall Elk - On Has Aura 'Wildlife Inoculation' - Cast 'Snowfall Elk Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26615 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowfall Elk - On Has Aura 'Wildlife Inoculation' - Despawn In 5000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26615 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blighted Elk - On Spellhit 'Liquid Fire of Elune' - Quest Credit 'The Liquid Fire of Elune' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blighted Elk - On Spellhit 'Liquid Fire of Elune' - Despawn In 5000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26616 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghoul Tormentor - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26621 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghoul Tormentor - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26621 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghoul Tormentor - In Combat - Cast 'Flesh Rot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26621 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Brute - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Brute - In Combat - Cast 'Knockdown' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26623 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Belcher - Out of Combat - Cast 'Disease Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wretched Belcher - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wretched Belcher - In Combat - Cast 'Bile Vomit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26624 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wretched Belcher - In Combat - Cast 'Bile Vomit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26624 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - On Aggro - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Within 0-40 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Between 0-15% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Between 0-15% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scourge Reanimator - On Friendly Between 0-30% Health - Cast 'Unholy Frenzy'" WHERE `source_type`=0 AND `entryorguid`=26626 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Crystal Handler - In Combat - Cast 'Flash of Darkness'" WHERE `source_type`=0 AND `entryorguid`=26627 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ursoc - On Just Summoned - Play Emote 53" WHERE `source_type`=0 AND `entryorguid`=26633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ursoc - In Combat - Cast 'Summon Blood of the Old God'" WHERE `source_type`=0 AND `entryorguid`=26633 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ursoc - In Combat - Cast 'Old God's Influence'" WHERE `source_type`=0 AND `entryorguid`=26633 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ursoc - Within 0-5 Range - Cast 'Crunch Armor'" WHERE `source_type`=0 AND `entryorguid`=26633 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ursoc - On Spellhit 'Ashes of Vordrassil' - Cast 'Summon Ursoc's Spirit'" WHERE `source_type`=0 AND `entryorguid`=26633 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ursoc - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=26633 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Watcher Rupert Keeneye - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=26634 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Watcher Rupert Keeneye - On Waypoint 2 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26634 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Watcher Rupert Keeneye - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26634 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Watcher Rupert Keeneye - On Waypoint 6 Reached - Set Orientation 1" WHERE `source_type`=0 AND `entryorguid`=26634 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Warrior - In Combat - Cast 'Ghost Strike'" WHERE `source_type`=0 AND `entryorguid`=26635 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Warrior - In Combat - Cast 'Crush Armor'" WHERE `source_type`=0 AND `entryorguid`=26635 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - In Combat - Cast 'Shadow Blast'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - In Combat - Cast 'Shadow Blast'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - In Combat - Cast 'Knockdown'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - In Combat - Cast 'Shadow Void'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - In Combat - Cast 'Shadow Void'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - Between 0-75% Health - Cast 'Blood Siphon'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Soulmage - Between 0-75% Health - Cast 'Blood Siphon'" WHERE `source_type`=0 AND `entryorguid`=26636 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - In Combat - Dismount (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - In Combat - Cast 'Summon Raptor' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - In Combat - Cast 'Hooked Net' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - In Combat - Cast 'Backhand' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Handler - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26637 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Bat Rider - Within 5-30 Range - Cast 'Impale' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26638 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Bat Rider - In Combat - Remove Flag Not Selectable (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26638 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Bat Rider - In Combat - Dismount (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26638 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Bat Rider - In Combat - Cast 'Curse of Blood' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26638 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Bat Rider - In Combat - Cast 'Curse of Blood' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26638 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Between 0-30% Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drakkari Shaman - Friendly At 15000 Health - Cast 'Chain Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26639 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Rabid Grizzly - On Spellhit 'Liquid Fire of Elune' - Quest Credit 'The Liquid Fire of Elune' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26643 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rabid Grizzly - On Spellhit 'Liquid Fire of Elune' - Despawn In 5000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26643 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ursus Mauler - Within 0-5 Range - Cast 'Maul' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saronite Horror - In Combat - Cast 'Seething Evil' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26646 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Respawn - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Respawn - Set Run On" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Respawn - Move To Position" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Text 4 Over - Say Line 9 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Text 4 Over - Fail Quest 'Conversing With the Depths' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Text 4 Over - Despawn In 2000 ms (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Data Set 0 1 - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26648 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Roanauk Icemist - Out of Combat - Cast 'Glory of the Ancestors' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26654 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Roanauk Icemist - Out of Combat - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26654 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Roanauk Icemist - On Friendly Unit Missing Buff 'Icemist's Blessing' - Cast 'Icemist's Blessing' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26654 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Cultist Zangus - Between 0-30% Health - Cast 'Zeal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26655 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Xink - On Gossip Option 0 Selected - Cast 'Forceitem Xink's Shredder'" WHERE `source_type`=0 AND `entryorguid`=26660 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Xink - On Quest 'Lumber Hack' Taken - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=26660 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Xink - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26660 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ymirjar Savage - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=26669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Savage - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=26669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Savage - In Combat - Cast 'Beast's Mark'" WHERE `source_type`=0 AND `entryorguid`=26669 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ymirjar Savage - In Combat - Cast 'Beast's Mark'" WHERE `source_type`=0 AND `entryorguid`=26669 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - On Gossip Option 0 Selected - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 25-80 Range - Start Attacking (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 0-5 Range - Start Attacking (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 5-15 Range - Stop Attacking (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Cast 'Aimed Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Cast 'Aimed Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Cast 'Multi-Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Cast 'Multi-Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - In Combat - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - On Aggro - Set Sheath Ranged (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Within 5-30 Range - Increment Phase By 0 (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - On Aggro - Stop Attacking (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - Out of Combat - Disable Combat Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Flesh Hunter - On Evade - Set Sheath Melee (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26670 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Bloodthirsty Tundra Wolf - In Combat - Cast 'Fixate' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26672 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Archmage Modera - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=26673 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Archmage Modera - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26673 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Invader - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=26676 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - Out of Combat - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=26678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Just Died - Fail Quest 'The Might of the Horde'" WHERE `source_type`=0 AND `entryorguid`=26678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=26678 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - Within 0-20 Range - Cast 'Hooked Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Silverbrook Trapper - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26679 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Aiyan Coldwind - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26680 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aiyan Coldwind - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=26680 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - On Aggro - Cast 'Frostfire Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Within 0-40 Range - Cast 'Frostfire Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Within 0-8 Range - Cast 'Frost Nova' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grumbald One-Eye - Between 0-30% Health - Cast 'Elemental Enlightenment' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26681 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ymirjar Warrior - In Combat - Cast 'Hamstring' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26690 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Warrior - In Combat - Cast 'Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26690 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Witch Doctor - In Combat - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26691 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Witch Doctor - In Combat - Cast 'Shrink' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26691 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Harpooner - In Combat - Cast 'Net' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26692 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Harpooner - In Combat - Cast 'Throw' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26692 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Harpooner - On Just Died - Cast 'Summon Harpoon' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26692 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ymirjar Dusk Shaman - On Friendly Between 0-25% Health - Cast 'Dark Mending' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Dusk Shaman - On Friendly Between 0-20% Health - Cast 'Dark Mending' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26694 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Dusk Shaman - Between 0-50% Health - Cast 'Lycanthropy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26694 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ymirjar Berserker - In Combat - Cast 'Shred' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Berserker - In Combat - Cast 'Shred' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26696 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Berserker - In Combat - Cast 'Terrify' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26696 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jormungar Meat - On Just Summoned - Cast 'Summon Jormungar Meat' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26699 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru's Bunny 03 - On Spellhit 'Summon Drakuru's Image' - Cast 'Script Cast Summon Image of Drakuru 03' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Drakuru - On Quest 'Voices From the Dust' Taken - Cast 'Strip Detect Drakuru 03'" WHERE `source_type`=0 AND `entryorguid`=26701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Defender - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=26704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Between 0-7% Mana - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Between 0-7% Mana - Increment Phase By 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Between 15-100% Mana - Decrement Phase By 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Friendly At 1000 Health - Cast 'Renewing Beam' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Snowplain Disciple - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26705 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Infected Grizzly Bear - In Combat - Cast 'Infected Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Villager - In Combat - Cast 'Chop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Villager - Between 0-50% Health - Cast 'Worgen Transform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26708 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Injured Mammoth - Within 0-5 Range - Cast 'Trample' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Warder - In Combat - Cast 'Mana Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Warder - In Combat - Cast 'Mana Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Warder - In Combat - Cast 'Silence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Warder - In Combat - Cast 'Silence' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26716 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Magus - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Magus - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Magus - On Aggro - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azure Magus - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Azure Magus - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Azure Magus - In Combat - Cast 'Arcane Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Azure Magus - In Combat - Cast 'Arcane Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26722 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Set Random Phase(1, 4) (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - On Aggro - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - On Aggro - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 0-40 Range - Cast 'Fireball' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Immolation Trap' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Rain of Fire' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Rain of Fire' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - On Aggro - Cast 'Frostbolt' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 0-30 Range - Cast 'Frostbolt' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - On Aggro - Cast 'Frostbolt' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - On Aggro - Increment Phase By 0 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 0-30 Range - Cast 'Frostbolt' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Freezing Trap' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Cone of Cold' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Cone of Cold' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - Out of Combat - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Arcane Explosion' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Arcane Explosion' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Arcane Trap' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Aura of Arcane Haste' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Aura of Arcane Haste' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Ascendant - In Combat - Cast 'Polymorph' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26727 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Initiate - In Combat - Cast 'Magic Burn' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Initiate - In Combat - Cast 'Magic Burn' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Initiate - In Combat - Cast 'Drain Mana' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26728 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mage Hunter Initiate - In Combat - Cast 'Renew' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26728 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Steward - In Combat - Cast 'Arcane Torrent' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steward - In Combat - Cast 'Spellbreaker' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26729 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mage Slayer - In Combat - Cast 'Draw Magic' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26730 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mage Slayer - In Combat - Cast 'Spell Lock' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26730 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Enforcer - In Combat - Cast 'Mortal Strike' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Enforcer - In Combat - Cast 'Cleave' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26734 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Scale-Binder - In Combat - Cast 'Arcane Blast' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Scale-Binder - In Combat - Cast 'Arcane Blast' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Scale-Binder - On Friendly Between 0-25% Health - Cast 'Heal' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26735 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Scale-Binder - On Friendly Between 0-25% Health - Cast 'Heal' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26735 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crazed Mana-Surge - In Combat - Cast 'Mana Burn' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26737 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crazed Mana-Surge - In Combat - Cast 'Mana Burn' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26737 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crazed Mana-Surge - In Combat - Cast 'Arcane Nova' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26737 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crazed Mana-Surge - In Combat - Cast 'Arcane Nova' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26737 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crazed Mana-Surge - On Just Died - Cast 'Loose Mana' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26737 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crazed Mana-Wraith - In Combat - Cast 'Arcane Missiles' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Emmy Malin - On Respawn - Cast 'Surge Needle Beam' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Emmy Malin - On Reached Home - Cast 'Surge Needle Beam' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Emmy Malin - Within 0-40 Range - Cast 'Frostbolt' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26762 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Emmy Malin - In Combat - Cast 'Ice Lance' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26762 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Emmy Malin - Within 0-5 Range - Cast 'Frost Nova' (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26762 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Emmy Malin - On Aggro - Say Line 0 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26762 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Out of Combat - Disable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - On Aggro - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Within 0-30 Range - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Within 0-20 Range - Cast 'Mind Flay' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anok'ra the Manipulator - In Combat - Cast 'Wavering Will' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26769 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - On Aggro - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Within 0-30 Range - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tivax the Breaker - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26770 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sinok the Shadowrager - Within 8-40 Range - Cast 'Blink Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sinok the Shadowrager - In Combat - Cast 'Raging Shadows' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26771 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="7th Legion Wyrm Hunter - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26779 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - On Aggro - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Within 0-40 Range - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Friendly At 7000 Health - Cast 'Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="7th Legion Cleric - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26780 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crystalline Keeper - On Aggro - Cast 'Crystal Bark' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26782 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Keeper - In Combat - Cast 'Crystal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26782 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystalline Keeper - In Combat - Cast 'Crystal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26782 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Rune Avenger - In Combat - Cast 'Rune of Retribution' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26786 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Drakuru - On Quest 'Cleansing Drak'Tharon' Taken - Cast 'Strip Detect Drakuru 04'" WHERE `source_type`=0 AND `entryorguid`=26787 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru's Bunny 04 - On Spellhit 'Summon Drakuru's Image' - Cast 'Script Cast Summon Image of Drakuru 04'" WHERE `source_type`=0 AND `entryorguid`=26789 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Protector - In Combat - Cast 'Crystal Chains'" WHERE `source_type`=0 AND `entryorguid`=26792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Protector - In Combat - Cast 'Crystal Chains'" WHERE `source_type`=0 AND `entryorguid`=26792 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystalline Protector - In Combat - Cast 'Shard Spray'" WHERE `source_type`=0 AND `entryorguid`=26792 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crystalline Protector - In Combat - Cast 'Shard Spray'" WHERE `source_type`=0 AND `entryorguid`=26792 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crystalline Protector - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=26792 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - On Aggro - Cast 'Crystal Bloom'" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - In Combat - Cast 'Ensnare'" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 0-100% Health - Cast 'Aura of Regeneration' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 0-100% Health - Cast 'Aura of Regeneration' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 1-35% Health - Cast 'Seed Pod' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 1-35% Health - Set Flags Immune To Players & Not Selectable (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 1-35% Health - Set Event Phase 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 85-100% Health - Evade (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 85-100% Health - Set Event Phase 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crystalline Frayer - Between 85-100% Health - Remove Flags Immune To Players & Not Selectable (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26793 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - In Combat - Cast 'Warped Mind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakkari Oracle - In Combat - Cast 'Warped Body' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26795 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - On Aggro - Remove Aura 'Frozen Prison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - On Aggro - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - On Aggro - Cast 'Battle Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - In Combat - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - In Combat - Cast 'Whirlwind' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - In Combat - Cast 'Frightening Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - On Killed Unit - Say Line 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Commander Stoutbeard - On Just Died - Say Line 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26796 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Protector - In Combat - Cast 'Head Trauma' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26797 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - On Aggro - Remove Aura 'Frozen Prison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - On Aggro - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - On Aggro - Cast 'Battle Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - In Combat - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - In Combat - Cast 'Whirlwind' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - In Combat - Cast 'Frightening Shout' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - On Killed Unit - Say Line 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Commander Kolurg - On Just Died - Say Line 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26798 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Horde Berserker - On Aggro - Remove Aura 'Frozen Prison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26799 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Berserker - In Combat - Cast 'War Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26799 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Berserker - In Combat - Cast 'Frenzy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26799 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Berserker - In Combat - Cast 'Bloodlust' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26799 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alliance Berserker - On Aggro - Remove Aura 'Frozen Prison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Berserker - In Combat - Cast 'War Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Berserker - In Combat - Cast 'Frenzy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alliance Berserker - In Combat - Cast 'Bloodlust' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - On Aggro - Remove Aura 'Frozen Prison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - On Aggro - Cast 'Shoot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-45 Range - Cast 'Incendiary Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-45 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-45 Range - Cast 'Incendiary Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - Within 5-45 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - In Combat - Cast 'Rapid Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Horde Ranger - On Evade - Set Sheath Melee (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26801 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - On Aggro - Remove Aura 'Frozen Prison' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-45 Range - Cast 'Incendiary Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-45 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-45 Range - Cast 'Incendiary Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - Within 5-45 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - In Combat - Cast 'Rapid Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Alliance Ranger - On Evade - Set Sheath Melee (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26802 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - On Aggro - Remove Aura 'Frozen Prison' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - In Combat - Cast 'Power Word: Shield' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - In Combat - Cast 'Power Word: Shield' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - In Combat - Cast 'Shadow Word: Death' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - In Combat - Cast 'Shadow Word: Death' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - On Friendly Between 0-25% Health - Cast 'Flash Heal' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horde Cleric - On Friendly Between 0-25% Health - Cast 'Flash Heal' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26803 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - On Aggro - Remove Aura 'Frozen Prison' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - In Combat - Cast 'Power Word: Shield' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - In Combat - Cast 'Power Word: Shield' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - In Combat - Cast 'Shadow Word: Death' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - In Combat - Cast 'Shadow Word: Death' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - On Friendly Between 0-25% Health - Cast 'Flash Heal' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Alliance Cleric - On Friendly Between 0-25% Health - Cast 'Flash Heal' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26805 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Guardian Serpent - Within 0-5 Range - Cast 'Tail Lash' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=26806 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Spellhit 'Blow Snow' - Cast 'Cold Cleanse'" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Spellhit 'Blow Snow' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Spellhit 'Blow Snow' - Set Flags Immune To Players & Immune To NPC's & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Spellhit 'Blow Snow' - Set Run On" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Spellhit 'Blow Snow' - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Has Aura 'Cold Cleanse' - Move To Closest Gameobject 'Ancient Troll Mummy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Has Aura 'Cold Cleanse' - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Reached Point 1 - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Respawn - Remove Flag Standstate Sleep (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - In Combat - Cast 'Sunder Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26811 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Spellhit 'Blow Snow' - Cast 'Cold Cleanse'" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Spellhit 'Blow Snow' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Spellhit 'Blow Snow' - Set Flags Immune To Players & Immune To NPC's & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Spellhit 'Blow Snow' - Set Run On" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Spellhit 'Blow Snow' - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Has Aura 'Cold Cleanse' - Move To Closest Gameobject 'Ancient Troll Mummy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Has Aura 'Cold Cleanse' - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Reached Point 1 - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Respawn - Remove Flag Standstate Sleep (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Aggro - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Aggro - Set Rooted On" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - In Combat - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - Within 35-80 Range - Set Event Phase 3 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - Within 35-80 Range - Set Rooted Off (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - Within 5-15 Range - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - Within 0-5 Range - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - Between 0-7% Mana - Set Event Phase 4" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - Between 15-100% Mana - Set Event Phase 2 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Soothsayer - On Evade - Set Event Phase 0 (Phase 8)" WHERE `source_type`=0 AND `entryorguid`=26812 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Respawn - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Respawn - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Respawn - Change Equipment" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Quest 'Dun-da-Dun-tah!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Quest 'Dun-da-Dun-tah!' Taken - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 7 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 7 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 9 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 9 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 11 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 11 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 13 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 13 Reached - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Text 4 Over - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 16 Reached - Activate Gameobject" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 17 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 17 Reached - Summon Creature 'Tecahuna'" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 18 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - Between 0-0% Health - Reset Gameobject (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - Between 0-0% Health - Fail Quest 'Dun-da-Dun-tah!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - Between 0-0% Health - Kill Self (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint Resumed - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint Resumed - Set Run On" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Data Set 0 1 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Evade - Run Script" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 21 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 21 Reached - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint Resumed - Set Run On" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint Resumed - Quest Credit 'Dun-da-Dun-tah!'" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Waypoint 25 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Aggro - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=26814 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Lieutenant Ta'zinni - Within 0-40 Range - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=26815 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Ta'zinni - Within 0-10 Range - Cast 'Dragon's Breath'" WHERE `source_type`=0 AND `entryorguid`=26815 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Ta'zinni - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=26815 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Focus Wizard - Out of Combat - Cast 'Surge Needle Beam'" WHERE `source_type`=0 AND `entryorguid`=26816 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Focus Wizard - On Aggro - Cast 'Arcane Focus'" WHERE `source_type`=0 AND `entryorguid`=26816 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Focus Wizard - In Combat - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=26816 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Fighter - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=26817 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Fighter - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=26817 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fizzcrank Fighter - On Waypoint 15 Reached - Cast 'Ride Vehicle'" WHERE `source_type`=0 AND `entryorguid`=26817 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Weaver - Out of Combat - Cast 'Rune-Weaver Channel'" WHERE `source_type`=0 AND `entryorguid`=26820 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Rune-Weaver - In Combat - Cast 'Rune Weaving'" WHERE `source_type`=0 AND `entryorguid`=26820 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Keldonus - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=26828 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Keldonus - Within 0-10 Range - Cast 'Power Flux'" WHERE `source_type`=0 AND `entryorguid`=26828 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Keldonus - In Combat - Cast 'Power Siphon'" WHERE `source_type`=0 AND `entryorguid`=26828 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magister Keldonus - In Combat - Cast 'Fury of the Blue'" WHERE `source_type`=0 AND `entryorguid`=26828 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magister Keldonus - Between 0-30% Health - Cast 'Might of Malygos'" WHERE `source_type`=0 AND `entryorguid`=26828 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Death Knight - On Aggro - Call For Help" WHERE `source_type`=0 AND `entryorguid`=26830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Death Knight - In Combat - Cast 'Icy Touch'" WHERE `source_type`=0 AND `entryorguid`=26830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Death Knight - In Combat - Cast 'Icy Touch'" WHERE `source_type`=0 AND `entryorguid`=26830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Death Knight - In Combat - Cast 'Deafening Roar'" WHERE `source_type`=0 AND `entryorguid`=26830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Death Knight - In Combat - Cast 'Deafening Roar'" WHERE `source_type`=0 AND `entryorguid`=26830 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Drakkari Death Knight - In Combat - Cast 'Fear'" WHERE `source_type`=0 AND `entryorguid`=26830 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gigantaur - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=26836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gigantaur - In Combat - Cast 'Gigantic Blow'" WHERE `source_type`=0 AND `entryorguid`=26836 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Legionnaire - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=26839 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Legionnaire - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=26839 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - On Aggro - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Within 0-35 Range - Cast 'Frost Breath' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Within 30-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Reanimated Frost Wyrm - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26841 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lilleth Radescu - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=26844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lilleth Radescu - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=26844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Junter Weiss - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=26845 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Junter Weiss - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=26845 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kareg - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kareg - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Omu Spiritbreeze - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26847 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Omu Spiritbreeze - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26847 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kimbiza - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kimbiza - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26848 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Numo Spiritbreeze - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26850 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Numo Spiritbreeze - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26850 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kragh - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kragh - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26852 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Makki Wintergale - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Makki Wintergale - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=26853 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Makki Wintergale - On Gossip Option 1 Selected - Cast 'Flight - Onequah to Light's Breach'" WHERE `source_type`=0 AND `entryorguid`=26853 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Makki Wintergale - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26853 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=26860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Just Summoned - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Just Summoned - Set Rooted On" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Just Summoned - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tecahuna - In Combat - Cast 'Cosmetic - Tecahuna Spirit Beam'" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tecahuna - In Combat - Cast 'Cosmetic - Tecahuna Spirit Beam'" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 0-0% Health - Activate Gameobject (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 0-0% Health - Set Data 0 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 0-0% Health - Set Data 0 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 0-0% Health - Kill Self (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Evade - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tecahuna - In Combat - Cast 'Tecahuna Venom Spit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Within 40-80 Range - Set Rooted Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Within 0-5 Range - Set Rooted Off" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Within 0-5 Range - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 0-7% Mana - Set Rooted Off" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 0-7% Mana - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Within 5-15 Range - Set Rooted On" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 15-100% Mana - Set Rooted On (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Tecahuna - Between 15-100% Mana - Set Event Phase 1 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=26865 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Mummy Effect Bunny - On Spellhit 'Cosmetic - Tecahuna Spirit Beam' - Cast 'Summon Ancient Drakkari King' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=26867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mummy Effect Bunny - On Data Set 0 1 - Despawn Instant (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=26867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari King - In Combat - Cast 'Drakkari Curse' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=26871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Samuel Clearbook - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26876 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Samuel Clearbook - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26876 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Samuel Clearbook - On Gossip Option 1 Selected - Cast 'Flight - Westfall to Light's Breach'" WHERE `source_type`=0 AND `entryorguid`=26876 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Samuel Clearbook - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26876 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Derek Rammel - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Derek Rammel - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26877 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rodney Wells - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26878 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rodney Wells - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26878 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tomas Riverwell - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26879 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tomas Riverwell - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26879 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vana Grey - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vana Grey - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=26880 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Palena Silvercloud - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=26881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Palena Silvercloud - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=26881 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The End of the Line Ley Line Focus Kill Credit Bunny - On Spellhit 'Ley Line Focus Control Talisman' - Cast 'The End of the Line: Ley Line Focus Bunny Beam'" WHERE `source_type`=0 AND `entryorguid`=26887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Undead Miner - Within 0-5 Range - Cast 'Puncture Wound'" WHERE `source_type`=0 AND `entryorguid`=26891 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Undead Miner - In Combat - Cast 'Throw Lantern'" WHERE `source_type`=0 AND `entryorguid`=26891 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Essence of Warlord Jin'arrak - On Just Summoned - Summon Creature 'Warlord Jin'arrak'" WHERE `source_type`=0 AND `entryorguid`=26902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Essence of Warlord Jin'arrak - Out of Combat - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=26902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drak'aguul - On Aggro - Cast 'Drak'aguul's Soldiers'" WHERE `source_type`=0 AND `entryorguid`=26919 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drak'aguul - Within 5-45 Range - Cast 'Berserker Charge'" WHERE `source_type`=0 AND `entryorguid`=26919 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overseer Durval - In Combat - Cast 'Rune of Destruction'" WHERE `source_type`=0 AND `entryorguid`=26920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Korgan - In Combat - Cast 'Call Lightning'" WHERE `source_type`=0 AND `entryorguid`=26921 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Korgan - Between 0-30% Health - Cast 'Revitalizing Rune'" WHERE `source_type`=0 AND `entryorguid`=26921 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overseer Lochli - In Combat - Cast 'Thunderstorm'" WHERE `source_type`=0 AND `entryorguid`=26922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gan'jo - On Aggro - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=26924 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gan'jo - On Gossip Option 0 Selected - Cast 'Gan'jo Ressurection'" WHERE `source_type`=0 AND `entryorguid`=26924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmrest Temple Drake - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=26925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duke Vallenhal - On Aggro - Cast 'Blood Presence'" WHERE `source_type`=0 AND `entryorguid`=26926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duke Vallenhal - Between 0-50% Health - Cast 'Rocket Blast'" WHERE `source_type`=0 AND `entryorguid`=26926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=26928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=26928 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=26928 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Scorch'" WHERE `source_type`=0 AND `entryorguid`=26928 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - On Just Died - Cast 'Telestra Clone Dies (Fire)'" WHERE `source_type`=0 AND `entryorguid`=26928 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - On Just Died - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26928 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Critter'" WHERE `source_type`=0 AND `entryorguid`=26929 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Time Stop'" WHERE `source_type`=0 AND `entryorguid`=26929 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - On Just Died - Cast 'Telestra Clone Dies (Arcane)'" WHERE `source_type`=0 AND `entryorguid`=26929 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - On Just Died - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26929 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Ice Barb'" WHERE `source_type`=0 AND `entryorguid`=26930 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Ice Barb'" WHERE `source_type`=0 AND `entryorguid`=26930 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Blizzard'" WHERE `source_type`=0 AND `entryorguid`=26930 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - In Combat - Cast 'Blizzard'" WHERE `source_type`=0 AND `entryorguid`=26930 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - On Just Died - Cast 'Telestra Clone Dies (Frost)'" WHERE `source_type`=0 AND `entryorguid`=26930 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grand Magus Telestra - On Just Died - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=26930 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wyrmrest Guardian - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=26933 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sasha - On Data Set 0 3 - Say Line 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sasha - On Data Set 0 2 - Say Line 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sasha - On Data Set 0 1 - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sasha - On Data Set 0 1 - Set Data 0 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sasha - On Data Set 0 4 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sasha - On Data Set 0 4 - Run Script" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sasha - On Reset - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sasha - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sasha - On Waypoint 4 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sasha - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=26935 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Decrepit Necromancer - In Combat - Cast 'Conversion Beam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26942 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Reanimated Drakkari Tribesman - In Combat - Cast 'Cannibalize' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Drakkari Tribesman - Between 0-30% Health - Cast 'Crazed Hunger' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26946 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Atrocity - In Combat - Cast 'Infected Bite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tormented Drakkari - In Combat - Cast 'Tormented Roar' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26965 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tormented Drakkari - Target Casting - Cast 'Kick' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26965 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tormented Drakkari - Between 0-50% Health - Cast 'Cannibalize' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26965 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tormented Drakkari - Between 0-30% Health - Cast 'Crazed Hunger' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26965 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anatoly - Out of Combat - Run Random Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Data Set 0 1 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Data Set 0 1 - Set Run On" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Data Set 0 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Reached Point 1 - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Reset - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=26971 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - Within 5-45 Range - Cast 'Magnataur Charge'" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - Within 0-5 Range - Cast 'Thunder'" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - On Waypoint 1 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - On Waypoint 1 Reached - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grom'thar the Thunderbringer - On Just Died - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27002 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - Between 0-50% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - Between 0-20% Health - Run Script" WHERE `source_type`=0 AND `entryorguid`=27003 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Icefist - Within 0-5 Range - Cast 'Ice Slash'" WHERE `source_type`=0 AND `entryorguid`=27004 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icefist - In Combat - Cast 'Tusk Strike'" WHERE `source_type`=0 AND `entryorguid`=27004 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chilltusk - Within 0-5 Range - Cast 'Ice Slash'" WHERE `source_type`=0 AND `entryorguid`=27005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chilltusk - In Combat - Cast 'Tusk Strike'" WHERE `source_type`=0 AND `entryorguid`=27005 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonesunder - In Combat - Cast 'Bone Crack'" WHERE `source_type`=0 AND `entryorguid`=27006 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iceshatter - Within 5-45 Range - Cast 'Magnataur Charge'" WHERE `source_type`=0 AND `entryorguid`=27007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iceshatter - In Combat - Cast 'Pulsing Shards'" WHERE `source_type`=0 AND `entryorguid`=27007 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodfeast - In Combat - Cast 'Incite Maggots'" WHERE `source_type`=0 AND `entryorguid`=27008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakegore - Within 5-45 Range - Cast 'Magnataur Charge'" WHERE `source_type`=0 AND `entryorguid`=27009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakegore - Between 0-30% Health - Cast 'Burning Fists'" WHERE `source_type`=0 AND `entryorguid`=27009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Depleted War Golem - On Data Set 0 1 - Cast 'War Golem Charge Credit'" WHERE `source_type`=0 AND `entryorguid`=27017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmoon Worgen - In Combat - Cast 'Infected Worgen Bite'" WHERE `source_type`=0 AND `entryorguid`=27020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmoon Worgen - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=27020 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodmoon Cultist - Within 0-5 Range - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=27024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmoon Cultist - In Combat - Cast 'Infected Worgen Bite'" WHERE `source_type`=0 AND `entryorguid`=27024 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodmoon Cultist - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=27024 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mrs. Winterby - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mrs. Winterby - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=27027 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venomspite Deathguard - In Combat - Cast 'Revenge'" WHERE `source_type`=0 AND `entryorguid`=27035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venomspite Deathguard - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=27035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warmage Adami - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=27046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warmage Adami - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=27046 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jennifer Bell - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jennifer Bell - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=27066 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystal Spike - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=27099 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kreug Oathbreaker - In Combat - Cast 'Backbreaker'" WHERE `source_type`=0 AND `entryorguid`=27105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kreug Oathbreaker - In Combat - Cast 'Incite Horror'" WHERE `source_type`=0 AND `entryorguid`=27105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kreug Oathbreaker - Between 0-30% Health - Cast 'Broken Oath'" WHERE `source_type`=0 AND `entryorguid`=27105 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Spellhit 'Open Dun Argol Cage' - Run Script" WHERE `source_type`=0 AND `entryorguid`=27113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Spellhit 'Open Dun Argol Cage' - Quest Credit 'The Captive Prospectors'" WHERE `source_type`=0 AND `entryorguid`=27113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Spellhit 'Open Dun Argol Cage' - Run Script" WHERE `source_type`=0 AND `entryorguid`=27114 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Spellhit 'Open Dun Argol Cage' - Quest Credit 'The Captive Prospectors'" WHERE `source_type`=0 AND `entryorguid`=27114 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Spellhit 'Open Dun Argol Cage' - Run Script" WHERE `source_type`=0 AND `entryorguid`=27115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Spellhit 'Open Dun Argol Cage' - Quest Credit 'The Captive Prospectors'" WHERE `source_type`=0 AND `entryorguid`=27115 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Within 0-5 Range - Cast 'Puncture Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - Between 0-30% Health - Cast 'Deterrence' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Amberpine Scout - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27117 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Raider - Within 8-25 Range - Cast 'Intercept' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Raider - Within 0-5 Range - Cast 'Heroic Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Raider - In Combat - Cast 'Demoralizing Shout' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Overseer Deathgaze - In Combat - Cast 'Conversion Beam' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27122 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Camp Oneqwah Brave - Within 0-5 Range - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27126 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Camp Oneqwah Brave - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27126 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Attunement to Dalaran Kill Credit Bunny - On Spellhit 'Ley Line Attunement Crystal' - Quest Credit 'Attunement to Dalaran' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vas the Unstable - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=27158 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vas the Unstable - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27158 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Infantryman - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=27160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Infantryman - In Combat - Cast 'Concussion Blow'" WHERE `source_type`=0 AND `entryorguid`=27160 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Cavalier - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=27161 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Cavalier - Target Casting - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=27161 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - In Combat - Cast 'Glaive Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - In Combat - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="7th Legion Sentinel - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27162 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - On Aggro - Cast 'Call Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Within 0-30 Range - Cast 'Call Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - On Spellhit 'Use Camera' - Cast 'Iron Dwarf Snapshot Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Iron Rune Overseer - On Spellhit 'Use Camera' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27177 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - On Aggro - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 5-35 Range - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 5-35 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Moa'ki Warrior - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27178 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - Within 5-15 Range - Play Emote 15 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27199 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=27199 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Data Set 0 1 - Play Emote 15" WHERE `source_type`=0 AND `entryorguid`=27199 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Data Set 0 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=27199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Just Summoned - Set Phase 3" WHERE `source_type`=0 AND `entryorguid`=27199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Offering Bunny - Drakil'jin Exterior - Out of Combat - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=27200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Offering Bunny - Drakil'jin Exterior - On Just Summoned - Summon Creature 'Warlord Jin'arrak' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Offering Bunny - Drakil'jin Exterior - On Just Summoned - Cast 'Place Offering' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - On Aggro - Cast 'Raven Flock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Within 0-40 Range - Cast 'Raven Flock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - Between 0-30% Health - Cast 'Raven Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - On Spellhit 'Banshee's Magic Mirror' - Cast 'The Perfect Dissemblance: Summon Player's Footman & Credit Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Priest - On Spellhit 'Banshee's Magic Mirror' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27202 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Onslaught Knight - Out of Combat - Cast 'Ride Vehicle' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Workman - In Combat - Cast 'Chop' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27207 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High General Abbendis - On Aggro - Cast 'Seal of Onslaught' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27210 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High General Abbendis - In Combat - Cast 'Raging Consecration' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27210 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High General Abbendis - In Combat - Cast 'Judgement of Onslaught' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27210 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Executioner - Within 0-5 Range - Cast 'Hamstring' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27211 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Executioner - In Combat - Cast 'Mighty Blow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27211 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Warhorse - On Respawn - Summon Creature 'Onslaught Knight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27213 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Captain - On Has Aura 'Forgotten Aura' - Cast 'Forgotten Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27220 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Captain - In Combat - Cast 'Stormhammer' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27220 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - On Gossip Option 0 Selected - Invoker Cast 'Forgotten Knight Credit'" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - On Has Aura 'Forgotten Aura' - Cast 'Forgotten Aura'" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - In Combat - Cast 'Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - In Combat - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Forgotten Knight - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27224 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Gossip Option 0 Selected - Invoker Cast 'Forgotten Rifleman Credit'" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Respawn - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Respawn - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Has Aura 'Forgotten Aura' - Cast 'Forgotten Aura'" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Aggro - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - In Combat - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - In Combat - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - In Combat - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Between 0-15% Health - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Between 0-15% Health - Enable Combat Movement (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Between 0-15% Health - Flee For Assist (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - Between 0-15% Health - Increment Phase By 0 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Forgotten Rifleman - On Evade - Set Sheath Melee (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=27225 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Forgotten Peasant - On Gossip Option 0 Selected - Invoker Cast 'Forgotten Peasant Credit'" WHERE `source_type`=0 AND `entryorguid`=27226 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Peasant - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27226 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Peasant - On Has Aura 'Forgotten Aura' - Cast 'Forgotten Aura'" WHERE `source_type`=0 AND `entryorguid`=27226 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten Peasant - In Combat - Cast 'Bonk'" WHERE `source_type`=0 AND `entryorguid`=27226 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Forgotten Footman - On Gossip Option 0 Selected - Invoker Cast 'Forgotten Captain Credit'" WHERE `source_type`=0 AND `entryorguid`=27229 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Footman - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27229 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Footman - On Has Aura 'Forgotten Aura' - Cast 'Forgotten Aura'" WHERE `source_type`=0 AND `entryorguid`=27229 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten Footman - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=27229 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Shely - In Combat - Cast 'Run Through'" WHERE `source_type`=0 AND `entryorguid`=27232 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Deckhand - In Combat - Cast 'Side Kick'" WHERE `source_type`=0 AND `entryorguid`=27233 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blacksmith Goodman - On Spellhit 'Compelled' - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=27234 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blacksmith Goodman - On Just Died - Invoker Cast 'The Denouncement: Blacksmith Goodman On Death'" WHERE `source_type`=0 AND `entryorguid`=27234 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blacksmith Goodman - On Reset - Remove Aura 'Compelled'" WHERE `source_type`=0 AND `entryorguid`=27234 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blacksmith Goodman - On Reset - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=27234 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blacksmith Goodman - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27234 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lead Cannoneer Zierhut - On Spellhit 'Compelled' - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=27235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lead Cannoneer Zierhut - On Just Died - Invoker Cast 'The Denouncement: Lead Cannoneer Zierhut On Death'" WHERE `source_type`=0 AND `entryorguid`=27235 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lead Cannoneer Zierhut - On Reset - Remove Aura 'Compelled'" WHERE `source_type`=0 AND `entryorguid`=27235 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lead Cannoneer Zierhut - On Reset - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=27235 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lead Cannoneer Zierhut - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27235 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stable Master Mercer - On Spellhit 'Compelled' - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=27236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stable Master Mercer - On Just Died - Invoker Cast 'The Denouncement: Stable Master Mercer On Death'" WHERE `source_type`=0 AND `entryorguid`=27236 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stable Master Mercer - On Reset - Remove Aura 'Compelled'" WHERE `source_type`=0 AND `entryorguid`=27236 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stable Master Mercer - On Reset - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=27236 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stable Master Mercer - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27236 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Commander Jordan - On Spellhit 'Compelled' - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=27237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Jordan - On Just Died - Invoker Cast 'The Denouncement: Commander Jordan On Death'" WHERE `source_type`=0 AND `entryorguid`=27237 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Commander Jordan - On Reset - Remove Aura 'Compelled'" WHERE `source_type`=0 AND `entryorguid`=27237 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Commander Jordan - On Reset - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=27237 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Commander Jordan - On Just Died - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27237 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Foreman Kaleiki - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=27238 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Foreman Kaleiki - In Combat - Cast 'Mighty Blow'" WHERE `source_type`=0 AND `entryorguid`=27238 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emerald Skytalon - Within 0-5 Range - Cast 'Talon Strike'" WHERE `source_type`=0 AND `entryorguid`=27244 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emerald Skytalon - On Just Died - Cast 'Talon Strike'" WHERE `source_type`=0 AND `entryorguid`=27244 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bishop Street - On Aggro - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bishop Street - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Within 0-40 Range - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bishop Street - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bishop Street - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27246 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Devout Bodyguard - In Combat - Cast 'Piercing Howl' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27247 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alystros the Verdant Keeper - In Combat - Cast 'Talon Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alystros the Verdant Keeper - Within 0-5 Range - Cast 'Wing Beat' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27249 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alystros the Verdant Keeper - In Combat - Cast 'Lapsing Dream' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27249 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Emerald Lasher - On Respawn - Set Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=27254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emerald Lasher - On Reached Home - Set Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=27254 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emerald Lasher - On Reached Home - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27254 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Emerald Lasher - On Aggro - Cast 'Stand'" WHERE `source_type`=0 AND `entryorguid`=27254 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Emerald Lasher - In Combat - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27254 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Emerald Lasher - In Combat - Cast 'Dream Lash'" WHERE `source_type`=0 AND `entryorguid`=27254 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - On Aggro - Cast 'Incite Flames'" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Within 0-40 Range - Cast 'Incite Flames'" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - In Combat - Cast 'Flame Patch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Flamebinder - On Evade - Set Event Phase 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27259 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Huscarl - Within 0-5 Range - Cast 'Disarm' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27260 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Huscarl - In Combat - Cast 'Demoralizing Shout' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27260 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Huscarl - In Combat - Cast 'Whirlwind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27260 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Huscarl - In Combat - Cast 'Squish' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27260 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Huscarl - Within 0-5 Range - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Huscarl - Target Casting - Cast 'Pummel' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27260 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vordrassil's Heart Credit - On Spellhit 'Sampling Energy' - Quest Credit 'The Darkness Beneath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vordrassil's Limb Credit - On Spellhit 'Sampling Energy' - Quest Credit 'The Darkness Beneath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27264 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vordrassil's Tears Credit - On Spellhit 'Sampling Energy' - Quest Credit 'The Darkness Beneath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flame Brazier - On Just Summoned - Cast 'Ball of Flame' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orsonn - On Gossip Option 0 Selected - Quest Credit 'The Bear God's Offspring'" WHERE `source_type`=0 AND `entryorguid`=27274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orsonn - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27274 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kodian - On Gossip Option 0 Selected - Quest Credit 'The Bear God's Offspring'" WHERE `source_type`=0 AND `entryorguid`=27275 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kodian - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27275 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowplain Shaman - In Combat - Cast 'Searing Totem'" WHERE `source_type`=0 AND `entryorguid`=27279 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Mage - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27283 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Defender - Between 0-30% Health - Cast 'Unwavering Will' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reconstructed Frost Wyrm - In Combat - Cast 'Frost Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadbone Invader - In Combat - Cast 'Soulthirst' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mindless Wight - Within 0-5 Range - Cast 'Smash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27287 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Champion - On Aggro - Cast 'Blood Presence' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27288 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Death Knight Champion - In Combat - Cast 'Plague Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27288 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - On Aggro - Cast 'Chaos Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Within 0-40 Range - Cast 'Chaos Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Naxxramas Necrolord - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27289 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Flamebringer - On Gossip Option 0 Selected - Cast 'Flamebringer Summon Cue'" WHERE `source_type`=0 AND `entryorguid`=27292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamebringer - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27292 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flamebringer - On Just Summoned - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=27292 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flamebringer - On Just Summoned - Cast 'Flight'" WHERE `source_type`=0 AND `entryorguid`=27292 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Flamebringer - On Just Summoned - Invoker Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=27292 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Flamebringer - On Passenger Removed - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=27292 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tundra Scavenger - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=27294 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flamebringer's Chain - On Respawn - Cast 'Flamebringer's Chain'" WHERE `source_type`=0 AND `entryorguid`=27297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Reset - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=27316 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Quest 'A Righteous Sermon' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=27316 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Respawn - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Respawn - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Respawn - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Respawn - Add Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Gossip Option 1 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Gossip Option 2 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Gossip Option 2 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Gossip Option 2 Selected - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Data Set 0 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Waypoint 9 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Reset - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Reset - Remove Aura 'Ragepaw's Presence'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Reset - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Reset - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Aggro - Cast 'Ragepaw's Presence'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - Within 0-5 Range - Cast 'Lacerate'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - Within 0-5 Range - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - Friendly At 2000 Health - Cast 'Growl'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - Within 0-40 Range - Cast 'Wrath'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - Within 0-40 Range - Cast 'Moonfire'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - In Combat - Cast 'Nourish'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - In Combat - Cast 'Lifebloom'" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Aggro - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=27328 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Onslaught Bloodhound - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=27329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bombard the Ballistae Kill Credit Bunny - On Spellhit 'Siegesmith Bombs' - Quest Credit 'Bombard the Ballistae'" WHERE `source_type`=0 AND `entryorguid`=27331 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bombard the Ballistae Kill Credit Bunny - On Spellhit 'Siegesmith Bombs' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=27331 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Scout - On Aggro - Cast 'Sprint'" WHERE `source_type`=0 AND `entryorguid`=27332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Mason - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=27333 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Mason - In Combat - Cast 'Sling Mortar'" WHERE `source_type`=0 AND `entryorguid`=27333 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Commander Iustus - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=27334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Commander Iustus - Between 0-50% Health - Cast 'Bloodthirst'" WHERE `source_type`=0 AND `entryorguid`=27334 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodpaw Warrior - In Combat - Cast 'Maul'" WHERE `source_type`=0 AND `entryorguid`=27342 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpaw Shaman - In Combat - Cast 'Stormstrike'" WHERE `source_type`=0 AND `entryorguid`=27343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodpaw Shaman - In Combat - Cast 'Earth Shock'" WHERE `source_type`=0 AND `entryorguid`=27343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodpaw Shaman - Between 0-30% Health - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=27343 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bat Handler Adeline - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=27344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bat Handler Adeline - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=27344 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orik Trueheart - On Gossip Option 0 Selected - Cast 'Create Murkweed Elixir'" WHERE `source_type`=0 AND `entryorguid`=27347 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orik Trueheart - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27347 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Onslaught Prisoner - On Spellhit 'Flask of Blight' - Quest Credit 'Blighted Last Rites'" WHERE `source_type`=0 AND `entryorguid`=27349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Onslaught Prisoner - On Spellhit 'Flask of Blight' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=27349 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Agent Skully - On Gossip Option 0 Selected - Cast 'A Fall from Grace: Scarlet Raven Priest Image - Master'" WHERE `source_type`=0 AND `entryorguid`=27350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Argent Crusade Rifleman - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27351 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Reset - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Reset - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Between 0-7% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Between 0-7% Mana - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Between 15-100% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - In Combat - Cast 'Shadowflame' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - Between 0-30% Health - Cast 'Aegis of Neltharion' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Evade - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Reset - Set Flags Immune To Players & Immune To NPC's (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Data Set 1 1 - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Rothin the Decaying - On Just Died - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=27355 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necrolyte - Within 0-5 Range - Cast 'Destructive Strike'" WHERE `source_type`=0 AND `entryorguid`=27356 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necrolyte - Between 0-30% Health - Cast 'Obsidian Essence'" WHERE `source_type`=0 AND `entryorguid`=27356 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - On Aggro - Cast 'Raven Flock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Within 0-40 Range - Cast 'Raven Flock' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Archon - Between 0-30% Health - Cast 'Unholy Frenzy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27357 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - On Aggro - Cast 'Power Release' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Within 0-40 Range - Cast 'Power Release' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Burning Depths Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27358 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Smoldering Skeleton - On Aggro - Cast 'Smoldering Bones' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smoldering Construct - In Combat - Cast 'Backlash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27362 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smoldering Geist - In Combat - Cast 'Burning Blaze' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27363 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Death Knight - On Aggro - Cast 'Blood Presence' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27367 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Death Knight - In Combat - Cast 'Plague Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27367 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Ursoc - On Just Summoned - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathguard Schneider - On Gossip Option 0 Selected - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathguard Schneider - Within 0-10 Range Out of Combat LoS - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27376 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 0-50 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 0-50 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - In Combat - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 45-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 45-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - In Combat - Cast 'Arcane Shot'" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Within 10-70 Range - Cast 'Volley'" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Thane Torvald Eriksson - Between 0-30% Health - Cast 'Torvald's Deterrence'" WHERE `source_type`=0 AND `entryorguid`=27377 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Senior Scrivener Barriga - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=27378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Senior Scrivener Barriga - Within 0-10 Range Out of Combat LoS - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Engineer Burke - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=27379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Engineer Burke - Within 0-10 Range Out of Combat LoS - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27379 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chancellor Amai - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=27381 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chancellor Amai - Within 0-10 Range Out of Combat LoS - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27381 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathbringer Revenant - In Combat - Cast 'Strangulate'" WHERE `source_type`=0 AND `entryorguid`=27382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - In Combat - Cast 'Chains of Ice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Within 0-10 Range - Cast 'Frostbolt Volley' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Between 0-50% Health - Cast 'Scream of Chaos' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thel'zan the Duskbringer - Between 0-15% Health - Cast 'Scream of Chaos' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27383 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Risen Wintergarde Miner - Within 0-5 Range - Cast 'Puncture Wound' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duskhowl Prowler - In Combat - Cast 'Gore' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Passenger Boarded - Run Script" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Passenger Boarded - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Waypoint 103 Reached - Cast 'Mount Ducal's Horse'" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Waypoint 37 Reached - Jump To Pos" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Waypoint 75 Reached - Jump To Pos" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Waypoint 103 Reached - Cast 'Escape from Silverbrook Credit'" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Waypoint 103 Reached - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=27409 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scourge Siegesmith - In Combat - Cast 'Bomb'" WHERE `source_type`=0 AND `entryorguid`=27410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=27411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Waypoint 7 Reached - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27411 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Waypoint 7 Reached - Cast 'Summon Ducal's Horse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27411 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Waypoint 7 Reached - Cast 'Ride Vehicle Hardcoded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27411 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Data Set 1 1 - Say Line 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27411 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silverbrook Worgen - On Just Summoned - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Worgen - On Aggro - Cast 'Dash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Marauder - Within 8-25 Range - Cast 'Intercept' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Marauder - Within 0-5 Range - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27424 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Marauder - In Combat - Cast 'Demoralizing Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27424 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darrok - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27425 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darrok - On Gossip Option 0 Selected - Invoker Cast 'Horde Log Ride 01 Begin'" WHERE `source_type`=0 AND `entryorguid`=27425 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darrok - On Gossip Option 0 Selected - Invoker Cast 'Log Ride Horde 00'" WHERE `source_type`=0 AND `entryorguid`=27425 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Respawn - Run Script" WHERE `source_type`=0 AND `entryorguid`=27430 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wintergarde Mine Bomb - Out of Combat - Cast 'Wintergarde Mine Explosion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27435 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wintergarde Mine Bomb - Out of Combat - Despawn In 3000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27435 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Neltharion's Flame Fire Bunny - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=27449 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Neltharion's Flame Fire Bunny - On Data Set 1 1 - Cast 'Neltharion's Flame Fire Bunny: Periodic Fire Aura'" WHERE `source_type`=0 AND `entryorguid`=27449 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Neltharion's Flame Control Bunny - On Spellhit 'Neltharion's Flame' - Quest Credit 'Neltharion's Flame'" WHERE `source_type`=0 AND `entryorguid`=27450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Neltharion's Flame Control Bunny - On Spellhit 'Neltharion's Flame' - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=27450 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Neltharion's Flame Control Bunny - On Spellhit 'Neltharion's Flame' - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=27450 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Data Set 0 10 - Run Script" WHERE `source_type`=0 AND `entryorguid`=27455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Skirmisher - Within 0-5 Range - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=27456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Skirmisher - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=27456 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Skirmisher - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=27456 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten Soul - On Respawn - Cast 'Permanent Feign Death'" WHERE `source_type`=0 AND `entryorguid`=27465 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Grunt - Within 8-25 Range - Cast 'Intercept'" WHERE `source_type`=0 AND `entryorguid`=27470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Grunt - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=27470 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Grunt - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=27470 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Muradin - On Data Set 0 10 - Run Script" WHERE `source_type`=0 AND `entryorguid`=27480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Muradin - On Spellhit 'Arthas Calls to Spirits' - Run Script" WHERE `source_type`=0 AND `entryorguid`=27480 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - On Spellhit - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - Out of Combat - Start Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - Out of Combat - Set Flag Not Attackable (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - Out of Combat - Cast 'Kill Credit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - Out of Combat - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wounded Westfall Infantry - On Waypoint 2 Reached - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27482 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sergeant Bonesnap - Within 8-25 Range - Cast 'Intercept' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27493 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sergeant Bonesnap - Within 0-5 Range - Cast 'Heroic Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27493 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sergeant Bonesnap - In Combat - Cast 'Demoralizing Shout' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27493 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Caged Prisoner - On Quest 'Escape from Silverbrook' Taken - Cast 'Summon Freed Alliance Scout'" WHERE `source_type`=0 AND `entryorguid`=27499 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Caged Prisoner - On Quest 'Escape from Silverbrook' Taken - Activate Gameobject" WHERE `source_type`=0 AND `entryorguid`=27499 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Caged Prisoner - On Quest 'Escape from Silverbrook' Taken - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=27499 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Berserker - On Respawn - Cast 'Flurry'" WHERE `source_type`=0 AND `entryorguid`=27500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Berserker - In Combat - Cast 'Battle Shout'" WHERE `source_type`=0 AND `entryorguid`=27500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - On Aggro - Cast 'Decimate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Within 0-40 Range - Cast 'Decimate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Necrolord Amarion - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27508 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fordragon Gryphon Rider - In Combat - Cast 'Stormhammer' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27521 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grizzlesnout - In Combat - Cast 'Gnaw Bone' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frigid Abomination Attacker - In Combat - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27531 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frigid Ghoul - In Combat - Cast 'Rot Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fordragon Knight - In Combat - Cast 'Rallying Cry' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - On Aggro - Cast 'Bone Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer - Between 0-30% Health - Cast 'Bone Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27539 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 5-40 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 5-40 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 35-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - Within 3-30 Range - Cast 'Exploding Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - In Combat - Cast 'Rapid Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Fordragon Marksman - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27540 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ruby Watcher - Within 0-40 Range - Cast 'Ruby Blast' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Hunter - On Aggro - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27546 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Hunter - Between 0-50% Health - Cast 'Worgen Transform' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27546 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silverbrook Hunter - In Combat - Cast 'Improved Wing Clip' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27546 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silverbrook Hunter - On Evade - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27546 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Enraged Apparition - In Combat - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=27551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Noble - Between 0-50% Health - Cast 'Sanguine Strike'" WHERE `source_type`=0 AND `entryorguid`=27552 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Witch Doctor - In Combat - Cast 'Voodoo Doll'" WHERE `source_type`=0 AND `entryorguid`=27555 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Witch Doctor - In Combat - Cast 'Superior Healing Ward'" WHERE `source_type`=0 AND `entryorguid`=27555 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 5-35 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 5-35 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 30-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 30-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Darkspear Spear Thrower - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27560 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - Within 0-5 Range - Cast 'Heroic Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Alliance Conscript - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27564 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Captain Iskandar - In Combat - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27567 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Iskandar - Within 0-5 Range - Cast 'Mortal Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27567 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Iskandar - In Combat - Cast 'Whirlwind' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27567 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Taunka Windfury - In Combat - Cast 'Moonfire' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27571 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taunka Windfury - Friendly At 2000 Health - Cast 'Healing Touch' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27571 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - In Combat - Cast 'Glaive Throw' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fordragon Sentinel - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27576 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Goremaw - In Combat - Cast 'Carnivorous Bite' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goremaw - In Combat - Cast 'Infected Worgen Bite' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Varlam - In Combat - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Varlam - In Combat - Cast 'Mortal Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27579 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Selas - In Combat - Cast 'Axe Volley' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Selas - Between 0-50% Health - Cast 'Killing Rage' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27580 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27588 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Risen Shadowcaster - In Combat - Cast 'Shadow Bolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Angrathar Necrolord - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27603 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Dragon - In Combat - Cast 'Frost Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27608 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Dragon - On Just Died - Cast 'Azure Dragon: On Death Force Cast Wyrmrest Defender to Whisper to Controller - Random' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27608 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Eruptor - In Combat - Cast 'Plague Cloud' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27611 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Out of Combat - Cast 'Fire Beam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Within 3000-3000 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Within 35-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Between 0-7% Mana - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - In Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Between 15-100% Mana - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Between 0-30% Health - Cast 'Flame of the Seer' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scourge Deathspeaker - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27615 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Prince Atherann - On Respawn - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27616 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Atherann - Out of Combat - Cast 'Arugal Event Channel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27616 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Keleseth - On Respawn - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Keleseth - Out of Combat - Cast 'Arugal Event Channel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27618 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Respawn - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - Out of Combat - Cast 'Arugal Event Channel' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27619 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Data Set 0 1 - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27619 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shade of Arugal - On Respawn - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27620 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Arugal - On Data Set 0 1 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27620 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Theraldis - On Respawn - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Theraldis - On Data Set 0 1 - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Respawn - Remove Aura 'Mount Tatjana's Horse' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Spellhit 'Tatjana Ping' - Set Faction 1812" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Spellhit 'Tatjana Ping' - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Spellhit 'Tatjana Ping' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Spellhit 'Mount Tatjana's Horse' - Run Script" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Waypoint 19 Reached - Remove Aura 'Mount Tatjana's Horse'" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Waypoint 19 Reached - Quest Credit 'Anatoly Will Talk'" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Waypoint 19 Reached - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Waypoint 19 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=27626 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tatjana - On Respawn - Cast 'Ride Vehicle'" WHERE `source_type`=0 AND `entryorguid`=27627 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tatjana - On Spellhit 'Tranquilizer Dart' - Cast 'Tatjana Ping'" WHERE `source_type`=0 AND `entryorguid`=27627 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tatjana - On Spellhit 'Tranquilizer Dart' - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=27627 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tatjana - On Spellhit 'Tranquilizer Dart' - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=27627 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tatjana - In Combat - Cast 'Cutdown'" WHERE `source_type`=0 AND `entryorguid`=27627 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tatjana - On Data Set 0 1 - Despawn In 15000 ms" WHERE `source_type`=0 AND `entryorguid`=27627 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Angrathar Aberration - In Combat - Cast 'Lapsing Dream'" WHERE `source_type`=0 AND `entryorguid`=27631 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - On Aggro - Cast 'Throw' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 5-30 Range - Cast 'Throw' (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - On Aggro - Cast 'Throw' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 5-30 Range - Cast 'Throw' (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 5-30 Range - Set Sheath Ranged (Phase 1) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 25-80 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 0-5 Range - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 0-5 Range - Start Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 5-15 Range - Stop Attacking (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - In Combat - Cast 'Arcane Cleave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - Within 0-10 Range - Cast 'Immobilizing Field' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Azure Inquisitor - On Evade - Set Sheath Melee (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27633 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - On Aggro - Cast 'Arcane Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Within 0-40 Range - Cast 'Arcane Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - On Aggro - Cast 'Arcane Volley' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Within 0-40 Range - Cast 'Arcane Volley' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - In Combat - Cast 'Mind Warp' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - In Combat - Cast 'Mind Warp' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Azure Spellbinder - In Combat - Cast 'Power Sap' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27635 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - On Aggro - Cast 'Arcane Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Azure Ley-Whelp - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27636 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Azure Ring Guardian - In Combat - Cast 'Ice Beam' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27638 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Ring Guardian - In Combat - Cast 'Ice Beam' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27638 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - On Aggro - Cast 'Blizzard' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Within 0-40 Range - Cast 'Blizzard' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - On Aggro - Cast 'Blizzard' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Within 0-40 Range - Cast 'Blizzard' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Sorceress - In Combat - Cast 'Flamestrike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27639 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Conjurer - On Aggro - Cast 'Charged Skin' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27640 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ring-Lord Conjurer - On Aggro - Cast 'Charged Skin' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27640 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Mammoth - Within 8-25 Range - Cast 'Charge' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Mammoth - In Combat - Cast 'Furious Howl' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27642 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Wolf - In Combat - Cast 'Furious Howl' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Wolf - In Combat - Cast 'Furious Howl' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27644 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Wolf - In Combat - Cast 'Carnivorous Bite' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27644 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantasmal Wolf - In Combat - Cast 'Carnivorous Bite' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27644 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phantasmal Cloudscraper - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27645 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Cloudscraper - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27645 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Cloudscraper - In Combat - Cast 'Thunderclap' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27645 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantasmal Cloudscraper - In Combat - Cast 'Thunderclap' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27645 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anya - Between 0-7% Mana - Activate Gameobject (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27646 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anya - Between 0-7% Mana - Summon Creature 'Sasha' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27646 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anya - Between 0-7% Mana - Run Script (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27646 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anya - On Quest 'A Sister's Pledge' Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27646 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Ogre - Between 30-30% Health - Cast 'Bloodlust'" WHERE `source_type`=0 AND `entryorguid`=27647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Ogre - In Combat - Cast 'Mace Smash'" WHERE `source_type`=0 AND `entryorguid`=27647 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Naga - In Combat - Cast 'Water Tomb'" WHERE `source_type`=0 AND `entryorguid`=27648 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Naga - In Combat - Cast 'Water Tomb'" WHERE `source_type`=0 AND `entryorguid`=27648 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Naga - In Combat - Cast 'Hooked Net'" WHERE `source_type`=0 AND `entryorguid`=27648 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantasmal Naga - In Combat - Cast 'Hooked Net'" WHERE `source_type`=0 AND `entryorguid`=27648 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phantasmal Murloc - In Combat - Cast 'Wound Poison'" WHERE `source_type`=0 AND `entryorguid`=27649 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Air - On Aggro - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=27650 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Air - On Aggro - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=27650 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Fire - In Combat - Cast 'Blaze'" WHERE `source_type`=0 AND `entryorguid`=27651 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Fire - In Combat - Cast 'Blaze'" WHERE `source_type`=0 AND `entryorguid`=27651 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Just Summoned - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Just Summoned - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Evade - Set Event Phase 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Within 0-5 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Within 5-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Within 30-80 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Between 0-7% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Between 0-7% Mana - Increment Phase By 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Between 15-100% Mana - Decrement Phase By 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Aggro - Cast 'Water Bolt Volley' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Aggro - Cast 'Water Bolt Volley' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Within 0-35 Range - Cast 'Water Bolt Volley' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Phantasmal Water - Within 0-35 Range - Cast 'Water Bolt Volley' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27653 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Silverbrook Defender - In Combat - Cast 'Rend' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27676 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silverbrook Defender - Within 0-5 Range - Cast 'Lumberjack Slam' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27676 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Out of Combat - Disable Combat Movement (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - On Aggro - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Within 0-40 Range - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - In Combat - Cast 'Power Word: Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - In Combat - Cast 'Circle of Healing' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Friendly At 3000 Health - Cast 'Renew' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fordragon High Priest - Between 0-15% Health - Cast 'Greater Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27677 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - On Aggro - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 0-30 Range - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - In Combat - Cast 'Water Shield' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - In Combat - Cast 'Earth Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - In Combat - Cast 'Magma Flow Totem' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Friendly At 5000 Health - Cast 'Lesser Healing Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Warsong Shaman - Friendly At 3000 Health - Cast 'Chain Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27678 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - On Aggro - Cast 'Banshee Wail' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Within 0-40 Range - Cast 'Banshee Wail' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - In Combat - Cast 'Banshee Curse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dahlia Suntouch - In Combat - Cast 'Banshee Screech' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27680 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Azure Drake - In Combat - Cast 'Frost Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27682 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Drake - On Just Died - Cast 'Azure Dragon: On Death Force Cast Wyrmrest Defender to Whisper to Controller - Random' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27682 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frigid Ghoul Attacker - In Combat - Cast 'Rot Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27685 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - In Combat - Cast 'Bone Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frigid Necromancer Attacker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27687 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzied Gargoyle - In Combat - Cast 'Gargoyle Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27691 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reconstructed Wyrm - On Respawn - Cast 'Frost Breath Strafe'" WHERE `source_type`=0 AND `entryorguid`=27693 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reconstructed Wyrm - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=27693 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="General Gorlok - Within 5-45 Range - Cast 'Berserker Charge'" WHERE `source_type`=0 AND `entryorguid`=27708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="General Gorlok - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=27708 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="7th Legion Elite - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27713 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ironhide - Within 8-25 Range - Cast 'Charge' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironhide - In Combat - Cast 'Maul' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ironhide - Within 0-5 Range - Cast 'Swipe' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ironhide - On Evade - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ironhide - On Evade - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ironhide - On Just Died - Quest Credit 'The Conquest Pit: Bear Wrestling!' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ironhide - On Just Died - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ironhide - On Evade - Fail Quest 'The Conquest Pit: Bear Wrestling!' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27715 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - In Combat - Cast 'Chain Lightning' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - In Combat - Cast 'Healing Wave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - In Combat - Cast 'Corrupted Nova Totem' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - In Combat - Cast 'Earth Shock' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - On Evade - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - On Evade - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - On Just Died - Quest Credit 'The Conquest Pit: Mad Furbolg Fighting' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - On Just Died - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Torgg Thundertotem - On Evade - Fail Quest 'The Conquest Pit: Mad Furbolg Fighting' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27716 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rustblood - In Combat - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rustblood - Within 0-5 Range - Cast 'Knockback' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rustblood - In Combat - Cast 'Head Smash' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rustblood - In Combat - Cast 'Lightning Bolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rustblood - On Evade - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rustblood - On Evade - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rustblood - On Just Died - Quest Credit 'The Conquest Pit: Blood and Metal' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rustblood - On Just Died - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rustblood - On Evade - Fail Quest 'The Conquest Pit: Blood and Metal' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27717 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - Within 0-10 Range - Cast 'Intimidating Roar' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - In Combat - Cast 'Sunder Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - In Combat - Cast 'Mortal Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - In Combat - Cast 'Whirlwind' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - On Evade - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - On Evade - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - On Just Died - Quest Credit 'The Conquest Pit: Death Is Likely' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - On Just Died - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Horgrenn Hellcleave - On Evade - Fail Quest 'The Conquest Pit: Death Is Likely' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27718 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grennix Shivwiggle - On Quest 'The Conquest Pit: Bear Wrestling!' Taken - Summon Creature 'Ironhide' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27719 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grennix Shivwiggle - On Quest 'The Conquest Pit: Mad Furbolg Fighting' Taken - Summon Creature 'Torgg Thundertotem' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27719 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grennix Shivwiggle - On Quest 'The Conquest Pit: Blood and Metal' Taken - Summon Creature 'Rustblood' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27719 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grennix Shivwiggle - On Quest 'The Conquest Pit: Death Is Likely' Taken - Summon Creature 'Horgrenn Hellcleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27719 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grennix Shivwiggle - On Quest 'The Conquest Pit: Final Showdown' Taken - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27719 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grennix Shivwiggle - On Quest 'The Conquest Pit: Final Showdown' Taken - Summon Creature 'Conqueror Krenna' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27719 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ruby Guardian - In Combat - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorgonna - Out of Combat - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27726 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorgonna - On Text 0 Over - Say Line 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27726 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gorgonna - On Text 1 Over - Say Line 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27726 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gorgonna - On Text 2 Over - Say Line 3 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27726 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - Within 0-5 Range - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - In Combat - Cast 'Slam' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - Target Casting 'Pummel' - Cast 'Pummel' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - Target Casting 'Open Wound' - Cast 'Fixate' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - On Just Summoned - Summon Creature 'Gorgonna' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - On Just Summoned - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - On Text 0 Over - Say Line 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - Out of Combat - Set Faction 14 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - On Just Died - Quest Credit 'The Conquest Pit: Final Showdown' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - On Just Died - Set Visibility Off (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Conqueror Krenna - On Evade - Fail Quest 'The Conquest Pit: Final Showdown' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27727 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Enraging Ghoul - In Combat - Cast 'Unstoppable Enrage' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27729 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Acolyte - In Combat - Cast 'Corruption' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Acolyte - In Combat - Cast 'Corruption' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Acolyte - In Combat - Cast 'Shadow Shock' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Acolyte - In Combat - Cast 'Shadow Shock' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Acolyte - Within 0-20 Range - Cast 'Fire Blast' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Acolyte - Within 0-20 Range - Cast 'Fire Blast' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Acolyte - Within 0-8 Range - Cast 'Cone of Cold' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Acolyte - Within 0-8 Range - Cast 'Cone of Cold' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Acolyte - In Combat - Cast 'Curse of Agony' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Acolyte - In Combat - Cast 'Curse of Agony' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27731 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Out of Combat - Disable Combat Movement (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Master Necromancer - In Combat - Cast 'Summon Skeletons' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27732 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crypt Fiend - In Combat - Cast 'Crypt Scarabs' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crypt Fiend - Within 0-8 Range - Cast 'Web Explosion' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27734 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Patchwork Construct - On Respawn - Cast 'Disease Cloud' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27736 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Patchwork Construct - On Respawn - Cast 'Disease Cloud' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27736 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Adversary - Within 0-5 Range - Cast 'Void Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27742 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Adversary - In Combat - Cast 'Void Shield' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27742 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Adversary - In Combat - Cast 'Void Shield' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27742 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Hunter - In Combat - Cast 'Time Shift' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27743 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Hunter - On Spellhit - Cast 'Accelerate' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27743 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Hunter - On Spellhit - Cast 'Accelerate' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27743 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Agent - In Combat - Cast 'Arcane Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27744 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Agent - In Combat - Cast 'Arcane Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27744 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Agent - In Combat - Cast 'Temporal Vortex' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27744 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Agent - In Combat - Cast 'Temporal Vortex' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27744 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lordaeron Footman - Within 0-5 Range - Cast 'Heroic Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27745 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lordaeron Footman - In Combat - Cast 'Defend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27745 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - On Aggro - Cast 'Holy Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Within 0-40 Range - Cast 'Holy Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Elf Mage-Priest - Friendly At 5000 Health - Cast 'Heal' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27747 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Conquest Hold Defender - Within 0-5 Range - Cast 'Heroic Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27748 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - Within 0-5 Range - Cast 'Heroic Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Horde Conscript - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27749 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Captain Drayzen - In Combat - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27751 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Drayzen - In Combat - Cast 'Whirlwind' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27751 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Drayzen - In Combat - Cast 'Mortal Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27751 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Commander Howser - Within 5-45 Range - Cast 'Berserker Charge' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27759 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Commander Howser - In Combat - Cast 'Whirlwind' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27759 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - In Combat - Cast 'Frost Shock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="High Shaman Bloodpaw - Between 0-30% Health - Cast 'Bloodlust' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27762 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scout Captain Carter - Within 0-5 Range - Cast 'Debilitating Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27783 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Rifleman - On Aggro - Cast 'Net' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="7th Legion Rifleman - In Combat - Cast 'Shoot' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27791 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="7th Legion Rifleman - Between 0-15% Health - Flee For Assist (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27791 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tattered Abomination - Within 8-40 Range - Cast 'Scourge Hook' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27797 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Technician - Within 0-5 Range - Cast 'Lobotomize' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27799 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Leprous Servant - Within 0-5 Range - Cast 'Leprous Touch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Necrolord Horus - In Combat - Cast 'Curse of Impotence' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27805 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Turgid the Vile - Within 8-40 Range - Cast 'Scourge Hook' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Turgid the Vile - In Combat - Cast 'Vile Vomit' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27808 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Naxxramas Dreadguard - In Combat - Cast 'Soulthirst' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27823 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxramas Shade - Within 8-40 Range - Cast 'Blink Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27824 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Naxxramas Shade - In Combat - Cast 'Dark Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27824 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Necrolord X'avius - In Combat - Cast 'Shadowflame' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27826 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Venture Co. Evacuee - In Combat - Cast 'Quick Feet' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wailing Soul - Between 0-75% Health - Cast 'Tug Soul' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Just Summoned - Invoker Cast 'Mystery of the Infinite: Force Cast to Player of Summon Future You' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Just Summoned - Cast 'Hourglass of Eternity Nearby' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Just Summoned - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Just Summoned - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Just Died - Fail Quest 'Mystery of the Infinite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Data Set 2 1 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Just Summoned - Cast 'Mystery of the Infinite: Hourglass of Eternity Visual/Sound Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27840 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Aggro - Summon Creature 'Enraged Felbat' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27842 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Aggro - Summon Creature 'Enraged Felbat' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27842 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Aggro - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27842 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Respawn - Start Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27842 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Waypoint 5 Reached - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27842 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Waypoint 8 Reached - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27842 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="'Wyrmbait' - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27843 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Legion Commander Tyralion - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27844 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Junior Apothecary Lawrence - On Gossip Option 0 Selected - Invoker Cast 'Create Experimental Mixture' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Just Summoned - Morph To Model 17200 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Just Summoned - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Projections and Plans Kill Credit Bunny - Out of Combat - Cast 'Projections and Plans: Kill Credit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Legion Commander Yorik - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27857 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Highlord Bolvar Fordragon - In Combat - Cast 'Fordragon's Resolve' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27858 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Luthion the Vile - Out of Combat - Cast 'Blood Presence' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Luthion the Vile - In Combat - Cast 'Plague Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27860 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flesheating Ghoul - In Combat - Cast 'Pierce Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flesheating Ghoul - Between 0-35% Health - Cast 'Frenzy' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27871 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flesheating Ghoul - Between 0-35% Health - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27871 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - On Aggro - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - On Aggro - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - On Aggro - Cast 'Shadow Bolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Within 40-100 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Within 10-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Within 0-40 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Between 0-15% Mana - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - Between 30-100% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Infinite Chrono-Magus - In Combat - Cast 'Shadow Blast' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=27898 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Future You - On Just Summoned - Invoker Cast 'Mystery of the Infinite: Future You's Mirror Image Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Future You - On Just Summoned - Set Orientation Closest Creature 'Hourglass of Eternity' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 1 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 1 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 2 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 2 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 3 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 3 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 4 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 4 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 5 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 5 - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 6 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 6 - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 7 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 7 - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 8 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 8 - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 9 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 9 - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 10 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Random'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 1 10 - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 2 1 - Cast 'Mystery of the Infinite: Future You's Whisper to Controller - Nozdormu'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 2 1 - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 2 2 - Say Line 12" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Future You - On Data Set 2 2 - Despawn In 3000 ms" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Future You - On Evade - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Future You - On Evade - Invoker Cast 'Mystery of the Infinite: Force Cast to Player of Summon Future You'" WHERE `source_type`=0 AND `entryorguid`=27899 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Infinite Timerender - In Combat - Cast 'Time Lapse'" WHERE `source_type`=0 AND `entryorguid`=27900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Timerender - On Just Died - Set Data 2 1" WHERE `source_type`=0 AND `entryorguid`=27900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Siouxsie the Banshee - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27928 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emilune Winterwind - On Gossip Option 0 Selected - Cast 'Gryphon Taxi to Westguard Keep'" WHERE `source_type`=0 AND `entryorguid`=27930 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emilune Winterwind - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27930 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Despawn Mummy Bunny - On Just Summoned - Cast 'Scourged Troll Mummy Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=27931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alanya - On Gossip Option 0 Selected - Cast 'Harry's Ferry'" WHERE `source_type`=0 AND `entryorguid`=27933 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alanya - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=27933 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alanya - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=27933 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Plague Spreader - In Combat - Cast 'Plague Infected'" WHERE `source_type`=0 AND `entryorguid`=27941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silvermoon Dragonhawk - In Combat - Cast 'Fire Breath'" WHERE `source_type`=0 AND `entryorguid`=27946 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Commander - On Aggro - Remove Aura 'Frozen Prison'" WHERE `source_type`=0 AND `entryorguid`=27947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Commander - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=27947 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Commander - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=27947 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alliance Commander - On Aggro - Remove Aura 'Frozen Prison'" WHERE `source_type`=0 AND `entryorguid`=27949 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Commander - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=27949 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Commander - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=27949 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Admiral Barean Westwind - On Respawn - Cast 'Protection Sphere'" WHERE `source_type`=0 AND `entryorguid`=27951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmrest Protector - Within 0-20 Range - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=27953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmrest Protector - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=27953 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wyrmrest Protector - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=27953 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wyrmrest Protector - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=27953 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Cast 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Invoker Cast 'The Cleansing: Your Inner Turmoil's Mirror Image Aura'" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Invoker Cast 'Copy Weapon'" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Invoker Cast 'Copy Weapon'" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Invoker Cast 'Copy Offhand Weapon'" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Invoker Cast 'Copy Off-hand Weapon'" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - Between 0-50% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Died - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Just Died - Morph To Model 11686 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27959 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Rune Warrior - In Combat - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27960 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Warrior - In Combat - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27960 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Warrior - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27960 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Rune Worker - Within 0-5 Range - Cast 'Pierce Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Worker - Between 0-30% Health - Cast 'Disgruntled Anger' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=27961 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Out of Combat - Set Event Phase 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Out of Combat - Cast 'Summon Air Elemental' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Out of Combat - Cast 'Lightning Shield' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Out of Combat - Cast 'Lightning Shield' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dark Rune Elementalist - Between 0-30% Health - Cast 'Arcane Haste' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27962 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Within 0-5 Range - Cast 'Iron Might' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - In Combat - Cast 'Forked Lightning' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Rune Theurgist - In Combat - Cast 'Forked Lightning' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27963 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Rune Scholar - On Aggro - Cast 'Runic Intellect' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Scholar - Target Casting - Cast 'Static Arrest' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27964 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Scholar - Target Casting - Cast 'Static Arrest' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27964 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Within 0-5 Range - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Within 0-40 Range - Cast 'Chiseling Ray' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - On Aggro - Cast 'Chiseling Ray' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Within 0-40 Range - Cast 'Chiseling Ray' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - On Aggro - Cast 'Chiseling Ray' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - On Aggro - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Rune Shaper - Between 15-100% Mana - Decrement Phase By 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27965 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Rune Controller - On Aggro - Cast 'Summon Shardling' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27966 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Controller - In Combat - Cast 'Domination' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27966 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Controller - On Friendly Unit Missing Buff 'Crystalline Growth' - Cast 'Crystalline Growth' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27966 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Rune Giant - In Combat - Cast 'Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27969 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Rune Giant - In Combat - Cast 'Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27969 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Rune Giant - Between 0-30% Health - Cast 'Iron Fist' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27969 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Raging Construct - In Combat - Cast 'Potent Jolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27970 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Raging Construct - In Combat - Cast 'Potent Jolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27970 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Raging Construct - In Combat - Cast 'Arcing Smash' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27970 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - On Aggro - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - On Aggro - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - In Combat - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - In Combat - Cast 'Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - In Combat - Cast 'Unrelenting Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - In Combat - Cast 'Unrelenting Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - Between 0-10% Health - Cast 'Short Circuit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unrelenting Construct - Between 0-10% Health - Cast 'Short Circuit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27971 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lightning Construct - In Combat - Cast 'Chain Lightning' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27972 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lightning Construct - In Combat - Cast 'Chain Lightning' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27972 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lightning Construct - On Just Died - Cast 'Electrical Overload' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27972 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lightning Construct - On Just Died - Cast 'Electrical Overload' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27972 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Krasus - On Gossip Option 0 Selected - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27990 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krasus - On Gossip Option 1 Selected - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=27990 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadsaber - In Combat - Cast 'Claw' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mangal Crocolisk - On Aggro - Cast 'Thick Hide' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mangal Crocolisk - In Combat - Cast 'Powerful Bite' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28002 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bittertide Hydra - In Combat - Cast 'Hydra Sputum' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goretalon Roc - In Combat - Cast 'Swoop' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28004 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - On Aggro - Cast 'Bone Toss' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 5-30 Range - Cast 'Bone Toss' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wastes Scavenger - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28005 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shardhorn Rhino - On Aggro - Cast 'Rhino Charge' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shardhorn Rhino - In Combat - Cast 'Gore' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - On Aggro - Cast 'Poison Spit'" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - Within 0-40 Range - Cast 'Poison Spit'" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Emperor Cobra - On Evade - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28011 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fire Upon the Waters Kill Credit Bunny - On Spellhit 'Apothecary's Burning Water' - Cast 'Fire Upon the Waters: Sail Burning Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28013 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru's Bunny 05 - On Spellhit 'Summon Drakuru's Image' - Cast 'Script Cast Summon Image of Drakuru 05'" WHERE `source_type`=0 AND `entryorguid`=28015 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 1 Reached - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 5 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 5 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 8 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 8 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 8 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 9 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 9 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 10 Reached - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 10 Reached - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 12 Reached - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 12 Reached - Set Orientation 5" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Waypoint 12 Reached - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Spellhit 'Arthas Scourge Drakuru' - Cast 'Drakuru Transform'" WHERE `source_type`=0 AND `entryorguid`=28016 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Warrior - In Combat - Cast 'Flip Attack'" WHERE `source_type`=0 AND `entryorguid`=28024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - On Aggro - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Within 0-40 Range - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Oracle - In Combat - Cast 'Warped Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28025 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Quest 'A Hero's Burden' Finished - Remove Item 'Moodle's Stress Ball' 1 Time (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Quest 'Home Time!' Finished - Remove Item 'Jaloot's Favorite Crystal' 1 Time (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Quest 'Back So Soon?' Taken - Remove Item 'Lafoo's Bug Bag' 1 Time (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Quest 'Gods like Shiny Things' Finished - Remove Aura 'Rainspeaker Treasures: See Invisibility' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Quest 'Appeasing the Great Rain Stone' Taken - Invoker Cast 'Rainspeaker Treasures: See Invisibility' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Quest 'Appeasing the Great Rain Stone' Finished - Remove Aura 'Rainspeaker Treasures: See Invisibility' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - Between 0-7% Mana - Close Gossip (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Gossip Option 5 Selected - Invoker Cast 'Forceitem Moodle'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Gossip Option 4 Selected - Invoker Cast 'Forceitem Moodle'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - In Combat - Cast 'Thunderstorm'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Gossip Option 0 Selected - Invoker Cast 'Forceitem Lafoo'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Gossip Option 1 Selected - Invoker Cast 'Forceitem Lafoo'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Gossip Option 2 Selected - Invoker Cast 'Forceitem Jaloot'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - On Gossip Option 3 Selected - Invoker Cast 'Forceitem Jaloot'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High-Oracle Soo-say - Out of Combat - Add Aura 'Rainspeaker Oracle State'" WHERE `source_type`=0 AND `entryorguid`=28027 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Shieldman - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=28028 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Shieldman - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=28028 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Shieldman - On Spellhit 'Crusader Parachute' - Cast 'Deploy Parachute' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28028 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Argent Shieldman - On Spellhit 'Crusader Parachute' - Quest Credit 'Parachutes for the Argent Crusade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28028 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Argent Crusader - Within 0-5 Range - Cast 'Crusader Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28029 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Crusader - In Combat - Cast 'Turn Evil' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28029 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Crusader - On Spellhit 'Crusader Parachute' - Cast 'Deploy Parachute' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28029 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Argent Crusader - On Spellhit 'Crusader Parachute' - Quest Credit 'Parachutes for the Argent Crusade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28029 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Quetz'lun's Spirit - Out of Combat - Cast 'Quetz'lun's Judgment'" WHERE `source_type`=0 AND `entryorguid`=28030 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quetz'lun's Spirit - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28030 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Priest of Sseratus - In Combat - Cast 'Blood of Sseratus'" WHERE `source_type`=0 AND `entryorguid`=28035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Priest of Sseratus - In Combat - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=28035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Priest of Sseratus - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=28035 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion of Sseratus - In Combat - Cast 'Blood of Sseratus'" WHERE `source_type`=0 AND `entryorguid`=28036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion of Sseratus - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=28036 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Spirit of Gnomeregan - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Spirit of Gnomeregan - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Soldier - On Aggro - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28041 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Argent Soldier - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28041 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Argent Soldier - On Aggro - Cast 'Argent Crusade, We Are Leaving!: Argent Soldier Quest Credit'" WHERE `source_type`=0 AND `entryorguid`=28041 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Argent Soldier - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28041 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Soldier - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=28041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dread Captain DeMeza - On Gossip Option 0 Selected - Cast 'Dread Corsair'" WHERE `source_type`=0 AND `entryorguid`=28048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dread Captain DeMeza - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Pedestal 01 - On Spellhit 'Place Banner' - Quest Credit 'Troll Patrol: High Standards'" WHERE `source_type`=0 AND `entryorguid`=28064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frozen Sphere - In Combat - Cast 'Ice Shard'" WHERE `source_type`=0 AND `entryorguid`=28066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Sseratus - On Just Died - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28068 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Sseratus - In Combat - Cast 'Powerful Bite'" WHERE `source_type`=0 AND `entryorguid`=28068 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Sseratus - In Combat - Cast 'Vigor of Sseratus'" WHERE `source_type`=0 AND `entryorguid`=28068 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Sseratus - On Spellhit 'Modified Mojo' - Update Template To 'Muddled Prophet of Sseratus'" WHERE `source_type`=0 AND `entryorguid`=28068 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Sseratus - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28068 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sholazar Guardian - In Combat - Cast 'Rune Punch'" WHERE `source_type`=0 AND `entryorguid`=28069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Berserker - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=28076 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Tracker - In Combat - Cast 'Bear Trap'" WHERE `source_type`=0 AND `entryorguid`=28077 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Ravager - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=28078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Ravager - Between 0-30% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=28078 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - In Combat - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hunter - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28079 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Spearbearer - In Combat - Cast 'Skewer' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28080 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - On Aggro - Cast 'Throw Spear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 5-40 Range - Cast 'Throw Spear' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 5-40 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 35-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Scavenger - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28081 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'Just Following Orders' Taken - Remove Item 'Zepik's Hunting Horn' 1 Time (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'A Rough Ride' Taken - Remove Item 'Dajik's Worn Chalk' 1 Time (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'The Wasp Hunter's Apprentice' Taken - Remove Item 'Goregek's Shackles' 1 Time (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'A Rough Ride' Taken - Cast 'Forceitem Zepik' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'The Sapphire Queen' Taken - Cast 'Forceitem Dajik' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'The Wasp Hunter's Apprentice' Taken - Cast 'Forceitem Dajik' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'Tormenting the Softknuckles' Taken - Cast 'Forceitem Goregek' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High-Shaman Rakjak - On Quest 'The Ape Hunter's Slave' Taken - Cast 'Forceitem Goregek' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28082 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Out of Combat - Cast 'Ragnaros Submerge Visual'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Out of Combat - Set Flags Not Attackable & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Aggro - Remove Aura 'Ragnaros Submerge Visual'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Aggro - Remove Aura 'Tunnel Bore Passive'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Aggro - Cast 'Stand'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Aggro - Remove Flags Not Attackable & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - In Combat - Cast 'Ragnaros Submerge Visual'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 40-60 Range - Cast 'Submerge Visual'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 40-60 Range - Cast 'Tunnel Bore Passive'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 40-60 Range - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 0-8 Range - Remove Aura 'Ragnaros Submerge Visual' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 0-8 Range - Cast 'Stand' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 0-8 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - Within 0-8 Range - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Evade - Cast 'Ragnaros Submerge Visual'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Evade - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Evade - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Evade - Cast 'Tunnel Bore Passive'" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Evade - Set All Threat 100-0" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Evade - Set Flags Not Attackable & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Serfex the Reaver - On Just Died - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=28083 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Wasp - Between 0-30% Health - Cast 'Stinger Rage'" WHERE `source_type`=0 AND `entryorguid`=28086 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Wasp - On Spellhit 'Blood Rejek's Sword' - Quest Credit 'Rejek: First Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28086 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Wasp - On Spellhit 'Blood Rejek's Sword' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28086 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Queen - On Just Died - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28087 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Queen - Between 0-30% Health - Cast 'Poison Stinger' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28087 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Queen - In Combat - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28087 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - In Combat - Cast 'Flip Attack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 1 - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 1 - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 2 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 2 - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 2 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 2 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 3 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 3 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 3 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 4 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Data Set 1 4 - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - Within 1-100 Range Out of Combat LoS - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Tracker Gekgek - On Respawn - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28095 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Charger - Within 10-30 Range - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=28096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Charger - On Spellhit 'Blood Rejek's Sword' - Quest Credit 'Rejek: First Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Charger - On Spellhit 'Blood Rejek's Sword' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pitch - Within 5-30 Range - Cast 'Jump Attack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pitch - In Combat - Cast 'Rake' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pitch - On Respawn - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pitch - On Just Died - Set Data 1 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28097 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pitch - On Aggro - Set Data 1 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28097 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pitch - On Evade - Set Data 1 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28097 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blighted Corpse - In Combat - Cast 'Thrash Kick' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urgreth of the Thousand Tombs - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Urgreth of the Thousand Tombs - In Combat - Cast 'Shadow Barrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Urgreth of the Thousand Tombs - In Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28103 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Respawn - Set Faction 2061" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Respawn - Set Flags Disable Movement & Rename & Preparation & Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Respawn - Summon Creature 'Zeptek the Destroyer'" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Respawn - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Respawn - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Spellhit 'Ride Vehicle Hardcoded' - Remove Flags Disable Movement & Rename & Preparation & Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - Within 5000-8000 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - In Combat - Cast 'Sweeping Strikes'" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warlord Tartek - On Just Died - Quest Credit 'The Lost Mistwhisper Treasure'" WHERE `source_type`=0 AND `entryorguid`=28105 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Bonescythe Ravager - In Combat - Cast 'Bone Saw'" WHERE `source_type`=0 AND `entryorguid`=28108 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Warrior - In Combat - Cast 'Flip Attack'" WHERE `source_type`=0 AND `entryorguid`=28109 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Warrior - On Spellhit 'Blood Rejek's Sword' - Quest Credit 'Rejek: First Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28109 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Warrior - On Spellhit 'Blood Rejek's Sword' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28109 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Oracle - In Combat - Cast 'Lightning Cloud' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Oracle - On Spellhit 'Blood Rejek's Sword' - Quest Credit 'Rejek: First Blood' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28110 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Oracle - On Spellhit 'Blood Rejek's Sword' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28110 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - On Aggro - Cast 'Lightning Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Within 0-40 Range - Cast 'Lightning Burst' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sparktouched Oracle - Within 0-30 Range - Cast 'Forked Lightning' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28112 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Gossip Option 0 Selected - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=28113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Gossip Option 0 Selected - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=28113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28113 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Reset - Cast 'Permanent Feign Death (Drowned Anim)'" WHERE `source_type`=0 AND `entryorguid`=28113 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Data Set 1 1 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Respawn - Cast 'Sholazar Guardian Heartbeat'" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Respawn - Cast 'Gorloc Location Periodic'" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Spellhit 'Digging for Treasure Ping' - Say Line 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Aggro - Set Event Phase 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lafoo - Out of Combat - Set Event Phase 2 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Quest 'Gods like Shiny Things' Taken - Invoker Cast 'Rainspeaker Treasures: See Invisibility' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Spellhit 'Dessawn Retainer' - Despawn Instant (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Spellhit 'Rainspeaker Canopy Aura' - Say Line 3 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lafoo - Out of Combat - Say Line 2 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Killed Unit - Say Line 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Respawn - Set Reactstate Defensive (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lafoo - Between 0-50% Health - Cast 'Sleepy Time!' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lafoo - In Combat - Cast 'Toxic Spit' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28120 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Aggro - Set Event Phase 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jaloot - Out of Combat - Set Event Phase 2 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Spellhit 'Spearborn Encampment Aura' - Say Line 4 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Spellhit 'Dessawn Retainer' - Despawn Instant (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Cast 'Jaloot's Intensity' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Spellhit 'Rainspeaker Canopy Aura' - Say Line 3 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jaloot - Out of Combat - Say Line 2 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Killed Unit - Say Line 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Set Reactstate Defensive (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jaloot - Between 0-30% Health - Cast 'Energy Siphon' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jaloot - In Combat - Cast 'Spark Frenzy' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jaloot - In Combat - Cast 'Lightning Strike' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jaloot - In Combat - Cast 'Lightning Whirl' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 1 - Say Line 5 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Cast 'Sholazar Guardian Heartbeat' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Cast 'Gorloc Location Periodic' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Spellhit 'Digging for Treasure Ping' - Run Script (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Spellhit 'Digging for Treasure Ping' - Say Line 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28121 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Moodle - In Combat - Cast 'Vicious Roar' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Moodle - On Respawn - Cast 'Sholazar Guardian Heartbeat' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Moodle - On Respawn - Cast 'Gorloc Location Periodic' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Moodle - On Spellhit 'Digging for Treasure Ping' - Run Script (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moodle - On Spellhit 'Digging for Treasure Ping' - Say Line 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Moodle - On Quest 'The Mosswalker Savior' Finished - Say Line 6 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Moodle - In Combat - Cast 'Frost Breath' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Moodle - In Combat - Cast 'Frigid Absorbtion' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Moodle - In Combat - Cast 'Dispersal' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Moodle - Between 0-50% Health - Cast 'Frigid Absorbtion' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Moodle - On Respawn - Set Reactstate Defensive (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Moodle - On Killed Unit - Say Line 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Moodle - Out of Combat - Say Line 2 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Moodle - On Spellhit 'Rainspeaker Canopy Aura' - Say Line 3 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Moodle - On Spellhit 'Dessawn Retainer' - Despawn Instant (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Moodle - On Spellhit 'Mosswalker Village Aura' - Say Line 4 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Moodle - On Spellhit 'Digging for Treasure Ping' - Set Reactstate Passive (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Moodle - On Quest 'A Hero's Burden' Taken - Say Line 5 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Moodle - Out of Combat - Set Event Phase 2 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Moodle - On Aggro - Set Event Phase 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28122 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Venture Co. Excavator - In Combat - Cast 'Piercing Blow' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Ruffian - In Combat - Cast 'Backhand' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venture Co. Ruffian - In Combat - Cast 'Bonk' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28124 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Softknuckle - On Spellhit 'Scared Softknuckle' - Set Data 1 1 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Longneck Grazer - In Combat - Cast 'Hoof Strike' (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28129 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Out of Combat - Cast 'Summon Guerrero' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Don Carlos - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Don Carlos - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Don Carlos - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Don Carlos - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Don Carlos - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Don Carlos - In Combat - Cast 'Net' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Don Carlos - In Combat - Cast 'Net' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Don Carlos - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28132 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Cast 'Force Summon Crusader LeCraft'" WHERE `source_type`=0 AND `entryorguid`=28133 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Cast 'Jonathan Dying'" WHERE `source_type`=0 AND `entryorguid`=28133 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=28133 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Cross Cast 'Strip Aura Jonanthan'" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Cross Cast 'Jonathan Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Cast 'Strip Aura Jonathan 01'" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Resuscitate' - Cast 'Kill Credit Jonathan 01'" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Spellhit 'Quest Credit' - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Set Flag Standstate Sit Down (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Despawn In 20000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Remove Npc Flag Gossip (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Start Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Stop Follow (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Has Aura 'Bleeding Out' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Remove Flag Standstate Sit Down (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Start Follow Invoker (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Waypoint 5 Reached - Store Targetlist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Just Summoned - Cast 'Bleeding Out'" WHERE `source_type`=0 AND `entryorguid`=28136 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Leave No One Behind Bunny - Out of Combat - Cast 'Quest Credit'" WHERE `source_type`=0 AND `entryorguid`=28137 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 1 Selected - Invoker Cast 'Forceitem Goregek'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 2 Selected - Invoker Cast 'Forceitem Dajik'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 3 Selected - Invoker Cast 'Forceitem Dajik'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 4 Selected - Invoker Cast 'Forceitem Zepik'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 5 Selected - Invoker Cast 'Forceitem Zepik'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 0 Selected - Invoker Cast 'Forceitem Goregek'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Quest 'Chicken Party!' Finished - Remove Aura 'Frenzyheart Chicken: See Invisibility'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Quest 'Flown the Coop!' Finished - Remove Aura 'Frenzyheart Chicken: See Invisibility'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Quest 'Chicken Party!' Taken - Invoker Cast 'Frenzyheart Chicken: See Invisibility'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Quest 'Flown the Coop!' Taken - Invoker Cast 'Frenzyheart Chicken: See Invisibility'" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Harkek - On Quest 'The Sapphire Queen' Taken - Remove Item 'Goregek's Shackles' 1 Time" WHERE `source_type`=0 AND `entryorguid`=28138 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Cast 'Force Summon Crusader Lamoof'" WHERE `source_type`=0 AND `entryorguid`=28141 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Cast 'Lamoof Dying'" WHERE `source_type`=0 AND `entryorguid`=28141 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=28141 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Despawn In 20000 ms" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Cross Cast 'Lamoof Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Stop Follow " WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Resuscitate' - Cross Cast 'Strip Aura Lamoof'" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Quest Credit' - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Quest Credit' - Cast 'Strip Aura Lamoof 01' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Spellhit 'Quest Credit' - Cast 'Kill Credit Lamoof 01' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Waypoint 5 Reached - Set Flag Standstate Sit Down (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Has Aura 'Bleeding Out' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Waypoint 5 Reached - Remove Flag Standstate Sit Down (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Waypoint 5 Reached - Start Follow Invoker (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Waypoint 5 Reached - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Waypoint 5 Reached - Store Targetlist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Just Summoned - Cast 'Bleeding Out'" WHERE `source_type`=0 AND `entryorguid`=28142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Spellhit 'Resuscitate' - Cast 'Force Summon Crusader Josephine'" WHERE `source_type`=0 AND `entryorguid`=28143 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Spellhit 'Resuscitate' - Cast 'Josephine Dying'" WHERE `source_type`=0 AND `entryorguid`=28143 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Spellhit 'Resuscitate' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=28143 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lurking Basilisk - In Combat - Cast 'Venomous Bite'" WHERE `source_type`=0 AND `entryorguid`=28145 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Spellhit 'Resuscitate' - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Cast 'Bleeding Out'" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Stop Follow " WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Cross Cast 'Strip Aura Josephine'" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Cross Cast 'Josephine Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Cast 'Strip Aura Josephine 01'" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Just Summoned - Cast 'Kill Credit Jospehine 01'" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Spellhit 'Quest Credit' - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Spellhit 'Quest Credit' - Despawn In 20000 ms (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Waypoint 4 Reached - Set Flag Standstate Sit Down (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Has Aura 'Bleeding Out' - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Waypoint 4 Reached - Start Follow Invoker (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Waypoint 4 Reached - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Waypoint 4 Reached - Remove Flag Standstate Sit Down (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28148 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snowflake - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowflake - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowflake - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snowflake - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snowflake - On Aggro - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snowflake - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snowflake - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snowflake - Between 0-7% Mana - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snowflake - Between 0-7% Mana - Increment Phase By 0 (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Snowflake - Within 35-80 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Snowflake - Within 5-15 Range - Disable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Snowflake - Within 0-5 Range - Enable Combat Movement (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Snowflake - In Combat - Cast 'Enchantment of Spell Haste' (Phase 2) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28153 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Defeated Argent Footman - On Spellhit 'Incinerate Corpse' - Cast 'Burning Corpse'" WHERE `source_type`=0 AND `entryorguid`=28156 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defeated Argent Footman - On Spellhit - Cast 'Defeated Argent Footman KC'" WHERE `source_type`=0 AND `entryorguid`=28156 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defeated Argent Footman - On Spellhit - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=28156 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defeated Argent Footman - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28156 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Withered Argent Footman - On Respawn - Cast 'Withered Touch'" WHERE `source_type`=0 AND `entryorguid`=28158 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Argent Footman - On Respawn - Cast 'Orange Radiation'" WHERE `source_type`=0 AND `entryorguid`=28158 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Pentarus - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=28160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Respawn - Despawn In 4000 ms" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Spellhit 'Chicken Net' - Remove Aura 'Scared Chicken'" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Gossip Hello - Invoker Cast 'Capture Chicken Escapee'" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Gossip Hello - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Gossip Hello - Remove Aura 'Scared Chicken'" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Gossip Hello - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Reset - Cast 'Frenzyheart Chicken: Invisibility'" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chicken Escapee - On Reset - Cast 'Scared Chicken'" WHERE `source_type`=0 AND `entryorguid`=28161 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Corpse - On Spellhit '40yd Dummy' - Cast 'Create Drakkari Medallion'" WHERE `source_type`=0 AND `entryorguid`=28162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Corpse - On Spellhit '40yd Dummy' - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=28162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Corpse - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28162 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Guerrero - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=28163 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guerrero - In Combat - Cast 'Threatening Growl'" WHERE `source_type`=0 AND `entryorguid`=28163 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frosthowl Screecher - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=28170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Drak Gateway Trigger - On Has Aura 'Zul'Drak Gateway' - Cast 'Zul'Drak Gateway'" WHERE `source_type`=0 AND `entryorguid`=28181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Meatpie - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=28188 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Meatpie - In Combat - Cast 'Concussion Blow'" WHERE `source_type`=0 AND `entryorguid`=28188 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bilko Driftspark - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28195 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bilko Driftspark - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28195 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cid Flounderfix - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cid Flounderfix - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kip Trawlskip - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28197 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kip Trawlskip - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28197 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tomb Stalker - Within 0-20 Range - Cast 'Hemotoxin'" WHERE `source_type`=0 AND `entryorguid`=28199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tomb Stalker - Within 0-20 Range - Cast 'Hemotoxin'" WHERE `source_type`=0 AND `entryorguid`=28199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - In Combat - Cast 'Cripple' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - In Combat - Cast 'Cripple' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - In Combat - Cast 'Drain Mana' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Necromancer - In Combat - Cast 'Drain Mana' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28200 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Bile Golem - In Combat - Cast 'Wretching Bile' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bile Golem - In Combat - Cast 'Wretching Bile' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zul'Drak Rat - On Spellhit 'Gluttonous Lurkers: Create Zul'Drak Rat Cover' - Despawn Instant (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorged Lurking Basilisk - On Spellhit 'Gluttonous Lurkers: Create Basilisk Crystals Cover' - Despawn Instant (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28203 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hailscorn - In Combat - Cast 'Ice Claw' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28208 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hailscorn - In Combat - Cast 'Wing Buffet' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28208 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hailscorn - In Combat - Cast 'Skeleton Army' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28208 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bythius the Flesh-Shaper - In Combat - Summon Creature 'Cerberon' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28212 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bythius the Flesh-Shaper - In Combat - Summon Creature 'Glonn' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28212 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bythius the Flesh-Shaper - In Combat - Cast 'Poison Spray' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28212 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - In Combat - Cast 'Thunderstomp' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - Between 0-7% Mana - Say Line 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Aggro - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Data Set 1 1 - Remove Flags Disable Movement & Rename & Preparation & Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Data Set 1 1 - Set Visibility On" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Respawn - Set Flags Disable Movement & Rename & Preparation & Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Respawn - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Reached Home - Set Flags Disable Movement & Rename & Preparation & Not Attackable & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Reached Home - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hardknuckle Matriarch - On Just Died - Despawn In 60000 ms" WHERE `source_type`=0 AND `entryorguid`=28213 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - Between 0-30% Health - Cast 'Voracious Appetite'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - In Combat - Cast 'Head Smack'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Spellhit 'Frenzyheart Hill Aura' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Spellhit 'Dessawn Retainer' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Respawn - Cast 'Sholazar Guardian Heartbeat'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - Out of Combat - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - Out of Combat - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Aggro - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Data Set 1 1 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Spellhit 'Kartak's Hold Aura' - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Spellhit 'Chicken Location Ping' - Cast 'Chicken Net'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - Target Casting - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Killed Unit - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Goregek the Gorilla Hunter - On Respawn - Cast 'Wolvar Location Periodic'" WHERE `source_type`=0 AND `entryorguid`=28214 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Spellhit 'Chicken Location Ping' - Cast 'Chicken Net'" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Spellhit 'Lifeblood Pillar Aura' - Say Line 9" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - Out of Combat - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Spellhit 'Skyreach Pillar Aura' - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Aggro - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Text 4 Over - Say Line 6" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - Out of Combat - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Data Set 1 2 - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Data Set 1 1 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Respawn - Cast 'Sholazar Guardian Heartbeat'" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - Between 0-30% Health - Cast 'Mend'" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Killed Unit - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Spellhit 'Sapphire Hive Aura' - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Respawn - Cast 'Wolvar Location Periodic'" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Spellhit 'Dessawn Retainer' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - In Combat - Cast 'Earth's Wrath'" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - In Combat - Cast 'Earth's Fury'" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dajik the Wasp Hunter - On Spellhit 'Frenzyheart Hill Aura' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28215 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Spellhit 'Chicken Location Ping' - Cast 'Chicken Net'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Text 4 Over - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 2 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Aggro - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Out of Combat - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Respawn - Cast 'Sholazar Guardian Heartbeat'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Respawn - Cast 'Wolvar Location Periodic'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Spellhit 'Mistwhisper Refuge Aura' - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Out of Combat - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Killed Unit - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Between 0-30% Health - Cast 'Bandage'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - In Combat - Cast 'Piercing Arrow'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - In Combat - Cast 'Open Wound'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - In Combat - Cast 'Envenomed Shot'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - In Combat - Cast 'Barbed Net'" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Spellhit 'Dessawn Retainer' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Spellhit 'Frenzyheart Hill Aura' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=28216 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Tender - In Combat - Cast 'Tranquility'" WHERE `source_type`=0 AND `entryorguid`=28231 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalline Tender - In Combat - Cast 'Tranquility'" WHERE `source_type`=0 AND `entryorguid`=28231 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystalline Tender - In Combat - Cast 'Toughen Hide'" WHERE `source_type`=0 AND `entryorguid`=28231 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zul'Drak Bat - In Combat - Cast 'Fatal Bite'" WHERE `source_type`=0 AND `entryorguid`=28233 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Devouring Ghoul - Between 0-50% Health - Cast 'Devour Flesh'" WHERE `source_type`=0 AND `entryorguid`=28249 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Devouring Ghoul - Between 0-50% Health - Cast 'Devour Flesh'" WHERE `source_type`=0 AND `entryorguid`=28249 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Lightning Cloud - Out of Combat - Quest Credit 'Lightning Definitely Strikes Twice'" WHERE `source_type`=0 AND `entryorguid`=28253 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Lightning Cloud - Out of Combat - Cast 'Lightning to Cloud'" WHERE `source_type`=0 AND `entryorguid`=28253 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Lightning Cloud - On Respawn - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28253 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Lightning Cloud - On Respawn - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=28253 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Respawn - Run Script" WHERE `source_type`=0 AND `entryorguid`=28256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arranged Crystal Formation Bunny - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arranged Crystal Formation Bunny - On Data Set 1 1 - Cast 'Crystal Shatter Visual'" WHERE `source_type`=0 AND `entryorguid`=28273 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arranged Crystal Formation Bunny - On Data Set 1 1 - Cast 'Lightning to Cloud'" WHERE `source_type`=0 AND `entryorguid`=28273 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arranged Crystal Formation Bunny - On Data Set 1 1 - Respawn Closest Gameobject 'Arranged Crystal Formation'" WHERE `source_type`=0 AND `entryorguid`=28273 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Greater Ley-Whelp - Within 0-20 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=28276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greater Ley-Whelp - Within 0-20 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=28276 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harry's Bomber - On Gossip Option 0 Selected - Cast 'Harry's Bomber'" WHERE `source_type`=0 AND `entryorguid`=28277 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harry's Bomber - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28277 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shango - In Combat - Cast 'Gore'" WHERE `source_type`=0 AND `entryorguid`=28297 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captive Crocolisk - On Gossip Option 0 Selected - Cast 'Forcecast Summon Crocolisk'" WHERE `source_type`=0 AND `entryorguid`=28298 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frenzyheart Hill Bunny - Within 1-150 Range Out of Combat LoS - Cast 'Frenzyheart Hill Aura'" WHERE `source_type`=0 AND `entryorguid`=28299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistwhisper Refuge Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Mistwhisper Refuge Aura'" WHERE `source_type`=0 AND `entryorguid`=28300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Water Binder - In Combat - Cast 'Water Bubble' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28303 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakkari Pedestal 02 - On Spellhit 'Place Banner' - Quest Credit 'Troll Patrol: High Standards' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Pedestal 03 - On Spellhit 'Place Banner' - Quest Credit 'Troll Patrol: High Standards' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captive Crocolisk - On Just Summoned - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28308 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captive Crocolisk - On Waypoint Finished - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28308 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captive Crocolisk - On Waypoint Finished - Quest Credit 'A Rough Ride'" WHERE `source_type`=0 AND `entryorguid`=28308 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mossy Rampager - In Combat - Cast 'Rampage'" WHERE `source_type`=0 AND `entryorguid`=28323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenous Mangal Crocolisk - In Combat - Cast 'Jagged Tooth Snap'" WHERE `source_type`=0 AND `entryorguid`=28325 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stratholme Citizen - On Spellhit - Cast 'Accelerate'" WHERE `source_type`=0 AND `entryorguid`=28340 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stratholme Citizen - In Combat - Cast 'Void Shield'" WHERE `source_type`=0 AND `entryorguid`=28340 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stratholme Citizen - In Combat - Cast 'Void Shield'" WHERE `source_type`=0 AND `entryorguid`=28340 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stratholme Citizen - In Combat - Cast 'Time Shift'" WHERE `source_type`=0 AND `entryorguid`=28340 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stratholme Citizen - Within 0-5 Range - Cast 'Void Strike'" WHERE `source_type`=0 AND `entryorguid`=28340 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stratholme Citizen - On Spellhit - Cast 'Accelerate'" WHERE `source_type`=0 AND `entryorguid`=28340 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stratholme Resident - In Combat - Cast 'Arcane Wave'" WHERE `source_type`=0 AND `entryorguid`=28341 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stratholme Resident - In Combat - Cast 'Arcane Wave'" WHERE `source_type`=0 AND `entryorguid`=28341 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stratholme Resident - In Combat - Cast 'Temporal Vortex'" WHERE `source_type`=0 AND `entryorguid`=28341 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stratholme Resident - In Combat - Cast 'Temporal Vortex'" WHERE `source_type`=0 AND `entryorguid`=28341 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Miles Sidney - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28347 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nethurbian Crater KC Bunny - On Spellhit 'Toss Grenade' - Quest Credit 'Troll Patrol: Throwing Down'" WHERE `source_type`=0 AND `entryorguid`=28352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wright Williams - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28355 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Venomtip - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28358 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Venomtip - Within 0-30 Range - Cast 'Poison Spit'" WHERE `source_type`=0 AND `entryorguid`=28358 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Venomtip - In Combat - Cast 'Cobra Strike'" WHERE `source_type`=0 AND `entryorguid`=28358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Respawn - Cast 'Rainspeaker Treasures: Invisibility'" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - Out of Combat - Cast 'Dig Up Glinting Bug'" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - Out of Combat - Cast 'Dig Up Glinting Bug'" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - Out of Combat - Cast 'Dig Up Glinting Bug'" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Data Set 1 1 - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=28362 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - On Waypoint Finished - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - On Aggro - Set Event Phase 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - In Combat - Cast 'Shadow Bolt Volley' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Ymirjar Necromancer - In Combat - Cast 'Shadow Bolt Volley' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28368 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sparkling Hare - On Just Died - Cast 'Blessing of the Sparkling Hare' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Bug - On Respawn - Start Random Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cultist Infiltrator - In Combat - Cast 'Ticking Bomb' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primordial Drake - Out of Combat - Cast 'Birthing Flame' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28378 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primordial Drake - In Combat - Cast 'Flame Spit' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28378 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattertusk Mammoth - On Target Spellhit 'Hand Over Mammoth' - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattertusk Bull - In Combat - Cast 'Trample' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattertusk Bull - In Combat - Cast 'Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28380 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zim'Torga Defender - In Combat - Cast 'Ice Boulder' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zim'Torga Defender - Out of Combat - Cast 'Toss Ice Boulder' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28387 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Warrior - On Aggro - Cast 'Throw' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28388 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Warrior - In Combat - Cast 'Poison Tipped Spear' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28388 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Warrior - On Just Died - Set Data 0 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28388 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Warrior - On Just Died - Set Data 0 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28388 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Warrior - On Just Died - Set Data 0 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28388 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Primordial Hatchling - On Spellhit 'Pickup Primordial Hatchling' - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28389 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeptek the Destroyer - On Respawn - Set Faction 2061" WHERE `source_type`=0 AND `entryorguid`=28399 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeptek the Destroyer - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28399 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeptek the Destroyer - On Waypoint 1 Reached - Cast 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=28399 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeptek the Destroyer - On Waypoint 1 Reached - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=28399 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeptek the Destroyer - On Waypoint 1 Reached - Remove Aura 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=28399 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Gossip Option 0 Selected - Cast 'I Sense a Disturbance: Character Force Cast From Gossip'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Respawn Closest Gameobject 'Underworld Power Fragment'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Respawn Closest Gameobject 'Underworld Power Fragment'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Respawn Closest Gameobject 'Underworld Power Fragment'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Respawn Closest Gameobject 'Underworld Power Fragment'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Respawn Closest Gameobject 'Underworld Power Fragment'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Summon Creature 'ELM General Purpose Bunny'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Summon Creature 'ELM General Purpose Bunny'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Summon Creature 'ELM General Purpose Bunny'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Summon Creature 'ELM General Purpose Bunny'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Summon Creature 'ELM General Purpose Bunny'" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Quest 'Blood of a Dead God' Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Gossip Hello - Send Gossip" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Data Set 0 1 - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Data Set 0 2 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28401 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Respawn - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Between 0-15% Mana - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Between 30-100% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Between 0-15% Health - Set Event Phase 4" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Evade - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Reached Home - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28403 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Cursed Offspring of Har'koa - In Combat - Cast 'Curse of Blood'" WHERE `source_type`=0 AND `entryorguid`=28404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cursed Offspring of Har'koa - On Spellhit 'Whisker of Har'koa' - Cast 'But First My Offspring: Summon Released Offspring of Har'koa'" WHERE `source_type`=0 AND `entryorguid`=28404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cursed Offspring of Har'koa - On Spellhit 'Whisker of Har'koa' - Quest Credit 'But First My Offspring'" WHERE `source_type`=0 AND `entryorguid`=28404 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cursed Offspring of Har'koa - On Spellhit 'Whisker of Har'koa' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=28404 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Primordial Drake Egg - On Reset - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28408 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Primordial Drake Egg - On Reset - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=28408 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Primordial Drake Egg - On Just Died - Cast 'Summon Primordial Hatchling'" WHERE `source_type`=0 AND `entryorguid`=28408 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - In Combat - Cast 'Flame Shock' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Friendly At 7000 Health - Cast 'Healing Wave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dragonflayer Spiritualist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28410 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frozen Earth - In Combat - Cast 'Ice Spike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - On Aggro - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hath'ar Broodmaster - In Combat - Cast 'Web Wrap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28412 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - On Just Died - Quest Credit 'Cocooned!' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - On Just Died - Cast 'Summon Captive Footman' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - Between 0-15% Mana - Set Flag Disarmed (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - On Respawn - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - On Just Died - Cast 'Summon Scourged Captive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nerubian Cocoon - On Just Died - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28413 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captive Footman - On Respawn - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28415 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Priest of Rhunok - Out of Combat - Cast 'Priest of Rhunok: Channel to Prophet' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Priest of Rhunok - In Combat - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Priest of Rhunok - In Combat - Cast 'Penance' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28417 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Priest of Rhunok - In Combat - Cast 'Power Infusion' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28417 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Bear Trapper - On Aggro - Cast 'Jump Attack' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Bear Trapper - In Combat - Cast 'Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Bear Trapper - In Combat - Cast 'Bear Trap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frenzied Geist - In Combat - Cast 'Fixate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28419 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tundra Penguin - On Respawn - Cast '[DND] Creature Random Size (0 - 50)' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28440 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thalgran Blightbringer - Out of Combat - Cast 'Birth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thalgran Blightbringer - In Combat - Cast 'Deathbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thalgran Blightbringer - In Combat - Cast 'Rain of Fire' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28443 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Quest 'The Might Of The Scourge' Finished - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28444 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - Out of Combat - Play Sound 12893 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28444 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - On Aggro - Cast 'Arcane Shot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 5-30 Range - Cast 'Arcane Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hemet Nesingwary - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28451 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - In Combat - Cast 'Summon Frozen Earth' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - In Combat - Cast 'Summon Frozen Earth' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - In Combat - Cast 'Frostbolt' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - In Combat - Cast 'Chain Lightning' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - On Respawn - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elemental Rift - In Combat - Cast 'Summon Frozen Earth' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28452 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Skyreach Pillar Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Skyreach Pillar Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rainspeaker Canopy Bunny - Within 1-150 Range Out of Combat LoS - Cast 'Rainspeaker Canopy Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sparktouched Haven Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Sparktouched Haven Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28456 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spearborn Encampment Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Spearborn Encampment Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28457 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spearborn Encampment Bunny - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28457 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spearborn Encampment Bunny - On Data Set 1 1 - Summon Creature 'Warlord Tartek'" WHERE `source_type`=0 AND `entryorguid`=28457 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kartak's Hold Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Kartak's Hold Aura'" WHERE `source_type`=0 AND `entryorguid`=28458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosswalker Village Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Mosswalker Village Aura'" WHERE `source_type`=0 AND `entryorguid`=28459 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosswalker Village Bunny - Within 1-200 Range Out of Combat LoS - Invoker Cast 'Locate Mosswalker Quest Complete'" WHERE `source_type`=0 AND `entryorguid`=28459 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lifeblood Pillar Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Lifeblood Pillar Aura'" WHERE `source_type`=0 AND `entryorguid`=28460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sapphire Hive Bunny - Within 1-200 Range Out of Combat LoS - Cast 'Sapphire Hive Aura'" WHERE `source_type`=0 AND `entryorguid`=28462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Drakkar Striker - On Evade - Mount To Model 9074" WHERE `source_type`=0 AND `entryorguid`=28465 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heb'Drakkar Striker - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=28465 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Heb'Drakkar Striker - In Combat - Cast 'Rabies'" WHERE `source_type`=0 AND `entryorguid`=28465 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Broodmother Slivina - In Combat - Cast 'Claw'" WHERE `source_type`=0 AND `entryorguid`=28467 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Broodmother Slivina - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=28467 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Material You - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28473 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Material You - On Just Summoned - Invoker Cast 'Altar of Quetz'lun: Material You's Mirror Image Aura'" WHERE `source_type`=0 AND `entryorguid`=28473 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Material You - On Just Summoned - Invoker Cast 'Copy Weapon'" WHERE `source_type`=0 AND `entryorguid`=28473 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Material You - On Just Summoned - Invoker Cast 'Copy Off-hand Weapon'" WHERE `source_type`=0 AND `entryorguid`=28473 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Khufu - On Quest 'You Reap What You Sow' Finished - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=28479 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Khufu - On Quest 'You Reap What You Sow' Finished - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=28479 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Khufu - On Quest 'You Reap What You Sow' Finished - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28479 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Khufu - On Quest 'Rampage' Finished - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=28479 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Khufu - On Quest 'Rampage' Finished - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=28479 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Khufu - On Quest 'Rampage' Finished - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=28479 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Runeforge (SE) - On Spellhit 'Emblazon Runeblade' - Cast 'Shadow Storm'" WHERE `source_type`=0 AND `entryorguid`=28481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Squire Edwards - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28486 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Squire Edwards - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28486 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Data Set 0 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Data Set 0 1 - Set Visibility On" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Aggro - Cast 'Heroic Leap'" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - In Combat - Cast 'Vicious Rend'" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Just Died - Cast 'The Leaders at Jin'Alai: Summon the Treasure of Kutube'sa'" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Respawn - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kutube'sa - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28494 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gawanil - On Data Set 0 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gawanil - On Data Set 0 1 - Set Visibility On" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gawanil - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gawanil - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gawanil - Within 0-30 Range - Cast 'Curse of Agony'" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gawanil - Within 0-30 Range - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gawanil - Between 0-70% Health - Cast 'Siphon Life'" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gawanil - On Just Died - Cast 'The Leaders at Jin'Alai: Summon the Treasure of Gawanil'" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gawanil - On Respawn - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gawanil - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28495 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - On Data Set 0 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - On Data Set 0 1 - Set Visibility On" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - In Combat - Cast 'Flurry'" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - In Combat - Cast 'Wildly Flailing'" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - On Just Died - Cast 'The Leaders at Jin'Alai: Summon the Treasure of Chulo the Mad'" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - On Respawn - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chulo the Mad - On Respawn - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28496 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint 2 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28498 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint 2 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=28498 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint 3 Reached - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=28498 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint 3 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28498 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Gossip Option 1 Selected - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Gossip Option 2 Selected - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Gossip Option 3 Selected - Cast 'Quest Complete Credit Credit'" WHERE `source_type`=0 AND `entryorguid`=28503 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Gossip Option 4 Selected - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28503 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Gossip Option 5 Selected - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28503 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - On Respawn - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - On Reached Home - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - In Combat - Cast 'Vial of Poison'" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - Between 0-50% Health - Cast 'Drink Healing Potion'" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jin'Alai Medicine Man - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28504 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Gossip Option 0 Selected - Cast 'Player Summon Nass'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Quest 'Kickin' Nass and Takin' Manes' Taken - Cast 'Quest Accept Summon Nass'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Gossip Option 1 Selected - Cast 'Push Ensorceled Choker'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Quest 'Sabotage' Taken - Invoker Cast 'Clearquest'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Quest 'So Far, So Bad' Taken - Invoker Cast 'Clearquest'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Quest 'Hazardous Materials' Taken - Invoker Cast 'Clearquest'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stefan Vadu - On Quest 'Infiltrating Voltarus' Taken - Invoker Cast 'Clearquests'" WHERE `source_type`=0 AND `entryorguid`=28518 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Withered Troll - Within 0-5 Range - Cast 'Withering Strike'" WHERE `source_type`=0 AND `entryorguid`=28519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Withered Troll - On Just Died - Cast 'Summon Nass Target Bunny'" WHERE `source_type`=0 AND `entryorguid`=28519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nass - On Just Summoned - Cast 'Nass Periodic Say'" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nass - On Just Summoned - Cast 'Nass Heartbeat'" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nass - On Just Summoned - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nass - On Just Summoned - Start Follow Invoker" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nass - On Spellhit 'Kick Nass' - Play Emote 34" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nass - On Spellhit 'Kick Nass' - Move To Closest Creature 'Nass Target KC Bunny'" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nass - On Spellhit 'Kick Nass' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nass - On Reached Point 0 - Cast 'Collect Hair Sample'" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nass - On Spellhit 'Hair Sample Collected' - Cast 'Nass Kill Credit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nass - On Spellhit 'Hair Sample Collected' - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nass - On Spellhit 'Nass Say' - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28521 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nass Target KC Bunny - On Spellhit 'Collect Hair Sample' - Cast 'Hair Sample Collected'" WHERE `source_type`=0 AND `entryorguid`=28523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nass Target KC Bunny - On Spellhit 'Collect Hair Sample' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28523 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 0-0 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - Within 0-0 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Crusader - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=28529 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Gossip Option 0 Selected - Cast 'Margarita Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28532 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28532 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=28532 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wants Orange - On Spellhit 'Toss Orange' - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wants Papaya - On Spellhit 'Toss Papaya' - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28536 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wants Banana - On Spellhit 'Toss Banana' - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28537 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cultist Saboteur - In Combat - Cast 'Throw Dynamite'" WHERE `source_type`=0 AND `entryorguid`=28538 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steaming Valve - On Respawn - Cast 'Cosmetic Steam Blast'" WHERE `source_type`=0 AND `entryorguid`=28539 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steaming Valve - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28539 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wants Fire - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28540 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Just Died - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28541 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Respawn - Remove Flag Standstate Dead" WHERE `source_type`=0 AND `entryorguid`=28541 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Respawn - Remove Dynamic Flag Dead" WHERE `source_type`=0 AND `entryorguid`=28541 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Respawn - Remove Aura 'Immolation'" WHERE `source_type`=0 AND `entryorguid`=28541 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=28541 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - On Aggro - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Storming Vortex - Within 0-5 Range - Cast 'Cyclone' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28547 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Peasant - Between 0-20% Health - Say Line 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28557 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Decaying Ghoul - On Data Set 0 1 - Start Follow Closest Creature 'Ghoul Feeding KC Bunny' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28565 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Decaying Ghoul - On Follow Complete - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28565 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Decaying Ghoul - On Follow Complete - Despawn In 2000 ms" WHERE `source_type`=0 AND `entryorguid`=28565 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Decaying Ghoul - On Follow Complete - Kill Target" WHERE `source_type`=0 AND `entryorguid`=28565 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - Out of Combat - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Data Set 1 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - Out of Combat - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - Out of Combat - Reset All Scripts" WHERE `source_type`=0 AND `entryorguid`=28566 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Marvin Wobblesprocket - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28574 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marvin Wobblesprocket - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28574 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rhunok's Tormentor - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28575 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rhunok's Tormentor - In Combat - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=28575 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rhunok's Tormentor - In Combat - Cast 'Torment'" WHERE `source_type`=0 AND `entryorguid`=28575 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rhunok's Tormentor - Out of Combat - Cast 'Throw Spear'" WHERE `source_type`=0 AND `entryorguid`=28575 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Reaver - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=28578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Reaver - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=28578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Reaver - In Combat - Cast 'Shield Slam'" WHERE `source_type`=0 AND `entryorguid`=28578 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Berserker - In Combat - Cast 'Hurl Weapon'" WHERE `source_type`=0 AND `entryorguid`=28579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Berserker - In Combat - Cast 'Hurl Weapon'" WHERE `source_type`=0 AND `entryorguid`=28579 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Berserker - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=28579 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Berserker - Between 0-30% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28579 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - On Aggro - Cast 'Shoot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - In Combat - Cast 'Impact Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - In Combat - Cast 'Impact Multi-Shot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - On Aggro - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - In Combat - Cast 'Impact Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - In Combat - Cast 'Impact Multi-Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 0-5 Range - Cast 'Disengage' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Hardened Steel Skycaller - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28580 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Stormforged Tactician - In Combat - Cast 'Welding Beam' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28581 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Tactician - In Combat - Cast 'Welding Beam' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28581 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Tactician - Between 0-50% Health - Cast 'Arc Weld' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28581 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Mender - On Friendly Between 0-40% Health - Cast 'Renew Steel' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Mender - On Friendly Between 0-40% Health - Cast 'Renew Steel' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28582 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Mender - Between 0-80% Health - Cast 'Hammer Blow' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28582 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blistering Steamrager - Within 0-10 Range - Cast 'Steam Blast' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blistering Steamrager - Within 0-10 Range - Cast 'Steam Blast' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Firestorm - In Combat - Cast 'Lava Burst' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28584 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Firestorm - In Combat - Cast 'Lava Burst' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28584 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Firestorm - Between 0-75% Health - Cast 'Afterburn' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28584 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unbound Firestorm - Between 0-75% Health - Cast 'Afterburn' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28584 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Slag - In Combat - Cast 'Melt Armor' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28585 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slag - On Just Died - Cast 'Blast Wave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28585 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slag - In Combat - Cast 'Melt Armor' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28585 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Slag - On Just Died - Cast 'Blast Wave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28585 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ghoul Feeding KC Bunny - On Reset - Set Data 0 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28591 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Guardian of Zim'Rhuk - In Combat - Cast 'Whammy' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Cultist Herenn - In Combat - Say Line 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Between 15-100% Mana - Decrement Phase By 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Within 35-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Within 5-15 Range - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Within 0-40 Range - Cast 'Holy Smite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Between 0-7% Mana - Cast 'Holy Smite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Out of Combat - Cast 'Power Word: Fortitude' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Out of Combat - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Out of Combat - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scarlet Medic - Out of Combat - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28608 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Scarlet Infantryman - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28609 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Infantryman - Within 0-5 Range - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28609 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Infantryman - In Combat - Cast 'Sweeping Slam' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28609 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Captain - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28611 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Captain - Within 0-5 Range - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28611 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baneflight - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28615 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baneflight - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28615 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Danica Saint - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Danica Saint - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28618 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurric - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurric - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28623 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maaka - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maaka - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Data Set 0 1 - Cast 'Script Effect - Creature Attack GUID from Dot Variable'" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Data Set 0 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Data Set 0 1 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Data Set 0 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Data Set 0 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - In Combat - Cast 'Ground Smash'" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=28636 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Respawn - Remove Flag Standstate Dead" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Respawn - Cast 'Script Effect - Creature Capture GUID to Dot Variable'" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Respawn - Play Sound 10892" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Passenger Boarded - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Waypoint 4 Reached - Remove Aura 'Ride Vehicle'" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Waypoint 4 Reached - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Waypoint 4 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Spellhit 'Bat Net' - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Spellhit 'Bat Net' - Set Flag Standstate Dead" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Spellhit 'Bat Net' - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=28639 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Respawn - Respawn Closest Creature 'Jaloot'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Respawn - Respawn Closest Creature 'Zepik the Gorloc Hunter'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - In Combat - Cast 'Ice Lance'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Within 0-10 Range - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - In Combat - Cast 'Icy Veins'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Just Died - Cast 'Summon Artruis Quest Complete'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Just Died - Set Data 1 4" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Just Died - Set Data 1 4" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Just Died - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-30% Health - Cast 'Bindings of Submission' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-30% Health - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-30% Health - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-30% Health - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-30% Health - Say Line 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Reset - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Reset - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Data Set 1 2 - Set Data 1 3" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Data Set 1 2 - Remove Aura 'Bindings of Submission'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Data Set 1 2 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Aggro - Respawn Closest Creature 'Jaloot'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Aggro - Respawn Closest Creature 'Zepik the Gorloc Hunter'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-75% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - Between 0-50% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Data Set 1 1 - Set Data 1 5" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Data Set 1 1 - Remove Aura 'Bindings of Submission'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Data Set 1 1 - Set Data 1 0" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - In Combat - Cast 'Dessawn Retainer'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Artruis the Heartless - On Aggro - Cast 'Dessawn Retainer'" WHERE `source_type`=0 AND `entryorguid`=28659 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Just Summoned - Add Aura 'Stealth'" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 1 Reached - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 10 Reached - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 18 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 18 Reached - Set Run Off" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 18 Reached - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 21 Reached - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 22 Reached - Set Run On" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 22 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 31 Reached - Cast 'Speed Burst'" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 34 Reached - Remove Aura 'Speed Burst'" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 34 Reached - Jump To Pos" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 34 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 11 Reached - Say Line 5" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 11 Reached - Remove Aura 'Riding Har'koa's Kitten'" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Waypoint 11 Reached - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=28665 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gorebag - On Gossip Option 0 Selected - Cast 'Force Cast Summon Gargoyle'" WHERE `source_type`=0 AND `entryorguid`=28666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gorebag - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Respawn - Cast 'Tomb of the Heartless'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 1 - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 1 - Remove Aura 'Tomb of the Heartless'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 2 - Set Faction 250" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 2 - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 2 - Cast 'Tomb of the Heartless'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 3 - Set Faction 250" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 3 - Remove Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 3 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 3 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 3 - Remove Aura 'Bindings of Submission'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 4 - Set Faction 250" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 4 - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 4 - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 4 - Despawn In 120000 ms" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jaloot - On Data Set 1 4 - Evade" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Jaloot - Within 0-5 Range - Cast 'Lightning Whirl'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Jaloot - Within 0-5 Range - Cast 'Lightning Strike'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Jaloot - Within 0-5 Range - Cast 'Spark Frenzy'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Jaloot - Between 0-30% Health - Cast 'Energy Siphon'" WHERE `source_type`=0 AND `entryorguid`=28667 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Respawn - Set Npc Flag (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Respawn - Set Flag Immune To NPC's (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Respawn - Cast 'Tomb of the Heartless' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 1 - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 1 - Remove Aura 'Tomb of the Heartless'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 2 - Set Faction 250" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 2 - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 2 - Cast 'Tomb of the Heartless'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Just Died - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 5 - Set Faction 250" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 5 - Remove Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 5 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 5 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 5 - Remove Aura 'Bindings of Submission'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 4 - Set Faction 250" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 4 - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 4 - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 4 - Despawn In 120000 ms" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - On Data Set 1 4 - Evade" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Within 0-20 Range - Cast 'Barbed Net'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Within 5-30 Range - Cast 'Envenomed Shot'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Within 0-5 Range - Cast 'Open Wound'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Within 5-30 Range - Cast 'Piercing Arrow'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Within 0-5 Range - Cast 'Spike Trap'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Zepik the Gorloc Hunter - Between 0-30% Health - Cast 'Bandage'" WHERE `source_type`=0 AND `entryorguid`=28668 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Flying Fiend - On Just Summoned - Cast 'Scourge Disguise'" WHERE `source_type`=0 AND `entryorguid`=28669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flying Fiend - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=28669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flying Fiend - On Waypoint 62 Reached - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28669 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Flying Fiend - On Waypoint 63 Reached - Cast 'Eject All Passengers'" WHERE `source_type`=0 AND `entryorguid`=28669 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Data Set 0 1 - Cast 'Script Effect - Creature Capture GUID to Dot Variable' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28671 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Data Set 0 1 - Store Targetlist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28671 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Data Set 0 1 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28671 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28671 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Just Died - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28671 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Aludane Whitecloud - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=28674 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aludane Whitecloud - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=28674 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Waypoint 18 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Waypoint 21 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Waypoint 21 Reached - Set Orientation 2" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Waypoint 22 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Inzi Charmlight - On Waypoint 27 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28682 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Charles Worth - On Gossip Option 3 Selected - Invoker Cast 'Wispcloak'" WHERE `source_type`=0 AND `entryorguid`=28699 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Charles Worth - On Gossip Option 5 Selected - Invoker Cast 'Deathchill Cloak'" WHERE `source_type`=0 AND `entryorguid`=28699 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Charles Worth - On Gossip Option 5 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28699 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Katherine Lee - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Katherine Lee - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28705 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Katherine Lee - On Waypoint 5 Reached - Set Orientation 1" WHERE `source_type`=0 AND `entryorguid`=28705 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Katherine Lee - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=28705 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Katherine Lee - On Waypoint 10 Reached - Set Orientation 2" WHERE `source_type`=0 AND `entryorguid`=28705 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blight Cauldron Bunny 00 - On Spellhit 'Dilute Blight Cauldron' - Cast 'Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28739 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blight Cauldron Bunny 00 - On Spellhit 'Dilute Blight Cauldron' - Cast 'Cauldron Diluted Effect'" WHERE `source_type`=0 AND `entryorguid`=28739 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blight Cauldron Bunny 00 - Out of Combat - Remove Aura 'Cauldron Diluted Effect'" WHERE `source_type`=0 AND `entryorguid`=28739 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pilot Vic - On Quest 'Reconnaissance Flight' Taken - Cast 'Vic's Flying Machine Validate'" WHERE `source_type`=0 AND `entryorguid`=28746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - On Aggro - Cast 'Serpent Strike'" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - Between 0-50% Health - Cast 'Serpent Form'" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - On Aggro - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - Between 0-0% Health - Cast 'Foundation for Revenge: Soul Font Void Channel' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - Between 0-0% Health - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - On Just Died - Quest Credit 'Foundation for Revenge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28747 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - On Aggro - Cast 'Serpent Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28748 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - On Aggro - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=28748 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=28748 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - Between 0-0% Health - Cast 'Foundation for Revenge: Soul Font Void Channel' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28748 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - Between 0-0% Health - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28748 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - On Just Died - Quest Credit 'Foundation for Revenge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28748 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Harvest Blight Crystal' - Move To Closest Gameobject 'Crystallized Blight'" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Harvest Blight Crystal' - Run Script" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Harvest Blight Crystal' - Move To Closest Gameobject 'Crystallized Blight'" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Harvest Blight Crystal' - Run Script" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Harvest Blight Crystal' - Move To Closest Gameobject 'Crystallized Blight'" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Harvest Blight Crystal' - Run Script" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Charm Geist' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Spellhit 'Charm Channel' - Cast 'Orange Radiation, Small'" WHERE `source_type`=0 AND `entryorguid`=28750 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Respawn - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Reached Home - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Reached Home - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Reached Home - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - Within 40-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - Within 40-80 Range - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - Within 0-20 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - In Combat - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - Between 0-30% Health - Set Event Phase 4" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - In Combat - Cast 'Power Word: Shield'" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - In Combat - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - Within 0-20 Range - Run Script" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - Between 0-0% Health - Quest Credit 'Hell Hath a Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Spellhit 'Quetz'lun's Hex' - Set Invincibility Hp 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28752 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Respawn - Cast 'Shadow Channelling' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Reached Home - Remove Aura 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Reached Home - Cast 'Shadow Channelling'" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Aggro - Cast 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - In Combat - Cast 'Shadow Word: Death'" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - In Combat - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Spellhit 'Quetz'lun's Hex' - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - Between 0-0% Health - Quest Credit 'Hell Hath a Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - Between 0-0% Health - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28754 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - In Combat - Cast 'Serpent's Agility' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28756 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - Between 0-40% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28756 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - Between 0-40% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28756 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Spellhit 'Quetz'lun's Hex' - Set Invincibility Hp 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28756 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - Between 0-0% Health - Quest Credit 'Hell Hath a Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28756 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - Between 0-0% Health - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28756 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 1 Selected - Cast 'Create Blood Knight Tabard'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 2 Selected - Cast 'Create Tabard of the Hand'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 3 Selected - Cast 'Create Tabard of the Protector'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 4 Selected - Cast 'Create Green Trophy Tabard of the Illidari'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 5 Selected - Cast 'Create Purple Trophy Tabard of the Illidari'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 6 Selected - Cast 'Create Tabard of Summer Skies'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 7 Selected - Cast 'Create Tabard of Summer Flames'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 8 Selected - Cast 'Create Loremaster's Colors'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 9 Selected - Cast 'Create Tabard of the Explorer'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 10 Selected - Cast 'Create Tabard of the Achiever'" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Elizabeth Ross - On Gossip Option 10 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=28776 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blood of Mam'toth - On Respawn - Cast 'Plasma'" WHERE `source_type`=0 AND `entryorguid`=28779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Explosive Charges Bunny - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=28780 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Just Summoned - Cast 'Ethereal Teleport'" WHERE `source_type`=0 AND `entryorguid`=28785 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=28785 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Data Set 0 1 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28785 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Data Set 0 1 - Despawn In 10000 ms" WHERE `source_type`=0 AND `entryorguid`=28785 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darmuk - In Combat - Cast 'Darmuk's Vigilance'" WHERE `source_type`=0 AND `entryorguid`=28793 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darmuk - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28793 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drained Prophet of Quetz'lun - Between 0-70% Health - Cast 'Serpent Form'" WHERE `source_type`=0 AND `entryorguid`=28795 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Servant of Drakuru - In Combat - Cast 'Rot Armor'" WHERE `source_type`=0 AND `entryorguid`=28802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Servant of Drakuru - On Charmed - Update Template To 'Hand of Drakuru'" WHERE `source_type`=0 AND `entryorguid`=28802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hand of Drakuru - On Friendly Unit Missing Buff 'Charm Drakuru Servant' - Update Template To 'Servant of Drakuru'" WHERE `source_type`=0 AND `entryorguid`=28805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfury Revenant - In Combat - Cast 'Electro Shock'" WHERE `source_type`=0 AND `entryorguid`=28826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfury Revenant - In Combat - Cast 'Electro Shock'" WHERE `source_type`=0 AND `entryorguid`=28826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfury Revenant - In Combat - Cast 'Thunderbolt'" WHERE `source_type`=0 AND `entryorguid`=28826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfury Revenant - In Combat - Cast 'Thunderbolt'" WHERE `source_type`=0 AND `entryorguid`=28826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Construct - In Combat - Cast 'Forked Lightning'" WHERE `source_type`=0 AND `entryorguid`=28835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Construct - In Combat - Cast 'Forked Lightning'" WHERE `source_type`=0 AND `entryorguid`=28835 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Construct - Within 0-5 Range - Cast 'Runic Focus'" WHERE `source_type`=0 AND `entryorguid`=28835 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Construct - Within 0-5 Range - Cast 'Runic Focus'" WHERE `source_type`=0 AND `entryorguid`=28835 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Construct - Between 0-65% Health - Cast 'Rune Punch'" WHERE `source_type`=0 AND `entryorguid`=28835 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormforged Construct - Between 0-75% Health - Cast 'Rune Punch'" WHERE `source_type`=0 AND `entryorguid`=28835 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stormforged Runeshaper - In Combat - Cast 'Startling Roar'" WHERE `source_type`=0 AND `entryorguid`=28836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Runeshaper - In Combat - Cast 'Charged Flurry'" WHERE `source_type`=0 AND `entryorguid`=28836 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Runeshaper - In Combat - Cast 'Charged Flurry'" WHERE `source_type`=0 AND `entryorguid`=28836 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Sentinel - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=28837 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Sentinel - In Combat - Cast 'Sleep'" WHERE `source_type`=0 AND `entryorguid`=28837 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Sentinel - Friendly At 40000 Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=28837 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Sentinel - Friendly At 50000 Health - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=28837 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Sentinel - Between 0-30% Health - Cast 'Storming Bellow'" WHERE `source_type`=0 AND `entryorguid`=28837 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - On Aggro - Cast 'Poison Tipped Spear' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 5-30 Range - Cast 'Poison Tipped Spear' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 5-30 Range - Start Attacking (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - On Aggro - Cast 'Poison Tipped Spear' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 5-30 Range - Cast 'Poison Tipped Spear' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 5-30 Range - Start Attacking (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - In Combat - Cast 'Charge' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - In Combat - Cast 'Charge' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Titanium Vanguard - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28838 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Overlook Sentry - In Combat - Cast 'Rune Detonation' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Skullcrusher - On Spellhit 'Burst at the Seams' - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Har'koa - In Combat - Cast 'Concussion Blow' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=28848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Mammoth - Out of Combat - Set Faction 1924" WHERE `source_type`=0 AND `entryorguid`=28851 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enraged Mammoth - Out of Combat - Set Npc Flag Spellclick" WHERE `source_type`=0 AND `entryorguid`=28851 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enraged Mammoth - On Spellhit 'Medallion of Mam'toth' - Set Faction 35" WHERE `source_type`=0 AND `entryorguid`=28851 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enraged Mammoth - On Spellhit 'Medallion of Mam'toth' - Set Npc Flag " WHERE `source_type`=0 AND `entryorguid`=28851 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Enraged Mammoth - On Passenger Removed - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28851 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blood of the Old God - Within 0-2 Range - Cast 'Corruption of the Old God'" WHERE `source_type`=0 AND `entryorguid`=28854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Storm Revenant - In Combat - Cast 'Call Lightning'" WHERE `source_type`=0 AND `entryorguid`=28858 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mam'toth Disciple - On Just Died - Quest Credit 'Wooly Justice'" WHERE `source_type`=0 AND `entryorguid`=28861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mam'toth Disciple - On Reset - Remove Aura 'Enraged Mammoth: Trample Aura for On Death Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=28861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aqueous Spirit - In Combat - Cast 'Typhoon'" WHERE `source_type`=0 AND `entryorguid`=28862 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Gryphon - On Reset - Cast 'Flight'" WHERE `source_type`=0 AND `entryorguid`=28864 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Gryphon - On Reset - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=28864 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Gryphon - On Waypoint 6 Reached - Remove Aura 'Ride Vehicle Hardcoded'" WHERE `source_type`=0 AND `entryorguid`=28864 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scourge Gryphon - On Waypoint 6 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28864 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormwatcher - In Combat - Cast 'Call Lightning'" WHERE `source_type`=0 AND `entryorguid`=28877 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormwatcher - On Spellhit 'Throw Venture Co. Explosives' - Cast 'Summon Stormwatcher's Head'" WHERE `source_type`=0 AND `entryorguid`=28877 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormwatcher - On Spellhit 'Throw Venture Co. Explosives' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=28877 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enchanted Tiki Warrior - On Respawn - Cast 'Spirit Burn'" WHERE `source_type`=0 AND `entryorguid`=28882 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enchanted Tiki Warrior - In Combat - Cast 'Incorporeal'" WHERE `source_type`=0 AND `entryorguid`=28882 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - Within 10-25 Range - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - In Combat - Cast 'Decapitate' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - Between 0-35% Health - Cast 'Retaliation' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Data Set 0 1 - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Text 1 Over - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Text 1 Over - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Just Died - Reset Gameobject" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Just Died - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Warlord Zol'Maz - On Reached Home - Reset Gameobject" WHERE `source_type`=0 AND `entryorguid`=28902 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=28907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orbaz Bloodbane - On Quest 'Scarlet Armies Approach...' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=28914 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yara - On Aggro - Cast 'Sprint'" WHERE `source_type`=0 AND `entryorguid`=28917 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yara - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=28917 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Yara - In Combat - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=28917 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Giant - In Combat - Cast 'Stormbolt'" WHERE `source_type`=0 AND `entryorguid`=28920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Giant - In Combat - Cast 'Stormbolt'" WHERE `source_type`=0 AND `entryorguid`=28920 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Giant - In Combat - Cast 'Thunderstorm'" WHERE `source_type`=0 AND `entryorguid`=28920 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Giant - In Combat - Cast 'Thunderstorm'" WHERE `source_type`=0 AND `entryorguid`=28920 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Giant - Between 0-50% Health - Cast 'Soul Strike'" WHERE `source_type`=0 AND `entryorguid`=28920 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crusher - In Combat - Cast 'Smash'" WHERE `source_type`=0 AND `entryorguid`=28922 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crusher - In Combat - Cast 'Smash'" WHERE `source_type`=0 AND `entryorguid`=28922 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crusher - Between 0-30% Health - Cast 'Frenzy'" WHERE `source_type`=0 AND `entryorguid`=28922 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enchanted Tiki Dervish - On Just Summoned - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28927 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Enchanted Tiki Dervish - On Just Summoned - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=28927 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Enchanted Tiki Dervish - On Just Summoned - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=28927 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Enchanted Tiki Dervish - On Just Summoned - Morph To Model 25749" WHERE `source_type`=0 AND `entryorguid`=28927 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=28936 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Charged Sentry Totem - In Combat - Cast 'Sentry Shock'" WHERE `source_type`=0 AND `entryorguid`=28938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Citizen of New Avalon - On Aggro - Cast 'Terrified'" WHERE `source_type`=0 AND `entryorguid`=28941 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Citizen of New Avalon - On Aggro - Cast 'Terrified'" WHERE `source_type`=0 AND `entryorguid`=28942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Just Summoned - Set Orientation Invoker" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 8 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 18 Reached - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 47 Reached - Say Line 5 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 47 Reached - Pause Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 5 Over - Say Line 6 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 80 Reached - Say Line 7 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 80 Reached - Pause Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 81 Reached - Say Line 8 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 81 Reached - Pause Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 86 Reached - Say Line 9 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 86 Reached - Pause Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 9 Over - Say Line 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 10 Over - Say Line 11 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 11 Over - Say Line 12 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Waypoint 93 Reached - Say Line 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 13 Over - Say Line 14 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 13 Over - Cast 'Drakuramas Teleport Script 03' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Text 13 Over - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28948 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Akali - On Data Set 0 1 - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akali - On Spellhit 'Submission' - Set Health Regeneration Off" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akali - On Spellhit 'Submission' - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akali - On Spellhit 'Submission' - Move To Position" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Akali - Within 0-80 Range - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Akali - On Respawn - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=28952 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Titanium Siegebreaker - Between 0-40% Health - Cast 'Blade Turning'" WHERE `source_type`=0 AND `entryorguid`=28961 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Titanium Siegebreaker - Between 0-50% Health - Cast 'Blade Turning'" WHERE `source_type`=0 AND `entryorguid`=28961 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Titanium Siegebreaker - On Evade - Set Event Phase 5" WHERE `source_type`=0 AND `entryorguid`=28961 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Titanium Siegebreaker - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=28961 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Titanium Thunderer - Between 0-40% Health - Cast 'Deflection'" WHERE `source_type`=0 AND `entryorguid`=28965 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Titanium Thunderer - Between 0-65% Health - Cast 'Deflection'" WHERE `source_type`=0 AND `entryorguid`=28965 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Titanium Thunderer - On Evade - Set Event Phase 5" WHERE `source_type`=0 AND `entryorguid`=28965 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Titanium Thunderer - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=28965 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - Between 0-50% Health - Cast 'Mojo Empowered Fire Ward'" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - Within 25-35 Range - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - Within 0-25 Range - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Just Summoned - Set Faction 2102" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Just Summoned - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Just Summoned - Set Run On" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Just Summoned - Move Forward 60 Yards" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Target Spellhit 'Submission' - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Target Spellhit 'Submission' - Evade" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Data Set 0 3 - Interrupt Spell" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Data Set 0 3 - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Data Set 0 1 - Cast 'Fire Channeling'" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Data Set 0 2 - Set Faction 2102" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Data Set 0 2 - Interrupt Spell 'Fire Channeling'" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Data Set 0 4 - Run Script" WHERE `source_type`=0 AND `entryorguid`=28988 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Just Summoned - Cast 'Ethereal Teleport'" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Text 0 Over - Set Run On" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Text 0 Over - Move To Position" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Reached Point 1 - Jump To Pos" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=28996 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander Rodrick - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=29000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Commander Rodrick - Between 0-30% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=29000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Acolyte - Out of Combat - Cast 'Holy Fury'" WHERE `source_type`=0 AND `entryorguid`=29007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crimson Acolyte - In Combat - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=29007 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crimson Acolyte - In Combat - Cast 'Turn Undead'" WHERE `source_type`=0 AND `entryorguid`=29007 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Perch Guardian - In Combat - Cast 'Rune Punch'" WHERE `source_type`=0 AND `entryorguid`=29013 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Ha-Khalan - In Combat - Cast 'Thick Hide'" WHERE `source_type`=0 AND `entryorguid`=29018 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Ha-Khalan - In Combat - Cast 'Jagged Tooth Snap'" WHERE `source_type`=0 AND `entryorguid`=29018 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Ha-Khalan - In Combat - Cast 'Powerful Bite'" WHERE `source_type`=0 AND `entryorguid`=29018 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akil'zon - On Just Summoned - Cast 'Arcane Explosion Visual'" WHERE `source_type`=0 AND `entryorguid`=29021 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akil'zon - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29021 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akil'zon - On Data Set 0 2 - Despawn In 800 ms" WHERE `source_type`=0 AND `entryorguid`=29021 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Just Summoned - Cast 'Arcane Explosion Visual'" WHERE `source_type`=0 AND `entryorguid`=29022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=29022 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jan'alai - On Just Summoned - Cast 'Arcane Explosion Visual'" WHERE `source_type`=0 AND `entryorguid`=29023 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jan'alai - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29023 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jan'alai - On Data Set 0 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=29023 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nalorakk - On Just Summoned - Cast 'Arcane Explosion Visual'" WHERE `source_type`=0 AND `entryorguid`=29024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nalorakk - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29024 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nalorakk - On Data Set 0 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=29024 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Just Summoned - Set Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Just Summoned - Cast 'Ethereal Teleport'" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Just Summoned - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - In Combat - Cast 'Darting Flames'" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - In Combat - Cast 'Incinerate'" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - Between 0-70% Health - Cast 'Akali's Immunity' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - Between 0-70% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - Between 0-70% Health - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - Between 0-70% Health - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Reached Point 1 - Set Orientation 1 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Reached Point 1 - Set Event Phase 0 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Reached Point 1 - Run Script (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29028 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Spirit of Atha - In Combat - Cast 'Aqua Jet' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29033 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Atha - In Combat - Cast 'Thrash' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29033 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - On Aggro - Set Event Phase 1 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - On Aggro - Disable Combat Movement (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - On Aggro - Cast 'Poison Bolt' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - Within 5-30 Range - Cast 'Poison Bolt' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - Within 30-100 Range - Enable Combat Movement (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - Within 9-15 Range - Disable Combat Movement (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - Within 0-5 Range - Enable Combat Movement (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Spirit of Koosu - Within 5-30 Range - Disable Combat Movement (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29034 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Servant of Freya - In Combat - Cast 'Flower Power' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29036 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="[Chapter II] Torch Toss Dummy - On Respawn - Cast 'Torch' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29038 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goretalon Matriarch - In Combat - Cast 'Swoop' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goretalon Matriarch - In Combat - Cast 'Eye Peck' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29044 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goretalon Matriarch - In Combat - Cast 'Evasive Maneuver' (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29044 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Just Summoned - Start Waypoint (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Waypoint 5 Reached - Set Data 0 1 (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Data Set 0 1 - Set Orientation Invoker (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Data Set 0 2 - Run Script (Phase 4)" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Evade - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Evade - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Har'koa - In Combat - Cast 'Rake'" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Har'koa - In Combat - Cast 'Swipe'" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Har'koa - In Combat - Cross Cast 'Quenching Mist'" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Waypoint 8 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=29050 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Glimmering Pillar Credit - On Spellhit 'Didgeridoo of Contemplation' - Quest Credit 'Song of Reflection'" WHERE `source_type`=0 AND `entryorguid`=29056 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosslight Pillar Credit - On Spellhit 'Didgeridoo of Contemplation' - Quest Credit 'Song of Reflection'" WHERE `source_type`=0 AND `entryorguid`=29057 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Suntouched Pillar Credit - On Spellhit 'Didgeridoo of Contemplation' - Quest Credit 'Song of Reflection'" WHERE `source_type`=0 AND `entryorguid`=29058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=29062 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=29062 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=29062 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - Target Casting - Cast 'Pummel'" WHERE `source_type`=0 AND `entryorguid`=29062 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=29063 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Infected Wound'" WHERE `source_type`=0 AND `entryorguid`=29063 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Crushing Webs'" WHERE `source_type`=0 AND `entryorguid`=29063 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Crushing Webs'" WHERE `source_type`=0 AND `entryorguid`=29063 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - In Combat - Cast 'Animate Bones' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29064 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Skyreach Pillar Credit - On Spellhit 'Didgeridoo of Contemplation' - Quest Credit 'Song of Reflection' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shrine of the Tempest - Within 0-70 Range - Cast 'Lightning Strike' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29079 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodmoon Servant - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29082 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - Target Casting - Cast 'Pummel' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - Target Casting - Cast 'Pummel' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Infected Wound' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29097 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Infected Wound' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29097 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Crushing Webs' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29097 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Crushing Webs' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29097 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - On Aggro - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - On Aggro - Increment Phase By 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 0-40 Range - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anub'ar Necromancer - In Combat - Cast 'Animate Bones' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29098 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - In Combat - Cast 'Rend' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29117 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - Target Casting - Cast 'Pummel' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29117 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Champion - Target Casting - Cast 'Pummel' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29117 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Infected Wound' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29118 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Infected Wound' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29118 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Crushing Webs' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29118 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Crypt Fiend - In Combat - Cast 'Crushing Webs' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29118 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Monstrous Wight - In Combat - Cast 'Smash' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lifeblood Elemental - In Combat - Cast 'Blood Tap' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - On Aggro - Cast 'Mark of Darkness' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Within 0-30 Range - Cast 'Mark of Darkness' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - On Aggro - Cast 'Mark of Darkness' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Within 0-30 Range - Cast 'Mark of Darkness' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Within 0-5 Range - Cast 'Drain Power' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Anub'ar Prime Guard - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29128 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - On Has Aura 'Spirit Particles' - Cast 'Spirit Particles' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - In Combat - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - Between 0-15% Mana - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - Between 0-15% Mana - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - Within 0-15 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - Between 30-100% Mana - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lost Drakkari Spirit - In Combat - Cast 'Spirit Burst' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29129 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Disturbed Soul - In Combat - Cast 'Shadow Word: Death' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29133 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekgar - Within 5-30 Range - Cast 'Jump Attack' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29146 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vekgar - Between 0-30% Health - Cast 'Killing Rage' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29146 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thargold Ironwing - On Gossip Option 0 Selected - Cast 'Stormwind Harbor Flight - Peaceful'" WHERE `source_type`=0 AND `entryorguid`=29154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thargold Ironwing - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29154 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magistrix Kaelana - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29155 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrix Kaelana - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29155 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Dath'omere - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29158 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Dath'omere - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29158 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Varenthas - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29159 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Varenthas - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29159 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magistrix Phaelista - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrix Phaelista - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29160 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magistrix Haelenai - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29161 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrix Haelenai - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29161 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Tyr'ganal - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Tyr'ganal - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Teronus III - On Gossip Option 0 Selected - Cast 'Teleport to Dalaran'" WHERE `source_type`=0 AND `entryorguid`=29169 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Teronus III - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29169 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defender of the Light - On Aggro - Cast 'Heroic Leap'" WHERE `source_type`=0 AND `entryorguid`=29174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defender of the Light - In Combat - Cast 'Heroic Leap'" WHERE `source_type`=0 AND `entryorguid`=29174 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defender of the Light - In Combat - Cast 'Holy Strike'" WHERE `source_type`=0 AND `entryorguid`=29174 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Defender of the Light - In Combat - Cast 'Holy Wrath'" WHERE `source_type`=0 AND `entryorguid`=29174 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defender of the Light - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=29174 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defender of the Light - On Friendly Between 0-20% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=29174 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Korfax, Champion of the Light - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=29176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Korfax, Champion of the Light - In Combat - Cast 'Heroic Leap'" WHERE `source_type`=0 AND `entryorguid`=29176 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Commander Eligor Dawnbringer - On Friendly Between 0-20% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=29177 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rayne - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=29181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rayne - In Combat - Cast 'Wrath'" WHERE `source_type`=0 AND `entryorguid`=29181 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rayne - On Friendly Between 0-20% Health - Cast 'Rejuvenation' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29181 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rayne - On Friendly Between 0-20% Health - Cast 'Tranquility' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29181 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rimblat Earthshatter - In Combat - Cast 'Thunder' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29182 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rimblat Earthshatter - On Friendly Between 0-20% Health - Cast 'Chain Heal' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29182 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Impale Target - In Combat - Cast 'Impale' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Impale Target - In Combat - Cast 'Impale' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Impale Target - On Friendly Between 0-20% Health - Set Event Phase 1 (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Impale Target - Within 0-1 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Impale Target - In Combat - Cast 'Impale' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Impale Target - On Respawn - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Impale Target - In Combat - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29184 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rampaging Abomination - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29186 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rampaging Abomination - In Combat - Cast 'Scourge Hook' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29186 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flesh Behemoth - In Combat - Cast 'Thunderclap' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29190 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Flesh Behemoth - In Combat - Cast 'Stomp' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29190 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - Out of Combat - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Koltira Deathweaver - In Combat - Cast 'Blood Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29199 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Koltira Deathweaver - In Combat - Cast 'Icy Touch' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29199 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Koltira Deathweaver - In Combat - Cast 'Death Coil' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29199 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thassarian - In Combat - Cast 'Blood Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thassarian - In Combat - Cast 'Icy Touch' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thassarian - In Combat - Cast 'Death Coil' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orbaz Bloodbane - In Combat - Cast 'Blood Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orbaz Bloodbane - In Combat - Cast 'Icy Touch' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orbaz Bloodbane - In Combat - Cast 'Death Coil' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29204 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orbaz Bloodbane - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29204 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warrior of the Frozen Wastes - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Volatile Ghoul - In Combat - Cast 'Ghoulplosion' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29219 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gundrak Savage - In Combat - Cast 'Savagery' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gundrak Brute - In Combat - Cast 'Brute Force' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gundrak Fire-eater - In Combat - Cast 'Flame Breath' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Game Event 25 Started - Start Waypoint (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 1 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 5 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 8 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 12 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 16 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 20 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 24 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 29 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 33 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 36 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 38 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 45 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 48 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 53 Reached - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Waypoint 1 Reached - Set Orientation 6 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29261 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Captain Paul Carver - Out of Combat - Play Random Emote (1, 273, 6) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29287 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="First Mate Edgar Flores - Out of Combat - Play Random Emote (1, 6, 274) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Navigator Rian Trost - Out of Combat - Play Random Emote (1, 273, 6) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29290 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galley Chief Paul Kubit - Out of Combat - Play Random Emote (1, 6, 274) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29291 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serban Oprescu - Out of Combat - Play Random Emote (1, 273, 6) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - In Combat - Cast 'Claws of Ice' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Reset - Set Faction 1990 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Spellhit 'To'kini's Blowgun' - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Gossip Option 0 Selected - Run Random Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sifreldar Storm Maiden - On Aggro - Cast 'Storm Cloud' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29323 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - In Combat - Cast 'Rake' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Reset - Set Faction 1990 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29327 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Spellhit 'To'kini's Blowgun' - Run Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29327 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Gossip Option 0 Selected - Run Random Script (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29327 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onslaught Paladin - On Aggro - Cast 'Shield Charge' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Paladin - In Combat - Cast 'Avenger's Shield' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29329 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - On Aggro - Set Event Phase 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - On Aggro - Cast 'Shoot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - Within 0-40 Range - Cast 'Shoot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - Within 40-100 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - Within 10-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - Within 0-40 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Onslaught Harbor Guard - In Combat - Cast 'Raven Heal' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29330 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - On Aggro - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Within 0-40 Range - Cast 'Frostbolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sifreldar Runekeeper - Between 0-30% Health - Cast 'Revitalizing Rune' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29331 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gundrak Bat Rider - On Aggro - Dismount (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29332 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gundrak Bat Rider - On Evade - Mount To Model 9074 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29332 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gundrak Bat Rider - In Combat - Cast 'Firebomb' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29332 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gundrak Raptor - In Combat - Cast 'Jump Attack' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Webspinner - In Combat - Cast 'Web Shot' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anub'ar Webspinner - In Combat - Cast 'Web Shot' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anub'ar Webspinner - In Combat - Cast 'Web Wrap' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29335 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - On Aggro - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - On Aggro - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - On Aggro - Cast 'Raven Flock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Within 0-40 Range - Cast 'Raven Flock' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Within 40-100 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Within 10-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Within 0-40 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Between 0-15% Mana - Set Event Phase 2 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Between 30-100% Mana - Set Event Phase 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Onslaught Raven Bishop - Between 10-50% Health - Cast 'Raven Heal' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29338 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Respawn - Cast 'Hover (Anim Override)' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29344 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Gossip Option 0 Selected - Quest Credit 'The Story Thus Far...'" WHERE `source_type`=0 AND `entryorguid`=29344 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29344 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Torseg the Exiled - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=29350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torseg the Exiled - In Combat - Cast 'Backbreaker'" WHERE `source_type`=0 AND `entryorguid`=29350 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kirgaraak - Between 0-5% Health - Run Script" WHERE `source_type`=0 AND `entryorguid`=29352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valduran the Stormborn - In Combat - Cast 'Ball Lightning'" WHERE `source_type`=0 AND `entryorguid`=29368 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Valduran the Stormborn - In Combat - Cast 'Spark Frenzy'" WHERE `source_type`=0 AND `entryorguid`=29368 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Valduran the Stormborn - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=29368 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Valduran the Stormborn - On Reset - Cast 'Valduran's Channel'" WHERE `source_type`=0 AND `entryorguid`=29368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Taskmaster - In Combat - Cast 'Lightning Charged'" WHERE `source_type`=0 AND `entryorguid`=29369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Taskmaster - In Combat - Cast 'Stormstrike'" WHERE `source_type`=0 AND `entryorguid`=29369 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Champion - In Combat - Cast 'Lightning Charged'" WHERE `source_type`=0 AND `entryorguid`=29370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=29374 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - Out of Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=29374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Magus - In Combat - Cast 'Lightning Cloud'" WHERE `source_type`=0 AND `entryorguid`=29374 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Iron Giant - In Combat - Cast 'Shockwave'" WHERE `source_type`=0 AND `entryorguid`=29375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Iron Giant - On Spellhit 'Hurl Boulder' - Cast 'Summon Earthen'" WHERE `source_type`=0 AND `entryorguid`=29375 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Iron Giant - On Spellhit 'Hurl Boulder' - Cast 'Summon Earthen'" WHERE `source_type`=0 AND `entryorguid`=29375 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Iron Giant - On Spellhit 'Hurl Boulder' - Cast 'Summon Earthen'" WHERE `source_type`=0 AND `entryorguid`=29375 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Artificer - Within 0-40 Range - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=29376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged War Golem - In Combat - Cast 'Storm Punch'" WHERE `source_type`=0 AND `entryorguid`=29380 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Reaver - Within 0-10 Range - Cast 'Thunderstorm'" WHERE `source_type`=0 AND `entryorguid`=29382 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captive Mechagnome - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29384 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captive Mechagnome - On Gossip Option 0 Selected - Remove Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=29384 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captive Mechagnome - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29384 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captive Mechagnome - On Gossip Option 0 Selected - Quest Credit 'Slaves of the Stormforged'" WHERE `source_type`=0 AND `entryorguid`=29384 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captive Mechagnome - On Gossip Option 0 Selected - Move To Self" WHERE `source_type`=0 AND `entryorguid`=29384 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captive Mechagnome - On Gossip Option 0 Selected - Despawn In 4000 ms" WHERE `source_type`=0 AND `entryorguid`=29384 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snowdrift Jormungar - In Combat - Cast 'Corrosive Poison'" WHERE `source_type`=0 AND `entryorguid`=29390 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenous Jaws - In Combat - Cast 'Thrash'" WHERE `source_type`=0 AND `entryorguid`=29392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ravenous Jaws - On Just Died - Cast 'Cosmetic - Underwater Blood (no sound)'" WHERE `source_type`=0 AND `entryorguid`=29392 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ravenous Jaws - On Spellhit 'Gore Bladder' - Remove Aura 'Cosmetic - Underwater Blood (no sound)'" WHERE `source_type`=0 AND `entryorguid`=29392 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ravenous Jaws - On Spellhit 'Gore Bladder' - Quest Credit 'Blood in the Water'" WHERE `source_type`=0 AND `entryorguid`=29392 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Corrupted Scarlet Onslaught - In Combat - Cast 'Flesh Rip'" WHERE `source_type`=0 AND `entryorguid`=29400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironwool Mammoth - In Combat - Cast 'Ironwool Coat'" WHERE `source_type`=0 AND `entryorguid`=29402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ironwool Mammoth - On Spellhit 'Throw U.D.E.D.' - Cast 'Mammoth Explosion Spell Spawner'" WHERE `source_type`=0 AND `entryorguid`=29402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ironwool Mammoth - On Spellhit 'Throw U.D.E.D.' - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=29402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - On Aggro - Cast 'Bone Toss' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 5-50 Range - Cast 'Bone Toss' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 5-50 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 45-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 45-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 5-25 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - Within 5-25 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Savage Hill Scavenger - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29404 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Snowblind Devotee - Between 0-30% Health - Cast 'Blind Faith' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Garm Watcher - On Aggro - Cast 'Magnataur Charge' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalweb Weaver - Within 0-30 Range - Cast 'Crystal Chains' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalweb Spitter - In Combat - Cast 'Crystal Spike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29412 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystalweb Spitter - Within 0-30 Range - Cast 'Web' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29412 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowblind Digger - In Combat - Cast 'Sunder Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Digger - In Combat - Cast 'Puncture Wound' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29413 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hyldnir Overseer - In Combat - Cast 'Battle Shout' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hyldnir Overseer - On Spellhit - Cast 'Snap Kick' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29426 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thorim - On Gossip Option 0 Selected - Cast 'Thorim Story Kill Credit' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thorim - On Quest 'Forging an Alliance' Taken - Invoker Cast 'Clearquests' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29445 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burr - Within 1-20 Range Out of Combat LoS - Quest Credit 'That's What Friends Are For...' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gerk - Within 1-20 Range Out of Combat LoS - Quest Credit 'That's What Friends Are For...' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icetip Crawler - In Combat - Cast 'Icetip Poison' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goblin Prisoner - On Respawn - Reset Gameobject (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29466 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goblin Prisoner - On Data Set 0 1 - Run Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29466 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Dargath - Within 1-20 Range Out of Combat LoS - Quest Credit 'That's What Friends Are For...' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ice Steppe Rhino - Within 5-35 Range - Cast 'Rhino Charge' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29469 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimwing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=29480 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimwing - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29480 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brunnhildar Warmaiden - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=29498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fjorn - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=29503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fjorn - In Combat - Cast 'Call of Earth'" WHERE `source_type`=0 AND `entryorguid`=29503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seething Revenant - In Combat - Cast 'Seething Flames'" WHERE `source_type`=0 AND `entryorguid`=29504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Syra - In Combat - Cast 'Backhand'" WHERE `source_type`=0 AND `entryorguid`=29518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Syra - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=29518 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mammoth Meat Bunny - On Just Summoned - Cast 'Summon Mammoth Meat'" WHERE `source_type`=0 AND `entryorguid`=29524 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - On Reset - Remove Aura 'Shadowform'" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - In Combat - Cast 'Mind Blast'" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - In Combat - Cast 'Mind Sear'" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - Between 0-50% Health - Cast 'Shadowform' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - Between 0-50% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - On Just Died - Cast 'Second Chances: Summon Archbishop Landgren's Corpse Spell Focus' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - On Spellhit 'Summon Arete's Gate' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - On Spellhit 'Summon Arete's Gate' - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - On Data Set 0 1 - Cast 'Second Chances: Summon Landgren's Soul Moveto Target Bunny'" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren - On Data Set 0 1 - Cast 'Second Chances: Summon Landgren's Soul'" WHERE `source_type`=0 AND `entryorguid`=29542 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Garm Watcher - Within 5-35 Range - Cast 'Magnataur Charge'" WHERE `source_type`=0 AND `entryorguid`=29553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Devotee - Between 0-30% Health - Cast 'Blind Faith'" WHERE `source_type`=0 AND `entryorguid`=29554 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - Out of Combat - Cast 'Ethereal Teleport' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29560 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - Out of Combat - Remove Npc Flag Questgiver (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29560 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - Out of Combat - Set Orientation Closest Creature 'Archbishop Landgren' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29560 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - Out of Combat - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29560 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Valkyrion Aspirant - Between 0-30% Health - Cast 'Metanoia' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nascent Val'kyr - In Combat - Cast 'Touch of the Val'kyr' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29570 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nascent Val'kyr - In Combat - Cast 'Lash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29570 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Just Summoned - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Gossip Option 0 Selected - Cast 'Trigger Brann Signal'" WHERE `source_type`=0 AND `entryorguid`=29579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29579 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Spellhit 'Brann Signal to Self' - Run Script" WHERE `source_type`=0 AND `entryorguid`=29579 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Pillager - In Combat - Cast 'Lightning Charged'" WHERE `source_type`=0 AND `entryorguid`=29586 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yorg Stormheart - In Combat - Cast 'Avatar'" WHERE `source_type`=0 AND `entryorguid`=29593 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Angry Turkey - Out of Combat - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=29594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brann Snow Target - On Respawn - Morph To Model 26241" WHERE `source_type`=0 AND `entryorguid`=29599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Follower - On Spellhit 'Throw Net' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snowblind Follower - On Spellhit 'Throw Net' - Quest Credit 'Gormok Wants His Snobolds'" WHERE `source_type`=0 AND `entryorguid`=29618 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snowblind Follower - On Spellhit 'Throw Net' - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=29618 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Aggro - Set Invincibility Hp 1%" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-50% Health - Cast 'Protection Sphere' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-50% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Spellhit 'The Admiral Revealed: Lord-Commander's Nullifier Effect' - Remove Aura 'Protection Sphere'" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Spellhit 'The Admiral Revealed: Lord-Commander's Nullifier Effect' - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-30% Health - Morph To Creature Dreadlord Mal'Ganis (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-30% Health - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-30% Health - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-30% Health - Set Sheath Melee (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 0-15% Health - Say Line 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Out of Combat - Morph To Creature Grand Admiral Westwind (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 1-1% Health - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 1-1% Health - Summon Creature 'Grand Admiral Westwind Kill Credit Bunny' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 1-1% Health - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - Between 1-1% Health - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Respawn - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Whirlwind' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Heroic Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Sleep' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Vampiric Touch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Carrion Swarm' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - In Combat - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Reset - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29621 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - On Aggro - Cast 'Arcane Barrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Within 0-40 Range - Cast 'Arcane Barrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Between 0-15% Health - Set Event Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Between 0-15% Health - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Savage Hill Mystic - Between 0-15% Health - Flee For Assist (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29622 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Savage Hill Brute - In Combat - Cast 'Brute Force' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29623 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormrider - In Combat - Cast 'Forked Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormrider - In Combat - Cast 'Stormstrike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tormar Frostgut - In Combat - Cast 'Tusk Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29626 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tormar Frostgut - In Combat - Cast 'War Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29626 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind Kill Credit Bunny - On Just Summoned - Add Aura 'The Admiral Revealed: Mal'Ganis's Portal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29627 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Banshee Soulclaimer - In Combat - Cast 'Banshee Wail' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29646 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gymer - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29647 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gymer - On Gossip Option 2 Selected - Say Line 7" WHERE `source_type`=0 AND `entryorguid`=29647 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gymer - On Gossip Option 2 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=29647 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gymer - Out of Combat - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=29647 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bone Gryphon - On Respawn - Cast 'Hover (Anim Override)'" WHERE `source_type`=0 AND `entryorguid`=29648 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - In Combat - Cast 'Lightning Gun Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - In Combat - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stormforged Tracker - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29652 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drakuru Blood Drinker - In Combat - Cast 'Blood Leech' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29654 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru Berserker - In Combat - Cast 'Dire Stomp' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29656 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragemane - On Aggro - Cast 'Charge' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29664 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ragemane - In Combat - Cast 'Flipper Thwack' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29664 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ragemane - Between 0-30% Health - Cast 'Enrage' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29664 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ticking Bomb - On Respawn - Cast 'Ticking Bomb' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29684 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ticking Bomb - In Combat - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29684 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Rageclaw - Out of Combat - Cast 'Lightning Shield' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29690 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Rageclaw - On Respawn - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=29690 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Rageclaw - On Respawn - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29690 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hut Fire - Out of Combat - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=29692 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hut Fire - On Spellhit 'Fire Extinguisher' - Quest Credit 'This Just In: Fire Still Hot!'" WHERE `source_type`=0 AND `entryorguid`=29692 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hut Fire - On Spellhit 'Fire Extinguisher' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=29692 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serpent Defender - Within 0-5 Range - Cast 'Tail Lash'" WHERE `source_type`=0 AND `entryorguid`=29693 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hyldsmeet Drakerider - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=29694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Pursuer - Within 5-30 Range - Cast 'Throw Hammer'" WHERE `source_type`=0 AND `entryorguid`=29696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru Prophet - In Combat - Cast 'Plague Cloud'" WHERE `source_type`=0 AND `entryorguid`=29697 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skizzle Slickslide - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=29721 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skizzle Slickslide - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29721 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fjorlin Frostbrow - On Gossip Option 1 Selected - Cast 'Forcecast Summon Scripted Eagle'" WHERE `source_type`=0 AND `entryorguid`=29732 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fjorlin Frostbrow - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29732 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Shaman Moky - On Respawn - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=29733 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Shaman Moky - On Respawn - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29733 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Liberated Brunnhildar - On Just Summoned - Despawn In 30000 ms" WHERE `source_type`=0 AND `entryorguid`=29734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Savage Worg - On Aggro - Cast 'Pounce'" WHERE `source_type`=0 AND `entryorguid`=29735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Savage Worg - Between 0-60% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=29735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Databank - On Spellhit 'Retrieve Data Credit' - Quest Credit 'Data Mining'" WHERE `source_type`=0 AND `entryorguid`=29746 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Databank - On Spellhit 'Retrieve Data Credit' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=29746 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Ocular - In Combat - Cast 'Deathly Stare'" WHERE `source_type`=0 AND `entryorguid`=29747 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Ocular - On Just Died - Invoker Cast 'It's All Fun and Games: The Ocular Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=29747 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Ocular - On Reset - Add Aura 'The Ocular: Transform'" WHERE `source_type`=0 AND `entryorguid`=29747 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Faldorf Bitterchill - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=29750 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Faldorf Bitterchill - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29750 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormpeak Hatchling - In Combat - Cast 'Wing Smash'" WHERE `source_type`=0 AND `entryorguid`=29755 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kabarg Windtamer - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=29757 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kabarg Windtamer - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29757 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hyeyoung Parka - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29762 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hyeyoung Parka - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29762 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unyielding Constrictor - In Combat - Cast 'Vicious Bite'" WHERE `source_type`=0 AND `entryorguid`=29768 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unyielding Constrictor - In Combat - Cast 'Vicious Bite'" WHERE `source_type`=0 AND `entryorguid`=29768 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile - On Just Died - Quest Credit 'Free Your Mind'" WHERE `source_type`=0 AND `entryorguid`=29769 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Nightswood - On Just Died - Quest Credit 'Free Your Mind'" WHERE `source_type`=0 AND `entryorguid`=29770 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Within 0-30 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Within 0-30 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - In Combat - Cast 'Cobra Strike'" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Spitting Cobra - In Combat - Cast 'Cobra Strike'" WHERE `source_type`=0 AND `entryorguid`=29774 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Frostfeather Screecher - In Combat - Cast 'Piercing Screech'" WHERE `source_type`=0 AND `entryorguid`=29792 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostfeather Witch - In Combat - Cast 'Coldwind Blast'" WHERE `source_type`=0 AND `entryorguid`=29793 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sirana Iceshriek - In Combat - Cast 'Talon Strike'" WHERE `source_type`=0 AND `entryorguid`=29794 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sirana Iceshriek - In Combat - Cast 'Ice Shriek'" WHERE `source_type`=0 AND `entryorguid`=29794 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormcrest Hatchling - In Combat - Cast 'Swoop'" WHERE `source_type`=0 AND `entryorguid`=29808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostborn Scout - On Gossip Option 0 Selected - Quest Credit 'Missing Scouts'" WHERE `source_type`=0 AND `entryorguid`=29811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostborn Scout - On Gossip Option 0 Selected - Despawn In 30000 ms" WHERE `source_type`=0 AND `entryorguid`=29811 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostborn Scout - On Reset - Set Flag Standstate Dead" WHERE `source_type`=0 AND `entryorguid`=29811 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathcharger Steed - In Combat - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=29818 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Lancer - In Combat - Cast 'Impale'" WHERE `source_type`=0 AND `entryorguid`=29819 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Lancer - In Combat - Cast 'Impale'" WHERE `source_type`=0 AND `entryorguid`=29819 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Lancer - In Combat - Cast 'Disarm'" WHERE `source_type`=0 AND `entryorguid`=29819 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Lancer - In Combat - Cast 'Retaliation'" WHERE `source_type`=0 AND `entryorguid`=29819 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Out of Combat - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Out of Combat - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - On Aggro - Cast 'Shoot' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 5-30 Range - Cast 'Shoot' (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 5-30 Range - Set Sheath Ranged (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - On Aggro - Cast 'Shoot' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 5-30 Range - Cast 'Shoot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 5-30 Range - Set Sheath Ranged (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - In Combat - Cast 'Arcane Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - In Combat - Cast 'Arcane Shot' (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 25-80 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 25-80 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 0-5 Range - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 0-5 Range - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 0-5 Range - Start Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 5-15 Range - Disable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Within 5-15 Range - Stop Attacking (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - In Combat - Cast 'Flare' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - In Combat - Cast 'Tranquilizing Shot' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - Between 0-30% Health - Cast 'Deterrence' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Drakkari God Hunter - On Evade - Set Sheath Melee (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29820 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - On Respawn - Cast 'Sinister Shield' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - In Combat - Cast 'Soul Deflection' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - In Combat - Cast 'Vampiric Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - In Combat - Cast 'Soul Blast' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - On Just Died - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - On Just Died - Summon Creature 'Thrym' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - On Just Died - Cast 'Navarius Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prince Navarius - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29821 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - On Aggro - Cast 'Lava Burst'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Within 0-30 Range - Cast 'Lava Burst'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - On Aggro - Cast 'Lava Burst'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Within 0-30 Range - Cast 'Lava Burst'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - In Combat - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - In Combat - Cast 'Flame Shock'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drakkari Fire Weaver - Within 0-5 Range - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=29822 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Drakkari Medicine Man - On Friendly Between 0-30% Health - Cast 'Cleanse Magic'" WHERE `source_type`=0 AND `entryorguid`=29826 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Medicine Man - Between 0-30% Mana - Cast 'Mana Link'" WHERE `source_type`=0 AND `entryorguid`=29826 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Medicine Man - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=29826 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Medicine Man - On Friendly Between 0-40% Health - Cast 'Healing Wave'" WHERE `source_type`=0 AND `entryorguid`=29826 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Medicine Man - Between 0-50% Health - Cast 'Earth Shield'" WHERE `source_type`=0 AND `entryorguid`=29826 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Medicine Man - Between 0-50% Health - Cast 'Earth Shield'" WHERE `source_type`=0 AND `entryorguid`=29826 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Earthshaker - Within 0-5 Range - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=29829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Earthshaker - Within 0-5 Range - Cast 'Head Crack'" WHERE `source_type`=0 AND `entryorguid`=29829 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Earthshaker - In Combat - Cast 'Powerful Blow'" WHERE `source_type`=0 AND `entryorguid`=29829 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Earthshaker - In Combat - Cast 'Slam Ground'" WHERE `source_type`=0 AND `entryorguid`=29829 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Golem - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=29832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Golem - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=29832 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Golem - In Combat - Cast 'Shockwave'" WHERE `source_type`=0 AND `entryorguid`=29832 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Golem - In Combat - Cast 'Shockwave'" WHERE `source_type`=0 AND `entryorguid`=29832 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Golem - Between 0-30% Health - Cast 'Body of Stone'" WHERE `source_type`=0 AND `entryorguid`=29832 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - In Combat - Cast 'Poisoned Spear'" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - In Combat - Cast 'Poisoned Spear'" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - In Combat - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Drakkari Battle Rider - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=29836 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=29838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=29838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - In Combat - Cast 'Deafening Roar'" WHERE `source_type`=0 AND `entryorguid`=29838 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - In Combat - Cast 'Deafening Roar'" WHERE `source_type`=0 AND `entryorguid`=29838 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Leaper - On Just Died - Quest Credit 'Free Your Mind'" WHERE `source_type`=0 AND `entryorguid`=29840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Loreseeker - In Combat - Cast 'Lightning Shield'" WHERE `source_type`=0 AND `entryorguid`=29843 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Loreseeker - In Combat - Cast 'Lightning Fury'" WHERE `source_type`=0 AND `entryorguid`=29843 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icebound Revenant - In Combat - Cast 'Avalanche'" WHERE `source_type`=0 AND `entryorguid`=29844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rageclaw Pup - On Respawn - Cast 'Cosmetic - Sleep Zzz'" WHERE `source_type`=0 AND `entryorguid`=29848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormcrest Eagle - In Combat - Cast 'Talon'" WHERE `source_type`=0 AND `entryorguid`=29854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gooey Ghoul Drool - On Spellhit 'Create Ghoul Drool Cover' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=29856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Eradicator - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=29861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Eradicator - In Combat - Cast 'Storm Punch'" WHERE `source_type`=0 AND `entryorguid`=29861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Eradicator - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=29861 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Monitor - In Combat - Cast 'Lightning Charged'" WHERE `source_type`=0 AND `entryorguid`=29862 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Monitor - In Combat - Cast 'Lightning Infusion'" WHERE `source_type`=0 AND `entryorguid`=29862 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Persistence - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=29863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Algar the Chosen - In Combat - Cast 'Dreadful Roar'" WHERE `source_type`=0 AND `entryorguid`=29872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Algar the Chosen - On Just Died - Cast 'Algar Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=29872 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Inciter - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=29874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Inciter - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=29874 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icemane Yeti - In Combat - Cast 'Crashing Slam'" WHERE `source_type`=0 AND `entryorguid`=29875 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jotunheim Warrior - In Combat - Cast 'Demoralize'" WHERE `source_type`=0 AND `entryorguid`=29880 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jotunheim Warrior - In Combat - Cast 'Chop'" WHERE `source_type`=0 AND `entryorguid`=29880 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jotunheim Warrior - On Just Died - Quest Credit 'The Art of Being a Water Terror'" WHERE `source_type`=0 AND `entryorguid`=29880 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="An Unknown Voice - On Spellhit 'Whisper Gulch: Yogg-Saron Whisper Dummy' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=29881 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gymer - On Passenger Boarded - Say Line 8 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gymer - On Passenger Boarded - Say Line 9 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gymer - On Passenger Removed - Say Line 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gymer - On Just Summoned - Cast 'Storm's Fury' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gymer - On Just Summoned - Set Reactstate Passive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gymer - On Just Summoned - Set Phase 256 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gymer - On Spellclick - Cast 'Ride Vehicle Hardcoded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gymer - In Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29884 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - On Aggro - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Within 0-30 Range - Cast 'Mind Blast' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - In Combat - Cast 'Shadow Word: Pain' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mildred the Cruel - Between 0-15% Health - Cast 'Shadow Word: Death' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29885 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vargul Doombringer - In Combat - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vargul Blighthound - In Combat - Cast 'Broken Bone' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29889 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vargul Blighthound - In Combat - Cast 'Gnaw Bone' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29889 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vargul Deathwaker - In Combat - Cast 'Plaguebolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29890 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vargul Runelord - In Combat - Cast 'Rune of Destruction' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29891 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Banshee Soulclaimer - In Combat - Cast 'Banshee Wail' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29893 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vargul Plaguetalon - In Combat - Cast 'Swoop' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29894 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thrym - In Combat - Cast 'Chain Lightning' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29895 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thrym - On Aggro - Say Line 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29895 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thrym - Between 0-7% Mana - Jump To Pos (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29895 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thrym - On Respawn - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29895 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thrym - Out of Combat - Set Home Position (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29895 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thrym - On Just Died - Cast 'Thrym Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29895 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Smilin' Slirk Brassknob - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29904 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smilin' Slirk Brassknob - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=29904 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 0-20 Range - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 0-20 Range - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 5-45 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 5-45 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 35-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="K3 Bruiser - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29910 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Dead Iron Giant - On Spellhit 'Salvage Corpse' - Run Random Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29914 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Iron Giant - On Reset - Set Reactstate Passive (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29914 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - On Aggro - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - On Aggro - Set Flags Pacified & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - On Text 2 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - On Text 3 Over - Remove Flags Pacified & Not Selectable" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - In Combat - Cast 'Brutal Strike'" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thane Ufrang the Mighty - In Combat - Cast 'Powerful Smash'" WHERE `source_type`=0 AND `entryorguid`=29919 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gunda Boldhammer - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29926 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gunda Boldhammer - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=29926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=29931 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - On Aggro - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=29931 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - In Combat - Cast 'Deafening Roar'" WHERE `source_type`=0 AND `entryorguid`=29931 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakkari Rhino - In Combat - Cast 'Deafening Roar'" WHERE `source_type`=0 AND `entryorguid`=29931 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Hold Grunt - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=29942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Hold Grunt - Within 0-5 Range - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=29942 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Breck Rockbrow - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=29950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Breck Rockbrow - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29950 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shavalius the Fancy - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=29951 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shavalius the Fancy - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=29951 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moa'ki Turtle Rider - On Respawn - Cast 'Tuskarr Turtle Rider CustomSpell01'" WHERE `source_type`=0 AND `entryorguid`=29953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 0-20 Range - Cast 'Net' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 0-20 Range - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 5-45 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 5-45 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 35-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Earthen Stoneguard - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=29960 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wabada Whiteflower - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29971 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wabada Whiteflower - On Gossip Option 2 Selected - Invoker Cast 'Trick or Treat'" WHERE `source_type`=0 AND `entryorguid`=29971 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tunka'lo Brave - In Combat - Cast 'Ground Slam'" WHERE `source_type`=0 AND `entryorguid`=29973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Niffelem Forefather - In Combat - Cast 'Ice Spike'" WHERE `source_type`=0 AND `entryorguid`=29974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Niffelem Forefather - On Spellhit 'Blow Hodir's Horn' - Quest Credit 'Blowing Hodir's Horn'" WHERE `source_type`=0 AND `entryorguid`=29974 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Niffelem Forefather - On Spellhit 'Blow Hodir's Horn' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=29974 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lok'lira the Crone - On Gossip Option 0 Selected - Quest Credit 'The Hyldsmeet'" WHERE `source_type`=0 AND `entryorguid`=29975 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lok'lira the Crone - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=29975 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - On Aggro - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Within 0-30 Range - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Iron Dwarf Magus - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29979 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Earthen Elite - In Combat - Cast 'Torn Earth' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29980 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Earthen Warder - Within 0-30 Range - Cast 'Lava Burst' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29981 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Raider - Within 0-5 Range - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29982 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Sentinel - In Combat - Cast 'Trample' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29984 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Sentinel - In Combat - Cast 'Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29984 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snorts - On Aggro - Cast 'Boar Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=29996 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - On Aggro - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Within 0-30 Range - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - In Combat - Cast 'Blast Wave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - In Combat - Cast 'Dragon's Breath' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gnarlhide - In Combat - Cast 'Fire Blast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30003 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warsmith Sigfinna - Within 5-35 Range - Cast 'Charge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30006 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Amphitheater of Anguish: Yggdras!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Amphitheater of Anguish: Yggdras!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Amphitheater of Anguish: Magnataur!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Amphitheater of Anguish: From Beyond!' Taken - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Amphitheater of Anguish: Tuskarrmageddon!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Amphitheater of Anguish: Korrak the Bloodrager!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Champion of Anguish' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Champion of Anguish' Taken - Set Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Quest 'The Champion of Anguish' Taken - Set Event Phase 2" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 10 10 - Say Line 15" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 11 11 - Say Line 10" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 12 12 - Say Line 12" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 13 13 - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 14 14 - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 15 15 - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 16 16 - Say Line 14" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 16 16 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Data Set 16 16 - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=30007 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30012 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - On Reset - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=30012 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=30012 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - Within 0-5 Range - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=30012 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - In Combat - Cast 'Rend'" WHERE `source_type`=0 AND `entryorguid`=30012 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Yggdras - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yggdras - Within 0-5 Range - Cast 'Corrode Flesh'" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Just Died - Cast 'Jormungar Spawn'" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Just Died - Set Data 11 11" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Just Died - Quest Credit 'The Amphitheater of Anguish: Yggdras!'" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Just Died - Quest Credit 'The Amphitheater of Anguish: Yggdras!'" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Yggdras - On Respawn - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30014 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Respawn - Set Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Respawn - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Waypoint 7 Reached - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Waypoint 7 Reached - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Waypoint 7 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Just Died - Set Data 12 12 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Just Died - Quest Credit 'The Amphitheater of Anguish: Magnataur!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - Within 0-10 Range - Cast 'Knock Away' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - In Combat - Cast 'Stinky Beard' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - On Aggro - Cast 'Thunderblade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - Between 0-20% Health - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stinkbeard - Between 0-10% Health - Cast 'Thunderclap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30017 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Duke Singen - In Combat - Cast 'Magma Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Just Died - Set Data 13 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Just Died - Quest Credit 'The Amphitheater of Anguish: From Beyond!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Evade - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Respawn - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Duke Singen - On Respawn - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Duke Singen - Between 0-50% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Duke Singen - Between 0-50% Health - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Duke Singen - Between 0-50% Health - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Duke Singen - Between 0-50% Health - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=30019 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Respawn - Set Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Respawn - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Respawn - Jump To Pos" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - Out of Combat - Remove Flags Immune To Players & Immune To NPC's (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - Out of Combat - Set Reactstate Aggressive (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - Out of Combat - Set Home Position (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Just Died - Set Data 14 14 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Just Died - Quest Credit 'The Amphitheater of Anguish: Tuskarrmageddon!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - In Combat - Cast 'Fishy Scent' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - In Combat - Cast 'Battle Shout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - On Aggro - Cast 'Impale' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - Between 0-50% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - Between 0-50% Health - Cast 'Summon Whisker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Orinoko Tuskbreaker - Within 10-60 Range - Cast 'Impale' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30020 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Respawn - Set Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Respawn - Mount To Creature Enormos" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Respawn - Jump To Pos" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Respawn - Run Script" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Aggro - Run Script" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Just Died - Set Data 16 16 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Just Died - Quest Credit 'The Champion of Anguish' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - Within 0-5 Range - Cast 'Blood Plague' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - Within 0-5 Range - Cast 'Blood Boil' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - In Combat - Cast 'Hysteria' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - In Combat - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - In Combat - Cast 'Spell Deflection'" WHERE `source_type`=0 AND `entryorguid`=30022 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Respawn - Set Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Respawn - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Waypoint 6 Reached - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Waypoint 6 Reached - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Waypoint 6 Reached - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Waypoint 6 Reached - Set Home Position" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Just Died - Set Data 15 15 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Just Died - Quest Credit 'The Amphitheater of Anguish: Korrak the Bloodrager!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - Within 8-25 Range - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - Within 0-5 Range - Cast 'Uppercut' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - On Aggro - Cast 'Grow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Korrak the Bloodrager - Between 0-20% Health - Cast 'Enrage' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30023 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - In Combat - Cast 'Crashing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Just Died - Set Data 13 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Just Died - Quest Credit 'The Amphitheater of Anguish: From Beyond!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Evade - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Respawn - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - On Respawn - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - Between 0-50% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - Between 0-50% Health - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - Between 0-50% Health - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gargoral the Water Lord - Between 0-50% Health - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=30024 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - Within 0-5 Range - Cast 'Shockwave'" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Just Died - Set Data 13 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Just Died - Quest Credit 'The Amphitheater of Anguish: From Beyond!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Evade - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Respawn - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - On Respawn - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - Between 0-50% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - Between 0-50% Health - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - Between 0-50% Health - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Erathius, King of Dirt - Between 0-50% Health - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=30025 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - In Combat - Cast 'Blast of Air'" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Just Died - Set Data 13 13 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Just Died - Quest Credit 'The Amphitheater of Anguish: From Beyond!' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Evade - Set Data 10 10 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Evade - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Respawn - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - On Respawn - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - Between 0-50% Health - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - Between 0-50% Health - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - Between 0-50% Health - Send Target 1" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Az'Barin, Prince of the Gust - Between 0-50% Health - Set Data 1 2" WHERE `source_type`=0 AND `entryorguid`=30026 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mjordin Combatant - On Spellhit 'Challenge Flag' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=30037 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mjordin Combatant - On Just Died - Quest Credit 'Honor Challenge'" WHERE `source_type`=0 AND `entryorguid`=30037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - On Data Set 1 1 - Evade" WHERE `source_type`=0 AND `entryorguid`=30042 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - On Data Set 1 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30042 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - On Data Set 1 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30042 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - Within 10-70 Range - Cast 'Orb of Flame'" WHERE `source_type`=0 AND `entryorguid`=30042 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - On Evade - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30042 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fiend of Earth - On Data Set 1 1 - Evade" WHERE `source_type`=0 AND `entryorguid`=30043 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiend of Earth - On Data Set 1 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30043 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fiend of Earth - On Data Set 1 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30043 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fiend of Earth - Within 10-70 Range - Cast 'Boulder'" WHERE `source_type`=0 AND `entryorguid`=30043 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fiend of Earth - On Evade - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30043 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fiend of Water - On Data Set 1 1 - Evade" WHERE `source_type`=0 AND `entryorguid`=30044 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiend of Water - On Data Set 1 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30044 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fiend of Water - On Data Set 1 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30044 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fiend of Water - Within 10-70 Range - Cast 'Orb of Water'" WHERE `source_type`=0 AND `entryorguid`=30044 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fiend of Water - On Evade - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30044 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fiend of Air - On Data Set 1 1 - Evade" WHERE `source_type`=0 AND `entryorguid`=30045 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiend of Air - On Data Set 1 1 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30045 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fiend of Air - On Data Set 1 2 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30045 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fiend of Air - Within 10-70 Range - Cast 'Orb of Storms'" WHERE `source_type`=0 AND `entryorguid`=30045 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fiend of Air - On Evade - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30045 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - On Aggro - Cast 'Call Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Within 0-30 Range - Cast 'Call Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Yulda the Stormspeaker - In Combat - Cast 'Typhoon' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30046 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Librarian Tiare - On Gossip Option 0 Selected - Cast 'Teleport - Coldarra, Transitus Shield to Amber Ledge' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30051 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icebound Revenant - In Combat - Cast 'Avalanche' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30053 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Warmonger - In Combat - Cast 'Lightning Charged' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30060 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Warmonger - Within 0-5 Range - Cast 'Stormstrike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30060 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Decimator - In Combat - Cast 'Storm Punch' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30063 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Decimator - In Combat - Cast 'War Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30063 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Behemoth - In Combat - Cast 'Thunderous Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Behemoth - Between 0-15% Health - Cast 'Thunderous Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30064 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Behemoth - Between 0-15% Health - Cast 'Obliterate' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30064 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Valkyrion Harpoon Gun - On Respawn - Set Rooted On (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stitched Colossus - In Combat - Cast 'Massive Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30071 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stitched Colossus - In Combat - Cast 'Massive Stomp' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30071 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stitched Colossus - Between 0-30% Health - Cast 'Unstoppable Enrage' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30071 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - Out of Combat - Cast 'Devotion Aura' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - Between 0-50% Health - Cast 'Lay on Hands' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - In Combat - Cast 'Crusader Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - In Combat - Cast 'Hammer of Justice' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - On Gossip Option 0 Selected - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - On Gossip Option 0 Selected - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - Between 0-1% Health - Quest Credit 'Eliminate the Competition'" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - Between 0-1% Health - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Efrem the Faithful - Between 0-1% Health - Evade" WHERE `source_type`=0 AND `entryorguid`=30081 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Marauding Geist - On Aggro - Cast 'Frenzied Leap'" WHERE `source_type`=0 AND `entryorguid`=30083 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vigilant Shade - Out of Combat - Cast 'Invisibility'" WHERE `source_type`=0 AND `entryorguid`=30085 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vigilant Shade - On Aggro - Remove Aura 'Invisibility'" WHERE `source_type`=0 AND `entryorguid`=30085 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vigilant Shade - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=30085 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vigilant Shade - In Combat - Cast 'Shadow Bolt Volley'" WHERE `source_type`=0 AND `entryorguid`=30085 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Aggro - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Aggro - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 30-100 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 9-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 5-30 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - In Combat - Cast 'Impale'" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Target Casting - Cast 'Disengage'" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Out of Combat - Cast 'Frostbite Weapon'" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Gossip Option 0 Selected - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Gossip Option 0 Selected - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Between 0-1% Health - Quest Credit 'Eliminate the Competition'" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Between 0-1% Health - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Between 0-1% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Between 0-1% Health - Evade" WHERE `source_type`=0 AND `entryorguid`=30086 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Yggdras Worm - On Respawn - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=30093 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dry Haystack - On Spellhit 'Explosion' - Cast 'Valkyrion Fire'" WHERE `source_type`=0 AND `entryorguid`=30096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dry Haystack - On Spellhit 'Explosion' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=30096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dry Haystack - On Spellhit 'Explosion' - Quest Credit 'Valkyrion Must Burn'" WHERE `source_type`=0 AND `entryorguid`=30096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dry Haystack - On Has Aura 'Valkyrion Fire' - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dry Haystack - On Has Aura 'Valkyrion Fire' - Despawn Instant (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="King Jokkum - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Jokkum - On Gossip Option 0 Selected - Cast 'Jokkum Scriptcast'" WHERE `source_type`=0 AND `entryorguid`=30105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hungry Penguin - On Respawn - Set Faction 7" WHERE `source_type`=0 AND `entryorguid`=30110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hungry Penguin - On Respawn - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=30110 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hungry Penguin - On Respawn - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30110 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - On Aggro - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - On Aggro - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Within 0-40 Range - Cast 'Fireball' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - In Combat - Cast 'Flamestrike' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - In Combat - Cast 'Flamestrike' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Twilight Worshipper - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30111 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Whisker - Within 0-5 Range - Cast 'Flipper Thwack' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seething Revenant - In Combat - Cast 'Seething Flames' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seething Revenant - On Just Died - Cast 'KC toTarget Master' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30120 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snorri - On Just Summoned - Say Line 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30124 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snorri - On Update - Cast 'Sleeping Sleep' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30124 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snorri - On Spellhit 'KC toTarget Master' - Cast 'Kill Credit, Seething Revenant' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30124 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Restless Frostborn Warrior - In Combat - Cast 'Frostbite' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Restless Frostborn Warrior - On Spellhit 'Blow Hodir's Horn' - Quest Credit 'Blowing Hodir's Horn'" WHERE `source_type`=0 AND `entryorguid`=30135 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Restless Frostborn Warrior - On Spellhit 'Blow Hodir's Horn' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30135 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Soldier - In Combat - Cast 'Thunder Orb'" WHERE `source_type`=0 AND `entryorguid`=30136 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Soldier - In Combat - Cast 'Thunder Orb'" WHERE `source_type`=0 AND `entryorguid`=30136 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Iron Watcher - In Combat - Cast 'Thundering Stomp'" WHERE `source_type`=0 AND `entryorguid`=30142 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Restless Frostborn Ghost - In Combat - Cast 'Frostbite'" WHERE `source_type`=0 AND `entryorguid`=30144 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Restless Frostborn Ghost - On Spellhit 'Blow Hodir's Horn' - Quest Credit 'Blowing Hodir's Horn'" WHERE `source_type`=0 AND `entryorguid`=30144 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Restless Frostborn Ghost - On Spellhit 'Blow Hodir's Horn' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30144 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Say Line 0 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Set Phase Random Between 2-3 (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Set Flag Standstate Sit Down (Phase 2) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - On Spellhit 'Disciplining Rod' - Quest Credit 'Discipline' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - On Spellhit 'Disciplining Rod' - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - On Spellhit 'Disciplining Rod' - Remove Flag Standstate Sit Down (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - On Reset - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Say Line 1 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Remove Flag Standstate Sit Down (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Move Forward 6 Yards (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Set Emote State 233 (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Out of Combat - Despawn Instant (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Exhausted Vrykul - Between 0-30% Health - Cast 'Desperate Blow' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30146 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Garhal - Within 0-5 Range - Cast 'Thrash Kick' (Phase 4) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30147 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Out of Combat - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Aggro - Remove Aura 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Aggro - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Aggro - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Aggro - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - In Combat - Cast 'Jormungar Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - In Combat - Cast 'Powerful Bite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - In Combat - Cast 'Bore' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 10-60 Range - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 10-60 Range - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 10-60 Range - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 0-8 Range - Remove Aura 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 0-8 Range - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 0-8 Range - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 0-8 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - Within 0-8 Range - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Evade - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Evade - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Evade - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Evade - Set All Threat 0-100 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Infesting Jormungar - On Evade - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30148 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Bruor Ironbane - Between 0-30% Health - Cast 'Iron's Bane' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30152 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Agnetta Tyrsdottar - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30154 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Agnetta Tyrsdottar - On Gossip Option 0 Selected - Set Faction 45" WHERE `source_type`=0 AND `entryorguid`=30154 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Agnetta Tyrsdottar - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30154 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Agnetta Tyrsdottar - On Gossip Option 0 Selected - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30154 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Agnetta Tyrsdottar - On Reset - Set Faction 2109" WHERE `source_type`=0 AND `entryorguid`=30154 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn's Proto-Drake - On Passenger Boarded - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=30159 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn's Proto-Drake - On Waypoint 9 Reached - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30159 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn's Proto-Drake - On Waypoint 9 Reached - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30159 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brittle Revenant - In Combat - Cast 'Mace Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brittle Revenant - Target Casting - Cast 'Shield Bash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30160 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - In Combat - Cast 'Wrench Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - In Combat - Cast 'Heavy Dynamite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - On Gossip Option 0 Selected - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - On Gossip Option 0 Selected - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - Between 0-1% Health - Quest Credit 'Eliminate the Competition'" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - Between 0-1% Health - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - Between 0-1% Health - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tinky Wickwhistle - Between 0-1% Health - Evade" WHERE `source_type`=0 AND `entryorguid`=30162 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gimorak - Within 5-35 Range - Cast 'Jump Attack'" WHERE `source_type`=0 AND `entryorguid`=30167 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gimorak - Within 0-5 Range - Cast 'Gnaw Bone'" WHERE `source_type`=0 AND `entryorguid`=30167 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gimorak - In Combat - Cast 'Gore'" WHERE `source_type`=0 AND `entryorguid`=30167 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smoldering Scrap Bunny - On Respawn - Cast 'Summon Smoldering Scrap'" WHERE `source_type`=0 AND `entryorguid`=30169 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smoldering Scrap Bunny - On Spellhit 'Throw Ice' - Set Lootstate Deactivated (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30169 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Smoldering Scrap Bunny - On Spellhit 'Throw Ice' - Cast 'Summon Frozen Iron Scrap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30169 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Smoldering Scrap Bunny - On Spellhit 'Throw Ice' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30169 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hyldsmeet Warbear - In Combat - Cast 'Maul' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30174 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hyldsmeet Warbear - In Combat - Cast 'Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30174 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hyldsmeet Warbear - Out of Combat - Set Faction 31 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30174 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hyldsmeet Warbear - In Combat - Cast 'Charge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30174 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Twilight Apostle - On Respawn - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30179 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Twilight Apostle - On Respawn - Cast 'Lightning Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30179 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Apostle - Friendly At 10000 Health - Cast 'Healing Wave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30179 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twilight Apostle - Between 0-30% Health - Cast 'Bloodlust' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30179 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Within 40-100 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Within 10-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Within 0-40 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Between 0-15% Mana - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Between 0-15% Mana - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Between 30-100% Mana - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Out of Combat - Cast 'Frost Armor' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Target Casting - Cast 'Counterspell' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Onu'zun - In Combat - Cast 'Cone of Cold' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Gossip Option 0 Selected - Set Invincibility Hp 1" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Gossip Option 0 Selected - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Gossip Option 0 Selected - Set Faction 14" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Onu'zun - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Between 0-1% Health - Quest Credit 'Eliminate the Competition'" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Between 0-1% Health - Set Faction 0" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Onu'zun - Between 0-1% Health - Evade" WHERE `source_type`=0 AND `entryorguid`=30180 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Yorg Stormheart - In Combat - Cast 'Avatar'" WHERE `source_type`=0 AND `entryorguid`=30182 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Yorg Stormheart - In Combat - Cast 'Thunderclap'" WHERE `source_type`=0 AND `entryorguid`=30182 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scion of Storm - In Combat - Cast 'Kinetic Beam'" WHERE `source_type`=0 AND `entryorguid`=30184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scion of Storm - On Just Died - Cast 'Zephyr'" WHERE `source_type`=0 AND `entryorguid`=30184 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=30190 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Crusader - On Spellhit 'Sprinkle Holy Water' - Cast 'Freed Crusader Soul' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Crusader - On Spellhit 'Sprinkle Holy Water' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Reanimated Crusader - In Combat - Cast 'Avenger's Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30202 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Reanimated Crusader - In Combat - Cast 'Hammer of Injustice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30202 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Reanimated Crusader - Between 10-90% Health - Cast 'Unholy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30202 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Reanimated Crusader - Friendly At 1000 Health - Cast 'Unholy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30202 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths High Priest - In Combat - Cast 'Encasing Webs' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30203 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths High Priest - In Combat - Cast 'Mind Sear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30203 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths Ambusher - On Aggro - Remove Flag Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths Ambusher - On Aggro - Remove Aura 'Nerubian Submerge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Just Summoned - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=30219 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Just Summoned - Set Run On" WHERE `source_type`=0 AND `entryorguid`=30219 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30219 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Dalfors - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=30224 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Skytalon - On Respawn - Add Aura 'Argent Skytalon Flight'" WHERE `source_type`=0 AND `entryorguid`=30228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-30 Range - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunreaver Scout - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30233 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-30 Range - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Scout - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30238 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Alanura Firecloud - On Aggro - Cast 'Fiery Intellect' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30239 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Njorndar Spear-Sister - In Combat - Cast 'Stab' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30243 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Njorndar Spear-Sister - On Just Died - Quest Credit 'The Art of Being a Water Terror' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30243 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Valhalas Vargul - Within 0-5 Range - Cast 'Cleave' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30250 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valhalas Vargul - On Just Died - Quest Credit 'The Art of Being a Water Terror' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30250 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marisalira - On Aggro - Cast 'Fiery Intellect' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-30 Range - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Horseman - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30263 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-30 Range - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sunreaver Hawkrider - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30265 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Webbed Crusader - On Just Died - Summon Creature 'Forgotten Depths Ambusher' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skymaster Baeric - On Aggro - Cast 'Fiery Intellect' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30269 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galendror Whitewing - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=30271 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galendror Whitewing - On Aggro - Summon Creature 'Enraged Hippogryph'" WHERE `source_type`=0 AND `entryorguid`=30271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Webbed Crusader - On Just Died - Invoker Cast 'Summon Freed Crusader'" WHERE `source_type`=0 AND `entryorguid`=30273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Webbed Crusader - On Just Died - Quest Credit 'Scourge Tactics'" WHERE `source_type`=0 AND `entryorguid`=30273 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Freed Crusader - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=30274 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Web Winder - Within 0-40 Range - Cast 'Web Grab'" WHERE `source_type`=0 AND `entryorguid`=30276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Web Winder - Within 0-40 Range - Cast 'Web Grab'" WHERE `source_type`=0 AND `entryorguid`=30276 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Web Winder - In Combat - Cast 'Tangled Webs'" WHERE `source_type`=0 AND `entryorguid`=30276 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Slasher - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=30277 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Slasher - In Combat - Cast 'Triple Slash'" WHERE `source_type`=0 AND `entryorguid`=30277 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Slasher - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=30277 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Slasher - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=30277 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - On Aggro - Cast 'Shadow Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Within 0-40 Range - Cast 'Shadow Blast' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - On Aggro - Cast 'Shadow Blast' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Within 0-40 Range - Cast 'Shadow Blast' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - In Combat - Cast 'Shadow Sickle' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Spell Flinger - In Combat - Cast 'Shadow Sickle' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30278 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deep Crawler - In Combat - Cast 'Glutinous Poison' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30279 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deep Crawler - In Combat - Cast 'Glutinous Poison' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30279 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deep Crawler - Target Between 0-20% Health - Cast 'Fatal Sting' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30279 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deep Crawler - Target Between 0-20% Health - Cast 'Fatal Sting' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30279 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Plague Walker - On Respawn - Cast 'Aura of Lost Hope' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Walker - On Respawn - Cast 'Aura of Lost Hope' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30283 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Walker - In Combat - Cast 'Contagion of Rot' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30283 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonegrinder - In Combat - Cast 'Trample' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bonegrinder - In Combat - Cast 'Trample' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30284 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bonegrinder - In Combat - Cast 'Stomp' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30284 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bonegrinder - In Combat - Cast 'Frightening Shout' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30284 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bonegrinder - Between 0-30% Health - Cast 'Enrage' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30284 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - On Aggro - Cast 'Shadow Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Within 0-20 Range - Cast 'Shadow Shock' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - On Aggro - Cast 'Shadow Shock' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Within 0-20 Range - Cast 'Shadow Shock' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Target Casting - Cast 'Dark Counterspell' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Target Casting - Cast 'Dark Counterspell' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - In Combat - Cast 'Eyes in the Dark' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Within 15-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Within 5-10 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - On Just Died - Cast 'Shadowfury' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Eye of Taldaram - On Just Died - Cast 'Shadowfury' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30285 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Out of Combat - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frostbringer - On Aggro - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostbringer - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frostbringer - On Aggro - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frostbringer - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Within 0-40 Range - Cast 'Frostbolt' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Frostbringer - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frostbringer - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Frostbringer - Between 0-30% Health - Cast 'Icy Winds' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30286 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Plundering Geist - Between 0-50% Health - Cast 'Plunder Health' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30287 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plundering Geist - Between 0-75% Health - Cast 'Plunder Health' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30287 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dead Icemaw Bear - On Spellhit 'Carve Bear Flank' - Cast 'Bear Flank Master'" WHERE `source_type`=0 AND `entryorguid`=30292 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Icemaw Bear - On Spellhit 'Carve Bear Flank' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30292 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dead Icemaw Bear - On Spellhit 'Bear Flank Fail' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30292 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Respawn - Run Script" WHERE `source_type`=0 AND `entryorguid`=30299 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Spellhit 'Teleport' - Quest Credit 'The Heart of the Storm'" WHERE `source_type`=0 AND `entryorguid`=30299 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Spellhit 'Teleport' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30299 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Colossus - In Combat - Cast 'Ground Slam'" WHERE `source_type`=0 AND `entryorguid`=30300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - Within 500-1000 Range Out of Combat LoS - Run Script" WHERE `source_type`=0 AND `entryorguid`=30313 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - Within 500-1000 Range Out of Combat LoS - Run Script" WHERE `source_type`=0 AND `entryorguid`=30313 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - Within 500-1000 Range Out of Combat LoS - Run Script" WHERE `source_type`=0 AND `entryorguid`=30313 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - Within 500-1000 Range Out of Combat LoS - Run Script" WHERE `source_type`=0 AND `entryorguid`=30313 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Morlia Doomwing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=30314 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Morlia Doomwing - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=30314 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Darkcaster - In Combat - Cast 'Curse of Tongues'" WHERE `source_type`=0 AND `entryorguid`=30319 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Twilight Darkcaster - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=30319 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Twilight Darkcaster - In Combat - Cast 'Corruption'" WHERE `source_type`=0 AND `entryorguid`=30319 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Twilight Darkcaster - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=30319 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Twilight Darkcaster - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=30319 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Savage Cave Beast - In Combat - Cast 'Uppercut'" WHERE `source_type`=0 AND `entryorguid`=30329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Savage Cave Beast - In Combat - Cast 'Poison Cloud'" WHERE `source_type`=0 AND `entryorguid`=30329 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Savage Cave Beast - In Combat - Cast 'Poison Cloud'" WHERE `source_type`=0 AND `entryorguid`=30329 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Savage Cave Beast - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=30329 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ahn'kahar Swarmer - In Combat - Cast 'Sprint'" WHERE `source_type`=0 AND `entryorguid`=30338 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Out of Combat - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Aggro - Remove Aura 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Aggro - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Aggro - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Aggro - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jormuttar - In Combat - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jormuttar - In Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jormuttar - In Combat - Cast 'Sweep'" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jormuttar - In Combat - Cast 'Bore'" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 30-60 Range - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 30-60 Range - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 30-60 Range - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 0-8 Range - Remove Aura 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 0-8 Range - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 0-8 Range - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 0-8 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Jormuttar - Within 0-8 Range - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Evade - Cast 'Ragnaros Submerge Visual' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Evade - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Evade - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Evade - Set All Threat 0-100 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Jormuttar - On Evade - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30340 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Eisenfaust - In Combat - Cast 'Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30341 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Sardis - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30348 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duronn the Runewrought - In Combat - Cast 'Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Duronn the Runewrought - Between 0-10% Health - Cast 'Reconstruction' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30353 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elder Beldak - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Morthie - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Fargal - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30359 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Northal - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30360 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Sandrene - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30362 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Thoim - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30363 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Arp - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30364 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Wanikaya - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30365 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lure Jormuttar Bunny - On Respawn - Summon Creature 'Jormuttar' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30366 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Lunaro - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30367 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Bluewolf - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30368 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Tauros - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30369 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Graymane - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30370 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Pamuya - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Whurain - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Skywarden - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Muraco - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30374 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Stonebeard - On Respawn - Cast 'Spotlight' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halefnir the Windborn - In Combat - Cast 'Chain Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - Out of Combat - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seething Revenant - Out of Combat - Cast 'Seething Flames' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30387 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Gossip Option 0 Selected - Cast 'Trigger Swiftspear Signal'" WHERE `source_type`=0 AND `entryorguid`=30395 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=30395 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=30395 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Gossip Option 0 Selected - Kill Self" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Spellhit 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Spellhit 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' - Run Script" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Spellhit 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Spellhit 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Passenger Boarded - Remove Aura 'The Sum is Greater than the Parts: Nergeld's Freeze Anim'" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Passenger Removed - Add Aura 'The Sum is Greater than the Parts: Nergeld's Freeze Anim'" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Respawn - Add Aura 'The Sum is Greater than the Parts: Nergeld's Freeze Anim'" WHERE `source_type`=0 AND `entryorguid`=30403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - On Reset - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - In Combat - Cast 'Crazed Chop'" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - In Combat - Cast 'Slime Stream'" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - Between 0-45% Health - Cast 'Heal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - Between 0-45% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - On Just Died - Cast 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dr. Terrible - On Just Died - Say Line 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30404 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Just Died - Set Event Phase 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Just Died - Despawn In 5000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Spellhit 'Grab Captured Crusader' - Cast 'Ride Vehicle' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Spellhit 'Grab Captured Crusader' - Say Line 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Spellhit 'Grab Captured Crusader' - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - Out of Combat - Say Line 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Has Aura 'Ride Vehicle' - Say Line 2 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - Out of Combat - Play Random Emote (70, 22) (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Has Aura 'Ride Vehicle' - Set Event Phase 1 (Phase 2)" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Crusader - On Reset - Add Aura 'Nerubian Webs'" WHERE `source_type`=0 AND `entryorguid`=30407 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apprentice Osterkilgr - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=30409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apprentice Osterkilgr - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=30409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apprentice Osterkilgr - Between 40-80% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30409 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apprentice Osterkilgr - Between 0-40% Health - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30409 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Apprentice Osterkilgr - Between 0-40% Health - Quest Credit 'Deep in the Bowels of The Underhalls' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30409 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Forgotten One - In Combat - Cast 'Shadow Crash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten One - In Combat - Cast 'Shadow Crash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30414 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten One - Within 0-5 Range - Cast 'Shadow Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30414 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Forgotten One - Within 0-5 Range - Cast 'Shadow Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30414 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Forgotten One - In Combat - Cast 'Psychic Scream' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30414 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bound Fire Elemental - In Combat - Cast 'Fire Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30416 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bound Fire Elemental - In Combat - Cast 'Scorch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bound Air Elemental - In Combat - Cast 'Forked Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30418 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bound Air Elemental - In Combat - Cast 'Forked Lightning' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30418 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bound Air Elemental - In Combat - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30418 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bound Air Elemental - In Combat - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30418 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bound Water Elemental - In Combat - Cast 'Water Spout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30419 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bound Water Elemental - In Combat - Cast 'Water Spout' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30419 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bound Water Elemental - In Combat - Cast 'Water Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30419 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimmr Hound - On Reset - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimmr Hound - On Spellhit 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30432 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aedan Moran - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=30433 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aedan Moran - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=30433 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Chieftain's Totem - On Data Set 1 1 - Quest Credit 'Distortions in Time'" WHERE `source_type`=0 AND `entryorguid`=30444 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ice Steppe Bull - On Aggro - Cast 'Rhino Charge'" WHERE `source_type`=0 AND `entryorguid`=30445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ice Steppe Bull - Within 0-5 Range - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=30445 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostfloe Rift - On Spellhit 'Despawn Rift' - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=30446 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frostfloe Rift - On Spellhit 'Despawn Rift' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30446 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Romping Rhino - In Combat - Cast 'Romp'" WHERE `source_type`=0 AND `entryorguid`=30447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plains Mammoth - Within 0-5 Range - Cast 'Tusk Strike'" WHERE `source_type`=0 AND `entryorguid`=30448 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wailing Winds - Within 8-30 Range - Cast 'Squall'" WHERE `source_type`=0 AND `entryorguid`=30450 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veranus - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=30461 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veranus - On Waypoint Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30461 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veranus - On Waypoint Finished - Quest Credit 'Territorial Trespass'" WHERE `source_type`=0 AND `entryorguid`=30461 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veranus - On Waypoint Finished - Summon Creature 'Thorim'" WHERE `source_type`=0 AND `entryorguid`=30461 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Veranus - On Data Set 1 1 - Move Forward 100 Yards" WHERE `source_type`=0 AND `entryorguid`=30461 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Veranus - On Data Set 1 1 - Despawn In 10000 ms" WHERE `source_type`=0 AND `entryorguid`=30461 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thorim - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=30462 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thorim - On Data Set 1 1 - Despawn In 10000 ms" WHERE `source_type`=0 AND `entryorguid`=30462 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harnessed Icemaw Matriarch - On Passenger Boarded - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=30468 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harnessed Icemaw Matriarch - On Waypoint 1 Reached - Set Flags Not Attackable & Not Attackable" WHERE `source_type`=0 AND `entryorguid`=30468 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harnessed Icemaw Matriarch - On Waypoint 50 Reached - Quest Credit 'The Last of Her Kind'" WHERE `source_type`=0 AND `entryorguid`=30468 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harnessed Icemaw Matriarch - On Waypoint 51 Reached - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30468 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vargul Assailant - On Reset - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vargul Assailant - On Spellhit 'The Sum is Greater than the Parts: Dr. Terrible's Death Signal' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30471 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vargul Assailant - In Combat - Cast 'Chop'" WHERE `source_type`=0 AND `entryorguid`=30471 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vargul Assailant - In Combat - Cast 'Demoralize'" WHERE `source_type`=0 AND `entryorguid`=30471 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The North Wind - In Combat - Cast 'Cyclone'" WHERE `source_type`=0 AND `entryorguid`=30474 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The North Wind - In Combat - Cast 'Gale'" WHERE `source_type`=0 AND `entryorguid`=30474 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The North Wind - Within 0-5 Range - Cast 'Gust of Wind'" WHERE `source_type`=0 AND `entryorguid`=30474 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Spellhit 'Bethod's Sword Challenge' - Invoker Cast 'Revenge for the Vargul: Challenge Issued Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Spellhit 'Bethod's Sword Challenge' - Run Script" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 2 - Summon Creature 'Val'kyr Arbiter'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 2 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 2 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 2 - Remove Flags Not Attackable & Immune To Players" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 2 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - In Combat - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - In Combat - Cast 'Fireball'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - In Combat - Cast 'Blast Wave'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - In Combat - Cast 'Rain of Fire'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 3 - Cast 'Revenge for the Vargul: Summon Thane Illskar the Damned'" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Data Set 0 3 - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Reset - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=30475 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Volgur - On Data Set 0 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Volgur - On Data Set 0 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Volgur - In Combat - Cast 'Demoralize'" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Volgur - In Combat - Cast 'Chop'" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Volgur - Within 6-30 Range - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Volgur - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Volgur - On Just Died - Set Data 0 1" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Volgur - On Reset - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=30483 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Brita - On Data Set 0 1 - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brita - On Data Set 0 1 - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brita - In Combat - Cast 'Freezing Trap'" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brita - In Combat - Cast 'Wing Clip'" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brita - In Combat - Cast 'Disengage'" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Brita - In Combat - Cast 'Aimed Shot'" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Brita - In Combat - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Brita - On Just Died - Set Data 0 2" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Brita - On Reset - Set Data 0 0" WHERE `source_type`=0 AND `entryorguid`=30484 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Just Summoned - Cast 'Ethereal Teleport'" WHERE `source_type`=0 AND `entryorguid`=30501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Illskar the Damned - On Just Summoned - Remove Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=30523 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Illskar the Damned - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30523 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Illskar the Damned - On Just Summoned - Set Orientation 1" WHERE `source_type`=0 AND `entryorguid`=30523 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Illskar the Damned - On Just Summoned - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=30523 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elder Jarten - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30531 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Nurgen - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30533 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Kilias - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30534 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Yurauk - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30535 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Igasho - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30536 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Ohanzee - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30537 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elder Chogan'gada - On Respawn - Cast 'Spotlight'" WHERE `source_type`=0 AND `entryorguid`=30538 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths High Priest - In Combat - Cast 'Encasing Webs'" WHERE `source_type`=0 AND `entryorguid`=30543 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths High Priest - In Combat - Cast 'Mind Sear'" WHERE `source_type`=0 AND `entryorguid`=30543 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of the North Wind - In Combat - Cast 'Lightning Nova'" WHERE `source_type`=0 AND `entryorguid`=30550 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Bridenbrad - On Quest 'The Boon of A'dal' Finished - Cast 'Summon K'uri'" WHERE `source_type`=0 AND `entryorguid`=30562 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Bridenbrad - On Quest 'The Boon of A'dal' Finished - Cast 'Summon M'ori'" WHERE `source_type`=0 AND `entryorguid`=30562 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Bridenbrad - On Quest 'The Boon of A'dal' Finished - Cast 'Summon A'dal'" WHERE `source_type`=0 AND `entryorguid`=30562 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Bridenbrad - On Quest 'The Boon of A'dal' Finished - Cast 'Summon Spirit of Bridenbrad'" WHERE `source_type`=0 AND `entryorguid`=30562 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Bridenbrad - On Quest 'The Boon of A'dal' Finished - Cast 'Summon Light Bunny'" WHERE `source_type`=0 AND `entryorguid`=30562 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Njorndar Proto-Drake - On Data Set 0 1 - Quest Credit 'Vile Like Fire!'" WHERE `source_type`=0 AND `entryorguid`=30564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rafae - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=30569 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rafae - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=30569 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Like Fire! Kill Credit Bunny - On Has Aura 'Vile Like Fire!: Fire' - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=30576 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vile Like Fire! Kill Credit Bunny - On Spellhit 'Strafe Jotunheim Building' - Cast 'Vile Like Fire!: Spread the Fire' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30576 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vile Like Fire! Kill Credit Bunny - On Spellhit 'Strafe Jotunheim Building' - Set Data 0 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30576 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vile Like Fire! Kill Credit Bunny - On Spellhit 'Strafe Jotunheim Building' - Set Event Phase 0 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30576 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Out of Combat - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stormforged Amplifier - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30591 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths Slayer - In Combat - Cast 'Claw Slash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30593 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nightmare Aberration - On Respawn - Cast 'Shadowform' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30617 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nightmare Figment - On Respawn - Cast 'Shadowform' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30627 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arch Druid Lilliandra - On Gossip Option 0 Selected - Invoker Cast 'Forcecast Portal: Moonglade'" WHERE `source_type`=0 AND `entryorguid`=30630 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mjordin Water Magus - On Respawn - Cast 'Summon Water Terror'" WHERE `source_type`=0 AND `entryorguid`=30632 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mjordin Water Magus - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=30632 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mjordin Water Magus - In Combat - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=30632 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mjordin Water Magus - On Just Died - Quest Credit 'The Art of Being a Water Terror'" WHERE `source_type`=0 AND `entryorguid`=30632 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Water Terror - On Just Summoned - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=30645 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Water Terror - On Just Summoned - Add Aura 'The Art of Being a Water Terror: Mod Health Regen %'" WHERE `source_type`=0 AND `entryorguid`=30645 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Siegemaster Fezzik - Out of Combat - Quest Credit 'A Cold Front Approaches'" WHERE `source_type`=0 AND `entryorguid`=30657 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Portal Guardian - In Combat - Cast 'Agonizing Strike'" WHERE `source_type`=0 AND `entryorguid`=30660 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Portal Guardian - In Combat - Cast 'Side Swipe'" WHERE `source_type`=0 AND `entryorguid`=30660 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Out of Combat - Cast 'Destroy Door Seal'" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - In Combat - Set Random Phase(1, 3, 5)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Increment Phase By 0 (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-40 Range - Cast 'Frostbolt' (Phase 1) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-40 Range - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Increment Phase By 0 (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-40 Range - Cast 'Fireball' (Phase 4) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Mana - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Mana - Increment Phase By 0 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 35-80 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 5-15 Range - Disable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-5 Range - Enable Combat Movement (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 30-100% Mana - Decrement Phase By 1 (Phase 4) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Cast 'Arcane Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-40 Range - Cast 'Arcane Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Cast 'Arcane Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - On Aggro - Increment Phase By 0 (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-40 Range - Cast 'Arcane Bolt' (Phase 16) (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Mana - Enable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Mana - Increment Phase By 0 (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 35-80 Range - Enable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 5-15 Range - Disable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Within 0-5 Range - Enable Combat Movement (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 30-100% Mana - Decrement Phase By 1 (Phase 16) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Health - Set Event Phase 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Health - Enable Combat Movement (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Veteran Mage Hunter - Between 0-15% Health - Flee For Assist (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30665 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="A'dal - Out of Combat - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30691 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="M'ori - Out of Combat - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30692 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="K'uri - Out of Combat - Despawn Instant (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=30693 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Bridenbrad - Out of Combat - Cast 'Holy Nova'" WHERE `source_type`=0 AND `entryorguid`=30694 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Bridenbrad - Out of Combat - Set Flag Standstate Stand Up" WHERE `source_type`=0 AND `entryorguid`=30694 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Bridenbrad - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30694 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Cast 'Arcane Missiles'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-45 Range - Cast 'Arcane Missiles'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Cast 'Arcane Missiles'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-45 Range - Cast 'Arcane Missiles'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 40-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-8 Range - Cast 'Frostbolt Volley'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-8 Range - Cast 'Frostbolt Volley'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - In Combat - Cast 'Deep Freeze'" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=30695 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Corpulent Horror - Within 8-40 Range - Cast 'Scourge Hook'" WHERE `source_type`=0 AND `entryorguid`=30696 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bridenbrad Light Bunny - On Respawn - Morph To Model 11686" WHERE `source_type`=0 AND `entryorguid`=30712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bridenbrad Light Bunny - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slumbering Mjordin - On Gossip Option 0 Selected - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=30718 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jotunheim Sleep-Watcher - Within 0-5 Range - Cast 'Bludgeoning Strike'" WHERE `source_type`=0 AND `entryorguid`=30725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jotunheim Sleep-Watcher - Within 0-5000 Range - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=30725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jotunheim Sleep-Watcher - On Just Died - Quest Credit 'The Art of Being a Water Terror'" WHERE `source_type`=0 AND `entryorguid`=30725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 0-20 Range - Cast 'Net' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - Within 0-45 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Nesingwary Game Warden - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30737 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="First Summoning Altar - On Spellhit 'Destroy Altar' - Quest Credit 'Destroying the Altars' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30742 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Second Summoning Altar - On Spellhit 'Destroy Altar' - Quest Credit 'Destroying the Altars' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30744 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Third Summoning Altar - On Spellhit 'Destroy Altar' - Quest Credit 'Destroying the Altars' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30745 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - On Spellhit 'War Horn of Acherus' - Cast 'Death Gate' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - On Spellhit 'War Horn of Acherus' - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - On Aggro - Cast 'Frost Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - In Combat - Cast 'Fireball' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - In Combat - Cast 'Cone of Cold' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - In Combat - Cast 'Counterspell' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - On Just Died - Reset All Scripts (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Salranax the Flesh Render - On Reset - Remove Aura 'Frost Armor' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30829 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Underking Talonox - On Spellhit 'War Horn of Acherus' - Cast 'Death Gate' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Underking Talonox - On Spellhit 'War Horn of Acherus' - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Underking Talonox - In Combat - Cast 'Mandible Crush' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Underking Talonox - In Combat - Cast 'Blinding Swarm' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30830 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Underking Talonox - On Just Died - Reset All Scripts (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30830 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - On Spellhit 'War Horn of Acherus' - Cast 'Death Gate' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - On Spellhit 'War Horn of Acherus' - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - In Combat - Cast 'Venomous Bite' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - In Combat - Cast 'Encasing Webs' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - In Combat - Cast 'Mind Flay' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - In Combat - Cast 'Psychic Scream' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Yath'amon - On Just Died - Reset All Scripts (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30831 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Just Summoned - Move To Position (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Reached Point 1 - Set Orientation Closest Creature 'Image of Vardmadra'" WHERE `source_type`=0 AND `entryorguid`=30835 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=30835 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Just Summoned - Set Orientation Closest Creature 'Image of a Shadow Cultist'" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 2 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 3 - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 4 - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 5 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 6 - Cast 'Through the Eye: Kill Credit to Master'" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Image of Vardmadra - On Data Set 0 6 - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=30836 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Aggro - Cast 'Death Gate'" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - In Combat - Cast 'Icy Touch'" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - In Combat - Cast 'Plague Strike'" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - In Combat - Cast 'Obliterate'" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Killed Unit - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Killed Unit - Cast 'Death Gate'" WHERE `source_type`=0 AND `entryorguid`=30838 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jayde - On Aggro - Cast 'Death Gate'" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jayde - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jayde - In Combat - Cast 'Icy Touch'" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jayde - In Combat - Cast 'Plague Strike'" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jayde - In Combat - Cast 'Blood Strike'" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jayde - On Killed Unit - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jayde - On Killed Unit - Cast 'Death Gate'" WHERE `source_type`=0 AND `entryorguid`=30839 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Munch - On Aggro - Cast 'Death Gate'" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Munch - On Aggro - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Munch - On Aggro - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Munch - On Aggro - Cast 'Summon Ghoul'" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Munch - In Combat - Cast 'Icy Touch'" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Munch - In Combat - Cast 'Plague Strike'" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Munch - In Combat - Cast 'Blood Strike'" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Munch - On Killed Unit - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Munch - On Killed Unit - Cast 'Death Gate'" WHERE `source_type`=0 AND `entryorguid`=30840 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Living Lasher - On Respawn - Set Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=30845 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Living Lasher - On Reached Home - Set Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=30845 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Living Lasher - On Reached Home - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30845 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Living Lasher - On Aggro - Cast 'Stand'" WHERE `source_type`=0 AND `entryorguid`=30845 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Living Lasher - In Combat - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30845 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Living Lasher - In Combat - Cast 'Dream Lash'" WHERE `source_type`=0 AND `entryorguid`=30845 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unbound Trickster - In Combat - Cast 'Fire Blast'" WHERE `source_type`=0 AND `entryorguid`=30856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Trickster - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=30856 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - On Aggro - Cast 'Throw Spear' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 8-40 Range - Cast 'Throw Spear' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 8-40 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 35-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 35-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 0-5 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - Within 0-5 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - In Combat - Cast 'Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Unbound Dryad - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30860 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Unbound Ancient - In Combat - Cast 'Entangling Roots' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Ancient - In Combat - Cast 'Trample' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Ent - On Aggro - Cast 'Thorns' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30862 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Ent - In Combat - Cast 'Corrupted Rejuvenation' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30862 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shandaral Druid Spirit - In Combat - Cast 'Moonfire' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shandaral Druid Spirit - Friendly At 7000 Health - Cast 'Regrowth' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=30863 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 0-0 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - Within 0-0 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - In Combat - Cast 'Aimed Shot'" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Shandaral Hunter Spirit - In Combat - Cast 'Improved Wing Clip'" WHERE `source_type`=0 AND `entryorguid`=30864 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Shandaral Warrior Spirit - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=30865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shandaral Warrior Spirit - Target Casting - Cast 'Shield Bash'" WHERE `source_type`=0 AND `entryorguid`=30865 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - On Aggro - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Within 0-40 Range - Cast 'Arcane Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - In Combat - Cast 'Ley Curse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Unbound Corrupter - Between 0-30% Health - Cast 'Transferred Power' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30868 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Arzo Safeflight - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=30869 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arzo Safeflight - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=30869 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Herzo Safeflight - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=30870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Herzo Safeflight - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=30870 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iskalder - On Just Summoned - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30884 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iskalder - On Spellhit 'The Bone Witch's Amulet' - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=30884 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Subjugated Iskalder - In Combat - Set Flag Immune To NPC's" WHERE `source_type`=0 AND `entryorguid`=30886 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Subjugated Iskalder - Out of Combat - Start Follow Closest Creature 'The Bone Witch'" WHERE `source_type`=0 AND `entryorguid`=30886 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Subjugated Iskalder - On Follow Complete - Cast 'Find the Ancient Hero: Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=30886 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Portal Guardian - In Combat - Cast 'Azure Bindings'" WHERE `source_type`=0 AND `entryorguid`=30892 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Portal Guardian - Within 0-5 Range - Cast 'Grievous Wound'" WHERE `source_type`=0 AND `entryorguid`=30892 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Portal Guardian - Within 0-5 Range - Cast 'Grievous Wound'" WHERE `source_type`=0 AND `entryorguid`=30892 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Portal Guardian - Within 0-5 Range - Cast 'Overpower'" WHERE `source_type`=0 AND `entryorguid`=30892 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Cast 'Arcane Volley'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-45 Range - Cast 'Arcane Volley'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Cast 'Arcane Volley'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-45 Range - Cast 'Arcane Volley'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 40-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-45 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Within 0-45 Range - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - In Combat - Cast 'Polymorph'" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Portal Keeper - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=30893 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Argent Mason - On Data Set 1 1 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=30900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Mason - On Update - Cast 'Torch'" WHERE `source_type`=0 AND `entryorguid`=30900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Battle-priest - Out of Combat - Cast 'Blessing of Kings'" WHERE `source_type`=0 AND `entryorguid`=30919 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Argent Battle-priest - Between 0-50% Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=30919 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Argent Battle-priest - Friendly At 50000 Health - Cast 'Holy Light'" WHERE `source_type`=0 AND `entryorguid`=30919 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - On Just Summoned - Remove Flag Immune To Players" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - Between 0-65% Health - Summon Creature 'Vardmadra'" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - On Aggro - Cast 'Heroic Leap'" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - In Combat - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - In Combat - Cast 'Ancient Curse'" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - Between 0-50% Health - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - Out of Combat - Remove Flag Immune To Players (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Possessed Iskalder - Out of Combat - Set Data 2 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30924 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Data Set 1 1 - Set Run On" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Data Set 1 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Data Set 1 1 - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Data Set 1 1 - Cast 'Not-So-Honorable Combat: Summon Lady Nightswood's Moveto Target Bunny'" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 1 Over - Set Orientation Closest Creature 'Possessed Iskalder'" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 2 Over - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 2 Over - Set Orientation Closest Creature 'Lady Nightswood'" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 2 Over - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 0 Over - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Text 4 Over - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Vardmadra - On Data Set 2 2 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=30945 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eidolon Watcher - On Respawn - Cast 'Eidolon Prison'" WHERE `source_type`=0 AND `entryorguid`=30947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fourth Summoning Altar - On Spellhit 'Destroy Altar' - Quest Credit 'Destroying the Altars'" WHERE `source_type`=0 AND `entryorguid`=30950 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baelok - In Combat - Cast 'Death Grip'" WHERE `source_type`=0 AND `entryorguid`=30953 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baelok - In Combat - Cast 'Draw Soul'" WHERE `source_type`=0 AND `entryorguid`=30953 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baelok - In Combat - Cast 'Summon Dancing Runeblade'" WHERE `source_type`=0 AND `entryorguid`=30953 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Baelok - On Just Died - Quest Credit 'The Rider of Blood'" WHERE `source_type`=0 AND `entryorguid`=30953 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rokir - In Combat - Cast 'Zombie Horde'" WHERE `source_type`=0 AND `entryorguid`=30954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rokir - Within 0-5 Range - Cast 'Plague Strike'" WHERE `source_type`=0 AND `entryorguid`=30954 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rokir - In Combat - Cast 'Death and Decay'" WHERE `source_type`=0 AND `entryorguid`=30954 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rokir - On Just Died - Quest Credit 'The Rider of the Unholy'" WHERE `source_type`=0 AND `entryorguid`=30954 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lady Nightswood - On Just Summoned - Set Orientation Closest Creature 'Vardmadra'" WHERE `source_type`=0 AND `entryorguid`=30955 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Nightswood - On Data Set 1 1 - Cast 'Possession'" WHERE `source_type`=0 AND `entryorguid`=30955 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sapph - Within 10-40 Range - Cast 'Chains of Ice'" WHERE `source_type`=0 AND `entryorguid`=30956 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sapph - Within 0-8 Range - Cast 'Hungering Cold'" WHERE `source_type`=0 AND `entryorguid`=30956 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sapph - On Just Died - Say Line 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30956 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sapph - On Just Died - Quest Credit 'The Rider of Frost' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30956 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lady Nightswood's Moveto Target Bunny - On Just Summoned - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30959 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Drudge - In Combat - Cast 'Cleave' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30984 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Drudge - In Combat - Cast 'Flesh Rot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30984 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Reanimated Captain - On Aggro - Cast 'Avenger's Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30986 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Reanimated Captain - In Combat - Cast 'Hammer of Injustice' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30986 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Reanimated Captain - Between 0-45% Health - Cast 'Unholy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30986 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Reanimated Captain - Friendly At 4000 Health - Cast 'Unholy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30986 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hideous Plaguebringer - In Combat - Cast 'Arcing Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30987 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Barthilas - Out of Combat - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30994 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magistrate Barthilas - Out of Combat - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=30994 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Dalfors - Between 0-50% Health - Cast 'Holy Light' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Dalfors - In Combat - Cast 'Avenger's Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="(Wave 0) Torch Dummy - On Spellhit 'Torch' - Cast 'Torch' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31004 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Player Mirror Bunny - On Just Summoned - Invoker Cast 'Nightmare Figment Mirror Image' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31005 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Player Mirror Bunny - On Just Summoned - Invoker Cast 'Copy Weapon' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31005 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Player Mirror Bunny - On Just Summoned - Invoker Cast 'Copy Offhand Weapon' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31005 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Player Mirror Bunny - On Just Summoned - Cast 'Geist Control Start' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31005 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Binder - On Aggro - Cast 'Arcane Barrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Binder - On Aggro - Increment Phase By 0 (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 0-30 Range - Cast 'Arcane Barrage' (No Repeat) (Normal Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Binder - On Aggro - Cast 'Arcane Barrage' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azure Binder - On Aggro - Increment Phase By 0 (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 0-30 Range - Cast 'Arcane Barrage' (No Repeat) (Heroic Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 0-8 Range - Cast 'Arcane Explosion' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Within 0-8 Range - Cast 'Arcane Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Azure Binder - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31007 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Azure Invader - Within 0-5 Range - Cast 'Impale' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Invader - Within 0-5 Range - Cast 'Impale' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31008 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Invader - In Combat - Cast 'Cleave' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31008 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Spellbreaker - Within 0-30 Range - Cast 'Arcane Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31009 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Spellbreaker - Within 0-30 Range - Cast 'Arcane Blast' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31009 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Spellbreaker - In Combat - Cast 'Slow' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31009 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Mage Slayer - In Combat - Cast 'Arcane Empowerment' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31010 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths High Priest - In Combat - Cast 'Encasing Webs' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31037 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Forgotten Depths High Priest - In Combat - Cast 'Mind Sear' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31037 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dispirited Ent - In Combat - Cast 'Thorns' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31041 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dispirited Ent - Friendly At 7000 Health - Cast 'Rejuvenation' (Phase 1) (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=31041 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Skeleton - On Reset - Cast 'Immolation'" WHERE `source_type`=0 AND `entryorguid`=31048 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Burning Skeleton - On Reset - Cast 'Skeleton Check Master'" WHERE `source_type`=0 AND `entryorguid`=31048 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Burning Skeleton - On Target Spellhit 'Skeleton Check' - Cast 'Abom Credit'" WHERE `source_type`=0 AND `entryorguid`=31048 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Burning Skeleton - On Target Spellhit 'Skeleton Check' - Remove Aura 'Skeleton Check Master'" WHERE `source_type`=0 AND `entryorguid`=31048 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Burning Skeleton - On Target Spellhit 'Skeleton Check' - Cast 'Abomination Explosion'" WHERE `source_type`=0 AND `entryorguid`=31048 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mechanical Greeter RY7R - Within 1-10 Range Out of Combat LoS - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=31057 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malykriss Icy Lookout Bunny - Out of Combat - Cast 'Malykriss Icy Lookout Pulse'" WHERE `source_type`=0 AND `entryorguid`=31064 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malykriss Altar of Sacrifice Bunny - Out of Combat - Cast 'Malykriss Altar of Sacrifice Pulse'" WHERE `source_type`=0 AND `entryorguid`=31065 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malykriss Runeworks Bunny - Out of Combat - Cast 'Malykriss Runeworks Pulse'" WHERE `source_type`=0 AND `entryorguid`=31066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malykriss Blood Forge Bunny - Out of Combat - Cast 'Malykriss Blood Forge Pulse'" WHERE `source_type`=0 AND `entryorguid`=31068 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Penumbrius - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=31069 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Penumbrius - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=31069 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dreadwind - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=31078 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dreadwind - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=31078 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Val'kyr Battle-maiden - In Combat - Cast 'Touch of the Val'kyr'" WHERE `source_type`=0 AND `entryorguid`=31095 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - On Aggro - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Within 0-40 Range - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - In Combat - Cast 'Shadowflame'" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Between 0-15% Health - Set Event Phase 3" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Between 0-15% Health - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Scourge Necromancer - Between 0-15% Health - Flee For Assist" WHERE `source_type`=0 AND `entryorguid`=31096 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Terrifying Abomination - Within 8-40 Range - Cast 'Scourge Hook'" WHERE `source_type`=0 AND `entryorguid`=31098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terrifying Abomination - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=31098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eidolon Watcher - On Just Summoned - Cast 'Ethereal'" WHERE `source_type`=0 AND `entryorguid`=31110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Night Elf Mohawk - On Gossip Option 0 Selected - Cast 'Create Mohawk Grenade'" WHERE `source_type`=0 AND `entryorguid`=31111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Night Elf Mohawk - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=31111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shandaral Spirit Wolf - In Combat - Cast 'Tendon Rip'" WHERE `source_type`=0 AND `entryorguid`=31123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Containment Crystal - On Spellhit 'Banish Scourge Crystal Trigger' - Quest Credit 'From Whence They Came'" WHERE `source_type`=0 AND `entryorguid`=31131 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Containment Crystal - On Spellhit 'Banish Scourge Crystal Trigger' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31131 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Quest 'Battle at Valhalas: Fallen Heroes' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 1 1 - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 1 1 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 1 1 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 1 1 - Quest Credit 'Battle at Valhalas: Fallen Heroes'" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Quest 'Battle at Valhalas: Khit'rix the Dark Master' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 2 2 - Say Line 8" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 2 2 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 2 2 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 2 2 - Quest Credit 'Battle at Valhalas: Khit'rix the Dark Master'" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Quest 'Battle at Valhalas: The Return of Sigrid Iceborn' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 3 3 - Say Line 11" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 3 3 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 3 3 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 3 3 - Quest Credit 'Battle at Valhalas: The Return of Sigrid Iceborn'" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Quest 'Battle at Valhalas: Carnage!' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 4 4 - Say Line 15" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 4 4 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 4 4 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 4 4 - Quest Credit 'Battle at Valhalas: Carnage!'" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Quest 'Battle at Valhalas: Thane Deathblow' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 5 5 - Say Line 19" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 5 5 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 5 5 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 5 5 - Quest Credit 'Battle at Valhalas: Thane Deathblow'" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Quest 'Battle at Valhalas: Final Challenge' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 6 6 - Run Script" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 6 6 - Say Line 27" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 19 19 - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 19 19 - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 19 19 - Reset All Scripts" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Data Set 7 7 - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31135 AND `id`=41; +UPDATE `smart_scripts` SET `comment`="Hulking Abomination - On Just Died - Cast 'Exploding Corpse'" WHERE `source_type`=0 AND `entryorguid`=31140 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Abomination - Within 8-40 Range - Cast 'Scourge Hook'" WHERE `source_type`=0 AND `entryorguid`=31140 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Abomination - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=31140 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shadow Adept - Out of Combat - Cast 'Green Cultist Beam'" WHERE `source_type`=0 AND `entryorguid`=31145 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow Adept - In Combat - Cast 'Shadow Blast'" WHERE `source_type`=0 AND `entryorguid`=31145 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadow Adept - Between 0-80% Health - Cast 'Drain Life'" WHERE `source_type`=0 AND `entryorguid`=31145 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Baelok - In Combat - Cast 'Death Grip'" WHERE `source_type`=0 AND `entryorguid`=31159 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baelok - In Combat - Cast 'Draw Soul'" WHERE `source_type`=0 AND `entryorguid`=31159 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Baelok - In Combat - Cast 'Summon Dancing Runeblade'" WHERE `source_type`=0 AND `entryorguid`=31159 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rokir - In Combat - Cast 'Zombie Horde'" WHERE `source_type`=0 AND `entryorguid`=31160 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rokir - Within 0-5 Range - Cast 'Plague Strike'" WHERE `source_type`=0 AND `entryorguid`=31160 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rokir - In Combat - Cast 'Death and Decay'" WHERE `source_type`=0 AND `entryorguid`=31160 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sapph - Within 10-40 Range - Cast 'Chains of Ice'" WHERE `source_type`=0 AND `entryorguid`=31161 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sapph - Within 0-8 Range - Cast 'Hungering Cold'" WHERE `source_type`=0 AND `entryorguid`=31161 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sapph - On Just Died - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=31161 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Father Jhadras - Friendly At 50 Health - Cast 'Heal'" WHERE `source_type`=0 AND `entryorguid`=31191 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Father Jhadras - In Combat - Cast 'Holy Smite'" WHERE `source_type`=0 AND `entryorguid`=31191 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Father Jhadras - On Just Died - Set Data 3 3" WHERE `source_type`=0 AND `entryorguid`=31191 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Father Jhadras - On Reached Home - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=31191 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Father Jhadras - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31191 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Father Jhadras - On Reached Home - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31191 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Masud - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=31192 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Masud - In Combat - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=31192 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Masud - On Just Died - Set Data 4 4" WHERE `source_type`=0 AND `entryorguid`=31192 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Masud - On Reached Home - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=31192 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Masud - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31192 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Masud - On Reached Home - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31192 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geness Half-Soul - In Combat - Cast 'Brutal Fist'" WHERE `source_type`=0 AND `entryorguid`=31193 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geness Half-Soul - Target Casting - Cast 'Snap Kick'" WHERE `source_type`=0 AND `entryorguid`=31193 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geness Half-Soul - On Just Died - Set Data 2 2" WHERE `source_type`=0 AND `entryorguid`=31193 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geness Half-Soul - On Reached Home - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=31193 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geness Half-Soul - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31193 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geness Half-Soul - On Reached Home - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31193 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Talla - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=31194 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talla - In Combat - Cast 'Crippling Poison'" WHERE `source_type`=0 AND `entryorguid`=31194 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talla - On Just Died - Set Data 6 6" WHERE `source_type`=0 AND `entryorguid`=31194 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talla - On Reached Home - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31194 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Talla - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31194 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Talla - On Reached Home - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31194 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eldreth - In Combat - Cast 'Arcane Shot'" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eldreth - In Combat - Cast 'Magic Dampening Field'" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eldreth - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eldreth - On Just Died - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eldreth - On Reached Home - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eldreth - On Reached Home - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eldreth - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31195 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rith - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=31196 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rith - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=31196 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rith - On Just Died - Set Data 5 5" WHERE `source_type`=0 AND `entryorguid`=31196 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rith - On Reached Home - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=31196 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rith - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31196 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rith - On Reached Home - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31196 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - In Combat - Cast 'Psychic Scream'" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - In Combat - Cast 'Summon Bone Spiders'" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - Out of Combat - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - On Just Died - Set Data 2 2" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - Out of Combat - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31222 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grove Walker - In Combat - Cast 'Thorns'" WHERE `source_type`=0 AND `entryorguid`=31228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grove Walker - Friendly At 7000 Health - Cast 'Rejuvenation'" WHERE `source_type`=0 AND `entryorguid`=31228 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Watcher - In Combat - Cast 'Entangling Roots'" WHERE `source_type`=0 AND `entryorguid`=31229 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Watcher - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=31229 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lost Shandaral Spirit - In Combat - Cast 'Moonfire'" WHERE `source_type`=0 AND `entryorguid`=31231 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lost Shandaral Spirit - Friendly At 7000 Health - Cast 'Regrowth'" WHERE `source_type`=0 AND `entryorguid`=31231 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sinewy Wolf - On Aggro - Cast 'Dash'" WHERE `source_type`=0 AND `entryorguid`=31233 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sinewy Wolf - In Combat - Cast 'Snarl'" WHERE `source_type`=0 AND `entryorguid`=31233 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sinewy Wolf - In Combat - Cast 'Throat Rip'" WHERE `source_type`=0 AND `entryorguid`=31233 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=31235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Waypoint 3 Reached - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=31235 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dappled Stag - In Combat - Cast 'Butt'" WHERE `source_type`=0 AND `entryorguid`=31236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=31237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 0-2 Range - Cast 'Disengage'" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 0-3 Range - Cast 'Flash Freeze'" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 0-3 Range - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Out of Combat - Cast 'Frostbite Weapon'" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 5-30 Range - Cast 'Throw'" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 30-100 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 9-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Within 5-30 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Killed Unit - Set Data 20 20" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Just Died - Set Data 3 3" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - Out of Combat - Set Data 19 19" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Just Summoned - Summon Creature 'Sigrid Iceborn's Proto-Drake' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Just Summoned - Cast 'Ride Vehicle Hardcoded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Data Set 1 1 - Set Home Position (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Data Set 1 1 - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Data Set 1 1 - Say Line 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31242 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Lordaeron Footsoldier - On Spellhit 'Gift of the Lich King' - Set Visibility Off (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31254 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lordaeron Footsoldier - On Aggro - Say Line 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31254 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Skycaller - In Combat - Cast 'Glacial Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31260 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Skycaller - Between 50-50% Health - Cast 'Frostblade' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31260 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ymirjar Skycaller - On Reset - Cast 'Ride Vehicle Hardcoded' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31260 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Prodigal Leader - On Spellhit 'Skeletal Footsoldier Kill Credit Base' - Cast 'Skeletal Footsoldier Kill Credit' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31268 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Prodigal Leader - On Passenger Boarded - Set Data 1 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31268 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Carnage - In Combat - Cast 'War Stomp' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Carnage - In Combat - Cast 'Smash' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Carnage - On Just Summoned - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Carnage - Out of Combat - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Carnage - On Killed Unit - Set Data 20 20 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Carnage - On Just Died - Set Data 4 4 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Carnage - Out of Combat - Set Data 19 19 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31271 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dying Berserker - On Gossip Option 0 Selected - Cast 'Horde Quest Aura' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghoulish Minion - On Just Summoned - Cast 'Skeletal Footsoldier Kill Credit Base' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31276 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - In Combat - Cast 'Mortal Strike' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - In Combat - Cast 'Punt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - In Combat - Cast 'Leap' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - Target Between 0-20% Health - Cast 'Execute' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Just Summoned - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - Out of Combat - Start Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Killed Unit - Set Data 20 20 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Just Died - Set Data 5 5 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - Out of Combat - Set Data 19 19 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31277 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Aggro - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Within 0-40 Range - Cast 'Holy Smite' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Within 40-100 Range - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Within 10-15 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Within 0-40 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Between 0-15% Mana - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Between 0-15% Mana - Enable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Between 30-100% Mana - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - In Combat - Cast 'Shadow Word: Pain' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - Between 0-50% Health - Cast 'Power Word: Shield' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Quest Taken - Add Aura 'Power Word: Fortitude'" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Quest Taken - Say Line 1" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Text 1 Over - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Quest Taken - Say Line 2" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Text 2 Over - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Waypoint 13 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Text 3 Over - Say Line 4" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Text 4 Over - Quest Credit 'I'm Not Dead Yet!'" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Text 4 Over - Quest Credit 'I'm Not Dead Yet!'" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Father Kamaros - On Text 4 Over - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=31279 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Spellhit 'Finish It' - Cast 'Bloody Explosion'" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Spellhit 'Finish It' - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Gossip Option 1 Selected - Invoker Cast 'Finish It'" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Gossip Option 3 Selected - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Gossip Option 0 Selected - Cast 'Alliance Quest Aura'" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Gossip Option 3 Selected - Cast 'Alliance Quest Aura'" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Reset - Set Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Reset - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dying Soldier - On Quest 'Finish Me!' Taken - Set Npc Flag Gossip" WHERE `source_type`=0 AND `entryorguid`=31304 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Crystal Wyrm - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=31393 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crystal Wyrm - In Combat - Cast 'Butt'" WHERE `source_type`=0 AND `entryorguid`=31393 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Val'kyr Taskmistress - In Combat - Cast 'Touch of the Val'kyr'" WHERE `source_type`=0 AND `entryorguid`=31396 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saronite Mine Slave - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=31397 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Manashaper - In Combat - Cast 'Arcane Blast'" WHERE `source_type`=0 AND `entryorguid`=31401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Manashaper - In Combat - Cast 'Slow'" WHERE `source_type`=0 AND `entryorguid`=31401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - On Aggro - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Within 0-30 Range - Cast 'Arcane Missiles' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Between 0-15% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Within 25-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Azure Spellweaver - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31403 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Azure Manabeast - In Combat - Cast 'Mana Bite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Horror - In Combat - Cast 'Infected Bite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31411 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Horror - In Combat - Cast 'Uppercut' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31411 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Horror - On Just Died - Quest Credit 'Establishing Superiority' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31411 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hulking Horror - In Combat - Cast 'Infected Bite' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31413 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Horror - In Combat - Cast 'Uppercut' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=31413 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Doras - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=31426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doras - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=31426 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Armored Decoy - On Just Summoned - Store Targetlist" WHERE `source_type`=0 AND `entryorguid`=31578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Armored Decoy - On Just Summoned - Cast 'Fake Soldier Freeze Anim'" WHERE `source_type`=0 AND `entryorguid`=31578 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Armored Decoy - On Just Summoned - Cast 'Summon Frost Wyrm'" WHERE `source_type`=0 AND `entryorguid`=31578 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Armored Decoy - On Spellhit 'Explode Frost Wyrm' - Cast 'Fake Soldier Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=31578 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skytalon Explosion Bunny - On Spellhit 'Ping Explosion Bunny' - Run Script" WHERE `source_type`=0 AND `entryorguid`=31630 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icecrown - Pit Fall - On Just Summoned - Cast 'Pit Fall Force Cast'" WHERE `source_type`=0 AND `entryorguid`=31641 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icecrown - Pit Fall - On Just Summoned - Move To Position" WHERE `source_type`=0 AND `entryorguid`=31641 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - Phase 1 - LAB - On Data Set 1 1 - Cast 'Cosmetic - Huge Explosion - Test'" WHERE `source_type`=0 AND `entryorguid`=31644 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - Phase 1 - LAB - On Data Set 1 1 - Cast 'Cosmetic - Flame Patch 0.5'" WHERE `source_type`=0 AND `entryorguid`=31644 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cosmetic Trigger - Phase 1 - LAB - On Data Set 1 1 - Summon Creature 'Icecrown - Pit Fall'" WHERE `source_type`=0 AND `entryorguid`=31644 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 78 - Play Emote 66" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 21 - Play Emote 2" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 101 - Play Emote 3" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 34 - Play Emote 94" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 328 - Play Emote 11" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 58 - Play Emote 23" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gnome Diver - Received Emote 77 - Play Emote 14" WHERE `source_type`=0 AND `entryorguid`=31689 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Faceless Lurker - In Combat - Cast 'Seething Evil'" WHERE `source_type`=0 AND `entryorguid`=31691 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target - On Spellhit 'Neutralizing Dose Applied' - Run Script" WHERE `source_type`=0 AND `entryorguid`=31773 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target - On Spellhit 'Neutralizing Dose Applied' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=31773 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target - On Spellhit 'Neutralizing Dose Applied' - Cast 'Orange Radiation'" WHERE `source_type`=0 AND `entryorguid`=31773 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target - On Data Set 1 2 - Remove Aura 'Orange Radiation'" WHERE `source_type`=0 AND `entryorguid`=31773 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ancient Sentinel - In Combat - Cast 'Stomp'" WHERE `source_type`=0 AND `entryorguid`=31797 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Sentinel - In Combat - Cast 'Trample'" WHERE `source_type`=0 AND `entryorguid`=31797 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zidormi - On Gossip Option 0 Selected - Invoker Cast 'Teleport to Caverns of Time'" WHERE `source_type`=0 AND `entryorguid`=31848 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ebon Blade Marker - On Spellhit 'Construct Barricade' - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=31887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ebon Blade Marker - On Spellhit 'Construct Barricade' - Quest Credit 'Raise the Barricades'" WHERE `source_type`=0 AND `entryorguid`=31887 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ebon Blade Marker - On Spellhit 'Construct Barricade' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=31887 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallen Hero's Spirit - On Spellhit 'Blessing of Peace' - Run Script" WHERE `source_type`=0 AND `entryorguid`=32149 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Surdiel - On Respawn - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=32170 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rampaging Ghoul - In Combat - Cast 'Rampage'" WHERE `source_type`=0 AND `entryorguid`=32178 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rampaging Ghoul - In Combat - Cast 'Pierce Armor'" WHERE `source_type`=0 AND `entryorguid`=32178 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rampaging Ghoul - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=32178 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rampaging Ghoul - On Just Summoned - Move Forward 2 Yards" WHERE `source_type`=0 AND `entryorguid`=32178 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rampaging Ghoul - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=32178 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tempus Wyrm - In Combat - Cast 'Time Shock'" WHERE `source_type`=0 AND `entryorguid`=32180 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Living Plague - On Just Summoned - Set Reactstate Aggressive" WHERE `source_type`=0 AND `entryorguid`=32181 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Living Plague - On Just Summoned - Move Forward 2 Yards" WHERE `source_type`=0 AND `entryorguid`=32181 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Living Plague - On Just Summoned - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=32181 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Infinite Eradicator - In Combat - Cast 'Hasten'" WHERE `source_type`=0 AND `entryorguid`=32185 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Eradicator - In Combat - Cast 'Wing Buffet'" WHERE `source_type`=0 AND `entryorguid`=32185 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infinite Eradicator - In Combat - Cast 'Temporal Vortex'" WHERE `source_type`=0 AND `entryorguid`=32185 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Infinite Timebreaker - In Combat - Cast 'Time Stop'" WHERE `source_type`=0 AND `entryorguid`=32186 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infinite Timebreaker - Between 0-30% Health - Cast 'Enrage'" WHERE `source_type`=0 AND `entryorguid`=32186 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skybreaker Recon Fighter - On Spellhit 'Fire SGM-3' - Quest Credit 'Blinding the Eyes in the Sky'" WHERE `source_type`=0 AND `entryorguid`=32189 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skybreaker Recon Fighter - On Spellhit 'Fire SGM-3' - Kill Self" WHERE `source_type`=0 AND `entryorguid`=32189 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arakkoa Talon Guard - Within 0-8 Range - Cast 'Howling Screech'" WHERE `source_type`=0 AND `entryorguid`=32228 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arakkoa Talon Guard - In Combat - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=32228 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arakkoa Talon Guard - In Combat - Cast 'Gushing Wound'" WHERE `source_type`=0 AND `entryorguid`=32228 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Void Lord - In Combat - Cast 'Void Shift'" WHERE `source_type`=0 AND `entryorguid`=32230 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Void Lord - In Combat - Cast 'Shroud of Darkness'" WHERE `source_type`=0 AND `entryorguid`=32230 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Void Lord - In Combat - Cast 'Summon Void Sentry'" WHERE `source_type`=0 AND `entryorguid`=32230 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chaos Watcher - Within 0-8 Range - Cast 'Corrosive Saliva'" WHERE `source_type`=0 AND `entryorguid`=32235 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chaos Watcher - In Combat - Cast 'Optic Link'" WHERE `source_type`=0 AND `entryorguid`=32235 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lava Hound - In Combat - Cast 'Firebolt'" WHERE `source_type`=0 AND `entryorguid`=32237 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lava Hound - In Combat - Cast 'Lava Burn'" WHERE `source_type`=0 AND `entryorguid`=32237 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lava Hound - In Combat - Cast 'Flame Breath'" WHERE `source_type`=0 AND `entryorguid`=32237 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lava Hound - In Combat - Cast 'Cauterizing Flames'" WHERE `source_type`=0 AND `entryorguid`=32237 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blue Sample KC Bunny - On Spellhit 'Fire SGM-3' - Cast 'Fury of the Fallen Cultist'" WHERE `source_type`=0 AND `entryorguid`=32242 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blue Sample KC Bunny - On Spellhit 'Throw Writhing Mass' - Quest Credit 'Retest Now'" WHERE `source_type`=0 AND `entryorguid`=32242 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blue Sample KC Bunny - On Spellhit 'Collect Sample' - Quest Credit 'Cannot Reproduce'" WHERE `source_type`=0 AND `entryorguid`=32242 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Green Sample KC Bunny - On Spellhit 'Throw Writhing Mass' - Quest Credit 'Retest Now'" WHERE `source_type`=0 AND `entryorguid`=32244 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Green Sample KC Bunny - On Spellhit 'Collect Sample' - Quest Credit 'Cannot Reproduce'" WHERE `source_type`=0 AND `entryorguid`=32244 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Green Sample KC Bunny - On Spellhit 'Throw Writhing Mass' - Cast 'Blood of the Fallen Cultist'" WHERE `source_type`=0 AND `entryorguid`=32244 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Sample KC Bunny - On Spellhit 'Collect Sample' - Quest Credit 'Cannot Reproduce'" WHERE `source_type`=0 AND `entryorguid`=32245 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Sample KC Bunny - On Spellhit 'Throw Writhing Mass' - Quest Credit 'Retest Now'" WHERE `source_type`=0 AND `entryorguid`=32245 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Sample KC Bunny - On Spellhit 'Throw Writhing Mass' - Cast 'Agony of the Fallen Cultist'" WHERE `source_type`=0 AND `entryorguid`=32245 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ticking Time Bomb - On Respawn - Cast 'Ticking Time Bomb'" WHERE `source_type`=0 AND `entryorguid`=32246 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ticking Time Bomb - In Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=32246 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Damned Apothecary - In Combat - Cast 'Fire Breath Potion'" WHERE `source_type`=0 AND `entryorguid`=32289 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Damned Apothecary - Between 30-50% Health - Cast 'Healing Potion'" WHERE `source_type`=0 AND `entryorguid`=32289 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cult Alchemist - In Combat - Cast 'Corrosive Vial'" WHERE `source_type`=0 AND `entryorguid`=32290 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Just Summoned - Move To Position" WHERE `source_type`=0 AND `entryorguid`=32295 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Reached Point 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=32295 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alumeth the Ascended - In Combat - Cast 'Mind Flay'" WHERE `source_type`=0 AND `entryorguid`=32300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alumeth the Ascended - In Combat - Cast 'Psychic Scream'" WHERE `source_type`=0 AND `entryorguid`=32300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alumeth the Ascended - In Combat - Cast 'Renew'" WHERE `source_type`=0 AND `entryorguid`=32300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alumeth the Ascended - In Combat - Cast 'Shadow Word: Pain'" WHERE `source_type`=0 AND `entryorguid`=32300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alumeth Summon Bunny - On Spellhit 'Ping Alumeth Summon Bunny' - Summon Creature 'Alumeth the Ascended'" WHERE `source_type`=0 AND `entryorguid`=32347 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Crystalbark - In Combat - Cast 'Mark of Detonation'" WHERE `source_type`=0 AND `entryorguid`=32357 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Old Crystalbark - In Combat - Cast 'Arcane Breath'" WHERE `source_type`=0 AND `entryorguid`=32357 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fumblub Gearwind - In Combat - Cast 'Machine Gun'" WHERE `source_type`=0 AND `entryorguid`=32358 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icehorn - In Combat - Cast 'Romp'" WHERE `source_type`=0 AND `entryorguid`=32361 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Out of Combat - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - On Aggro - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Within 0-40 Range - Cast 'Fireball' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - Within 0-15 Range - Cast 'Frostbolt' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gatekeeper Melindra - In Combat - Cast 'Amplify Damage' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32373 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Warmage Yurias - Out of Combat - Cast 'Frost Armor' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Perobas the Bloodthirster - In Combat - Cast 'Gnaw Bone' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Perobas the Bloodthirster - Between 0-50% Health - Cast 'Tendon Rip' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32377 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Ping - In Combat - Cast 'Belly Flop' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32398 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Ping - In Combat - Cast 'Flipper Thwack' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32398 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tukemuth - Within 0-5 Range - Cast 'Tusk Strike' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tukemuth - In Combat - Cast 'Trample' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Quest 'Army of the Damned' Taken - Cast 'Prodigal Leader Force Cast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Quest 'Army of the Damned' Taken - Cast 'Prodigal Leader Force Cast' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Gossip Option 0 Selected - Cast 'Prodigal Leader Force Cast'" WHERE `source_type`=0 AND `entryorguid`=32404 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=32404 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crazed Indu'le Survivor - In Combat - Cast 'Mortal Strike'" WHERE `source_type`=0 AND `entryorguid`=32409 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crazed Indu'le Survivor - Between 0-30% Health - Cast 'Crazed'" WHERE `source_type`=0 AND `entryorguid`=32409 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lordaeron Captain - On Spellhit 'Gift of the Lich King' - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=32414 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lordaeron Captain - On Data Set 1 1 - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32414 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scarlet Highlord Daion - In Combat - Cast 'Whirlwind'" WHERE `source_type`=0 AND `entryorguid`=32417 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scarlet Highlord Daion - Between 0-50% Health - Cast 'Bloodthirst'" WHERE `source_type`=0 AND `entryorguid`=32417 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 11 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 11 Reached - Set Orientation 4" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 19 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 23 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 23 Reached - Set Orientation 2" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 28 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 29 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Marcella Bloom - On Waypoint 29 Reached - Set Orientation 6" WHERE `source_type`=0 AND `entryorguid`=32421 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grocklar - On Aggro - Cast 'Stone Fist'" WHERE `source_type`=0 AND `entryorguid`=32422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grocklar - In Combat - Cast 'Stone Stomp'" WHERE `source_type`=0 AND `entryorguid`=32422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Quest 'Where Dragons Fell' Finished - Summon Creature 'The Lich King'" WHERE `source_type`=0 AND `entryorguid`=32423 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Quest 'Where Dragons Fell' Finished - Summon Creature 'The Lich King'" WHERE `source_type`=0 AND `entryorguid`=32423 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Waypoint 1 Reached - Set Orientation 1" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Waypoint 2 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Waypoint 2 Reached - Set Orientation 0" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Waypoint 10 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Laire Brewgold - On Waypoint 10 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=32424 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Waypoint 5 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Waypoint 5 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Waypoint 14 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Waypoint 14 Reached - Set Orientation 4" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Waypoint 20 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Coira Longrifle - On Waypoint 20 Reached - Set Orientation 6" WHERE `source_type`=0 AND `entryorguid`=32426 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Seething Hate - On Aggro - Cast 'Seething Evil'" WHERE `source_type`=0 AND `entryorguid`=32429 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - On Aggro - Cast 'Frost Arrow' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - In Combat - Cast 'Frost Arrow' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - Within 0-5 Range - Cast 'Improved Wing Clip' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Syreian the Bonecarver - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32438 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target 02 - On Spellhit 'Neutralizing Dose Applied' - Run Script" WHERE `source_type`=0 AND `entryorguid`=32442 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target 02 - On Spellhit 'Neutralizing Dose Applied' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32442 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target 02 - On Spellhit 'Neutralizing Dose Applied' - Cast 'Orange Radiation'" WHERE `source_type`=0 AND `entryorguid`=32442 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target 02 - On Data Set 1 1 - Remove Aura 'Orange Radiation'" WHERE `source_type`=0 AND `entryorguid`=32442 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint Finished - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32443 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint Finished - Set Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=32443 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint Finished - Summon Creature 'Sindragosa'" WHERE `source_type`=0 AND `entryorguid`=32443 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Waypoint Finished - Run Script" WHERE `source_type`=0 AND `entryorguid`=32443 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Data Set 1 1 - Remove Flag Standstate Kneel" WHERE `source_type`=0 AND `entryorguid`=32443 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Just Summoned - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=32445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32445 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Just Summoned - Cast 'Huge Green Splash'" WHERE `source_type`=0 AND `entryorguid`=32445 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sindragosa - On Just Summoned - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32446 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sindragosa - On Waypoint Finished - Set Data 1 1" WHERE `source_type`=0 AND `entryorguid`=32446 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sindragosa - On Waypoint Finished - Move Forward 200 Yards" WHERE `source_type`=0 AND `entryorguid`=32446 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sindragosa - On Waypoint Finished - Despawn In 15000 ms" WHERE `source_type`=0 AND `entryorguid`=32446 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zul'drak Sentinel - In Combat - Cast 'Stomp'" WHERE `source_type`=0 AND `entryorguid`=32447 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'drak Sentinel - In Combat - Cast 'Whammy'" WHERE `source_type`=0 AND `entryorguid`=32447 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Reaver - On Spellhit 'Volatile Acid' - Quest Credit 'Before the Gate of Horror'" WHERE `source_type`=0 AND `entryorguid`=32467 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Reaver - On Spellhit 'Volatile Acid' - Set Visibility Off" WHERE `source_type`=0 AND `entryorguid`=32467 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Reaver - On Spellhit 'Volatile Acid' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=32467 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Griegen - In Combat - Cast 'Smash'" WHERE `source_type`=0 AND `entryorguid`=32471 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terror Spinner - In Combat - Cast 'Impairing Poison'" WHERE `source_type`=0 AND `entryorguid`=32475 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terror Spinner - In Combat - Cast 'Instant Poison'" WHERE `source_type`=0 AND `entryorguid`=32475 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Aotona - In Combat - Cast 'Eye Peck'" WHERE `source_type`=0 AND `entryorguid`=32481 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Aotona - In Combat - Cast 'Wing Buffet'" WHERE `source_type`=0 AND `entryorguid`=32481 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bone Spider - In Combat - Cast 'Poison'" WHERE `source_type`=0 AND `entryorguid`=32484 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bone Spider - Out of Combat - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=32484 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Krush - Within 8-25 Range - Cast 'Charge'" WHERE `source_type`=0 AND `entryorguid`=32485 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Krush - In Combat - Cast 'Mortal Wound'" WHERE `source_type`=0 AND `entryorguid`=32485 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Krush - In Combat - Cast 'Terrifying Roar'" WHERE `source_type`=0 AND `entryorguid`=32485 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Putridus the Ancient - In Combat - Cast 'Putrid Punt'" WHERE `source_type`=0 AND `entryorguid`=32487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Putridus the Ancient - In Combat - Cast 'War Stomp'" WHERE `source_type`=0 AND `entryorguid`=32487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Time-Lost Proto Drake - In Combat - Cast 'Time Lapse'" WHERE `source_type`=0 AND `entryorguid`=32491 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Time-Lost Proto Drake - Out of Combat - Cast 'Time Shift'" WHERE `source_type`=0 AND `entryorguid`=32491 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hildana Deathstealer - In Combat - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=32495 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hildana Deathstealer - In Combat - Cast 'Lash' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32495 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hildana Deathstealer - In Combat - Set Event Phase 2 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32495 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hildana Deathstealer - In Combat - Cast 'Touch of the Val'kyr' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32495 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hildana Deathstealer - In Combat - Set Event Phase 1 (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32495 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Quest 'The Hunter and the Prince' Taken - Run Random Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32497 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Quest 'The Hunter and the Prince' Taken - Run Random Script (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32497 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dirkee - In Combat - Cast 'Mechano Kick' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dirkee - In Combat - Cast 'Suppressive Fire' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Thane Jorfus - In Combat - Cast 'Blood Plague' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Thane Jorfus - In Combat - Cast 'Blood Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Thane Jorfus - In Combat - Cast 'Death and Decay' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Thane Jorfus - In Combat - Cast 'Death Coil' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32501 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Thane Jorfus - In Combat - Cast 'Frost Strike' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32501 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Brammold Deepmine - On Respawn - Start Waypoint (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=32509 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brammold Deepmine - On Waypoint 2 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32509 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brammold Deepmine - On Waypoint 2 Reached - Set Orientation 2" WHERE `source_type`=0 AND `entryorguid`=32509 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brammold Deepmine - On Waypoint 8 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32509 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brammold Deepmine - On Waypoint 8 Reached - Set Orientation 2" WHERE `source_type`=0 AND `entryorguid`=32509 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Loque'nahak - In Combat - Cast 'Pounce'" WHERE `source_type`=0 AND `entryorguid`=32517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halvdan - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=32571 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halvdan - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=32571 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Arcane Reflection'" WHERE `source_type`=0 AND `entryorguid`=32572 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Shadow Reflection'" WHERE `source_type`=0 AND `entryorguid`=32572 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Frost Reflection'" WHERE `source_type`=0 AND `entryorguid`=32572 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dragonblight Mage Hunter - On Spellhit - Cast 'Fire Reflection'" WHERE `source_type`=0 AND `entryorguid`=32572 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Sphere - On Respawn - Despawn In 40000 ms" WHERE `source_type`=0 AND `entryorguid`=32582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ethereal Sphere - Within 1-5 Range Out of Combat LoS - Cast 'Arcane Power'" WHERE `source_type`=0 AND `entryorguid`=32582 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidan Stormrage - On Just Summoned - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32588 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Illidan Stormrage - In Combat - Cast 'Immolation'" WHERE `source_type`=0 AND `entryorguid`=32588 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Illidan Stormrage - In Combat - Cast 'Pierced Heart'" WHERE `source_type`=0 AND `entryorguid`=32588 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Illidan Stormrage - In Combat - Cast 'Shear'" WHERE `source_type`=0 AND `entryorguid`=32588 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Illidan Stormrage - On Just Died - Invoker Cast 'Illidan Kill Credit'" WHERE `source_type`=0 AND `entryorguid`=32588 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Surveyor Hansen - Within 0-20 Range - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=32599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Surveyor Hansen - Within 0-5 Range - Cast 'Strike'" WHERE `source_type`=0 AND `entryorguid`=32599 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vyragosa - Within 0-35 Range - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=32630 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vyragosa - Within 0-5 Range - Cast 'Frost Cleave'" WHERE `source_type`=0 AND `entryorguid`=32630 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Budd - On Just Summoned - Cast 'Budd's Attention Span'" WHERE `source_type`=0 AND `entryorguid`=32663 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Budd - On Just Summoned - Cast 'Attention Span'" WHERE `source_type`=0 AND `entryorguid`=32663 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Budd - On Just Summoned - Set Reactstate Defensive" WHERE `source_type`=0 AND `entryorguid`=32663 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Budd - On Just Summoned - Start Follow Invoker" WHERE `source_type`=0 AND `entryorguid`=32663 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Budd - On Update - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32663 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Emi - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32668 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Emi - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32668 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Emi - On Waypoint 2 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32668 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Emi - On Waypoint 2 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=32668 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Colin - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Colin - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Colin - On Waypoint 1 Reached - Set Orientation 5" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Colin - On Waypoint 2 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Colin - On Waypoint 2 Reached - Set Orientation 0" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Colin - On Waypoint 3 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Colin - On Waypoint 3 Reached - Set Orientation 4" WHERE `source_type`=0 AND `entryorguid`=32669 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warp-Huntress Kula - On Respawn - Cast 'Summon Backbiter'" WHERE `source_type`=0 AND `entryorguid`=32711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Reset - Change Equipment" WHERE `source_type`=0 AND `entryorguid`=32720 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Reset - Run Random Script" WHERE `source_type`=0 AND `entryorguid`=32720 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Violetta - On Waypoint 8 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=32720 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Violetta - On Waypoint 8 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=32720 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Violetta - On Waypoint Finished - Despawn In 10000 ms" WHERE `source_type`=0 AND `entryorguid`=32720 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Arcanist Ginsberg - Out of Combat - Play Random Emote (274, 1, 11)" WHERE `source_type`=0 AND `entryorguid`=32734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alchemist Burroughs - Out of Combat - Play Random Emote (274, 1, 11)" WHERE `source_type`=0 AND `entryorguid`=32735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scribe Whitman - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32736 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Baroness Zildjia - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32739 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Conjurer Weinhaus - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=32741 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Your Corpse - On Just Summoned - Invoker Cast 'Mirror Image' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32742 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Your Corpse - On Just Summoned - Set Phase 3 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32742 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Your Corpse - On Just Summoned - Cast 'Permanent Feign Death' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32742 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Moonglade Return Portal - On Just Summoned - Cast 'Nature Portal State' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=32788 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moonglade Return Portal - On Respawn - Morph To Model 11686" WHERE `source_type`=0 AND `entryorguid`=32788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Moonglade Portal - On Respawn - Cast 'Nature Portal State'" WHERE `source_type`=0 AND `entryorguid`=32790 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Moonglade Portal - On Respawn - Morph To Model 11686" WHERE `source_type`=0 AND `entryorguid`=32790 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Male Frost Leopard - In Combat - Cast 'Rake'" WHERE `source_type`=0 AND `entryorguid`=33007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Male Icepaw Bear - In Combat - Cast 'Claws of Ice'" WHERE `source_type`=0 AND `entryorguid`=33008 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smoldering Skeleton - On Aggro - Cast 'Smoldering Bones'" WHERE `source_type`=0 AND `entryorguid`=33016 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smoldering Construct - In Combat - Cast 'Backlash'" WHERE `source_type`=0 AND `entryorguid`=33017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Liquid Pyrite - On Spellhit 'Ride Vehicle' - Remove Aura 'Liquid Pyrite'" WHERE `source_type`=0 AND `entryorguid`=33189 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Liquid Pyrite - On Spellhit 'Ride Vehicle' - Despawn In 15000 ms" WHERE `source_type`=0 AND `entryorguid`=33189 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Steelforged Defender - On Spellhit 'Ride Vehicle' - Kill Self" WHERE `source_type`=0 AND `entryorguid`=33236 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Steelforged Defender - On Reset - Set Invincibility Hp 1%" WHERE `source_type`=0 AND `entryorguid`=33236 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Steelforged Defender - In Combat - Cast 'Hamstring'" WHERE `source_type`=0 AND `entryorguid`=33236 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Steelforged Defender - In Combat - Cast 'Sunder Armor'" WHERE `source_type`=0 AND `entryorguid`=33236 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Steelforged Defender - In Combat - Cast 'Lightning Bolt'" WHERE `source_type`=0 AND `entryorguid`=33236 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=33273 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Spellhit 'Break Curse of Ice' - Run Script" WHERE `source_type`=0 AND `entryorguid`=33303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Respawn - Add Aura 'Ice Block'" WHERE `source_type`=0 AND `entryorguid`=33303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mokra the Skullcrusher - On Respawn - Cast 'Orgrimmar Champion's Pennant'" WHERE `source_type`=0 AND `entryorguid`=33361 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'tore - On Respawn - Cast 'Sen'jin Champion's Pennant'" WHERE `source_type`=0 AND `entryorguid`=33372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathstalker Visceri - On Respawn - Cast 'Undercity Champion's Pennant'" WHERE `source_type`=0 AND `entryorguid`=33373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eressea Dawnsinger - On Respawn - Cast 'Silvermoon Champion's Pennant'" WHERE `source_type`=0 AND `entryorguid`=33379 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runok Wildmane - On Respawn - Cast 'Thunder Bluff Champion's Pennant'" WHERE `source_type`=0 AND `entryorguid`=33403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - On Aggro - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Within 0-40 Range - Cast 'Arcane Bolt'" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Unbound Seer - In Combat - Cast 'Ley Curse' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33422 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Maloric - On Has Aura 'Incapacitate Maloric' - Set Npc Flag Spellclick (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33498 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maloric - On Has Aura 'Incapacitate Maloric' - Set Npc Flag (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33498 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Knight's Gryphon - On Passenger Boarded - Start Waypoint (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33519 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Knight's Gryphon - On Waypoint 40 Reached - Quest Credit 'The Black Knight's Orders' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33519 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Knight's Gryphon - On Waypoint 43 Reached - Cast 'Eject All Passengers' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33519 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Black Knight's Gryphon - On Waypoint 44 Reached - Despawn Instant (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33519 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wolvar Orphan - On Spellhit 'Throw Paper Zeppelin' - Quest Credit 'A Trip To The Wonderworks' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33532 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oracle Orphan - On Spellhit 'Throw Paper Zeppelin' - Quest Credit 'A Trip To The Wonderworks' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33533 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Respawn - Start Waypoint (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33589 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Waypoint 1 Reached - Run Script (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=33589 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Waypoint 4 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=33589 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Waypoint 4 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=33589 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chillmaw - In Combat - Cast 'Frost Breath'" WHERE `source_type`=0 AND `entryorguid`=33687 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chillmaw - Between 0-35% Health - Cast 'Wing Buffet'" WHERE `source_type`=0 AND `entryorguid`=33687 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chillmaw - Between 0-25% Health - Cast 'Eject Passenger 1'" WHERE `source_type`=0 AND `entryorguid`=33687 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chillmaw - Between 0-50% Health - Cast 'Eject Passenger 2'" WHERE `source_type`=0 AND `entryorguid`=33687 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chillmaw - Between 0-75% Health - Cast 'Eject Passenger 3'" WHERE `source_type`=0 AND `entryorguid`=33687 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cultist Bombardier - In Combat - Cast 'Throw Dynamite'" WHERE `source_type`=0 AND `entryorguid`=33695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cultist Bombardier - In Combat - Cast 'Time Bomb'" WHERE `source_type`=0 AND `entryorguid`=33695 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cultist Bombardier - On Aggro - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=33695 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cultist Bombardier - Out of Combat - Despawn In 5000 ms" WHERE `source_type`=0 AND `entryorguid`=33695 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Frigid Abomination - Within 0-5 Range - Cast 'Cleave'" WHERE `source_type`=0 AND `entryorguid`=33704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 8 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 10 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 12 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 14 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 15 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 17 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 18 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 20 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 21 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 26 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 28 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 31 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 33 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Waypoint 38 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33788 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Helidan Lightwing - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=33849 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Helidan Lightwing - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=33849 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Respawn - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 1 Reached - Set Orientation 3" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 5 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 9 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 13 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 16 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Waypoint 20 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=33854 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Rugan Steelbelly - On Gossip Hello - Send Gossip" WHERE `source_type`=0 AND `entryorguid`=33972 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rugan Steelbelly - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=33972 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rugan Steelbelly - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=33972 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rugan Steelbelly - On Gossip Option 0 Selected - Cast 'Rugan Steelbelly Credit'" WHERE `source_type`=0 AND `entryorguid`=33972 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rugan Steelbelly - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=33972 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jeran Lockwood - On Gossip Hello - Send Gossip" WHERE `source_type`=0 AND `entryorguid`=33973 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jeran Lockwood - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=33973 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jeran Lockwood - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=33973 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jeran Lockwood - On Gossip Option 0 Selected - Cast 'Jeran Lockwood Credit'" WHERE `source_type`=0 AND `entryorguid`=33973 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jeran Lockwood - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=33973 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Valis Windchaser - On Gossip Hello - Send Gossip" WHERE `source_type`=0 AND `entryorguid`=33974 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Valis Windchaser - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=33974 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Valis Windchaser - On Gossip Option 0 Selected - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=33974 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Valis Windchaser - On Gossip Option 0 Selected - Cast 'Valis Windchaser Credit'" WHERE `source_type`=0 AND `entryorguid`=33974 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Valis Windchaser - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=33974 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jean Pierre Poulain - On Gossip Option 0 Selected - Cast '[DND] Dalaran -> Argent Tournament'" WHERE `source_type`=0 AND `entryorguid`=34244 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mature Lasher - On Respawn - Set Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=34300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mature Lasher - On Reached Home - Set Flag Standstate Submerged" WHERE `source_type`=0 AND `entryorguid`=34300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mature Lasher - On Reached Home - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=34300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mature Lasher - On Aggro - Cast 'Stand'" WHERE `source_type`=0 AND `entryorguid`=34300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mature Lasher - In Combat - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=34300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mature Lasher - In Combat - Cast 'Dream Lash'" WHERE `source_type`=0 AND `entryorguid`=34300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Aria - On Gossip Option 1 Selected - Cast 'Matron Aria Credit'" WHERE `source_type`=0 AND `entryorguid`=34365 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Aria - On Gossip Option 2 Selected - Cast 'Oracle Orphan Whistle'" WHERE `source_type`=0 AND `entryorguid`=34365 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Aria - On Gossip Option 3 Selected - Cast 'Wolvar Orphan Whistle'" WHERE `source_type`=0 AND `entryorguid`=34365 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Orphan Matron Aria - On Gossip Option 3 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=34365 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Catrina - Received Emote 34 - Cast 'Honor the Dead'" WHERE `source_type`=0 AND `entryorguid`=34383 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Copperpot Goon - On Aggro - Call For Help" WHERE `source_type`=0 AND `entryorguid`=34505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Copperpot Goon - Within 0-20 Range - Cast 'Net'" WHERE `source_type`=0 AND `entryorguid`=34505 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ogre Pinata - On Just Died - Cast 'Pile of Candy'" WHERE `source_type`=0 AND `entryorguid`=34632 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ogre Pinata - On Reset - Set Reactstate Passive" WHERE `source_type`=0 AND `entryorguid`=34632 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captive Aspirant - On Spellhit 'Open Black Cage' - Run Script" WHERE `source_type`=0 AND `entryorguid`=34716 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Watcher Tolwe - Out of Combat - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=34723 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Ritualist - In Combat - Cast 'Mind Sear'" WHERE `source_type`=0 AND `entryorguid`=34734 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Ritualist - In Combat - Cast 'Pain Spike'" WHERE `source_type`=0 AND `entryorguid`=34734 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Knight's Grave - Within 1-5 Range Out of Combat LoS - Summon Creature 'Cult Saboteur'" WHERE `source_type`=0 AND `entryorguid`=34735 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Black Knight's Grave - Within 1-5 Range Out of Combat LoS - Summon Creature 'Cult Assassin'" WHERE `source_type`=0 AND `entryorguid`=34735 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kvaldir Reaver - In Combat - Cast 'Wave Crash'" WHERE `source_type`=0 AND `entryorguid`=34838 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kvaldir Mist Binder - Out of Combat - Cast 'Call of the Mist'" WHERE `source_type`=0 AND `entryorguid`=34839 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kvaldir Mist Binder - In Combat - Cast 'Mist of Strangulation'" WHERE `source_type`=0 AND `entryorguid`=34839 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slain Tualiq Villager - On Spellhit 'Read Last Rites' - Quest Credit 'The Light's Mercy' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slain Tualiq Villager - On Spellhit 'Read Last Rites' - Despawn In 2000 ms (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34852 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tualiq Spirit - Out of Combat - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34888 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tualiq Spirit - Out of Combat - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34888 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - On Aggro - Cast 'Spear Throw' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 10-30 Range - Cast 'Spear Throw'" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 10-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Kvaldir Harpooner - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=34907 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Out of Combat - Cast 'Submerge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Out of Combat - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Aggro - Remove Aura 'Submerge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Aggro - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Aggro - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Aggro - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Aggro - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Aggro - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - In Combat - Cast 'Acid Spit'" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - In Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - In Combat - Cast 'Sweep'" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - In Combat - Cast 'Bore'" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 30-60 Range - Cast 'Submerge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 30-60 Range - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 30-60 Range - Set Event Phase 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 0-8 Range - Remove Aura 'Submerge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 0-8 Range - Remove Aura 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 0-8 Range - Cast 'Stand' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 0-8 Range - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 0-8 Range - Remove Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - Within 0-8 Range - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Evade - Cast 'Submerge' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Evade - Set Event Phase 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Evade - Cast 'Tunnel Bore Passive' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Evade - Set All Threat 0-100 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Deep Jormungar - On Evade - Set Flags Not Attackable & Not Selectable (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34920 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Evade - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Spellhit 'Flaming Spear' - Cast 'Kraken Spear Quest Credit' (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Spellhit 'Flaming Spear' - Increment Phase By 0 (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Spellhit 'Flaming Spear' - Increment Phase By 0 (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Spellhit 'Flaming Spear' - Increment Phase By 0 (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Spellhit 'Flaming Spear' - Increment Phase By 0 (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Spellhit 'Flaming Spear' - Increment Phase By 0 (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - In Combat - Cast 'Frost Breath' (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="North Sea Kraken - On Aggro - Set Event Phase 1 (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34925 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kvaldir Berserker - In Combat - Cast 'Throw' (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34947 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kvaldir Berserker - Within 0-5 Range - Cast 'Chop' (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34947 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kvaldir Berserker - Between 0-30% Health - Cast 'Frenzy' (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34947 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kul the Reckless - On Spellhit 'Open Black Cage' - Run Script (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Out of Combat - Disable Combat Movement (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Out of Combat - Cast 'Call of the Mist' (Phases 1 & 2 & 4 & 8 & 16) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - On Aggro - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Within 0-40 Range - Cast 'Lightning Bolt' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Between 0-7% Mana - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Between 0-7% Mana - Increment Phase By 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Between 15-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - In Combat - Cast 'Mist of Strangulation' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mistcaller Yngvar - Between 0-30% Health - Cast 'Rune of Retribution' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34965 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drottinn Hrothgar - Out of Combat - Cast 'Cloud Aura' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34980 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drottinn Hrothgar - Out of Combat - Say Line 0 (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34980 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drottinn Hrothgar - Within 0-5 Range - Cast 'Cleave' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34980 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drottinn Hrothgar - In Combat - Cast 'Smash' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=34980 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ornolf the Scarred - In Combat - Cast 'Throw' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35012 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ornolf the Scarred - Within 0-5 Range - Cast 'Chop' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35012 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ornolf the Scarred - In Combat - Cast 'Whirlwind' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35012 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ornolf the Scarred - Between 0-30% Health - Cast 'Frenzy' (Phase 1) (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35012 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - In Combat - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Firehawk Mariner - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35070 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Captain Aerthas Firehawk - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=35090 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 5-30 Range - Cast 'Shoot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - In Combat - Cast 'Concussive Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 25-80 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 25-80 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 0-5 Range - Enable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 0-5 Range - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 0-5 Range - Start Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 5-15 Range - Disable Combat Movement (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - Within 5-15 Range - Stop Attacking (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Wavecrest Mariner - On Evade - Set Sheath Melee (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35098 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Out of Combat - Disable Combat Movement (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Out of Combat - Stop Attacking (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - On Aggro - Cast 'Shoot' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - On Aggro - Increment Phase By 0 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 5-30 Range - Cast 'Shoot'" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 5-30 Range - Set Sheath Ranged (Phase 1)" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 0-5 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 0-5 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Captain Elleane Wavecrest - Within 0-5 Range - Cast 'Heroic Strike'" WHERE `source_type`=0 AND `entryorguid`=35102 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Cult Saboteur - On Just Summoned - Change Equipment" WHERE `source_type`=0 AND `entryorguid`=35116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cult Saboteur - On Data Set 0 0 - Set Event Phase 1" WHERE `source_type`=0 AND `entryorguid`=35116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cult Saboteur - Out of Combat - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=35116 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stabled Argent Hippogryph - On Gossip Option 0 Selected - Cast 'Mount Up'" WHERE `source_type`=0 AND `entryorguid`=35117 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=35127 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Just Summoned - Set Emote State 68" WHERE `source_type`=0 AND `entryorguid`=35127 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - In Combat - Cast 'Expose Armor'" WHERE `source_type`=0 AND `entryorguid`=35127 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=35127 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Just Died - Invoker Cast 'Black Knight's Grave Credit'" WHERE `source_type`=0 AND `entryorguid`=35127 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wilfred Fizzlebang - Out of Combat - Run Script" WHERE `source_type`=0 AND `entryorguid`=35476 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcanist Dulial - On Respawn - Cast 'Frost Armor'" WHERE `source_type`=0 AND `entryorguid`=35599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jeeves - On Spellhit 'Jeeves Goodbye' - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=35642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Priestess Alorah - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=36101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Priest Grimmin - Out of Combat - Cast 'Cosmetic Chains'" WHERE `source_type`=0 AND `entryorguid`=36102 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Watchman - In Combat - Cast 'Shroud of Runes'" WHERE `source_type`=0 AND `entryorguid`=36478 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Watchman - In Combat - Cast 'Unholy Rage' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36478 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulguard Watchman - In Combat - Say Line 0 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36478 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Watchman - On Aggro - Call For Help (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36478 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Soulguard Reaper - Out of Combat - Cast 'Soulguard Channel' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36499 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Reaper - In Combat - Cast 'Shadow Lance' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36499 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulguard Reaper - In Combat - Cast 'Frost Nova' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36499 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Reaper - In Combat - Cast 'Frost Nova' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36499 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Soulguard Reaper - On Aggro - Call For Help (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36499 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - Out of Combat - Cast 'Soulguard Channel Beam02' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - In Combat - Cast 'Raise Dead' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - In Combat - Cast 'Soul Sickness' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - In Combat - Cast 'Soul Siphon' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - In Combat - Cast 'Shadow Bolt' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - In Combat - Cast 'Shadow Bolt' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - On Aggro - Call For Help (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - On Aggro - Set Event Phase 1 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - On Data Set 0 2 - Set Data 0 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - On Data Set 0 2 - Set Event Phase 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - On Data Set 0 3 - Set Data 0 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Soulguard Animator - On Data Set 0 3 - Set Event Phase 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36516 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Soul Horror - In Combat - Cast 'Soul Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36522 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soul Horror - In Combat - Cast 'Soul Strike' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36522 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soul Horror - On Aggro - Call For Help (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36522 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Well of Souls - On Just Summoned - Cast 'Well of Souls' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36536 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spiteful Apparition - On Reset - Cast 'Greater Invisibility' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36551 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spiteful Apparition - Within 0-10 Range Out of Combat LoS - Remove Aura 'Greater Invisibility' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36551 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spiteful Apparition - In Combat - Cast 'Spite' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36551 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spiteful Apparition - In Combat - Cast 'Spite' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36551 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Onyxian Lair Guard - In Combat - Cast 'Blast Nova' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Onyxian Lair Guard - In Combat - Cast 'Ignite Weapon' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36561 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Onyxian Lair Guard - In Combat - Cast 'Cleave' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36561 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - Out of Combat - Cast 'Soulguard Channel Beam02' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - In Combat - Cast 'Raise Dead' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - In Combat - Cast 'Bone Volley' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - In Combat - Cast 'Bone Volley' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - In Combat - Cast 'Shield of Bones' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - In Combat - Cast 'Shield of Bones' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Reset - Set Event Phase 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Data Set 0 1 - Set Event Phase 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - Out of Combat - Cast 'Soulguard Channel' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Aggro - Call For Help (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Aggro - Set Event Phase 3 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Data Set 0 2 - Set Data 0 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Data Set 0 2 - Set Event Phase 4 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Data Set 0 3 - Set Data 0 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Soulguard Bonecaster - On Data Set 0 3 - Set Event Phase 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36564 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - Out of Combat - Cast 'Soulguard Channel Beam02' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Raise Dead' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Shadow Bolt' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Drain Life' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Drain Life' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Shadow Mend' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - In Combat - Cast 'Shadow Mend' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Reset - Set Event Phase 1 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Data Set 0 1 - Set Event Phase 2 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - Out of Combat - Cast 'Soulguard Channel' (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Aggro - Call For Help (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Aggro - Set Event Phase 3 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Data Set 0 2 - Set Data 0 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Data Set 0 2 - Set Event Phase 4 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Data Set 0 3 - Set Data 0 0 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Soulguard Adept - On Data Set 0 3 - Set Event Phase 3 (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36620 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Data Set 0 3 - Set Npc Flag Questgiver (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Data Set 0 3 - Set Orientation Home Position (No Repeat) (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Waypoint 2 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Data Set 50 0 - Mount To Model 28888" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Waypoint 2 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Waypoint 1 Reached - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Caladis Brightspear - On Quest 'Return To Caladis Brightspear' Finished - Remove Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=36624 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Quest 'Return To Caladis Brightspear' Finished - Set Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Quest 'Return To Caladis Brightspear' Finished - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Waypoint 2 Reached - Say Line 3" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Data Set 50 0 - Mount To Model 28889" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Waypoint 2 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Waypoint 1 Reached - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Quest 'Return To Myralion Sunblaze' Finished - Remove Npc Flag Questgiver" WHERE `source_type`=0 AND `entryorguid`=36642 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Warden - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=36666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spectral Warden - In Combat - Cast 'Veil of Shadow'" WHERE `source_type`=0 AND `entryorguid`=36666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spectral Warden - In Combat - Cast 'Wail of Souls'" WHERE `source_type`=0 AND `entryorguid`=36666 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Quest 'A Meeting With The Magister' Taken - Cast 'Sunreaver Disguise'" WHERE `source_type`=0 AND `entryorguid`=36669 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Quest 'A Meeting With The Magister' Finished - Remove Aura 'Sunreaver Disguise'" WHERE `source_type`=0 AND `entryorguid`=36669 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Gossip Option 1 Selected - Cast 'Sunreaver Disguise'" WHERE `source_type`=0 AND `entryorguid`=36669 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=36669 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=36669 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Quest 'An Audience With The Arcanist' Taken - Cast 'Silver Covenant Disguise'" WHERE `source_type`=0 AND `entryorguid`=36670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Quest 'An Audience With The Arcanist' Finished - Remove Aura 'Silver Covenant Disguise'" WHERE `source_type`=0 AND `entryorguid`=36670 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Gossip Option 1 Selected - Cast 'Silver Covenant Disguise'" WHERE `source_type`=0 AND `entryorguid`=36670 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=36670 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=36670 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Servant of the Throne - In Combat - Cast 'Web Wrap'" WHERE `source_type`=0 AND `entryorguid`=36724 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Servant of the Throne - In Combat - Cast 'Glacial Blast'" WHERE `source_type`=0 AND `entryorguid`=36724 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nerub'ar Broodkeeper - Within 0-60 Range Out of Combat LoS - Set In Combat With Zone" WHERE `source_type`=0 AND `entryorguid`=36725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nerub'ar Broodkeeper - In Combat - Cast 'Crypt Scarabs'" WHERE `source_type`=0 AND `entryorguid`=36725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nerub'ar Broodkeeper - In Combat - Cast 'Web Wrap'" WHERE `source_type`=0 AND `entryorguid`=36725 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nerub'ar Broodkeeper - Friendly At 5000 Health - Cast 'Spirit Particles (red)'" WHERE `source_type`=0 AND `entryorguid`=36725 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36764 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36764 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36765 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36765 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36766 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36766 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36767 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36767 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36770 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36770 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36771 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36771 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36772 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36772 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Respawn - Set Emote State 233" WHERE `source_type`=0 AND `entryorguid`=36773 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Spellhit 'Slave Trigger Closest' - Run Script" WHERE `source_type`=0 AND `entryorguid`=36773 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Agent - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=36774 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Agent - On Aggro - Cast 'Hooked Net'" WHERE `source_type`=0 AND `entryorguid`=36774 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Agent - On Behind Target - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=36774 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Agent - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=36774 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Agent - In Combat - Cast 'Vanish'" WHERE `source_type`=0 AND `entryorguid`=36774 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Agent - In Combat - Cast 'Eviscerate'" WHERE `source_type`=0 AND `entryorguid`=36774 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sunreaver Agent - On Aggro - Say Line 0" WHERE `source_type`=0 AND `entryorguid`=36776 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sunreaver Agent - On Aggro - Cast 'Hooked Net'" WHERE `source_type`=0 AND `entryorguid`=36776 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sunreaver Agent - On Behind Target - Cast 'Backstab'" WHERE `source_type`=0 AND `entryorguid`=36776 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sunreaver Agent - In Combat - Cast 'Sinister Strike'" WHERE `source_type`=0 AND `entryorguid`=36776 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sunreaver Agent - In Combat - Cast 'Vanish'" WHERE `source_type`=0 AND `entryorguid`=36776 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sunreaver Agent - In Combat - Cast 'Eviscerate'" WHERE `source_type`=0 AND `entryorguid`=36776 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathwhisper Necrolyte - In Combat - Cast 'Conversion Beam'" WHERE `source_type`=0 AND `entryorguid`=36788 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathwhisper Necrolyte - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=36788 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Servant - In Combat - Cast 'Chaos Bolt'" WHERE `source_type`=0 AND `entryorguid`=36805 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Servant - In Combat - Cast 'Consuming Shadows'" WHERE `source_type`=0 AND `entryorguid`=36805 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Servant - In Combat - Cast 'Curse of Agony'" WHERE `source_type`=0 AND `entryorguid`=36805 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Disciple - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=36807 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Disciple - On Friendly Unit Missing Buff 'Dark Blessing' - Cast 'Dark Blessing'" WHERE `source_type`=0 AND `entryorguid`=36807 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Disciple - Friendly At 90000 Health - Cast 'Shadow Mend'" WHERE `source_type`=0 AND `entryorguid`=36807 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Zealot - In Combat - Cast 'Shadow Cleave'" WHERE `source_type`=0 AND `entryorguid`=36808 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Attendant - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=36811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker Attendant - In Combat - Cast 'Shadow Nova'" WHERE `source_type`=0 AND `entryorguid`=36811 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathspeaker High Priest - In Combat - Cast 'Dark Reckoning'" WHERE `source_type`=0 AND `entryorguid`=36829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathspeaker High Priest - On Damaged Between 0-10000 - Cast 'Aura of Darkness'" WHERE `source_type`=0 AND `entryorguid`=36829 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - Out of Combat - Play Emote 38" WHERE `source_type`=0 AND `entryorguid`=36830 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - In Combat - Cast 'Shovelled!'" WHERE `source_type`=0 AND `entryorguid`=36830 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - In Combat - Cast 'Puncture Wound'" WHERE `source_type`=0 AND `entryorguid`=36830 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathbone Laborer - In Combat - Cast 'Blinding Dirt'" WHERE `source_type`=0 AND `entryorguid`=36830 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Wrathbringer - In Combat - Cast 'Blight'" WHERE `source_type`=0 AND `entryorguid`=36840 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Wrathbringer - In Combat - Cast 'Blight'" WHERE `source_type`=0 AND `entryorguid`=36840 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Warrior - In Combat - Cast 'Arcing Slice'" WHERE `source_type`=0 AND `entryorguid`=36841 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Warrior - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=36841 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Warrior - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=36841 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathbone Coldwraith - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=36842 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathbone Coldwraith - In Combat - Cast 'Frostbolt'" WHERE `source_type`=0 AND `entryorguid`=36842 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathbone Coldwraith - In Combat - Cast 'Freezing Circle'" WHERE `source_type`=0 AND `entryorguid`=36842 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wrathbone Coldwraith - In Combat - Cast 'Freezing Circle'" WHERE `source_type`=0 AND `entryorguid`=36842 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Disturbed Glacial Revenant - In Combat - Cast 'Avalanche'" WHERE `source_type`=0 AND `entryorguid`=36874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagueborn Horror - In Combat - Cast 'Pustulant Flesh'" WHERE `source_type`=0 AND `entryorguid`=36879 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plagueborn Horror - In Combat - Cast 'Pustulant Flesh'" WHERE `source_type`=0 AND `entryorguid`=36879 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Plagueborn Horror - In Combat - Cast 'Toxic Waste'" WHERE `source_type`=0 AND `entryorguid`=36879 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Plagueborn Horror - Between 15-15% Health - Cast 'Blight Bomb'" WHERE `source_type`=0 AND `entryorguid`=36879 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ymirjar Deathbringer - In Combat - Cast 'Empowered Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=36892 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ymirjar Deathbringer - In Combat - Cast 'Empowered Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=36892 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonespine Gargoyle - In Combat - Cast 'Gargoyle Strike'" WHERE `source_type`=0 AND `entryorguid`=36896 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stonespine Gargoyle - In Combat - Cast 'Gargoyle Strike'" WHERE `source_type`=0 AND `entryorguid`=36896 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stonespine Gargoyle - Between 10-10% Health - Cast 'Stoneform'" WHERE `source_type`=0 AND `entryorguid`=36896 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eye of the Lich King - Out of Combat - Set Orientation Closest Player" WHERE `source_type`=0 AND `entryorguid`=36913 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghoul Minion - On Just Summoned - Set Data 0 2 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36916 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ghoul Minion - On Just Summoned - Start Random Movement (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36916 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ghoul Minion - In Combat - Kill Self (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36916 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ghoul Minion - Out of Combat - Kill Self (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36916 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ghoul Minion - On Just Died - Set Data 0 3 (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36916 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ghoul Minion - On Just Died - Despawn In 3000 ms (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=36916 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathbound Ward - In Combat - Cast 'Saber Lash' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=37007 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathbound Ward - In Combat - Cast 'Disrupting Shout' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=37007 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Damned - On Just Died - Cast 'Shattered Bones' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=37011 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Damned - Between 5-30% Health - Add Aura 'Bone Flurry' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=37011 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Skeletal Soldier - In Combat - Cast 'Web Wrap' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=37012 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ancient Skeletal Soldier - In Combat - Cast 'Shield Bash' (Dungeon)" WHERE `source_type`=0 AND `entryorguid`=37012 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crucible of Souls - On Spellhit 'Temper Quel'Delar' - Cast 'Shadow Nova'" WHERE `source_type`=0 AND `entryorguid`=37094 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crucible of Souls - On Spellhit 'Temper Quel'Delar' - Cast 'Return Tempered Quel'Delar'" WHERE `source_type`=0 AND `entryorguid`=37094 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Quest 'Shadowmourne...' Finished - Remove Item 'Shadow's Edge' 1 Time" WHERE `source_type`=0 AND `entryorguid`=37120 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Detective Snap Snagglebolt - On Quest 'Pilfering Perfume' Taken - Cast 'Crown Parcel Service Uniform'" WHERE `source_type`=0 AND `entryorguid`=37172 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Detective Snap Snagglebolt - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=37172 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Detective Snap Snagglebolt - On Gossip Option 0 Selected - Cast 'Crown Parcel Service Uniform'" WHERE `source_type`=0 AND `entryorguid`=37172 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - On Aggro - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Within 0-40 Range - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - On Aggro - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Within 0-40 Range - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - Within 0-8 Range - Cast 'Frost Nova'" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Archmage Koreln - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=37582 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - On Aggro - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Kalira - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=37583 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Frostblade - In Combat - Cast 'Frostblade'" WHERE `source_type`=0 AND `entryorguid`=37670 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hungering Ghoul - In Combat - Cast 'Devour Flesh'" WHERE `source_type`=0 AND `entryorguid`=37711 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathwhisper Shadowcaster - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=37712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathwhisper Shadowcaster - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=37712 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathwhisper Torturer - In Combat - Cast 'Black Brand'" WHERE `source_type`=0 AND `entryorguid`=37713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathwhisper Torturer - In Combat - Cast 'Curse of Agony'" WHERE `source_type`=0 AND `entryorguid`=37713 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wrathbone Sorcerer - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=37728 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wrathbone Sorcerer - In Combat - Cast 'Shadow Bolt'" WHERE `source_type`=0 AND `entryorguid`=37728 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Out of Combat - Set Event Phase 0" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - On Aggro - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Within 0-40 Range - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - On Aggro - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Within 0-40 Range - Cast 'Frostfire Bolt'" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Between 0-7% Mana - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Between 0-7% Mana - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Within 35-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - Between 15-100% Mana - Decrement Phase By 1" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Archmage Elandra - In Combat - Cast 'Cone of Cold'" WHERE `source_type`=0 AND `entryorguid`=37774 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Out of Combat - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Out of Combat - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - On Aggro - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - On Aggro - Increment Phase By 0" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 5-30 Range - Cast 'Multi-Shot'" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 5-30 Range - Set Sheath Ranged" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 25-80 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 25-80 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 0-5 Range - Enable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 0-0 Range - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 0-0 Range - Start Attacking" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 5-15 Range - Disable Combat Movement" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - Within 5-15 Range - Stop Attacking" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Dark Ranger Loralen - On Evade - Set Sheath Melee" WHERE `source_type`=0 AND `entryorguid`=37779 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 50 0 - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 2 0 - Play Emote 2" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 16 0 - Play Emote 16" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 375 0 - Change Equipment (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 375 0 - Set Emote State 375 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 41 0 - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Image of Thalorien Dawnseeker - On Data Set 51 0 - Change Equipment (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37828 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Image of Alexstrasza - On Data Set 1 0 - Play Emote 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37829 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Alexstrasza - On Data Set 25 0 - Play Emote 25 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37829 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Alexstrasza - On Data Set 50 0 - Set Orientation Closest Creature 'Image of Thalorien Dawnseeker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37829 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Alexstrasza - On Data Set 41 0 - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37829 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Anasterian - On Data Set 1 0 - Play Emote 1 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37844 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Anasterian - On Data Set 2 0 - Play Emote 2 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37844 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Anasterian - On Data Set 25 0 - Play Emote 25 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37844 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Anasterian - On Data Set 273 0 - Play Emote 273 (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37844 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Anasterian - On Data Set 50 0 - Set Orientation Closest Creature 'Image of Thalorien Dawnseeker' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37844 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Image of Anasterian - On Data Set 41 0 - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37844 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Image of Morlen Coldgrip - On Reached Point 1 - Pause Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37845 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Morlen Coldgrip - On Reached Point 2 - Despawn Instant (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37845 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Morlen Coldgrip - On Just Summoned - Start Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37845 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Just Summoned - Start Waypoint (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37846 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Waypoint 1 Reached - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37846 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Waypoint 1 Reached - Set Orientation Closest Creature 'Quel'Delar Skull Target' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37846 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Waypoint 2 Reached - Run Script (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37846 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Quel'Delar Skull Target - On Spellhit 'Throw Quel'Delar' - Cast 'Shadow Nova' (No Repeat)" WHERE `source_type`=0 AND `entryorguid`=37852 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frax Bucketdrop - On Aggro - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=0 AND `entryorguid`=37888 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frax Bucketdrop - On Aggro - Summon Creature 'Enraged Wyvern'" WHERE `source_type`=0 AND `entryorguid`=37888 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Timothy Cunningham - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=37915 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Timothy Cunningham - On Aggro - Summon Creature 'Enraged Felbat'" WHERE `source_type`=0 AND `entryorguid`=37915 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=38017 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Data Set 0 1 - Run Script" WHERE `source_type`=0 AND `entryorguid`=38017 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Waypoint 1 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=38017 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Waypoint 1 Reached - Set Orientation Closest Creature 'Krasus'" WHERE `source_type`=0 AND `entryorguid`=38017 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Waypoint 2 Reached - Stop Waypoint" WHERE `source_type`=0 AND `entryorguid`=38017 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Waypoint 2 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=38017 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chemical Wagon - On Spellhit 'Cosmetic - Explosion (Chemical Wagon)' - Quest Credit 'Crushing the Crown'" WHERE `source_type`=0 AND `entryorguid`=38035 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chemical Wagon - On Spellhit 'Cosmetic - Explosion (Chemical Wagon)' - Cast 'Cosmetic - Low Poly Fire (with Sound)'" WHERE `source_type`=0 AND `entryorguid`=38035 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inspector Snip Snagglebolt - On Quest 'Pilfering Perfume' Taken - Cast 'Crown Parcel Service Uniform'" WHERE `source_type`=0 AND `entryorguid`=38066 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inspector Snip Snagglebolt - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=38066 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inspector Snip Snagglebolt - On Gossip Option 0 Selected - Cast 'Crown Parcel Service Uniform'" WHERE `source_type`=0 AND `entryorguid`=38066 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Love Guard Perfume Bunny - On Update - Cast 'Heavily Perfumed Pulse'" WHERE `source_type`=0 AND `entryorguid`=38288 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Waypoint Finished - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=38334 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=38334 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Waypoint Finished - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=38335 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=38335 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=38336 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=38337 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Waypoint Finished - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=38337 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=38338 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Waypoint Finished - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=38338 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Just Summoned - Run Script" WHERE `source_type`=0 AND `entryorguid`=38339 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Val'kyr Guardian - In Combat - Cast 'Smite'" WHERE `source_type`=0 AND `entryorguid`=38391 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Val'kyr Protector - In Combat - Cast 'Smite'" WHERE `source_type`=0 AND `entryorguid`=38392 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Warrior - In Combat - Cast 'Arcing Slice'" WHERE `source_type`=0 AND `entryorguid`=38487 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Warrior - In Combat - Cast 'Demoralizing Shout'" WHERE `source_type`=0 AND `entryorguid`=38487 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Warrior - In Combat - Cast 'Shield Block'" WHERE `source_type`=0 AND `entryorguid`=38487 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Tinker Mekkatorque - On Data Set 1 1 - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=39712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sen'jin Frog - On Spellhit 'Pickup Sen'jin Frog' - Despawn Instant" WHERE `source_type`=0 AND `entryorguid`=40176 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vanira - On Quest 'Lady Of Da Tigers' Taken - Run Script" WHERE `source_type`=0 AND `entryorguid`=40184 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Attuned Frog - On Just Summoned - Quest Credit 'Frogs Away!'" WHERE `source_type`=0 AND `entryorguid`=40188 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Attuned Frog - On Reset - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=40188 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Handler Marnlek - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=40204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Handler Marnlek - On Gossip Option 0 Selected - Cast 'Echo Isles: Unlearned Spy Frog Taxi'" WHERE `source_type`=0 AND `entryorguid`=40204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Handler Marnlek - On Gossip Option 1 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=40204 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Handler Marnlek - On Gossip Option 1 Selected - Cast 'Echo Isles: Unlearned Troll Recruit Taxi'" WHERE `source_type`=0 AND `entryorguid`=40204 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Handler Marnlek - On Gossip Option 2 Selected - Close Gossip" WHERE `source_type`=0 AND `entryorguid`=40204 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Handler Marnlek - On Gossip Option 2 Selected - Cast 'Echo Isles: Unlearned Troll Battle Taxi'" WHERE `source_type`=0 AND `entryorguid`=40204 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Troll Citizen - On Spellhit 'Motivate' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=40256 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Troll Citizen - On Spellhit 'Motivate' - Despawn In 1000 ms" WHERE `source_type`=0 AND `entryorguid`=40257 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Reset - Run Script" WHERE `source_type`=0 AND `entryorguid`=40329 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=0 AND `entryorguid`=40352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dance Participant - On Reset - Start Random Movement" WHERE `source_type`=0 AND `entryorguid`=40363 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dance Participant - On Reset - Morph To Model 22769" WHERE `source_type`=0 AND `entryorguid`=40363 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ritual Drummer - Out of Combat - Play Emote 38" WHERE `source_type`=0 AND `entryorguid`=40373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ritual Drummer - Out of Combat - Cast 'Bang Ritual Gong'" WHERE `source_type`=0 AND `entryorguid`=40373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ritual Drummer - Out of Combat - Play Sound 7294" WHERE `source_type`=0 AND `entryorguid`=40373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ritual Drummer - Out of Combat - Play Sound 7294" WHERE `source_type`=0 AND `entryorguid`=40373 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 9 Reached - Despawn In 500 ms" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 6 Reached - Run Script" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 6 Reached - Set Orientation Home Position" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 6 Reached - Pause Waypoint" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 1 Reached - Dismount" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 1 Reached - Set Run Off" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Waypoint 1 Reached - Set Fly Off" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Reset - Set Fly On" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Reset - Start Waypoint" WHERE `source_type`=0 AND `entryorguid`=40416 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eliza's Grave Dirt - On Quest 'Digging Through the Dirt' Finished - Summon Creature 'Eliza'" WHERE `source_type`=1 AND `entryorguid`=51708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnan Furcutter - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=83600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Durnan Furcutter - On Script - Play Emote 7" WHERE `source_type`=9 AND `entryorguid`=83600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Durnan Furcutter - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=83600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Durnan Furcutter - On Script - Play Emote 0" WHERE `source_type`=9 AND `entryorguid`=83600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=90567 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torch - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=97701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101811 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101812 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Door Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101831 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Door Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101832 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Door Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Door Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101852 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101853 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=101855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=104589 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brazier of Everfount - On Quest 'Call of Water' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=113791 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Respawn Closest Gameobject 'Unguarded Thunder Ale Barrel'" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Cast 'Death Touch'" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Cast 'Death Touch'" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Jarven Thunderbrew - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=137300 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Play Emote 69" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Play Emote 0" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Play Emote 233" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Play Emote 0" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Grimand Elmore - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=141600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Uldum Pedestal - On Quest 'Seeing What Happens' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=142343 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Uldum Pedestal - On Quest 'Seeing What Happens' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=142343 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Unbagwa - On Script - Summon Creature 'Enraged Silverback Gorilla'" WHERE `source_type`=9 AND `entryorguid`=144900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Unbagwa - On Script - Summon Creature 'Konda'" WHERE `source_type`=9 AND `entryorguid`=144900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Unbagwa - On Script - Summon Creature 'Mokk the Savage'" WHERE `source_type`=9 AND `entryorguid`=144900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sha'ni Proudtusk's Remains - On Gossip Hello - Summon Creature 'Sha'ni Proudtusk'" WHERE `source_type`=1 AND `entryorguid`=160445 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Shadowforge Lock - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=161460 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Shadowforge Lock - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=161460 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Shadowforge Lock - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=161460 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Shadowforge Lock - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=161460 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Corrupted Night Dragon - On Quest 'Corrupted Night Dragon' Finished - Respawn Closest Gameobject 'Cleansed Night Dragon'" WHERE `source_type`=1 AND `entryorguid`=164885 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=164886 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=164887 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Whipper Root - On Quest 'Corrupted Whipper Root' Finished - Respawn Closest Gameobject 'Cleansed Whipper Root'" WHERE `source_type`=1 AND `entryorguid`=164888 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zukk'ash Pod - On Quest 'Freed from the Hive' Taken - Summon Creature 'Raschal the Courier'" WHERE `source_type`=1 AND `entryorguid`=164954 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Northern Crystal Pylon - On Gossip Option 0 Selected - Quest Credit 'The Northern Pylon'" WHERE `source_type`=1 AND `entryorguid`=164955 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Western Crystal Pylon - On Gossip Option 0 Selected - Quest Credit 'The Western Pylon'" WHERE `source_type`=1 AND `entryorguid`=164956 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eastern Crystal Pylon - On Gossip Option 0 Selected - Quest Credit 'The Eastern Pylon'" WHERE `source_type`=1 AND `entryorguid`=164957 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=171939 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=171942 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wooden Outhouse - On Quest 'Ledger from Tanaris' Taken - Respawn Closest Gameobject 'Goodsteel Ledger'" WHERE `source_type`=1 AND `entryorguid`=173265 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Whipper Root - On Quest 'Corrupted Whipper Root' Finished - Respawn Closest Gameobject 'Cozy Fire'" WHERE `source_type`=1 AND `entryorguid`=173284 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Night Dragon - On Quest 'Corrupted Night Dragon' Finished - Respawn Closest Gameobject 'Cleansed Night Dragon'" WHERE `source_type`=1 AND `entryorguid`=173324 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=173327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174595 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174596 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174597 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174598 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174599 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Whipper Root - On Quest 'Corrupted Whipper Root' Finished - Respawn Closest Gameobject 'Cleansed Whipper Root'" WHERE `source_type`=1 AND `entryorguid`=174605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Whipper Root - On Quest 'Corrupted Whipper Root' Finished - Respawn Closest Gameobject 'Cleansed Whipper Root'" WHERE `source_type`=1 AND `entryorguid`=174606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Whipper Root - On Quest 'Corrupted Whipper Root' Finished - Respawn Closest Gameobject 'Cleansed Whipper Root'" WHERE `source_type`=1 AND `entryorguid`=174607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Night Dragon - On Quest 'Corrupted Night Dragon' Finished - Respawn Closest Gameobject 'Cleansed Night Dragon'" WHERE `source_type`=1 AND `entryorguid`=174608 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Night Dragon - On Quest 'Corrupted Night Dragon' Finished - Respawn Closest Gameobject 'Cleansed Night Dragon'" WHERE `source_type`=1 AND `entryorguid`=174684 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Whipper Root - On Quest 'Corrupted Whipper Root' Finished - Respawn Closest Gameobject 'Cleansed Whipper Root'" WHERE `source_type`=1 AND `entryorguid`=174686 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Windblossom - On Quest 'Corrupted Windblossom' Finished - Respawn Closest Gameobject 'Cleansed Windblossom'" WHERE `source_type`=1 AND `entryorguid`=174709 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174712 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Corrupted Songflower - On Quest 'Corrupted Songflower' Finished - Respawn Closest Gameobject 'Cleansed Songflower'" WHERE `source_type`=1 AND `entryorguid`=174713 AND `id`=0; +UPDATE `smart_scripts` SET `comment`=" - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=175432 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Outhouse - On Quest 'Locked Away' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=175925 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mrs. Dalson's Diary - On Quest 'Mrs. Dalson's Diary' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=175926 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blacksmithing Plans - On Gossip Hello - Summon Creature 'Crimson Hammersmith'" WHERE `source_type`=1 AND `entryorguid`=176325 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blacksmithing Plans - On Gossip Hello - Summon Creature 'Black Guard Swordsmith'" WHERE `source_type`=1 AND `entryorguid`=176327 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Market Row Postbox - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=176346 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusaders' Square Postbox - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=176349 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Festival Lane Postbox - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=176350 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elders' Square Postbox - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=176351 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King's Square Postbox - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=176352 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fras Siabi's Postbox - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=176353 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Torch - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=176767 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Increment Phase By 0" WHERE `source_type`=1 AND `entryorguid`=177371 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Reset Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177371 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Set Event Phase 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177371 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Increment Phase By 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177372 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Reset Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177372 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Set Event Phase 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177372 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Increment Phase By 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177373 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Reset Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177373 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Set Event Phase 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177373 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Increment Phase By 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177375 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Reset Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177375 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Set Event Phase 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177375 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Increment Phase By 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177376 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Reset Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177376 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Set Event Phase 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177376 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Increment Phase By 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177377 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Reset Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177377 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate - On Data Set 0 1 - Set Event Phase 0 (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177377 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Torch - On Gameobject State Changed - Activate Gameobject (Phase 2) (Normal Dungeon)" WHERE `source_type`=1 AND `entryorguid`=177385 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Northridge Lumber Mill Crate - On Gossip Option 0 Selected - Summon Gameobject 'Termite Barrel'" WHERE `source_type`=1 AND `entryorguid`=177490 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Northridge Lumber Mill Crate - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=177490 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Northridge Lumber Mill Crate - On Gossip Option 1 Selected - Summon Gameobject 'Termite Barrel'" WHERE `source_type`=1 AND `entryorguid`=177490 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serpent Statue - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=177673 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fathom Stone - On Gameobject State Changed - Summon Creature 'Baron Aquanis'" WHERE `source_type`=1 AND `entryorguid`=177964 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=1 AND `entryorguid`=179544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Gossip Option 1 Selected - Run Script" WHERE `source_type`=1 AND `entryorguid`=179544 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wickerman Ember - On Gossip Option 0 Selected - Invoker Cast 'Invocation of the Wickerman'" WHERE `source_type`=1 AND `entryorguid`=180437 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wickerman Ember - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180437 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hive'Regal Glyphed Crystal - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180453 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hive'Regal Glyphed Crystal - On Gossip Option 0 Selected - Add Item 'Hive'Regal Rubbing' 1 Time" WHERE `source_type`=1 AND `entryorguid`=180453 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hive'Ashi Glyphed Crystal - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180454 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hive'Ashi Glyphed Crystal - On Gossip Option 0 Selected - Add Item 'Hive'Ashi Rubbing' 1 Time" WHERE `source_type`=1 AND `entryorguid`=180454 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hive'Zora Glyphed Crystal - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180455 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hive'Zora Glyphed Crystal - On Gossip Option 0 Selected - Add Item 'Hive'Zora Rubbing' 1 Time" WHERE `source_type`=1 AND `entryorguid`=180455 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Draconic for Dummies - On Gossip Option 0 Selected - Add Item 'Draconic for Dummies' 1 Time" WHERE `source_type`=1 AND `entryorguid`=180665 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Draconic for Dummies - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180665 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Draconic for Dummies - On Gossip Option 0 Selected - Add Item 'Draconic for Dummies' 1 Time" WHERE `source_type`=1 AND `entryorguid`=180666 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Draconic for Dummies - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180666 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Draconic for Dummies - On Gossip Option 0 Selected - Add Item 'Draconic for Dummies' 1 Time" WHERE `source_type`=1 AND `entryorguid`=180667 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Draconic for Dummies - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=180667 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Haal'eshi Altar - On Gossip Hello - Summon Creature 'Aeranas'" WHERE `source_type`=1 AND `entryorguid`=181606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Crystal - On Quest 'Search Stillpine Hold' Finished - Run Script" WHERE `source_type`=1 AND `entryorguid`=181748 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mound of Dirt - On Quest 'Nolkai's Words' Finished - Add Item 'Nolkai's Box' 1 Time" WHERE `source_type`=1 AND `entryorguid`=181758 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Gossip Option 0 Selected - Summon Creature 'Champion Bloodwrath'" WHERE `source_type`=1 AND `entryorguid`=182052 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Gossip Option 0 Selected - Summon Creature 'Champion Sunstriker'" WHERE `source_type`=1 AND `entryorguid`=182052 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Gameobject State Changed - Summon Creature 'Champion Swiftblade'" WHERE `source_type`=1 AND `entryorguid`=182052 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Gameobject State Changed - Summon Creature 'Champion Lightrend'" WHERE `source_type`=1 AND `entryorguid`=182052 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=182052 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Gameobject State Changed - Set Lootstate Deactivated" WHERE `source_type`=1 AND `entryorguid`=182052 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=183517 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=183518 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Smoke Beacon - Out of Combat - Send Custom Animation 3" WHERE `source_type`=1 AND `entryorguid`=184661 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=184725 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mana Bomb - On Gameobject State Changed - Quest Credit 'The Final Code'" WHERE `source_type`=1 AND `entryorguid`=184725 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Bomb - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=184725 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bundle of Bloodthistle - On Data Set 3 3 - Set Phase 2" WHERE `source_type`=1 AND `entryorguid`=184798 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Legion Communication Device - On Data Set 0 0 - Summon Creature 'Deathbringer Jovaan'" WHERE `source_type`=1 AND `entryorguid`=184833 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infernal - On Data Set 0 1 - Set Lootstate Activated" WHERE `source_type`=1 AND `entryorguid`=184834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infernal - On Gameobject State Changed - Respawn Self" WHERE `source_type`=1 AND `entryorguid`=184834 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Infernal - On Data Set 0 2 - Set Lootstate Activated" WHERE `source_type`=1 AND `entryorguid`=184835 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Infernal - On Gameobject State Changed - Respawn Self" WHERE `source_type`=1 AND `entryorguid`=184835 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=185123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Waterfall Control Console - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=185501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stasis Chamber Alpha - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=185512 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fel Cannonball Stack - On Data Set 0 1 - Respawn Self" WHERE `source_type`=1 AND `entryorguid`=185861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidia's Egg - On Gossip Option 0 Selected - Remove Item 'Apexis Shard' 35 Times" WHERE `source_type`=1 AND `entryorguid`=185932 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Obsidia's Egg - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=185932 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Obsidia's Egg - On Gossip Option 0 Selected - Summon Creature 'Obsidia'" WHERE `source_type`=1 AND `entryorguid`=185932 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rivendark's Egg - On Gossip Option 0 Selected - Remove Item 'Apexis Shard' 35 Times" WHERE `source_type`=1 AND `entryorguid`=185936 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rivendark's Egg - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=185936 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rivendark's Egg - On Gossip Option 0 Selected - Summon Creature 'Rivendark'" WHERE `source_type`=1 AND `entryorguid`=185936 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Furywing's Egg - On Gossip Option 0 Selected - Remove Item 'Apexis Shard' 35 Times" WHERE `source_type`=1 AND `entryorguid`=185937 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Furywing's Egg - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=185937 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Furywing's Egg - On Gossip Option 0 Selected - Summon Creature 'Furywing'" WHERE `source_type`=1 AND `entryorguid`=185937 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Insidion's Egg - On Gossip Option 0 Selected - Remove Item 'Apexis Shard' 35 Times" WHERE `source_type`=1 AND `entryorguid`=185938 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Insidion's Egg - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=185938 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Insidion's Egg - On Gossip Option 0 Selected - Summon Creature 'Insidion'" WHERE `source_type`=1 AND `entryorguid`=185938 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore - On Data Set 0 1 - Set Phase 2" WHERE `source_type`=1 AND `entryorguid`=186403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore - On Data Set 0 1 - Run Script" WHERE `source_type`=1 AND `entryorguid`=186403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Trap - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=186470 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talonshrike's Egg - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=186814 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talonshrike's Egg - On Gameobject State Changed - Set Data 0 2" WHERE `source_type`=1 AND `entryorguid`=186814 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187854 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187854 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187854 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187855 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187855 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187855 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187856 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187856 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187856 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187857 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187857 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187857 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187858 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187858 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187858 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187859 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187859 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187859 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187860 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187860 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187860 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187861 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187862 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187862 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187862 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187863 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187863 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187863 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187864 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187864 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187864 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187865 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187865 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187865 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187866 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187866 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187866 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187867 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187867 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187867 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187868 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187868 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187868 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187870 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187870 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187870 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187871 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187871 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187872 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187872 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187872 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187873 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187873 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187873 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Quest Credit 'Merciful Freedom'" WHERE `source_type`=1 AND `entryorguid`=187874 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=187874 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=187874 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=188422 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Data Set 0 1 - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=188422 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Seer of Zeb'Halak - On Gossip Option 0 Selected - Invoker Cast 'Create Eye of the Prophets'" WHERE `source_type`=1 AND `entryorguid`=188458 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seer of Zeb'Halak - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=188458 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Troll Mummy - On Data Set 0 1 - Set Lootstate Deactivated" WHERE `source_type`=1 AND `entryorguid`=188464 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Troll Mummy - On Gameobject State Changed - Respawn Self" WHERE `source_type`=1 AND `entryorguid`=188464 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brittle Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=189977 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talonshrike's Egg - On Gameobject State Changed - Set Data 0 2" WHERE `source_type`=1 AND `entryorguid`=190283 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talonshrike's Egg - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=190283 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Event 21868 Inform - Run Script" WHERE `source_type`=1 AND `entryorguid`=190549 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Event 21869 Inform - Run Script" WHERE `source_type`=1 AND `entryorguid`=190549 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Event 21870 Inform - Run Script" WHERE `source_type`=1 AND `entryorguid`=190549 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Event 21871 Inform - Run Script" WHERE `source_type`=1 AND `entryorguid`=190549 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zul'Drak Skull Pile 02 - On Data Set 0 1 - Set Phase 2" WHERE `source_type`=1 AND `entryorguid`=190594 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zul'Drak Skull Pile 02 - On Data Set 0 1 - Run Script" WHERE `source_type`=1 AND `entryorguid`=190594 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blue Cauldron - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=190618 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Purple Cauldron - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=190619 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Red Cauldron - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=190620 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Green Cauldron - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=190630 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pressure Valve - On Gossip Hello - Kill Target" WHERE `source_type`=1 AND `entryorguid`=190635 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brazier - On Gossip Hello - Kill Target" WHERE `source_type`=1 AND `entryorguid`=190636 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Drum - On Gameobject State Changed - Store Targetlist" WHERE `source_type`=1 AND `entryorguid`=190695 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Drum - On Gameobject State Changed - Send Target 1" WHERE `source_type`=1 AND `entryorguid`=190695 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gate Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=190834 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Convocation Summoning Circle - On Data Set 0 1 - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=191123 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Convocation Summoning Circle - On Data Set 0 1 - Run Script" WHERE `source_type`=1 AND `entryorguid`=191123 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shadow Council Torch (x2.00) - On Data Set 0 1 - Set Phase 2" WHERE `source_type`=1 AND `entryorguid`=191365 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shadow Council Torch (x2.00) - On Data Set 0 1 - Run Script" WHERE `source_type`=1 AND `entryorguid`=191365 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rusty Cage - On Gameobject State Changed - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=191544 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rusty Cage - On Gameobject State Changed - Quest Credit 'They Took Our Men!'" WHERE `source_type`=1 AND `entryorguid`=191544 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="U.D.E.D. Dispenser - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=191553 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="U.D.E.D. Dispenser - On Gossip Option 0 Selected - Invoker Cast 'Forceitem U.D.E.D.'" WHERE `source_type`=1 AND `entryorguid`=191553 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archbishop Landgren's Corpse - On Data Set 0 1 - Set Phase 2" WHERE `source_type`=1 AND `entryorguid`=191578 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arete's Gate - On Data Set 0 1 - Run Script" WHERE `source_type`=1 AND `entryorguid`=191579 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Heart of the Storm - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=192181 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of the Lich King - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=192861 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of the Lich King - On Gossip Option 0 Selected - Invoker Cast 'Through the Eye: Eye of the Lich King Gossip Force Cast'" WHERE `source_type`=1 AND `entryorguid`=192861 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eye of the Lich King - On Gossip Option 0 Selected - Set Data 0 1" WHERE `source_type`=1 AND `entryorguid`=192861 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lever - On Gameobject State Changed - Activate Gameobject" WHERE `source_type`=1 AND `entryorguid`=193020 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Dominion - On Gossip Option 0 Selected - Invoker Cast 'Control Eidolon Watcher'" WHERE `source_type`=1 AND `entryorguid`=193058 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eye of Dominion - On Gossip Option 0 Selected - Close Gossip" WHERE `source_type`=1 AND `entryorguid`=193058 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eye of Dominion - On Gossip Option 0 Selected - Invoker Cast 'Summon Player Mirror'" WHERE `source_type`=1 AND `entryorguid`=193058 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eye of Dominion - On Gossip Option 0 Selected - Quest Credit 'Parting Gifts'" WHERE `source_type`=1 AND `entryorguid`=193058 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Cast 'Ghoul Form'" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captured Scarlet Zealot - On Script - Cast 'Death Touch'" WHERE `source_type`=9 AND `entryorguid`=193100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Pulsing Crystal - On Quest 'A Voice in the Dark' Taken - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=193195 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pulsing Crystal - On Quest 'A Voice in the Dark' Taken - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=193195 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saronite Bomb Stack - On Quest 'A Short Fuse' Taken - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=193400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Saronite Bomb Stack - On Quest 'A Short Fuse' Taken - Set Data 1 1" WHERE `source_type`=1 AND `entryorguid`=193400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Black Cage - On Gameobject State Changed - Run Script" WHERE `source_type`=1 AND `entryorguid`=195310 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ball and chain - On Gossip Hello - Invoker Cast 'Slave Trigger Closest'" WHERE `source_type`=1 AND `entryorguid`=201969 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dedication of Honor - On Gossip Option 0 Selected - Run Script" WHERE `source_type`=1 AND `entryorguid`=202443 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Remove Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Add Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=208000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Respawn Closest Gameobject 'Sprouted Frond'" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Respawn Closest Gameobject 'Sprouted Frond'" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Respawn Closest Gameobject 'Sprouted Frond'" WHERE `source_type`=9 AND `entryorguid`=208001 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Summon Creature 'Bogling'" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Summon Creature 'Bogling'" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Denalan - On Script - Summon Creature 'Bogling'" WHERE `source_type`=9 AND `entryorguid`=208002 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Zenn Foulhoof - On Script - Cast 'Poof'" WHERE `source_type`=9 AND `entryorguid`=215000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zenn Foulhoof - On Script - Cast 'Creature - Frog Form'" WHERE `source_type`=9 AND `entryorguid`=215000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zenn Foulhoof - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=215000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captured Mountaineer - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=221100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Mountaineer - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=221100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serge Hinott - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=239100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serge Hinott - On Script - Quest Credit 'Hinott's Assistance'" WHERE `source_type`=9 AND `entryorguid`=239100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serge Hinott - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=239100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archaeologist Flagongut - On Script - Summon Creature 'Aman'" WHERE `source_type`=9 AND `entryorguid`=291100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archaeologist Flagongut - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=291100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archaeologist Flagongut - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=291100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Archaeologist Flagongut - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=291100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Archaeologist Flagongut - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=291100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lotwil Veriatus - On Script - Cast 'Lotwil's Summoning'" WHERE `source_type`=9 AND `entryorguid`=292100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lotwil Veriatus - On Script - Summon Creature 'Fam'retor Guardian'" WHERE `source_type`=9 AND `entryorguid`=292100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lotwil Veriatus - On Script - Cast 'Lotwil's Summon Complete'" WHERE `source_type`=9 AND `entryorguid`=292100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Seal of the Earth - On Script - Summon Creature 'Hematus'" WHERE `source_type`=9 AND `entryorguid`=293300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Seal of the Earth - On Script - Summon Creature 'Blacklash'" WHERE `source_type`=9 AND `entryorguid`=293300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="TEMP Convocation Summoning Circle - On Data Set 0 1 - Set Phase 2" WHERE `source_type`=1 AND `entryorguid`=300221 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="TEMP Convocation Summoning Circle - On Data Set 0 1 - Run Script" WHERE `source_type`=1 AND `entryorguid`=300221 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zarlman Two-Moons - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=305400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zarlman Two-Moons - On Script - Cast 'Create Water of the Seers'" WHERE `source_type`=9 AND `entryorguid`=305400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zarlman Two-Moons - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=305400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Horde Defender'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Horde Defender'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Horde Defender'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Horde Axe Thrower'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Stormseer'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Kolkar Invader'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Summon Creature 'Warlord Krom'zar'" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Set Event Phase 4" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Regthar Deathgate - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=338900 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=344200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Script - Respawn Closest Gameobject 'Samophlange'" WHERE `source_type`=9 AND `entryorguid`=344200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Script - Play Emote 173" WHERE `source_type`=9 AND `entryorguid`=344200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Script - Cast 'Break Samophlange'" WHERE `source_type`=9 AND `entryorguid`=344200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Script - Play Emote 0" WHERE `source_type`=9 AND `entryorguid`=344200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sputtervalve - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=344200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Set Flag Standstate Stand Up" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Play Emote 18" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cerellean Whiteclaw - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=364400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Volcor - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=369200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Volcor - On Script - Quest Credit 'Escape Through Force'" WHERE `source_type`=9 AND `entryorguid`=369200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Volcor - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=369201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Volcor - On Script - Quest Credit 'Escape Through Stealth'" WHERE `source_type`=9 AND `entryorguid`=369201 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Terenthis - On Script - Summon Creature 'Auberdine Sentinel'" WHERE `source_type`=9 AND `entryorguid`=369300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Terenthis - On Script - Summon Creature 'Grimclaw'" WHERE `source_type`=9 AND `entryorguid`=369301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zamek - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=470900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zamek - On Script - Respawn Closest Gameobject 'Rizzle's Unguarded Plans'" WHERE `source_type`=9 AND `entryorguid`=470900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zamek - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=470900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Set Faction 168" WHERE `source_type`=9 AND `entryorguid`=496100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=496100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Summon Creature 'Old Town Thug'" WHERE `source_type`=9 AND `entryorguid`=496100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Summon Creature 'Old Town Thug'" WHERE `source_type`=9 AND `entryorguid`=496100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Quest Credit 'The Missing Diplomat'" WHERE `source_type`=9 AND `entryorguid`=496101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=496101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dashel Stonefist - On Script - Set Faction 84" WHERE `source_type`=9 AND `entryorguid`=496101 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Set Faction 16" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Set Faction 16" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Set Faction 16" WHERE `source_type`=9 AND `entryorguid`=498000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Quest Credit 'Questioning Reethe'" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Paval Reethe - On Script - Set Data 4 4" WHERE `source_type`=9 AND `entryorguid`=498001 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=498300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=498300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Summon Creature 'Private Hallan'" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Summon Creature 'Theramore Skirmisher'" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Summon Creature 'Theramore Skirmisher'" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Summon Creature 'Lieutenant Caldwell'" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Ogron - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=498301 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Private Hallan - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=504500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Private Hallan - On Script - Cast 'Fake Shot'" WHERE `source_type`=9 AND `entryorguid`=504500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=504600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=504600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=504600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lieutenant Caldwell - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=504600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Set Flag Not Selectable" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Summon Creature 'Manifestation of Water'" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Islen Waterseer - On Script - Remove Flag Not Selectable" WHERE `source_type`=9 AND `entryorguid`=590100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=617200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=617200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=617200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Script - Set Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=617200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Henze Faulk - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=617200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bath'rah the Windwatcher - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=617600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bath'rah the Windwatcher - On Script - Cast 'Summon Cyclonian'" WHERE `source_type`=9 AND `entryorguid`=617601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bath'rah the Windwatcher - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=617601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=617700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=617700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=617700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Script - Set Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=617700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Narm Faulk - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=617700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Menara Voidrender - On Script - Quest Credit 'The Completed Orb of Noh'Orahil'" WHERE `source_type`=9 AND `entryorguid`=626600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Cast 'Summon Demon of the Orb'" WHERE `source_type`=9 AND `entryorguid`=654600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654603 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tabetha - On Script - Summon Creature 'Mana Surge'" WHERE `source_type`=9 AND `entryorguid`=654603 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tiev Mordune - On Script - Respawn Closest Gameobject 'Water Manifestation Effect'" WHERE `source_type`=9 AND `entryorguid`=700700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tiev Mordune - On Script - Summon Creature 'Minor Manifestation of Water'" WHERE `source_type`=9 AND `entryorguid`=700700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tiev Mordune - On Script - Respawn Closest Gameobject 'Cleansing Water Aura'" WHERE `source_type`=9 AND `entryorguid`=700700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Doc Mixilpixil - On Script - Play Emote 353" WHERE `source_type`=9 AND `entryorguid`=720700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Doc Mixilpixil - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=720700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Orokk Omosh - On Script - Play Emote 10" WHERE `source_type`=9 AND `entryorguid`=779000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Orokk Omosh - On Script - Play Emote 26" WHERE `source_type`=9 AND `entryorguid`=779000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Orokk Omosh - On Script - Quest Credit 'Joys of Omosh'" WHERE `source_type`=9 AND `entryorguid`=779000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Quest Credit 'Enchanted Azsharite Fel Weaponry'" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=780200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Quest Credit 'Expert Blacksmith!'" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Galvan the Ancient - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=780201 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Play Emote 28" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Trenton Lighthammer - On Script - Quest Credit 'Did You Lose This?'" WHERE `source_type`=9 AND `entryorguid`=780400 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Scooty - On Script - Quest Credit 'Gnomer-gooooone!'" WHERE `source_type`=9 AND `entryorguid`=785300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Script - Cast 'Summon Treasure Hunting Pirate'" WHERE `source_type`=9 AND `entryorguid`=789800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Script - Cast 'Summon Treasure Hunting Pirate'" WHERE `source_type`=9 AND `entryorguid`=789800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Script - Cast 'Summon Treasure Hunting Bucanneer'" WHERE `source_type`=9 AND `entryorguid`=789800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Script - Cast 'Summon Treasure Hunting Bucanneer'" WHERE `source_type`=9 AND `entryorguid`=789800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Script - Cast 'Summon Treasure Hunting Swashbuckler'" WHERE `source_type`=9 AND `entryorguid`=789800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pirate treasure trigger mob - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=789800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Remove Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Set Emote State 69" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Quest Credit 'The Torch of Retribution'" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Kalaran Windblade - On Script - Add Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=847900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="J.D. Collie - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=911700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="J.D. Collie - On Script - Play Emote 22" WHERE `source_type`=9 AND `entryorguid`=911700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="J.D. Collie - On Script - Quest Credit 'Making Sense of It'" WHERE `source_type`=9 AND `entryorguid`=911700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Respawn Closest Gameobject 'Samophlange'" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Play Emote 173" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Cast 'Break Samophlange'" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wenikee Boltbucket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=931600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Raschal the Courier - On Script - Quest Credit 'Freed from the Hive'" WHERE `source_type`=9 AND `entryorguid`=954600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Raschal the Courier - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=954600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1030700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Script - Set Emote State 69" WHERE `source_type`=9 AND `entryorguid`=1030700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=1030700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=1030700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Mau'ari - On Script - Quest Credit 'Cache of Mau'ari'" WHERE `source_type`=9 AND `entryorguid`=1030700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=1057800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Script - Play Sound 6482" WHERE `source_type`=9 AND `entryorguid`=1057800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bom'bay - On Script - Cast 'Voodoo'" WHERE `source_type`=9 AND `entryorguid`=1057800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - On Script - Cast 'Ground Stomp'" WHERE `source_type`=9 AND `entryorguid`=1167300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - On Script - Cast 'Cauterizing Flames'" WHERE `source_type`=9 AND `entryorguid`=1167301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - On Script - Cast 'Withering Heat'" WHERE `source_type`=9 AND `entryorguid`=1167302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - On Script - Cast 'Ancient Despair'" WHERE `source_type`=9 AND `entryorguid`=1167303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - On Script - Cast 'Ancient Hysteria'" WHERE `source_type`=9 AND `entryorguid`=1167304 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Core Hound - On Script - Cast 'Ancient Dread'" WHERE `source_type`=9 AND `entryorguid`=1167305 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1183201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Cast 'Throw Nightmare Object'" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Summon Creature 'Malfurion Stormrage'" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 14" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 15" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 16" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Say Line 17" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Quest Credit 'Waking Legends'" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Keeper Remulos - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=1183202 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=1435400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1435400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1435400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Increment Phase By 0" WHERE `source_type`=9 AND `entryorguid`=1435400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1435400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=1435401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1435401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1435401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Increment Phase By 0" WHERE `source_type`=9 AND `entryorguid`=1435401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1435401 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=1435402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1435402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1435402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Increment Phase By 0" WHERE `source_type`=9 AND `entryorguid`=1435402 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1435402 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=1435403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1435403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=1435403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Increment Phase By 0" WHERE `source_type`=9 AND `entryorguid`=1435403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1435403 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Stop Waypoint" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Set Faction 168" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Cast 'Spirit of Runn Tum'" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Summon Creature 'Wildspawn Imp'" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Summon Creature 'Wildspawn Imp'" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Summon Creature 'Wildspawn Imp'" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Summon Creature 'Wildspawn Imp'" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Summon Creature 'Wildspawn Imp'" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Pusillin - On Script - Call For Help" WHERE `source_type`=9 AND `entryorguid`=1435404 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Set Orientation Stored Target 1" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Quest Credit 'Elven Legends'" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Quest Credit 'Elven Legends'" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lorekeeper Lydros - On Script - Set Orientation Home Position" WHERE `source_type`=9 AND `entryorguid`=1436800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1468800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1468800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Sandoval - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1468800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=1549100 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Summon Creature 'Nightmare Phantasm'" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Eranikus, Tyrant of the Dream - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=1549101 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Metzen the Reindeer - On Script - Cast 'Reindeer Dust Effect'" WHERE `source_type`=9 AND `entryorguid`=1566400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Metzen the Reindeer - On Script - Play Emote 53" WHERE `source_type`=9 AND `entryorguid`=1566400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1620600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Script - Remove Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1620600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1620600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1620600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Script - Quest Credit 'Captives at Deatholme'" WHERE `source_type`=9 AND `entryorguid`=1620600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Apprentice Varnis - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1620600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1620800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Script - Remove Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1620800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1620800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1620800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Script - Quest Credit 'Captives at Deatholme'" WHERE `source_type`=9 AND `entryorguid`=1620800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Apothecary Enith - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1620800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1620900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Script - Remove Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1620900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1620900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1620900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Script - Quest Credit 'Captives at Deatholme'" WHERE `source_type`=9 AND `entryorguid`=1620900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ranger Vedoran - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1620900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Update Template To 'Inoculated Nestlewood Owlkin'" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Set Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Quest Credit 'Inoculation'" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Start Random Movement" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Update Template To 'Nestlewood Owlkin'" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nestlewood Owlkin - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1651800 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Image of Technician Dyvuun - On Script - Set Orientation Closest Creature 'Technician Zhanaa'" WHERE `source_type`=9 AND `entryorguid`=1655000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of Technician Dyvuun - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1655000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of Technician Dyvuun - On Script - Set Orientation Stored Target 2" WHERE `source_type`=9 AND `entryorguid`=1655000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of Technician Dyvuun - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1655000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of Technician Dyvuun - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1655000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Set Orientation Closest Creature 'Blood Elf Pilgrim'" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Play Emote 273" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Play Emote 15" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Martik Tor'seldori - On Script - Set Orientation Home Position" WHERE `source_type`=9 AND `entryorguid`=1657700 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Remove Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Summon Creature 'Image of Technician Dyvuun'" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Store Targetlist" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Send Target 2" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Set Orientation Closest Creature 'Image of Technician Dyvuun'" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Play Emote 70" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Set Orientation 2" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Technician Zhanaa - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=1707100 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Ithania - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=1711900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ithania - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=1711900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ithania - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1711900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ithania - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1711900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Shattered Rumbler - On Script - Summon Creature 'Minion of Gurok'" WHERE `source_type`=9 AND `entryorguid`=1715700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shattered Rumbler - On Script - Summon Creature 'Minion of Gurok'" WHERE `source_type`=9 AND `entryorguid`=1715700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shattered Rumbler - On Script - Summon Creature 'Minion of Gurok'" WHERE `source_type`=9 AND `entryorguid`=1715700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shattered Rumbler - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=1715700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1722600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1722600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Remove Flag Standstate Sit Down" WHERE `source_type`=9 AND `entryorguid`=1722600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=1722600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Quest Credit 'Arelion's Mistress'" WHERE `source_type`=9 AND `entryorguid`=1722601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1722601 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Set Data 1 2" WHERE `source_type`=9 AND `entryorguid`=1722601 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Viera Sunwhisper - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=1722601 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Morph To Model 16995" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Cast 'Elemental Spawn-in'" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Set Orientation Closest Creature 'Totem of Coo'" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Cast 'Stillpine Ancestor Despawn DND'" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Akida - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1737900 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Morph To Model 16995" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Cast 'Elemental Spawn-in'" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Cast 'Ghost Walk'" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Cast 'Coo Transform Furbolg DND'" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Morph To Model 17019" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Set Fly On" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Coo - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1739100 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Morph To Model 16999" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Cast 'Elemental Spawn-in'" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Cast 'Embrace of the Serpent'" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Cast 'Tikti Transform DND'" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Morph To Model 17000" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Tikti - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1739200 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Morph To Model 17109" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Cast 'Elemental Spawn-in'" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Cast 'Stillpine Ancestor Despawn DND'" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Stillpine Ancestor Vark - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1741000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Quest Credit 'Redeeming the Dead'" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Cast 'Revive Self'" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Remove Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Remove Dynamic Flags Tapped By Player & Dead" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Set Dynamic Flags Tapped By Player & Dead" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blood Knight Stillblade - On Script - Set Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1776800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=1780900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Script - Set Faction 45" WHERE `source_type`=9 AND `entryorguid`=1780900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=1780900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Bloodwrath - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=1780900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Remove Aura" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Faction 1660" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Flags Rename & Immune To Players & Immune To NPC's & In Combat" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Morph To Model 2289" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Morph To Creature Windcaller Claw" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Flags Immune To Players & Immune To NPC's & In Combat" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Flag Standstate Sit Down" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Claw - On Script - Set Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=1782700 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Mogor - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=1806900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mogor - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=1806900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mogor - On Script - Cast 'Revive Self'" WHERE `source_type`=9 AND `entryorguid`=1806901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mogor - On Script - Respawn Self" WHERE `source_type`=9 AND `entryorguid`=1806901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mogor - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=1806901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Kill Target" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Big Hut) - On Script - Kill Target" WHERE `source_type`=9 AND `entryorguid`=1811000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 01) - On Script - Kill Target" WHERE `source_type`=9 AND `entryorguid`=1814200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 02) - On Script - Kill Target" WHERE `source_type`=9 AND `entryorguid`=1814300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Script - Summon Gameobject 'Hut Fire (Large)'" WHERE `source_type`=9 AND `entryorguid`=1814400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Windyreed Quest Credit (Hut 03) - On Script - Kill Target" WHERE `source_type`=9 AND `entryorguid`=1814400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Play Emote 2" WHERE `source_type`=9 AND `entryorguid`=1814600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Mount To Model 19085" WHERE `source_type`=9 AND `entryorguid`=1814601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1814601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=1814601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1814601 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1814602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=1814602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1814602 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1814603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=1814603 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Dismount" WHERE `source_type`=9 AND `entryorguid`=1814604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Champion Vranesh - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=1814604 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lump - On Script - Set Faction 1080" WHERE `source_type`=9 AND `entryorguid`=1835100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lump - On Script - Play Emote 447" WHERE `source_type`=9 AND `entryorguid`=1835100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lump - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=1835100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lump - On Script - Remove Aura 'Sleeping Sleep'" WHERE `source_type`=9 AND `entryorguid`=1835100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Brokentoe'" WHERE `source_type`=9 AND `entryorguid`=1847100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Murkblood Twin'" WHERE `source_type`=9 AND `entryorguid`=1847101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Murkblood Twin'" WHERE `source_type`=9 AND `entryorguid`=1847101 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Rokdar the Sundered Lord'" WHERE `source_type`=9 AND `entryorguid`=1847102 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Skra'gath'" WHERE `source_type`=9 AND `entryorguid`=1847103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Warmaul Champion'" WHERE `source_type`=9 AND `entryorguid`=1847104 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1868800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=1868800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - On Script - Disable Combat Movement" WHERE `source_type`=9 AND `entryorguid`=1868800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ancient Orc Ancestor - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=1868800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Elrodan - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1874300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elrodan - On Script - Cast 'Polymorph Cast Visual'" WHERE `source_type`=9 AND `entryorguid`=1874300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lakka - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1895600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lakka - On Script - Quest Credit 'Brother Against Brother'" WHERE `source_type`=9 AND `entryorguid`=1895600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lakka - On Script - Despawn In 5000 ms" WHERE `source_type`=9 AND `entryorguid`=1895600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=1899900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1899900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - On Script - Set Orientation 1" WHERE `source_type`=9 AND `entryorguid`=1899900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Allerian Defender - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1899900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=1905500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=1905500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=1905500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Windroc Matriarch - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=1905500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Set Orientation 6" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Set Orientation 4" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Set Orientation 6" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 14" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 15" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 16" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 17" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Say Line 18" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Grand Anchorite Almonen - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=1921600 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Cast 'Throw Hammer'" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Set Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Remove Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bron Goldhammer - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=1939500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Invis BE Ballista - On Script - Cast 'Explosion'" WHERE `source_type`=9 AND `entryorguid`=1972300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis BE Ballista - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1972300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Invis BE Tent - On Script - Cast 'Explosion'" WHERE `source_type`=9 AND `entryorguid`=1972400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Invis BE Tent - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=1972400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2061000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Script - Cast 'Talbuk Tagging Credit'" WHERE `source_type`=9 AND `entryorguid`=2061000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Script - Set Flags Not Attackable & Not Attackable & Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2061000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talbuk Doe - On Script - Cast 'Sleeping Sleep'" WHERE `source_type`=9 AND `entryorguid`=2061000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Script - Cast 'Arcane Explosion Visual'" WHERE `source_type`=9 AND `entryorguid`=2063500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Script - Despawn In 100 ms" WHERE `source_type`=9 AND `entryorguid`=2063500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2063500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Script - Cast 'Arcane Explosion Visual'" WHERE `source_type`=9 AND `entryorguid`=2077100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2077100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Script - Despawn In 100 ms" WHERE `source_type`=9 AND `entryorguid`=2077100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2077700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Script - Cast 'Talbuk Tagging Credit'" WHERE `source_type`=9 AND `entryorguid`=2077700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Script - Cast 'Talbuk Tagging Credit'" WHERE `source_type`=9 AND `entryorguid`=2077700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Script - Set Flags Not Attackable & Not Attackable & Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2077700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Talbuk Sire - On Script - Cast 'Sleeping Sleep'" WHERE `source_type`=9 AND `entryorguid`=2077700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Script - Set Visibility Off" WHERE `source_type`=9 AND `entryorguid`=2084135 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - On Script - Despawn In 100 ms" WHERE `source_type`=9 AND `entryorguid`=2084135 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Script - Set Visibility Off" WHERE `source_type`=9 AND `entryorguid`=2097871 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Razaani Light Orb - Mini - On Script - Despawn In 100 ms" WHERE `source_type`=9 AND `entryorguid`=2097871 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mana Bomb Kill Credit Trigger - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2103900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2111700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Set Orientation 6" WHERE `source_type`=9 AND `entryorguid`=2111700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Cast 'Nature Channeling'" WHERE `source_type`=9 AND `entryorguid`=2111700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Interrupt Spell" WHERE `source_type`=9 AND `entryorguid`=2111700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2111701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=2111701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Cast 'Nature Channeling'" WHERE `source_type`=9 AND `entryorguid`=2111701 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gor'drek - On Script - Interrupt Spell" WHERE `source_type`=9 AND `entryorguid`=2111701 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier South'" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier South'" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier South'" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier South'" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 4" WHERE `source_type`=9 AND `entryorguid`=2117300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier North'" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier North'" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier North'" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier North'" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2117301 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Forge'" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Forge'" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Forge'" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Forge'" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2117302 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Foothill'" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Foothill'" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Foothill'" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Cast 'Summon Honor Hold Gryphon Brigadier Foothill'" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zeth'Gor Quest Credit Marker, They Must Burn - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2117303 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Set Orientation Closest Creature 'Coilskar Commander'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Resume Waypoint" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Set Orientation Closest Creature 'Coilskar Commander'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Cast 'Grom'tor Assault 01'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Cast 'Grom'tor Assault 03'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Cast 'Grom'tor Assault 01'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Cast 'Grom'tor Assault 01'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Cast 'Grom'tor Assault 03'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Cast 'Grom'tor Assault 02'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Resume Waypoint" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Set Orientation Closest Creature 'Coilskar Commander'" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Grom'tor, Son of Oronok - On Script - Resume Waypoint" WHERE `source_type`=9 AND `entryorguid`=2129100 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Set Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Set Flags Silenced & Pacified & In Combat" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Cast 'Create Wyrmcult Blackwhelp Item'" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Set Visibility Off" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Remove Flags Silenced & Pacified & In Combat" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Remove Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Wyrmcult Blackwhelp - On Script - Despawn In 100 ms" WHERE `source_type`=9 AND `entryorguid`=2138700 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Orientation Closest Creature 'Blood Lord Zarath'" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Orientation Closest Gameobject 'Bundle of Bloodthistle'" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Move To Closest Gameobject 'Bundle of Bloodthistle'" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Data 3 3" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Data 2 2" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Envoy Icarius - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2140900 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Blood Lord Zarath - On Script - Move Forward 100 Yards" WHERE `source_type`=9 AND `entryorguid`=2141000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Port Accepted Loc 0'" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 2'" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 3'" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 4'" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Soaring'" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Zephyrium Charged'" WHERE `source_type`=9 AND `entryorguid`=2146100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Set Orientation Closest Gameobject 'Legion Communication Device'" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Summon Creature 'Image of Warbringer Razuun'" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Set Data 0 4" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Quest Credit 'To Legion Hold'" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Deathbringer Jovaan - On Script - Play Emote 66" WHERE `source_type`=9 AND `entryorguid`=2163300 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Port Accepted Loc 0'" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 2'" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 3'" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 4'" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Soaring'" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Zephyrium Charged'" WHERE `source_type`=9 AND `entryorguid`=2167561 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Ancient Shadowmoon Spirit - On Script - Summon Creature 'Karsius the Ancient Watcher'" WHERE `source_type`=9 AND `entryorguid`=2179700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Port Accepted Loc 0'" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 2'" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 3'" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 4'" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Soaring'" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Zephyrium Charged'" WHERE `source_type`=9 AND `entryorguid`=2189022 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Port Accepted Loc 0'" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 2'" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 3'" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Cannon Charging State 4'" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Soaring'" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Rally Zapnabber - On Script - Invoker Cast 'Zephyrium Charged'" WHERE `source_type`=9 AND `entryorguid`=2210483 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Minion of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Defender Grashna - On Script - Summon Creature 'Avatar of Terokk'" WHERE `source_type`=9 AND `entryorguid`=2237300 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2245800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2245800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2245800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Cast 'Fumper Trap'" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Quest Credit 'Digging Through Bones'" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Set Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Reset All Scripts" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Chief Archaeologist Letoll - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2245801 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Explorers' League Researcher - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2246400 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Remove Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Remove Flag Standstate Sleep" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Add Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Clintar Dreamwalker - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2283400 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Cast 'Summon Book of the Raven'" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Arthorn Windsong - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2292400 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Monstrous Kaliri Egg Trigger - On Script - Cast 'Summon Monstrous Kaliri Egg'" WHERE `source_type`=9 AND `entryorguid`=2299100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bombing Run Target Bunny - On Script - Cast 'Bombing Run: Hunter's Mark'" WHERE `source_type`=9 AND `entryorguid`=2311800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=2360200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2360200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2360201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Script - Quest Credit 'Traitors Among Us'" WHERE `source_type`=9 AND `entryorguid`=2360201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deserter Agitator - On Script - Add Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2360201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2367800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=2367800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2367800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chill Nymph - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2367800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zeppelin Power Core - On Script - Cast 'Energized Periodic'" WHERE `source_type`=9 AND `entryorguid`=2383200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zeppelin Power Core - On Script - Remove Aura 'Energized Periodic'" WHERE `source_type`=9 AND `entryorguid`=2383200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Script - Summon Creature 'Fizzcrank Airstrip Survivor'" WHERE `source_type`=9 AND `entryorguid`=2383700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=2383700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2383700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2385900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Script - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=9 AND `entryorguid`=2385900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Greer Orehammer - On Script - Summon Creature 'Enraged Gryphon'" WHERE `source_type`=9 AND `entryorguid`=2385900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Restless Apparition - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2386100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Restless Apparition - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2386100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Major Mills - On Script - Summon Creature 'Theramore Marksman'" WHERE `source_type`=9 AND `entryorguid`=2390500 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Summon Gameobject 'Whisper Gulch Gem'" WHERE `source_type`=9 AND `entryorguid`=2397400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2397400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Summon Gameobject 'Whisper Gulch Gem'" WHERE `source_type`=9 AND `entryorguid`=2397401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2397401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Summon Gameobject 'Whisper Gulch Gem'" WHERE `source_type`=9 AND `entryorguid`=2397402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2397402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Summon Gameobject 'Whisper Gulch Ore Fragment'" WHERE `source_type`=9 AND `entryorguid`=2397403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore Bunny - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2397403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2397500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Cast 'Spirit Totem (Fire)'" WHERE `source_type`=9 AND `entryorguid`=2397500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Set Orientation Closest Creature 'Fire Spirit Totem'" WHERE `source_type`=9 AND `entryorguid`=2397500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2397500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2397501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Cast 'Spirit Totem (Water)'" WHERE `source_type`=9 AND `entryorguid`=2397501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Set Orientation Closest Creature 'Water Spirit Totem'" WHERE `source_type`=9 AND `entryorguid`=2397501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2397501 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2397502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2397502 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Set Emote State 64" WHERE `source_type`=9 AND `entryorguid`=2397502 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Set Emote State 26" WHERE `source_type`=9 AND `entryorguid`=2397502 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2397502 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Stop Waypoint" WHERE `source_type`=9 AND `entryorguid`=2397503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Set Orientation Home Position" WHERE `source_type`=9 AND `entryorguid`=2397503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thoralius the Wise - On Script - Set Flag Standstate Sit Down" WHERE `source_type`=9 AND `entryorguid`=2397503 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Script - Disable Combat Movement" WHERE `source_type`=9 AND `entryorguid`=2397700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Script - Play Emote 35" WHERE `source_type`=9 AND `entryorguid`=2397700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Script - Play Sound 727" WHERE `source_type`=9 AND `entryorguid`=2397700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=2397700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2397700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Abandoned Pack Mule - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2397700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Axle - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2399500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Axle - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2399500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Axle - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2399500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Axle - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2399500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Axle - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2399500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Cast 'Ley Line Beam (no cast kit)'" WHERE `source_type`=9 AND `entryorguid`=2402100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2402100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402101 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402101 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402101 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402101 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402102 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402102 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402102 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402102 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402102 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402102 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402103 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402103 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402103 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402103 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402104 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402104 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402104 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402104 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402104 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402105 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402105 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402105 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402105 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402105 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402105 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402106 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402106 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402106 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402106 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402106 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402106 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402107 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402107 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402107 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402107 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402107 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402107 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402108 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402108 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402108 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402108 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402108 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402108 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402109 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402109 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402109 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402109 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402109 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402110 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402110 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402110 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402110 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402110 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402110 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402111 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402111 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402111 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402111 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402111 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402112 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402112 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402112 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402112 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402112 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402112 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402113 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402113 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402113 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402113 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402113 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402113 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402114 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402114 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402114 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402114 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402114 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402114 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402115 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402115 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402115 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402115 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402115 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402115 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402116 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402116 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402116 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402116 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402116 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="ELM General Purpose Bunny (scale x0.01) - On Script - Summon Creature 'ELM General Purpose Bunny (scale x0.01)'" WHERE `source_type`=9 AND `entryorguid`=2402116 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Skorn Tower NW Bunny - On Script - Cast 'Towers of Certain Doom: Tower Bunny Smoke Flare Effect'" WHERE `source_type`=9 AND `entryorguid`=2408700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skorn Tower NW Bunny - On Script - Cast 'Towers of Certain Doom: Skorn Cannonfire'" WHERE `source_type`=9 AND `entryorguid`=2408700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skorn Tower NW Bunny - On Script - Invoker Cast 'Towers of Certain Doom: Tower Caster Instakill'" WHERE `source_type`=9 AND `entryorguid`=2408700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Play Emote 53" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Play Emote 53" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Cast 'Secrets of Nifflevar'" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="King Ymiron - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2432100 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Adarrah - On Script - Play Emote 4" WHERE `source_type`=9 AND `entryorguid`=2440500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Adarrah - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2440500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Adarrah - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2440500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2452800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2452800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2452800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2452800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2452800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Brune Grayblade - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2452800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2453200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2453200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2453200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2453200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2453200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sabetta Ward - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2453200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 21" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 21" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 21" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 21" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 4" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 4" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 4" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Marrod Silvertongue - On Script - Play Emote 4" WHERE `source_type`=9 AND `entryorguid`=2453400 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2453900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Set Health Regeneration Off" WHERE `source_type`=9 AND `entryorguid`=2453900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=2453900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Set Faction 1080" WHERE `source_type`=9 AND `entryorguid`=2453900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2453900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2453900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=2453901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Add Item 'Silvermoon Harry's Debt' 1 Time" WHERE `source_type`=9 AND `entryorguid`=2453901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Set Health Regeneration On" WHERE `source_type`=9 AND `entryorguid`=2453901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Despawn In 10000 ms" WHERE `source_type`=9 AND `entryorguid`=2453901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Silvermoon' Harry - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2453901 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2463900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2463900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2463900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Set Orientation Closest Creature 'Jack Adams'" WHERE `source_type`=9 AND `entryorguid`=2463901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2463901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2463901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2463901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Olga, the Scalawag Wench - On Script - Set Data 2 2" WHERE `source_type`=9 AND `entryorguid`=2463901 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dormant Vrykul - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2466900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dormant Vrykul - On Script - Quest Credit 'Sleeping Giants'" WHERE `source_type`=9 AND `entryorguid`=2466900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dormant Vrykul - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2466900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dormant Vrykul - On Script - Despawn In 4500 ms" WHERE `source_type`=9 AND `entryorguid`=2466900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ipfelkofer Ironkeg - On Script - Cast 'Horde Questgiver Tries Dire Brew'" WHERE `source_type`=9 AND `entryorguid`=2471000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ipfelkofer Ironkeg - On Script - Cast 'Questgiver Finishes Drinking'" WHERE `source_type`=9 AND `entryorguid`=2471000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ipfelkofer Ironkeg - On Script - Remove Aura 'Horde Questgiver Takes a drink'" WHERE `source_type`=9 AND `entryorguid`=2471000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tapper Swindlekeg - On Script - Cast 'Horde Questgiver Tries Dire Brew'" WHERE `source_type`=9 AND `entryorguid`=2471100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tapper Swindlekeg - On Script - Cast 'Questgiver Finishes Drinking'" WHERE `source_type`=9 AND `entryorguid`=2471100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tapper Swindlekeg - On Script - Remove Aura 'Horde Questgiver Takes a drink'" WHERE `source_type`=9 AND `entryorguid`=2471100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Play Emote 26" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Play Emote 7" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Cast 'Vomit'" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Cast 'Permanent Feign Death'" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Set Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Jack Adams - On Script - Despawn In 30000 ms" WHERE `source_type`=9 AND `entryorguid`=2478800 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2523400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2523400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Play Emote 22" WHERE `source_type`=9 AND `entryorguid`=2523401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Play Emote 70" WHERE `source_type`=9 AND `entryorguid`=2523401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Play Emote 22" WHERE `source_type`=9 AND `entryorguid`=2523401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Set Emote State 69" WHERE `source_type`=9 AND `entryorguid`=2523402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=2523402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Set Flag Standstate Sit Down Chair" WHERE `source_type`=9 AND `entryorguid`=2523402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Stormfleet Deckhand - On Script - Remove Flag Standstate Sit Down Chair" WHERE `source_type`=9 AND `entryorguid`=2523402 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2523900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Play Emote 16" WHERE `source_type`=9 AND `entryorguid`=2523900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=2523900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2523901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=2523901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Set Emote State 133" WHERE `source_type`=9 AND `entryorguid`=2523901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=2523901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thulrin - On Script - Set Emote State 26" WHERE `source_type`=9 AND `entryorguid`=2523901 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Kaskala Craftsman - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2532100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaskala Craftsman - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2532100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kaskala Craftsman - On Script - Quest Credit 'The Lost Spirits'" WHERE `source_type`=9 AND `entryorguid`=2532100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kaskala Craftsman - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2532100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kaskala Shaman - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2532200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kaskala Shaman - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2532200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kaskala Shaman - On Script - Quest Credit 'The Lost Spirits'" WHERE `source_type`=9 AND `entryorguid`=2532200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kaskala Shaman - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2532200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Andorath - On Script - Cast 'Necrotic Purple Beam'" WHERE `source_type`=9 AND `entryorguid`=2539200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Andorath - On Script - Interrupt Spell" WHERE `source_type`=9 AND `entryorguid`=2539200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Script - Cast 'Ride Carpet'" WHERE `source_type`=9 AND `entryorguid`=2546000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2546000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Script - Quest Credit 'Magic Carpet Ride'" WHERE `source_type`=9 AND `entryorguid`=2546001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Script - Remove Aura 'Ride Carpet'" WHERE `source_type`=9 AND `entryorguid`=2546001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Script - Remove Aura 'Ride Vehicle Hardcoded'" WHERE `source_type`=9 AND `entryorguid`=2546001 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Amazing Flying Carpet - On Script - Despawn In 200 ms" WHERE `source_type`=9 AND `entryorguid`=2546001 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Script - Set Fly Off" WHERE `source_type`=9 AND `entryorguid`=2558400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2558400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inquisitor Salrand - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2558400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Beryl Point InvisMan - On Script - Cast 'Summon Beryl Detonator'" WHERE `source_type`=9 AND `entryorguid`=2559400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Beryl Point InvisMan - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2559400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Beryl Point InvisMan - On Script - Set Data 1 2" WHERE `source_type`=9 AND `entryorguid`=2559400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Beryl Point InvisMan - On Script - Cast 'Beryl Shield Explosion'" WHERE `source_type`=9 AND `entryorguid`=2559400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 0 5" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Orientation Closest Creature 'En'kilah Necrolord'" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 0 4" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Cast 'Release Aberration'" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Varidus the Flenser - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2561800 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Script - Summon Creature 'Fizzcrank Bomber'" WHERE `source_type`=9 AND `entryorguid`=2576600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Script - Cast 'Ghostbusters Beam'" WHERE `source_type`=9 AND `entryorguid`=2576600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Rig Hauler AC-9 - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2576600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Set Orientation 1" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Remove Flag Standstate Sit Down" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Remove Flags Immune To Players & Immune To NPC's & Not Selectable" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Cast 'Shadow Nova'" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Set Event Phase 4" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Talet-Kha - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2607300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Set Orientation Closest Gameobject 'Recovered Horde Armaments'" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Play Emote 381" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Play Emote 0" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Cast 'Taunka Transform'" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Taunka'le Refugee - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2617900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2629300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2629300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - On Script - Cast 'Quest - Jormungar Explosion Spell Spawner'" WHERE `source_type`=9 AND `entryorguid`=2629301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hulking Jormungar - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2629301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - On Script - Add Aura 'Stunned'" WHERE `source_type`=9 AND `entryorguid`=2640600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - On Script - Remove Aura 'Furyhammer's Immunity'" WHERE `source_type`=9 AND `entryorguid`=2640600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2640600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Iron Thane Furyhammer - On Script - Remove Aura 'Stunned'" WHERE `source_type`=9 AND `entryorguid`=2640600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=2641700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Script - Stop Attacking" WHERE `source_type`=9 AND `entryorguid`=2641700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Script - Quest Credit 'Free at Last'" WHERE `source_type`=9 AND `entryorguid`=2641700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2641700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2641700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Runed Giant - On Script - Set Faction 0" WHERE `source_type`=9 AND `entryorguid`=2641700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2642000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2642000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2642000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2642000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Script - Cast 'Rune Credit 2'" WHERE `source_type`=9 AND `entryorguid`=2642000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gavrock - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2642000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2642100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Script - Set Faction 16" WHERE `source_type`=9 AND `entryorguid`=2642100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2642101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Script - Cast 'Create Bark of the Walkers'" WHERE `source_type`=9 AND `entryorguid`=2642101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Woodlands Walker - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2642101 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hugh Glass - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2648400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hugh Glass - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2648400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hugh Glass - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2648400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hugh Glass - On Script - Cast 'Rune Credit 4'" WHERE `source_type`=9 AND `entryorguid`=2648400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hugh Glass - On Script - Set Npc Flags Gossip & Questgiver & Vendor & Food Vendor" WHERE `source_type`=9 AND `entryorguid`=2648400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Serinar - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=2659300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serinar - On Script - Cast 'Burning Depths Necrolyte Image'" WHERE `source_type`=9 AND `entryorguid`=2659300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Serinar - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2659300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serinar - On Script - Set Orientation Home Position" WHERE `source_type`=9 AND `entryorguid`=2659300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Set Orientation Stored Target 1" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Cast 'Oacha'noa's Compulsion'" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2664800 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Quest Credit 'Conversing With the Depths'" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Play Emote 374" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Play Sound 11561" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Oacha'noa - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2664801 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Script - Cast 'Summon Anub'ar Invader'" WHERE `source_type`=9 AND `entryorguid`=2667800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Script - Cast 'Summon Anub'ar Invader'" WHERE `source_type`=9 AND `entryorguid`=2667800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Script - Cast 'Summon Anub'ar Invader'" WHERE `source_type`=9 AND `entryorguid`=2667800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Script - Cast 'Summon Anub'ar Invader'" WHERE `source_type`=9 AND `entryorguid`=2667800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Script - Cast 'Summon Anub'ar Invader'" WHERE `source_type`=9 AND `entryorguid`=2667800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warsong Battle Standard - On Script - Quest Credit 'The Might of the Horde'" WHERE `source_type`=9 AND `entryorguid`=2667800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Script - Set Orientation Closest Creature 'Pacer Bunny - Drak Theron Exterior'" WHERE `source_type`=9 AND `entryorguid`=2681200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Script - Set Flag Standstate Sleep" WHERE `source_type`=9 AND `entryorguid`=2681200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Script - Remove Flags Immune To Players & Immune To NPC's & Not Selectable" WHERE `source_type`=9 AND `entryorguid`=2681200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2681200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2681200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ancient Drakkari Warmonger - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2681200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Faction 250" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=2681400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Emote State 133" WHERE `source_type`=9 AND `entryorguid`=2681401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=2681401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2681401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=2681401 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2681401 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=2681401 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Orientation 6" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Play Emote 36" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Play Sound 12827" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Cast 'Camera Shake - Small'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Play Emote 36" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Play Sound 12827" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Cast 'Camera Shake - Small'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Play Emote 36" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Play Sound 12827" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Cast 'Camera Shake - Small'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Summon Creature 'Mummy Effect Bunny'" WHERE `source_type`=9 AND `entryorguid`=2681402 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2681403 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=2681403 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2681403 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=2681403 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2681404 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harrison Jones - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2681404 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Script - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=2686500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tecahuna - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2686500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2693500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2693500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2693500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Cast 'Shoot'" WHERE `source_type`=9 AND `entryorguid`=2693500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2693500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2693500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2693501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2693501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Sasha - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2693501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Set Data 0 4" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Cast 'Worgen Transform - Male'" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Play Emote 53" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2697100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2697101 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2697101 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2697102 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2697102 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2697103 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2697103 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2697104 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anatoly - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2697104 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Increment Phase By 0" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Disable Combat Movement" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Set Flags Not Attackable & Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Add Aura 'Rune Shield'" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Cast 'Reclusive Runemaster Quest Complete'" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Remove Flags Not Attackable & Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Dregmar Runebrand - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2700300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crystal Spike - On Script - Cast 'Crystal Spike'" WHERE `source_type`=9 AND `entryorguid`=2709900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crystal Spike - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2709900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=2711300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2711300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2711300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2711300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=2711300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prospector Gann - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2711300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=2711400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2711400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2711400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2711400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=2711400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prospector Torgan - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2711400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=2711500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2711500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2711500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2711500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=2711500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prospector Varana - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2711500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Cast 'Gong Effect'" WHERE `source_type`=9 AND `entryorguid`=2719900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2719900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Cast 'Rage of Jin'arrak'" WHERE `source_type`=9 AND `entryorguid`=2719900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Quest Credit 'See You on the Other Side'" WHERE `source_type`=9 AND `entryorguid`=2719900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Cast 'Jin'arrak Feeds'" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Set Emote State 64" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Set Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Cast 'Jin'arrak Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Warlord Jin'arrak - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2719901 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Cast 'Hallard's Sermon'" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 14" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 15" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Quest Credit 'A Righteous Sermon'" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Set Orientation Closest Creature 'Mayor Godfrey'" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Say Line 16" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Set Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Inquisitor Hallard - On Script - Reset All Scripts" WHERE `source_type`=9 AND `entryorguid`=2731600 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Bear Form'" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Faction 250" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2732800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Moonkin Form'" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Faction 250" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Moonkin Form (Passive)'" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Moonkin Aura'" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Empowered Moonkin Aura'" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2732801 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Tree of Life'" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Cast 'Empowered Tree of Life'" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Faction 113" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Event Phase 3" WHERE `source_type`=9 AND `entryorguid`=2732802 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=2732803 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2732803 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Tur Ragepaw - On Script - Summon Creature 'Ursoc'" WHERE `source_type`=9 AND `entryorguid`=2732803 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirit of Ursoc - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2737300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Ursoc - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2737300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathguard Schneider - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=2737600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Deathguard Schneider - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2737600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Deathguard Schneider - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=2737600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Deathguard Schneider - On Script - Move Forward 1 Yards" WHERE `source_type`=9 AND `entryorguid`=2737600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Senior Scrivener Barriga - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=2737800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Senior Scrivener Barriga - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2737800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Senior Scrivener Barriga - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=2737800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Senior Scrivener Barriga - On Script - Move Forward 1 Yards" WHERE `source_type`=9 AND `entryorguid`=2737800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Engineer Burke - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=2737900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Engineer Burke - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2737900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Engineer Burke - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=2737900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Engineer Burke - On Script - Move Forward 1 Yards" WHERE `source_type`=9 AND `entryorguid`=2737900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chancellor Amai - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=2738100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chancellor Amai - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2738100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chancellor Amai - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=2738100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chancellor Amai - On Script - Move Forward 1 Yards" WHERE `source_type`=9 AND `entryorguid`=2738100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2740900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2740900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ducal's Horse - On Script - Cast 'Escape from Silverbrook Periodic'" WHERE `source_type`=9 AND `entryorguid`=2740900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2741100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2741100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2741100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Freed Alliance Scout - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2741100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Skeleton'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Skeleton'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Ward Powerup'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Pulse'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Construct'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Construct'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Ward Powerup'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Pulse'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Skeleton'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Skeleton'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Summon Smoldering Construct'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Ward Powerup'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Barrage'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Barrage'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Barrage'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Cast 'Destructive Ward Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Destructive Ward - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2743000 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Cast 'Arthas Calls to Spirits'" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Play Emote 397" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Play Emote 15" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prince Arthas - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2745500 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Orientation Closest Creature 'Prince Arthas'" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Play Emote 274" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Orientation Closest Creature 'Prince Arthas'" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Data 0 10" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=2748000 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Sheath Unarmed" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Flag Server Controlled" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Remove Flag Server Controlled" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Emote State 64" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Cast 'Frostmourne Cavern Quest Credit'" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Muradin - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2748001 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Shade of Arugal - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2762000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Shade of Arugal - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2762000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Shade of Arugal - On Script - Cast 'Out of Body Experience Quest Credit'" WHERE `source_type`=9 AND `entryorguid`=2762000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Shade of Arugal - On Script - Reset All Scripts" WHERE `source_type`=9 AND `entryorguid`=2762000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Tatjana's Horse - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2762600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anya - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2764600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Anya - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2764600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Anya - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2764600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Anya - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2764600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 2" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Chrono-Magus'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Assailant'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 3" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 4" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Chrono-Magus'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Chrono-Magus'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 5" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 6" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 7" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Chrono-Magus'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Assailant'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Destroyer'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 8" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 9" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 1 10" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Chrono-Magus'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Assailant'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Destroyer'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Cast 'Summon Infinite Timerender'" WHERE `source_type`=9 AND `entryorguid`=2784000 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 2 1" WHERE `source_type`=9 AND `entryorguid`=2784001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Quest Credit 'Mystery of the Infinite'" WHERE `source_type`=9 AND `entryorguid`=2784001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Set Data 2 2" WHERE `source_type`=9 AND `entryorguid`=2784001 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Hourglass of Eternity - On Script - Despawn In 4000 ms" WHERE `source_type`=9 AND `entryorguid`=2784001 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2784201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2784201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2784201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2784201 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2784202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2784202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Set Orientation Closest Creature 'Venomspite Riding Bat'" WHERE `source_type`=9 AND `entryorguid`=2784202 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2784202 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fenrick Barlowe - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2784202 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Cast 'Internal Shake Camera w/ rumble sound'" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Summon Creature 'Muradin'" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Summon Creature 'Prince Arthas'" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Thel'zan Spell Dummy - On Script - Set Data 0 10" WHERE `source_type`=9 AND `entryorguid`=2785100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=2795900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2795900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=2795900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2795900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2795900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Your Inner Turmoil - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2795900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Quest Credit 'What The Dragons Know'" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2799000 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Quest Credit 'What The Dragons Know'" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Krasus - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2799001 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Play Emote 21" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Summon Gameobject 'Eye of the Prophets'" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Summon Gameobject 'Heart of the Ancients'" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Summon Gameobject 'Ancient Drakkari Tablets'" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Cast 'Shadow Channelling (10 sec)'" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Summon Creature 'The Lich King'" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Play Emote 15" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Play Sound 3326" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Say Line 14" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2801600 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Remove Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=2801601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakuru - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2801601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2811301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2811301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2811302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Invoker Cast 'Mosswalker Quest Credit'" WHERE `source_type`=9 AND `entryorguid`=2811302 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Remove Aura 'Permanent Feign Death (Drowned Anim)'" WHERE `source_type`=9 AND `entryorguid`=2811302 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Set Visibility Off" WHERE `source_type`=9 AND `entryorguid`=2811302 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mosswalker Victim - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2811302 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2812000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Script - Cast 'Digging for Treasure'" WHERE `source_type`=9 AND `entryorguid`=2812000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=2812000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lafoo - On Script - Move To Closest Creature 'Glinting Dirt'" WHERE `source_type`=9 AND `entryorguid`=2812000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2813600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2813600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2813600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Jonathan - On Script - Stop Follow " WHERE `source_type`=9 AND `entryorguid`=2813600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Script - Stop Follow " WHERE `source_type`=9 AND `entryorguid`=2814200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2814200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2814200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Lamoof - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2814200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2814800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2814800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Script - Stop Follow " WHERE `source_type`=9 AND `entryorguid`=2814800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Josephine - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2814800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Archmage Pentarus - On Script - Cast 'Flight to Sholazar'" WHERE `source_type`=9 AND `entryorguid`=2816000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Archmage Pentarus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2816000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2825600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2825600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2825600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2825600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2825600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Voice of Nozronn - On Script - Quest Credit 'The Bones of Nozronn'" WHERE `source_type`=9 AND `entryorguid`=2825600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captive Crocolisk - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2830800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2836201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Cast 'Dig Up Sparkling Hare'" WHERE `source_type`=9 AND `entryorguid`=2836201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2836202 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Cast 'Dig Up Shining Crystal'" WHERE `source_type`=9 AND `entryorguid`=2836202 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Cast 'Dig Up Glinting Armor'" WHERE `source_type`=9 AND `entryorguid`=2836203 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2836203 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Cast 'Dig Up Glowing Gem'" WHERE `source_type`=9 AND `entryorguid`=2836204 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2836204 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Cast 'Dig Up Polished Platter'" WHERE `source_type`=9 AND `entryorguid`=2836205 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2836205 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Cast 'Dig Up Sparkling Treasure'" WHERE `source_type`=9 AND `entryorguid`=2836206 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Glinting Dirt - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2836206 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Cast 'Har'koa's Spirit'" WHERE `source_type`=9 AND `entryorguid`=2840100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Script - Cast 'Frost Channelling'" WHERE `source_type`=9 AND `entryorguid`=2840300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Script - Interrupt Spell 'Frost Channelling'" WHERE `source_type`=9 AND `entryorguid`=2840300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koan Subduer - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=2840300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Summon Creature 'Val'kyr Battle-maiden'" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Summon Creature 'Val'kyr Battle-maiden'" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Summon Creature 'Val'kyr Battle-maiden'" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Summon Creature 'Val'kyr Battle-maiden'" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Summon Creature 'Val'kyr Battle-maiden'" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Play Emote 22" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Highlord Darion Mograine - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2844400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Drak'Tharon - Drakuru Event Invisman 00 - On Script - Remove Aura 'Arthas Portal'" WHERE `source_type`=9 AND `entryorguid`=2849200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Cast 'Arthas Scourge Drakuru'" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2849800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nass - On Script - Start Follow Owner Or Summoner" WHERE `source_type`=9 AND `entryorguid`=2852100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nass - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2852100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Set Run Off" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Cast 'Throw'" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Cast 'Death_Decay Visual'" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Set Orientation 0" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Bloodrose Datura - On Script - Add Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2853200 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Set Orientation 2" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Cast 'Vomit'" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Cast 'Bloody Explosion (Green)'" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Cast 'Scourge Troll Transform'" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Cast 'Immolation'" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Set Flag Standstate Dead" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Add Dynamic Flag Dead" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Captured Drakkari Scout - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2854100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=2856600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=2856600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2856600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2856600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2856601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Summon Creature 'Wants Orange'" WHERE `source_type`=9 AND `entryorguid`=2856601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2856601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2856602 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Summon Creature 'Wants Papaya'" WHERE `source_type`=9 AND `entryorguid`=2856602 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2856602 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2856603 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Summon Creature 'Wants Banana'" WHERE `source_type`=9 AND `entryorguid`=2856603 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2856603 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2856604 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Summon Creature 'Steaming Valve'" WHERE `source_type`=9 AND `entryorguid`=2856604 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2856604 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2856605 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Summon Creature 'Wants Fire'" WHERE `source_type`=9 AND `entryorguid`=2856605 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=2856605 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2856606 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2856607 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 4" WHERE `source_type`=9 AND `entryorguid`=2856607 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2856607 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2856608 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Summon Gameobject 'Thunderbrew's Jungle Punch'" WHERE `source_type`=9 AND `entryorguid`=2856608 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Event Phase 4" WHERE `source_type`=9 AND `entryorguid`=2856608 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="'Tipsy' McManus - On Script - Set Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2856608 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Cast 'Script Effect - Creature Capture GUID to Dot Variable'" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Cast 'Taunt'" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Summon Creature 'Heb'Jin's Bat'" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Send Target 1" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Heb'Jin - On Script - Cast 'Ride Vehicle'" WHERE `source_type`=9 AND `entryorguid`=2863600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2863900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Heb'Jin's Bat - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2863900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2866500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koa's Kitten - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2866500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Flying Fiend - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2866900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Summon Creature 'Spirit of Quetz'lun'" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Remove Aura 'Cosmetic - Arcane Force Shield Dark State (x2.00)'" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Update Template To 'Drained Prophet of Quetz'lun'" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Cast 'Script Effect - Creature Attack GUID from Dot Variable'" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prophet of Quetz'lun - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2867100 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2871700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overlord Drakuru - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2871700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Quetz'lun Worshipper - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2874700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpent-Touched Berserker - On Script - Kill Self" WHERE `source_type`=9 AND `entryorguid`=2874800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Script - Cast 'Target Crystal'" WHERE `source_type`=9 AND `entryorguid`=2875000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Script - Cast 'Evil Teleport Visual Only'" WHERE `source_type`=9 AND `entryorguid`=2875000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Script - Cast 'Kill Credit - Blighted Geist'" WHERE `source_type`=9 AND `entryorguid`=2875000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2875000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blight Geist - On Script - Despawn In 10000 ms" WHERE `source_type`=9 AND `entryorguid`=2875000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Set Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Set Health Regeneration Off" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Reset Invincibility Hp" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Cast 'Quetz'lun's Hex of Air'" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Cast 'Hell Hath a Fury: Hex of Air Knockback'" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priest Mu'funu - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2875200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Set Health Regeneration Off" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Set Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Reset Invincibility Hp" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Cast 'Quetz'lun's Hex of Fire'" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Cast 'Hell Hath a Fury: High Priestess Tua-Tua on Burn'" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Morph To Model 25669" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Priestess Tua-Tua - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2875400 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Quetz'lun's Hex of Frost'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Random Circumference Point Bone'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Random Circumference Point Bone 2'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Random Circumference Point Bone'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Random Circumference Point Bone 2'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Hell Hath a Fury: Random Circumference Point Ice Chunk'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Random Circumference Point Bone'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Random Circumference Point Bone 2'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Hell Hath a Fury: Random Circumference Point Ice Chunk'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Hell Hath a Fury: Random Circumference Point Ice Chunk'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Hell Hath a Fury: Random Circumference Point Ice Chunk'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Hell Hath a Fury: Random Circumference Point Ice Chunk'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Reset Invincibility Hp" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Cast 'Hell Hath a Fury: High Priest Hawinni on Frozen'" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="High Priest Hawinni - On Script - Morph To Model 25672" WHERE `source_type`=9 AND `entryorguid`=2875600 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Explosive Charges Bunny - On Script - Cast 'Detonate Charges'" WHERE `source_type`=9 AND `entryorguid`=2878000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Explosive Charges Bunny - On Script - Cast 'Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=2878000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2878500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2878500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Script - Cast 'Reclaim Power'" WHERE `source_type`=9 AND `entryorguid`=2878500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Spirit of Quetz'lun - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2878500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Drakkari Skullcrusher - On Script - Cast 'Troll Explosion'" WHERE `source_type`=9 AND `entryorguid`=2884400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Drakkari Skullcrusher - On Script - Cast 'Explode Troll:Meat'" WHERE `source_type`=9 AND `entryorguid`=2884400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Drakkari Skullcrusher - On Script - Cast 'Suicide (No Log)'" WHERE `source_type`=9 AND `entryorguid`=2884400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Set Orientation 1" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 11" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 15" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Set Orientation 1" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 15" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 273" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 274" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 22" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Prince Valanar - On Script - Play Emote 66" WHERE `source_type`=9 AND `entryorguid`=2890700 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Orbaz Bloodbane - On Script - Cast 'Portal: Acherus'" WHERE `source_type`=9 AND `entryorguid`=2891400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2894800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2894800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=2894800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Malmortis - On Script - Cast 'Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=2894800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Quest Credit 'Rampage'" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Summon Creature Group 1" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Remove Flag Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Summon Creature 'Prophet of Akali'" WHERE `source_type`=9 AND `entryorguid`=2895200 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=2895201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=2895201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Orientation Closest Creature 'Prophet of Akali'" WHERE `source_type`=9 AND `entryorguid`=2895201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akali - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2895201 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Set Orientation Closest Creature 'Prophet of Akali'" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Play Emote 71" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Akali Subduer - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2898800 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=2899600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Cast 'Submission'" WHERE `source_type`=9 AND `entryorguid`=2899600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2899601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Cast 'Drain Power'" WHERE `source_type`=9 AND `entryorguid`=2899601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 4" WHERE `source_type`=9 AND `entryorguid`=2899601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2899601 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Cast 'Ethereal Teleport'" WHERE `source_type`=9 AND `entryorguid`=2899601 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2899601 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Cast 'Cosmetic - Zul'Aman Spirit Effect'" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Halazzi - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2902200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Remove Flag Immune To Players" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2902800 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Cast 'Akali's Stun'" WHERE `source_type`=9 AND `entryorguid`=2902801 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=2902801 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Event Phase 3" WHERE `source_type`=9 AND `entryorguid`=2902801 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Cast 'Akali's Ritual of Annihilation'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Summon Creature 'Har'koa'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Orientation Closest Creature 'Har'koa'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Orientation Closest Creature 'Har'koa'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Interrupt Spell 'Akali's Ritual of Annihilation'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Cast 'Convocation at Zol'Heb: Removef Akali's Stun'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Remove Aura 'Akali's Immunity'" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Remove Flag Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Enable Combat Movement" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Prophet of Akali - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2902802 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Cast 'Har'koa's Compulsion'" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Remove Flag Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Jump To Pos" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Cast 'Har'koa's Challenge'" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Har'koa - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=2905000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lord Thorval - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2919600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=2926100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Windle Sparkshine - On Script - Cast 'Light Lamp'" WHERE `source_type`=9 AND `entryorguid`=2926100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Cast 'Sleep'" WHERE `source_type`=9 AND `entryorguid`=2931900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=2931900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Set Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2931900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2931900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Update Template To 'Male Icepaw Bear'" WHERE `source_type`=9 AND `entryorguid`=2931901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2931901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Update Template To 'Female Icepaw Bear'" WHERE `source_type`=9 AND `entryorguid`=2931902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Quest Credit 'Tails Up'" WHERE `source_type`=9 AND `entryorguid`=2931902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Start Follow Invoker" WHERE `source_type`=9 AND `entryorguid`=2931902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Update Template To 'Male Icepaw Bear'" WHERE `source_type`=9 AND `entryorguid`=2931903 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Icepaw Bear - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2931903 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Cast 'Sleep'" WHERE `source_type`=9 AND `entryorguid`=2932700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=2932700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Set Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=2932700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Set Event Phase 0" WHERE `source_type`=9 AND `entryorguid`=2932700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Update Template To 'Male Frost Leopard'" WHERE `source_type`=9 AND `entryorguid`=2932701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2932701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Update Template To 'Female Frost Leopard'" WHERE `source_type`=9 AND `entryorguid`=2932702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Quest Credit 'Tails Up'" WHERE `source_type`=9 AND `entryorguid`=2932702 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Start Follow Invoker" WHERE `source_type`=9 AND `entryorguid`=2932702 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Update Template To 'Male Frost Leopard'" WHERE `source_type`=9 AND `entryorguid`=2932703 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Frost Leopard - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2932703 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kirgaraak - On Script - Quest Credit 'The Warm-Up '" WHERE `source_type`=9 AND `entryorguid`=2935200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kirgaraak - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=2935200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kirgaraak - On Script - Set Faction 0" WHERE `source_type`=9 AND `entryorguid`=2935200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Goblin Prisoner - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=2946600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Goblin Prisoner - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2946600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Goblin Prisoner - On Script - Move Forward 10 Yards" WHERE `source_type`=9 AND `entryorguid`=2946600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Goblin Prisoner - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2946600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Move Forward 1 Yards" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Set Orientation Closest Creature 'Archbishop Landgren'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Cast 'Soul Coax'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Cast 'Soul Wrack'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Interrupt Spell 'Soul Wrack'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Cast 'Soul Wrack'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Interrupt Spell 'Soul Wrack'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Add Npc Flag Questgiver" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Move To Closest Gameobject 'Arete's Gate'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Cast 'Ethereal Teleport'" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Lord-Commander Arete - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2956000 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Set Orientation Closest Creature 'Lord-Commander Arete'" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Cast 'Floating Drowned'" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Cast 'Arcane Explosion Visual'" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Landgren's Soul - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2957200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Set Orientation Owner Or Summoner" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Brann Bronzebeard - On Script - Quest Credit 'Catching up with Brann'" WHERE `source_type`=9 AND `entryorguid`=2957900 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Script - Set Event Phase 3" WHERE `source_type`=9 AND `entryorguid`=2962100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=2962100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=2962100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Script - Cast 'Legion Teleport Target'" WHERE `source_type`=9 AND `entryorguid`=2962100 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Script - Quest Credit 'The Admiral Revealed'" WHERE `source_type`=9 AND `entryorguid`=2962100 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Grand Admiral Westwind - On Script - Despawn In 3500 ms" WHERE `source_type`=9 AND `entryorguid`=2962100 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gymer - On Script - Cast 'Summon Gymer'" WHERE `source_type`=9 AND `entryorguid`=2964700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gymer - On Script - Invoker Cast 'Gymer's Buddy'" WHERE `source_type`=9 AND `entryorguid`=2964700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stormforged Eradicator - On Script - Cast 'Summon Frostborn Axemaster'" WHERE `source_type`=9 AND `entryorguid`=2986100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Persistence - On Script - Move To Invoker" WHERE `source_type`=9 AND `entryorguid`=2986300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Iron Giant - On Script - Cast 'Create Fireforged Eyes'" WHERE `source_type`=9 AND `entryorguid`=2991400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Iron Giant - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2991400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Dead Iron Giant - On Script - Cast 'Summon Iron Dwarf'" WHERE `source_type`=9 AND `entryorguid`=2991401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dead Iron Giant - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=2991401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=3000701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=3000701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Yggdras'" WHERE `source_type`=9 AND `entryorguid`=3000701 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3000702 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Stinkbeard'" WHERE `source_type`=9 AND `entryorguid`=3000702 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Gargoral the Water Lord'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Water'" WHERE `source_type`=9 AND `entryorguid`=3000703 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000704 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3000704 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Orinoko Tuskbreaker'" WHERE `source_type`=9 AND `entryorguid`=3000704 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3000705 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3000705 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Korrak the Bloodrager'" WHERE `source_type`=9 AND `entryorguid`=3000705 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000706 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=3000706 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Vladof the Butcher'" WHERE `source_type`=9 AND `entryorguid`=3000706 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Az'Barin, Prince of the Gust'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Air'" WHERE `source_type`=9 AND `entryorguid`=3000707 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Duke Singen'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Fire'" WHERE `source_type`=9 AND `entryorguid`=3000708 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Erathius, King of Dirt'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Gurgthock - On Script - Summon Creature 'Fiend of Earth'" WHERE `source_type`=9 AND `entryorguid`=3000709 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3001200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=3001200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Victorious Challenger - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=3001200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3002200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=3002200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=3002200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=3002200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3002201 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3002201 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vladof the Butcher - On Script - Dismount" WHERE `source_type`=9 AND `entryorguid`=3002201 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - On Script - Remove Flags Immune To Players & Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=3004200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fiend of Fire - On Script - Start Attacking" WHERE `source_type`=9 AND `entryorguid`=3004200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Summon Gameobject 'Armor Plate'" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Move To Self" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Quest Credit 'The Armor's Secrets'" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Attendant Tock - On Script - Add Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=3019000 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3021900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3021900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Start Random Movement" WHERE `source_type`=9 AND `entryorguid`=3021900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3021900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Cast 'Summon Infiltrator'" WHERE `source_type`=9 AND `entryorguid`=3021900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3021901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3021901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Start Random Movement" WHERE `source_type`=9 AND `entryorguid`=3021901 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3021901 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Cast 'Summon Infiltrator'" WHERE `source_type`=9 AND `entryorguid`=3021901 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3021902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3021902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Start Random Movement" WHERE `source_type`=9 AND `entryorguid`=3021902 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3021902 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Ethereal Frostworg - On Script - Cast 'Summon Infiltrator'" WHERE `source_type`=9 AND `entryorguid`=3021902 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Dalfors - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3022400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Dalfors - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3022400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Lord Dalfors - On Script - Play Emote 14" WHERE `source_type`=9 AND `entryorguid`=3022400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Freed Crusader - On Script - Cast 'Blessing of Kings'" WHERE `source_type`=9 AND `entryorguid`=3027400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Freed Crusader - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3027400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Freed Crusader - On Script - Cast 'Holy Light'" WHERE `source_type`=9 AND `entryorguid`=3027400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Freed Crusader - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3027400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Freed Crusader - On Script - Despawn In 4000 ms" WHERE `source_type`=9 AND `entryorguid`=3027400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Cast 'The Storm's Fury'" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Set Orientation 2" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Play Emote 274" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Set Orientation 3" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Set Emote State 69" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Overseer Narvir - On Script - Cast 'Teleport'" WHERE `source_type`=9 AND `entryorguid`=3029900 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Cast 'Temple of Invention Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=3031300 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Cast 'Temple of Winter Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=3031301 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 14" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Cast 'Temple of Life Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=3031302 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 15" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 16" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 17" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Move To Closest Creature 'Data Scan Target Bunny'" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Say Line 18" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Mobile Databank - On Script - Cast 'Temple of Order Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=3031303 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="The Ebon Watcher - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3037700 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Add Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Chieftain Swiftspear - On Script - Quest Credit 'Memories of Stormhoof'" WHERE `source_type`=9 AND `entryorguid`=3039500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Vargul Assailant'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Dr. Terrible'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Nergeld - On Script - Summon Creature 'Grimmr Hound'" WHERE `source_type`=9 AND `entryorguid`=3040300 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Thorim - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3046200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thorim - On Script - Cast 'Ride Vehicle'" WHERE `source_type`=9 AND `entryorguid`=3046200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thorim - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3046200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thorim - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3046200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thorim - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=3046200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Thorim - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=3046200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Data 0 4" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Data 0 5" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Remove Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Set Data 0 6" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Image of a Shadow Cultist - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3083500 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Slumbering Mjordin - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=3088400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slumbering Mjordin - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=3088400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slumbering Mjordin - On Script - Summon Creature 'Iskalder'" WHERE `source_type`=9 AND `entryorguid`=3088401 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Slumbering Mjordin - On Script - Set Visibility Off" WHERE `source_type`=9 AND `entryorguid`=3088401 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Slumbering Mjordin - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3088401 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Lady Nightswood's Moveto Target Bunny - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3095900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Lady Nightswood's Moveto Target Bunny - On Script - Cast 'Not-So-Honorable Combat: Summon Lady Nightswood'" WHERE `source_type`=9 AND `entryorguid`=3095900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Father Jhadras'" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Masud'" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Geness Half-Soul'" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Talla'" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Eldreth'" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Rith'" WHERE `source_type`=9 AND `entryorguid`=3113500 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Khit'rix the Dark Master'" WHERE `source_type`=9 AND `entryorguid`=3113501 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113502 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=3113502 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3113502 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3113502 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=3113502 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Sigrid Iceborn'" WHERE `source_type`=9 AND `entryorguid`=3113502 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 12" WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 13" WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 14" WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Carnage'" WHERE `source_type`=9 AND `entryorguid`=3113503 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 16" WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 17" WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 18" WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Thane Banahogg'" WHERE `source_type`=9 AND `entryorguid`=3113504 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flag " WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 20" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 21" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 22" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 23" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Summon Creature 'Prince Sandoval'" WHERE `source_type`=9 AND `entryorguid`=3113505 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 24" WHERE `source_type`=9 AND `entryorguid`=3113506 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Quest Credit 'Battle at Valhalas: Final Challenge'" WHERE `source_type`=9 AND `entryorguid`=3113506 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3113506 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 25" WHERE `source_type`=9 AND `entryorguid`=3113506 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Say Line 26" WHERE `source_type`=9 AND `entryorguid`=3113506 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Geirrvif - On Script - Set Npc Flags Gossip & Questgiver" WHERE `source_type`=9 AND `entryorguid`=3113506 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3122200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Khit'rix the Dark Master - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3122200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Cast 'Fake Blood Spurt'" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Cast 'Resurrection'" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Remove Aura 'Spawn Feign Death'" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Remove Dynamic Flag Dead" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Remove Flag Server Controlled" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Quest Credit 'Putting Olakin Back Together Again'" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Crusader Olakin Sainrith - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3123500 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Sigrid Iceborn - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3124200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Carnage - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=3127100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3127700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Script - Jump To Pos" WHERE `source_type`=9 AND `entryorguid`=3127700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Script - Set Home Position" WHERE `source_type`=9 AND `entryorguid`=3127700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3127700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thane Banahogg - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3127700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Saronite Mine Slave - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3139700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Saronite Mine Slave - On Script - Quest Credit 'Slaves to Saronite'" WHERE `source_type`=9 AND `entryorguid`=3139700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Saronite Mine Slave - On Script - Despawn In 5000 ms" WHERE `source_type`=9 AND `entryorguid`=3139700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skytalon Explosion Bunny - On Script - Cast 'Explode Frost Wyrm'" WHERE `source_type`=9 AND `entryorguid`=3163000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Plague Cauldron Target - On Script - Cast 'Summon PC Bunny 02'" WHERE `source_type`=9 AND `entryorguid`=3177300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ebon Blade Marker - On Script - Cast 'Summon Barricade A'" WHERE `source_type`=9 AND `entryorguid`=3188700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ebon Blade Marker - On Script - Cast 'Summon Barricade B'" WHERE `source_type`=9 AND `entryorguid`=3188701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Ebon Blade Marker - On Script - Cast 'Summon Barricade C'" WHERE `source_type`=9 AND `entryorguid`=3188702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Hero's Spirit - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=3214900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fallen Hero's Spirit - On Script - Quest Credit 'The Fate Of The Fallen'" WHERE `source_type`=9 AND `entryorguid`=3214900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fallen Hero's Spirit - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=3214900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fallen Hero's Spirit - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3214900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Fallen Hero's Spirit - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3214900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Script - Cast 'Alexstrasza's Gift Beam'" WHERE `source_type`=9 AND `entryorguid`=3229500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3229500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3229500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3229500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alexstrasza the Life-Binder - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3229500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Lich King - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=3244300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Rampaging Ghoul'" WHERE `source_type`=9 AND `entryorguid`=3244500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=3244500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Set Data 1 2" WHERE `source_type`=9 AND `entryorguid`=3244500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Despawn In 1000 ms" WHERE `source_type`=9 AND `entryorguid`=3244500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Kill Credit'" WHERE `source_type`=9 AND `entryorguid`=3244501 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3244501 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=3244501 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Set Data 1 2" WHERE `source_type`=9 AND `entryorguid`=3244501 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Despawn In 1000 ms" WHERE `source_type`=9 AND `entryorguid`=3244501 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Rampaging Ghoul'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Cast 'Summon Living Plague'" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Set Data 1 2" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Summoned Plague Cauldron Bunny 02 - On Script - Despawn In 1000 ms" WHERE `source_type`=9 AND `entryorguid`=3244502 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Script - Summon Gameobject 'Bloodstained Stone'" WHERE `source_type`=9 AND `entryorguid`=3249700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Script - Summon Gameobject 'Bloodstained Stone'" WHERE `source_type`=9 AND `entryorguid`=3249701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Matthias Lehner - On Script - Summon Gameobject 'Bloodstained Stone'" WHERE `source_type`=9 AND `entryorguid`=3249702 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3272000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Set Event Phase 1" WHERE `source_type`=9 AND `entryorguid`=3272000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3272001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Set Event Phase 2" WHERE `source_type`=9 AND `entryorguid`=3272001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=3272002 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3272002 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=3272002 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=3272003 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3272003 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Violetta - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=3272003 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Script - Summon Gameobject 'Drak'Mar Lily Pad'" WHERE `source_type`=9 AND `entryorguid`=3327300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3327300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3327300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3327300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3327300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Maiden of Drak'Mar - On Script - Summon Gameobject 'Blade of Drak'Mar'" WHERE `source_type`=9 AND `entryorguid`=3327300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Script - Add Aura 'Ice Block'" WHERE `source_type`=9 AND `entryorguid`=3330300 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Script - Set Orientation Home Position" WHERE `source_type`=9 AND `entryorguid`=3330300 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3330300 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3330300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=3330300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Maiden of Winter's Breath Lake - On Script - Remove Aura 'Ice Block'" WHERE `source_type`=9 AND `entryorguid`=3330300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=3358900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Script - Set Orientation Closest Creature 'Stormwind Valiant'" WHERE `source_type`=9 AND `entryorguid`=3358900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Script - Cast '[DND] First Aid'" WHERE `source_type`=9 AND `entryorguid`=3358900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Script - Set Orientation Closest Creature 'Orgrimmar Valiant'" WHERE `source_type`=9 AND `entryorguid`=3358900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Joseph Wilson - On Script - Cast '[DND] First Aid'" WHERE `source_type`=9 AND `entryorguid`=3358900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=3378800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Script - Set Orientation Closest Creature 'Tournament Druid Spell Target'" WHERE `source_type`=9 AND `entryorguid`=3378800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Script - Cast 'Earthliving Visual'" WHERE `source_type`=9 AND `entryorguid`=3378800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fhyron Shadesong - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3378800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Script - Pause Waypoint" WHERE `source_type`=9 AND `entryorguid`=3385400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thomas Partridge - On Script - Play Emote 273" WHERE `source_type`=9 AND `entryorguid`=3385400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captive Aspirant - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3471600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Captive Aspirant - On Script - Quest Credit 'You've Really Done It This Time, Kul'" WHERE `source_type`=9 AND `entryorguid`=3471600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Captive Aspirant - On Script - Move Forward 10 Yards" WHERE `source_type`=9 AND `entryorguid`=3471600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Captive Aspirant - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3471600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Kul the Reckless - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3495600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kul the Reckless - On Script - Quest Credit 'You've Really Done It This Time, Kul'" WHERE `source_type`=9 AND `entryorguid`=3495600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kul the Reckless - On Script - Move Forward 10 Yards" WHERE `source_type`=9 AND `entryorguid`=3495600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Kul the Reckless - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3495600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Set Faction 35" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Evade" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Set Reactstate Passive" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Set Reactstate Aggressive" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Set Faction 14" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Cult Assassin - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=3512700 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Wilfred Fizzlebang - On Script - Remove Aura 'Shadow Channelling'" WHERE `source_type`=9 AND `entryorguid`=3547600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Wilfred Fizzlebang - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3547600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Wilfred Fizzlebang - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=3547600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Wilfred Fizzlebang - On Script - Play Emote 11" WHERE `source_type`=9 AND `entryorguid`=3547600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Wilfred Fizzlebang - On Script - Cast 'Shadow Channelling'" WHERE `source_type`=9 AND `entryorguid`=3547600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Script - Dismount" WHERE `source_type`=9 AND `entryorguid`=3664200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3664200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Script - Summon Creature 'Blood-Queen Lana'thel'" WHERE `source_type`=9 AND `entryorguid`=3664200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Myralion Sunblaze - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3664200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Silver Covenant Sentinel - On Script - Set Data 53 0" WHERE `source_type`=9 AND `entryorguid`=3665600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3666900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3666900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Script - Cast 'Create Ancient Dragonforged Blades'" WHERE `source_type`=9 AND `entryorguid`=3666900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Arcanist Tybalin - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3666900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3667000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3667000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Script - Cast 'Create Ancient Dragonforged Blades'" WHERE `source_type`=9 AND `entryorguid`=3667000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Magister Hathorel - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3667000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Set Flag Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Set Faction 250" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Quest Credit 'The Path to the Citadel'" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Move To Closest Creature 'ELM General Purpose Bunny'" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Alliance Slave - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3676400 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Set Orientation Invoker" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Set Flag Immune To NPC's" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Set Faction 250" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Set Emote State 0" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Quest Credit 'The Path to the Citadel'" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Move To Closest Creature 'ELM General Purpose Bunny'" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Horde Slave - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3677000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 50 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 50 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Cast 'Freeze Guards'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 51 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 51 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Summon Creature 'Image of Alexstrasza'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Summon Creature 'Image of Anasterian'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 25 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 1 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 2 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 1 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 273 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Summon Creature 'Image of Thalorien Dawnseeker'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 50 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 50 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 50 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 1 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 2 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 25 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 16 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 41 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 41 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 375 0" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Summon Creature 'Image of Morlen Coldgrip'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Cross Cast 'Icy Touch'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Cross Cast 'Permanent Feign Death'" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3784600 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Orientation Closest Creature 'Image of Thalorien Dawnseeker'" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Change Equipment" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 51 0" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Sheath Unarmed" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 10" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Cast 'Throw Quel'Delar'" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Say Line 11" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 50 0" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 52 0" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 52 0" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Set Data 41 0" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Blood-Queen Lana'thel - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3784601 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3801700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3801700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=3801701 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Kalecgos - On Script - Resume Waypoint" WHERE `source_type`=9 AND `entryorguid`=3801701 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3833400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Cast 'Snivel's Rocket'" WHERE `source_type`=9 AND `entryorguid`=3833400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3833400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 11" WHERE `source_type`=9 AND `entryorguid`=3833400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3833400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=3833400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Cast 'Blind!'" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3833500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Cast 'Vanish Visual'" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3833600 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=3833700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3833700 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 11" WHERE `source_type`=9 AND `entryorguid`=3833700 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3833700 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Cast 'Snivel's Rocket'" WHERE `source_type`=9 AND `entryorguid`=3833700 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3833700 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Cast 'Blind!'" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Start Waypoint" WHERE `source_type`=9 AND `entryorguid`=3833800 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Cast 'Vanish Visual'" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Snivel Rustrocket - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=3833900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Vanira - On Script - Cast 'Force Cast Spirit of the Tiger'" WHERE `source_type`=9 AND `entryorguid`=4018400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Vanira - On Script - Cast 'Cosmetic Nature Cast'" WHERE `source_type`=9 AND `entryorguid`=4018400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Vanira - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=4018400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Vanira - On Script - Cross Cast 'Spirit of the Tiger Aura'" WHERE `source_type`=9 AND `entryorguid`=4018400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Set Orientation Owner Or Summoner" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Cast 'Spawn Smoke (Druid)'" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Cast 'Zen'tabra Credit'" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Cast '[DND] Tiger Transform'" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Set Run On" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Move Forward 10 Yards" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Zen'tabra - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=4032900 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Remove Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Ritual Drummer'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Ritual Drummer'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Ritual Drummer'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=9; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Play Emote 6" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=10; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Cast 'Drink Alcohol'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=11; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Cast 'Firebreathing'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=12; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Set Flag Standstate Kneel" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=13; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=14; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=15; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=16; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=17; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=18; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=19; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=20; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Dance Participant'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=21; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=22; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=23; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=24; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=25; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=26; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=27; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=28; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=29; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=30; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Summon Creature 'Darkspear Ancestor'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=31; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Cast 'Shadow Nova'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=32; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Cast 'Spirit Particles (red, big)'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=33; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Remove Flag Standstate Stand Up" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=34; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Morph To Creature Voice of the Spirits" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=35; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Morph To Model 31819" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=36; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 4" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=37; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 5" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=38; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=39; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 6" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=40; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 7" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=41; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Play Emote 274" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=42; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 8" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=43; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Play Emote 1" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=44; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Cast 'Shadow Nova'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=45; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Remove Aura 'Spirit Particles (red, big)'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=46; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Demorph" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=47; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Say Line 9" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=48; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Play Emote 2" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=49; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Invoker Cast 'Omen Event Credit'" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=50; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Move To Position" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=51; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Set Orientation 5" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=52; +UPDATE `smart_scripts` SET `comment`="Witch Doctor Hez'tok - On Script - Add Npc Flag Gossip" WHERE `source_type`=9 AND `entryorguid`=4035200 AND `id`=53; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Script - Play Random Emote (1, 2, 5, 66)" WHERE `source_type`=9 AND `entryorguid`=4041600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=4041600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=4041600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Script - Play Random Emote (1, 2, 5, 66)" WHERE `source_type`=9 AND `entryorguid`=4041600 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Darkspear Scout - On Script - Play Random Emote (1, 2, 5, 66)" WHERE `source_type`=9 AND `entryorguid`=4041600 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Brazier of Everfount - On Script - Respawn Closest Gameobject 'Water Manifestation Effect'" WHERE `source_type`=9 AND `entryorguid`=11379100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Brazier of Everfount - On Script - Respawn Closest Gameobject 'Cleansing Water Aura'" WHERE `source_type`=9 AND `entryorguid`=11379100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Brazier of Everfount - On Script - Summon Creature 'Minor Manifestation of Water'" WHERE `source_type`=9 AND `entryorguid`=11379100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Uldum Pedestal - On Script - Summon Creature 'Stone Watcher of Norgannon'" WHERE `source_type`=9 AND `entryorguid`=14234300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Outhouse - On Script - Summon Creature 'Farmer Dalson'" WHERE `source_type`=9 AND `entryorguid`=17592500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Mrs. Dalson's Diary - On Script - Summon Creature 'Wandering Skeleton'" WHERE `source_type`=9 AND `entryorguid`=17592600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Market Row Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17634600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Market Row Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17634600 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Market Row Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17634600 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Crusaders' Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17634900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Crusaders' Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17634900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Crusaders' Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17634900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Festival Lane Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Festival Lane Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Festival Lane Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Elders' Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Elders' Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Elders' Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="King's Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="King's Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="King's Square Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Fras Siabi's Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Fras Siabi's Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Fras Siabi's Postbox - On Script - Summon Creature 'Undead Postman'" WHERE `source_type`=9 AND `entryorguid`=17635300 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Serpent Statue - On Script - Summon Creature 'Lord Kragaru'" WHERE `source_type`=9 AND `entryorguid`=17767300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Serpent Statue - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=17767300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=17954400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Script - Store Targetlist" WHERE `source_type`=9 AND `entryorguid`=17954400 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Script - Send Target 1" WHERE `source_type`=9 AND `entryorguid`=17954400 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=17954400 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Script - Activate Gameobject" WHERE `source_type`=9 AND `entryorguid`=17954400 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Skeletal Remains of Kariel Winthalus - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=17954400 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Blood Crystal - On Script - Summon Creature 'Crazed Wildkin'" WHERE `source_type`=9 AND `entryorguid`=18174800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Blood Crystal - On Script - Summon Creature 'Crazed Wildkin'" WHERE `source_type`=9 AND `entryorguid`=18174800 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=18205200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Harbinger of the Second Trial - On Script - Set Data 1 1" WHERE `source_type`=9 AND `entryorguid`=18205200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Stasis Chamber Alpha - On Script - Summon Creature 'Thuk the Defiant'" WHERE `source_type`=9 AND `entryorguid`=18551200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Whisper Gulch Ore - On Script - Set Phase 1" WHERE `source_type`=9 AND `entryorguid`=18640300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18785400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18785500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18785600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18785700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18785800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18785900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786600 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18786800 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18787000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18787100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18787200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18787300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Scourge Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18787400 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Store Targetlist" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Set Lootstate Not Ready" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Set Data 0 2" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Summon Creature 'Oacha'noa'" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Send Target 1" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="The Pearl of the Depths - On Script - Set Lootstate Deactivated" WHERE `source_type`=9 AND `entryorguid`=18842200 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Brittle Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=18997700 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=19054900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=19054900 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=19054900 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=19054900 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=19054900 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=19054901 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=19054901 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=19054901 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=19054902 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=19054902 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=19054902 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Play Emote 5" WHERE `source_type`=9 AND `entryorguid`=19054902 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=19054902 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 3" WHERE `source_type`=9 AND `entryorguid`=19054903 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Say Line 2" WHERE `source_type`=9 AND `entryorguid`=19054903 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Zephyr - On Script - Play Emote 25" WHERE `source_type`=9 AND `entryorguid`=19054903 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Convocation Summoning Circle - On Script - Set Phase 2" WHERE `source_type`=9 AND `entryorguid`=19112300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Convocation Summoning Circle - On Script - Set Phase 1" WHERE `source_type`=9 AND `entryorguid`=19112300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Zul'Drak Skull Pile 02 - On Script - Set Phase 1" WHERE `source_type`=9 AND `entryorguid`=19136500 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Arete's Gate - On Script - Cast 'Second Chances: Summon Lord-Commander Arete'" WHERE `source_type`=9 AND `entryorguid`=19157900 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Heart of the Storm - On Script - Store Targetlist" WHERE `source_type`=9 AND `entryorguid`=19218100 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="The Heart of the Storm - On Script - Summon Creature 'Overseer Narvir'" WHERE `source_type`=9 AND `entryorguid`=19218100 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="The Heart of the Storm - On Script - Send Target 1" WHERE `source_type`=9 AND `entryorguid`=19218100 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Black Cage - On Script - Reset Gameobject" WHERE `source_type`=9 AND `entryorguid`=19531000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dedication of Honor - On Script - Close Gossip" WHERE `source_type`=9 AND `entryorguid`=20244300 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Dedication of Honor - On Script - Play Movie 16" WHERE `source_type`=9 AND `entryorguid`=20244300 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=30475000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=30475000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=30475001 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Thane Illskar - On Script - Set Data 0 1" WHERE `source_type`=9 AND `entryorguid`=30475001 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Move To Invoker" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=0; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Say Line 0" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=1; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Say Line 1" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=2; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Cast 'Arbiter's Judgment'" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=3; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Set Data 0 3" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=4; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Move To Invoker" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=5; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Set Data 0 0" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=6; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Reset All Scripts" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=7; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Set Visibility Off" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=8; +UPDATE `smart_scripts` SET `comment`="Val'kyr Arbiter - On Script - Despawn Instant" WHERE `source_type`=9 AND `entryorguid`=30501000 AND `id`=9; diff --git a/sql/updates/world/2013_12_21_00_world_sai.sql b/sql/updates/world/2013_12_21_00_world_sai.sql new file mode 100644 index 00000000000..7a3d2f46c0d --- /dev/null +++ b/sql/updates/world/2013_12_21_00_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `comment` = REPLACE(`comment`, 'Increment Phase By 0', CONCAT('Increment Phase By ', `action_param1`)) WHERE `comment` LIKE '%Increment Phase By 0%'; diff --git a/sql/updates/world/2013_12_22_00_world_sai.sql b/sql/updates/world/2013_12_22_00_world_sai.sql new file mode 100644 index 00000000000..4a4d0f7edb1 --- /dev/null +++ b/sql/updates/world/2013_12_22_00_world_sai.sql @@ -0,0 +1,137 @@ +-- Firehawk Mariner SAI +SET @ENTRY := 35070; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Firehawk Mariner - In Combat CMC - Cast 'Shoot'"), +(@ENTRY,0,1,0,0,0,100,0,8000,10000,7000,9000,11,17174,1,0,0,0,0,5,0,0,0,0,0,0,0,"Firehawk Mariner - In Combat - Cast 'Concussive Shot'"), +(@ENTRY,0,2,0,9,0,100,0,5,30,8000,11000,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Firehawk Mariner - Within 5-30 Range - Cast 'Multi-Shot'"); + +-- Captain Aerthas Firehawk SAI +SET @ENTRY := 35090; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Captain Aerthas Firehawk - In Combat CMC - Cast 'Shoot'"), +(@ENTRY,0,1,0,9,0,100,0,5,30,8000,11000,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captain Aerthas Firehawk - Within 5-30 Range - Cast 'Multi-Shot'"), +(@ENTRY,0,2,0,9,0,100,0,0,5,4000,7000,11,29426,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captain Aerthas Firehawk - Within 0-5 Range - Cast 'Heroic Strike'"); + +-- Wavecrest Mariner SAI +SET @ENTRY := 35098; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Wavecrest Mariner - In Combat CMC - Cast 'Shoot'"), +(@ENTRY,0,1,0,0,0,100,0,8000,10000,7000,9000,11,17174,1,0,0,0,0,5,0,0,0,0,0,0,0,"Wavecrest Mariner - In Combat - Cast 'Concussive Shot' (Phase 1)"), +(@ENTRY,0,2,0,9,0,100,0,5,30,8000,11000,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Wavecrest Mariner - Within 5-30 Range - Cast 'Multi-Shot' (Phase 1)"); + +-- Captain Elleane Wavecrest SAI +SET @ENTRY := 35102; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Captain Elleane Wavecrest - In Combat CMC - Cast 'Shoot'"), +(@ENTRY,0,1,0,9,0,100,0,5,30,8000,11000,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captain Elleane Wavecrest - Within 5-30 Range - Cast 'Multi-Shot'"), +(@ENTRY,0,2,0,9,0,100,0,0,5,4000,7000,11,29426,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captain Elleane Wavecrest - Within 0-5 Range - Cast 'Heroic Strike'"); + +-- Defias Smuggler SAI +SET @ENTRY := 95; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,4,0,15,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Smuggler - On Aggro - Say Line 0"), +(@ENTRY,0,1,0,0,0,100,0,0,0,3500,4100,11,10277,64,0,0,0,0,2,0,0,0,0,0,0,0,"Defias Smuggler - In Combat CMC - Cast 'Throw'"), +(@ENTRY,0,2,0,67,0,100,0,1300,7300,4800,4900,11,53,0,0,0,0,0,2,0,0,0,0,0,0,0,"Defias Smuggler - Behind Target - Cast 'Backstab'"), +(@ENTRY,0,3,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Smuggler - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Defias Rogue Wizard SAI +SET @ENTRY := 474; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Rogue Wizard - Out of Combat - Cast 'Frost Armor'"), +(@ENTRY,0,1,0,4,0,15,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Rogue Wizard - On Aggro - Say Line 0"), +(@ENTRY,0,2,0,0,0,100,0,0,0,2300,3900,11,13322,64,0,0,0,0,2,0,0,0,0,0,0,0,"Defias Rogue Wizard - In Combat CMC - Cast 'Frostbolt'"); + +-- Kobold Geomancer SAI +SET @ENTRY := 476; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kobold Geomancer - Out of Combat - Cast 'Frost Armor'"), +(@ENTRY,0,1,0,4,0,15,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kobold Geomancer - On Aggro - Say Line 0"), +(@ENTRY,0,2,0,0,0,100,0,0,0,2300,3900,11,20793,64,0,0,0,0,2,0,0,0,0,0,0,0,"Kobold Geomancer - In Combat CMC - Cast 'Fireball'"); + +-- Defias Pillager SAI +SET @ENTRY := 589; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Pillager - Out of Combat - Cast 'Frost Armor'"), +(@ENTRY,0,1,0,4,0,15,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Pillager - On Aggro - Say Line 0"), +(@ENTRY,0,2,0,0,0,100,0,0,0,3400,5400,11,20793,64,0,0,0,0,2,0,0,0,0,0,0,0,"Defias Pillager - In Combat CMC - Cast 'Fireball'"), +(@ENTRY,0,3,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Pillager - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Surena Caledon SAI +SET @ENTRY := 881; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Surena Caledon - Out of Combat - Cast 'Frost Armor'"), +(@ENTRY,0,1,0,4,0,40,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Surena Caledon - On Aggro - Say Line 0"), +(@ENTRY,0,2,0,0,0,100,0,0,0,2300,3900,11,20793,64,0,0,0,0,2,0,0,0,0,0,0,0,"Surena Caledon - In Combat CMC - Cast 'Fireball'"); + +-- Blackhand Dreadweaver SAI +SET @ENTRY := 9817; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,11,12380,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - On Reset - Cast 'Shadow Channeling' (Normal Dungeon)"), +(@ENTRY,0,1,0,4,0,100,2,0,0,0,0,39,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - On Aggro - Call For Help (Normal Dungeon)"), +(@ENTRY,0,2,0,0,0,100,2,0,0,3600,6300,11,12739,64,0,0,0,0,2,0,0,0,0,0,0,0,"Blackhand Dreadweaver - In Combat - Cast 'Shadow Bolt' (Normal Dungeon)"), +(@ENTRY,0,3,0,0,0,100,2,9400,21400,22000,28800,11,7068,3,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - In Combat - Cast 'Veil of Shadow' (Normal Dungeon)"), +(@ENTRY,0,4,0,2,0,100,3,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - Between 0-15% Health - Flee For Assist (Normal Dungeon)"), +(@ENTRY,0,5,7,1,0,100,2,0,8000,12000,14000,92,0,0,1,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - Out of Combat - Interrupt Spell (Normal Dungeon)"), +(@ENTRY,0,6,0,61,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - Out of Combat - Set Event Phase 1 (Normal Dungeon)"), +(@ENTRY,0,7,0,1,1,100,2,0,0,0,0,5,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - Out of Combat - Play Emote 1 (Normal Dungeon)"), +(@ENTRY,0,8,10,1,1,100,2,4000,4000,4000,4000,11,12380,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - Out of Combat - Cast 'Shadow Channeling' (Phase 1) (Normal Dungeon)"), +(@ENTRY,0,9,0,61,1,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Dreadweaver - Out of Combat - Set Event Phase 0 (Phase 1) (Normal Dungeon)"); + +-- Blackhand Summoner SAI +SET @ENTRY := 9818; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,2,0,0,3600,6300,11,12466,64,0,0,0,0,2,0,0,0,0,0,0,0,"Blackhand Summoner - In Combat - Cast 'Fireball' (Normal Dungeon)"), +(@ENTRY,0,1,0,25,0,100,0,0,0,0,0,11,12380,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - On Reset - Cast 'Shadow Channeling' (Phase 1) (Normal Dungeon)"), +(@ENTRY,0,2,0,4,0,100,2,0,0,0,0,39,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - On Aggro - Call For Help (Normal Dungeon)"), +(@ENTRY,0,3,0,0,0,100,2,11400,11400,12700,16700,11,15532,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - In Combat - Cast 'Frost Nova' (Normal Dungeon)"), +(@ENTRY,0,4,6,0,0,100,3,30000,35000,0,0,11,15792,1,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - In Combat - Cast 'Summon Blackhand Veteran' (No Repeat) (Normal Dungeon)"), +(@ENTRY,0,5,0,61,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - In Combat - Say Line 0 (No Repeat) (Normal Dungeon)"), +(@ENTRY,0,6,8,0,0,100,3,40000,45000,0,0,11,15794,1,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - In Combat - Cast 'Summon Blackhand Dreadweaver' (No Repeat) (Normal Dungeon)"), +(@ENTRY,0,7,0,61,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - In Combat - Say Line 1 (No Repeat) (Normal Dungeon)"), +(@ENTRY,0,8,0,2,0,100,3,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)"), +(@ENTRY,0,9,0,1,0,100,2,0,8000,12000,14000,5,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackhand Summoner - Out of Combat - Play Emote 1 (No Repeat) (Normal Dungeon)"); + +-- Shadowy Initiate SAI +SET @ENTRY := 18716; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,62,0,100,0,7759,0,0,0,11,47068,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shadowy Initiate - On Gossip Option 0 Selected - Cast 'Who Are They: Shadowy Initiate Kill Credit' (Phase 1) (No Repeat)"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2400,3800,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowy Initiate - In Combat CMC - Cast 'Shadow Bolt'"); + +-- Shadowy Advisor SAI +SET @ENTRY := 18719; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,62,0,100,0,7760,0,0,0,11,47070,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shadowy Advisor - On Gossip Option 0 Selected - Cast 'Who Are They: Shadowy Advisor Kill Credit' (Phase 1) (No Repeat)"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2400,3800,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowy Advisor - In Combat CMC - Cast 'Shadow Bolt'"); + +-- Surge Needle Sorcerer SAI +SET @ENTRY := 26257; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,3400,4800,11,51797,64,0,0,0,0,2,0,0,0,0,0,0,0,"Surge Needle Sorcerer - In Combat CMC - Cast 'Arcane Blast'"); diff --git a/sql/updates/world/2013_12_22_01_world_misc.sql b/sql/updates/world/2013_12_22_01_world_misc.sql new file mode 100644 index 00000000000..2acc4754157 --- /dev/null +++ b/sql/updates/world/2013_12_22_01_world_misc.sql @@ -0,0 +1,21 @@ +-- Kara Thricestar SAI +SET @ENTRY := 26602; +UPDATE `creature_template` SET `AIName`='SmartAI', ScriptName= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,4,0,100,0,0,0,0,0,12,9526,4,4,0,0,0,1,0,0,0,0,0,0,0,"Kara Thricestar - On Aggro - Summon Enraged Gryphon"), +(@ENTRY,0,1,2,61,0,100,0,0,0,0,0,12,9526,4,4,0,0,0,1,0,0,0,0,0,0,0,"Kara Thricestar - On Aggro - Summon Enraged Gryphon"), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kara Thricestar - On Aggro - Say Line 0"), +(@ENTRY,0,3,0,62,0,100,0,9683,1,0,0,11,51446,0,0,0,0,0,7,0,0,0,0,0,0,0,"Kara Thricestar - On gossip Option select - Cast Fizzcrank Airstrip to Dens of Dying Taxi"); +-- Add Gossip Options +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9683); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`) VALUES +(9683,1,0, 'Kara, I need to be flown out the Dens of Dying to find Bixie.',1,1,0); +-- Add Conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9683 AND `SourceEntry`=1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,9683,1,0,0,28,0,11692,0,0,0,0,0, '', 'Gossip Option - Show Option if Player has completed quest 11692'); + +-- Update Wintergrasp Battle-Mage cpp to remove SmartAI +UPDATE `creature_template` SET `AIName`='' WHERE `entry` IN (32169,32170,35596,35597,35598,35599,35600,35601,35602,35603,35611,35612); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (32169,32170,35596,35597,35598,35599,35600,35601,35602,35603,35611,35612) AND `source_type`=0; diff --git a/sql/updates/world/2013_12_22_02_world_misc.sql b/sql/updates/world/2013_12_22_02_world_misc.sql new file mode 100644 index 00000000000..e025832ba6b --- /dev/null +++ b/sql/updates/world/2013_12_22_02_world_misc.sql @@ -0,0 +1,24 @@ +-- Axle SAI +SET @ENTRY := 23995; +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,53,0,23995,1,0,0,0,1,0,0,0,0,0,0,0,"Axle - On Respawn - Start Waypoint"), +(@ENTRY,0,1,2,40,0,100,0,4,23995,0,0,54,24000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Axle - On Waypoint 4 Reached - Pause Waypoint"), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,80,2399500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Axle - On Waypoint 4 Reached - Run Script"), +(@ENTRY,0,3,4,40,0,100,0,8,23995,0,0,54,140000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Axle - On Waypoint 8 Reached - Pause Waypoint"), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,66,23995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Axle - On Waypoint 8 Reached - Set Orientation Home Position"), +(@ENTRY,0,5,6,62,0,100,0,9123,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Axle - On Gossip Option 0 Selected - Close Gossip"), +(@ENTRY,0,6,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0,"Axle - On Gossip Option 0 Selected - Invoker Cast 'Trick or Treat'"); + +DELETE FROM `gossip_menu_option` WHERE (`menu_id`=9123); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(9123,0,0, 'Trick or Treat!',1,1,0,0,0,0, ''), +(9123,2,5, 'Make this inn your home.',8,65536,0,0,0,0, ''), +(9123,3,1, 'Let me browse your goods.',3,128,0,0,0,0, ''); + +-- Add condition for Gossip Option +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9123; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 9123, 0, 0, 0, 1, 0, 24755, 0, 0, 1, 0, 0, '', 'Gossip Option - Player must not have aura Tricked or Treated'), +(15, 9123, 0, 0, 0, 12, 0, 12, 0, 0, 0, 0, 0, '', 'Gossip Option - Hallow''s End event must be active'); diff --git a/sql/updates/world/2013_12_22_03_world_quest_template.sql b/sql/updates/world/2013_12_22_03_world_quest_template.sql new file mode 100644 index 00000000000..c6d4b2d5c09 --- /dev/null +++ b/sql/updates/world/2013_12_22_03_world_quest_template.sql @@ -0,0 +1,2 @@ +-- [FIX] Wrong Previous quest for 12836 Expression of Gratitude +UPDATE `quest_template` SET `PrevQuestId`=12822 WHERE `Id`=12836; diff --git a/sql/updates/world/2013_12_22_04_world_creature.sql b/sql/updates/world/2013_12_22_04_world_creature.sql new file mode 100644 index 00000000000..404911643cd --- /dev/null +++ b/sql/updates/world/2013_12_22_04_world_creature.sql @@ -0,0 +1,3 @@ +-- Talonpriest Skizzik +DELETE FROM `creature` WHERE `guid`=132573; +DELETE FROM `creature_addon` WHERE `guid`=132573; diff --git a/sql/updates/world/2013_12_22_05_world_misc.sql b/sql/updates/world/2013_12_22_05_world_misc.sql new file mode 100644 index 00000000000..cf0734f0d6d --- /dev/null +++ b/sql/updates/world/2013_12_22_05_world_misc.sql @@ -0,0 +1,5 @@ +-- Bloodmaul Brute +SET @ENTRY := 19991; +UPDATE `creature_template` SET `AIName`='',`ScriptName`= 'npc_bloodmaul_brute' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; diff --git a/sql/updates/world/2013_12_22_06_world_misc.sql b/sql/updates/world/2013_12_22_06_world_misc.sql new file mode 100644 index 00000000000..800669bca26 --- /dev/null +++ b/sql/updates/world/2013_12_22_06_world_misc.sql @@ -0,0 +1,27 @@ +-- Val'kyr Battle-maiden +SET @ENTRY := 31095; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,50331648,1,0, ''); + +-- Scourge Necromancer +SET @ENTRY := 31096; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY); +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,0, ''); + +-- Scourge Necromancer SAI +SET @ENTRY := 31096; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,3400,4800,11,20298,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scourge Necromancer - In Combat CMC - Cast Shadow Bolt"), +(@ENTRY,0,1,0,0,0,100,0,12000,15000,16000,19000,11,51337,1,0,0,0,0,1,0,0,0,0,0,0,0,"Scourge Necromancer - In Combat - Cast Shadowflame"), +(@ENTRY,0,2,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scourge Necromancer - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Terrifying Abomination +SET @ENTRY := 31098; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY) AND `auras`<> '29266'; +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=@ENTRY) AND `auras` IS NULL; +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@ENTRY,0,1,0, ''); diff --git a/sql/updates/world/2013_12_22_07_world_creature_text.sql b/sql/updates/world/2013_12_22_07_world_creature_text.sql new file mode 100644 index 00000000000..83e273b3a16 --- /dev/null +++ b/sql/updates/world/2013_12_22_07_world_creature_text.sql @@ -0,0 +1,14 @@ +-- NPC talk text insert from sniff +UPDATE `creature_text` SET `text`= 'What is this? Mok-thorin ka! Kill them!' WHERE `entry`=26798 AND `groupid`=0; +UPDATE `creature_text` SET `text`= 'Gaagh...' WHERE `entry`=26798 AND `groupid`=2; +UPDATE `creature_text` SET `text`= 'You know what they say about curiosity....' WHERE `entry`=26731 AND `groupid`=0; +DELETE FROM `creature_text` WHERE `entry`=26763 AND `groupid` IN (4,5); +DELETE FROM `creature_text` WHERE `entry`=26794 AND `groupid`=6; +DELETE FROM `creature_text` WHERE `entry`=26723 AND `groupid`=5; +DELETE FROM `creature_text` WHERE `entry`=34716 AND `id`=4; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(26763,4,0, '%s opens a Chaotic Rift!',41,0,100,0,0,0, 'Anomalus'), +(26763,5,0, '%s shields himself and diverts his power to the rifts!',41,0,100,0,0,0, 'Anomalus'), +(26794,6,0, '%s goes into a frenzy!',41,0,100,0,0,0, 'Ormorok the Tree-Shaper'), +(26723,5,0, '%s goes into a frenzy!',16,0,100,0,0,0, 'Keristrasza'), +(34716,0,4, 'I thought I''d never make it out of here alive.',12,0,100,5,0,0, 'Captive Aspirant'); diff --git a/sql/updates/world/2013_12_22_08_world_creature_text.sql b/sql/updates/world/2013_12_22_08_world_creature_text.sql new file mode 100644 index 00000000000..dabf26f8e5f --- /dev/null +++ b/sql/updates/world/2013_12_22_08_world_creature_text.sql @@ -0,0 +1,22 @@ +-- NPC talk text insert from sniff +DELETE FROM `creature_text` WHERE `entry`=30452 AND `groupid` IN (6,7); +DELETE FROM `creature_text` WHERE `entry`=30449 AND `groupid` IN (6,7); +DELETE FROM `creature_text` WHERE `entry`=30451 AND `groupid` IN (6,7); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(30452,6,0, '%s begins to open a Twilight Portal!',41,0,100,0,0,0, 'Tenebron WHISPER_OPEN_PORTAL'), +(30452,7,0, 'Tenebron begins to hatch eggs in the Twilight!',41,0,100,0,0,0, 'Tenebron WHISPER_OPENED_PORTAL'), +(30449,6,0, '%s begins to open a Twilight Portal!',41,0,100,0,0,0, 'Vesperon WHISPER_OPEN_PORTAL'), +(30449,7,0, 'A Vesperon Disciple appears in the Twilight!',41,0,100,0,0,0, 'Vesperon - WHISPER_OPENED_PORTAL'), +(30451,6,0, '%s begins to open a Twilight Portal!',41,0,100,0,0,0, 'Shadron WHISPER_OPEN_PORTAL'), +(30451,7,0, 'A Shadron Disciple appears in the Twilight!',41,0,100,0,0,0, 'Shadron - WHISPER_OPENED_PORTAL'); + +UPDATE `creature_text` SET `text`= 'Right. Let''s see if we can finish this keystone.' WHERE `entry`=31810 AND `groupid`=0; +UPDATE `creature_text` SET `text`= 'We... are superior! How could this... be?' WHERE `entry`=30451 AND `groupid`=2; +UPDATE `creature_text` SET `text`= 'You have no place here! Your place... is among the departed!' WHERE `entry`=30452 AND `groupid`=2; +UPDATE `creature_text` SET `text`= 'To darkness I condemn you.' WHERE `entry`=30452 AND `groupid`=3; +UPDATE `creature_text` SET `text`= 'Tenebron begins to hatch eggs in the Twilight!' WHERE `entry`=30452 AND `groupid`=6; +UPDATE `creature_text` SET `text`= 'I am no mere dragon. You will find that I am much, much more.' WHERE `entry`=30452 AND `groupid`=5 AND `id`=1; +UPDATE `creature_text` SET `text`= 'You pose no threat, lesser beings! Give me your worst!' WHERE `entry`=30449 AND `groupid`=6; +UPDATE `creature_text` SET `text`= 'I still have some... fight... in me-e-e...' WHERE `entry`=30449 AND `groupid`=2; +UPDATE `creature_text` SET `text`= 'Such is the price... of failure....' WHERE `entry`=28860 AND `groupid`=6; +UPDATE `creature_text` SET `text`= 'I should not... have held back...' WHERE `entry`=30452 AND `groupid`=2; diff --git a/sql/updates/world/2013_12_22_09_world_sai.sql b/sql/updates/world/2013_12_22_09_world_sai.sql new file mode 100644 index 00000000000..0a90197cc47 --- /dev/null +++ b/sql/updates/world/2013_12_22_09_world_sai.sql @@ -0,0 +1,4 @@ +UPDATE `smart_scripts` SET `link`=6 WHERE `entryorguid`=9817 AND `source_type`=0 AND `id`=5; +UPDATE `smart_scripts` SET `link`=9 WHERE `entryorguid`=9817 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `link`=5 WHERE `entryorguid`=9818 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `link`=7 WHERE `entryorguid`=9818 AND `source_type`=0 AND `id`=6; diff --git a/sql/updates/world/2013_12_23_00_world_misc.sql b/sql/updates/world/2013_12_23_00_world_misc.sql new file mode 100644 index 00000000000..7b6207eb791 --- /dev/null +++ b/sql/updates/world/2013_12_23_00_world_misc.sql @@ -0,0 +1,44 @@ +DELETE FROM `spell_target_position` WHERE `id`=56649; +INSERT INTO `spell_target_position` (`id`,`effIndex`,`target_map`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUES +(56649,0,571,7989.938,-3195.042,922.6224,3.572167); + +DELETE FROM `spell_script_names` WHERE `spell_id`=50630; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(50630, 'spell_jokkum_eject_all'); + +DELETE FROM `spell_script_names` WHERE `spell_id`=56650; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(56650, 'spell_veranus_summon'); + +-- Pathing for King Jokkum Entry: 30331 +-- by malcrom +SET @PATH := 2072200; +DELETE FROM `waypoint_data` WHERE `id` IN (@PATH, @PATH+1); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +-- Path to event +(@PATH,1,7357.088,-2865.398,803.5008,0,0,1,0,100,0), +(@PATH,2,7355.184,-2904.322,821.0084,0,0,1,0,100,0), +(@PATH,3,7355.473,-2946.654,833.0916,0,0,1,0,100,0), +(@PATH,4,7358.789,-2974.211,845.01801,0,0,1,0,100,0), +(@PATH,5,7360.866,-2994.785,845.9886,0,0,1,0,100,0), +(@PATH,6,7378.764,-3035.887,840.6003,0,0,1,0,100,0), +(@PATH,7,7411.658,-3072.211,837.5768,0,0,1,0,100,0), +(@PATH,8,7453.996,-3088.695,837.5768,0,0,1,0,100,0), +(@PATH,9,7496.08,-3113.922,837.5829,0,0,1,0,100,0), +(@PATH,10,7536.843,-3136.489,837.5808,0,0,1,0,100,0), +(@PATH,11,7564.738,-3145.144,844.8308,0,0,1,0,100,0), +(@PATH,12,7604.358,-3171.258,850.8867,0,0,1,0,100,0), +(@PATH,13,7635.467,-3207.211,857.19,0,0,1,0,100,0), +(@PATH,14,7657.858,-3219.258,863.19,0,0,1,0,100,0), +(@PATH,15,7685.416,-3218.983,867.14136,0,0,1,0,100,0), +(@PATH,16,7706.542,-3219.742,864.3326,0,0,1,0,100,0), +(@PATH,17,7747.335,-3226.993,862.4576,0,0,1,0,100,0), +(@PATH,18,7796.658,-3221.782,860.6461,0,0,1,0,100,0), +(@PATH,19,7827.596,-3229.273,856.4147,0,0,1,0,100,0), +(@PATH,20,7846.174,-3253.239,852.1281,0,0,1,0,100,0), +-- Path after event and despawn +(@PATH+1,1,7837.094,-3235.536,853.8781,0,0,1,0,100,0), +(@PATH+1,2,7828.622,-3230.38,855.9147,0,0,1,0,100,0), +(@PATH+1,3,7793.782,-3219.743,861.1461,0,0,1,0,100,0), +(@PATH+1,4,7765.224,-3225.374,864.0826,0,0,1,0,100,0), +(@PATH+1,5,7736.733,-3226.5,861.4576,0,0,1,0,100,0); diff --git a/sql/updates/world/2013_12_23_01_world_misc.sql b/sql/updates/world/2013_12_23_01_world_misc.sql new file mode 100644 index 00000000000..e586667fb84 --- /dev/null +++ b/sql/updates/world/2013_12_23_01_world_misc.sql @@ -0,0 +1,28 @@ +-- Overseer Nuaar SAI +SET @ENTRY := 21981; +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,62,0,100,0,8429,0,0,0,26,10682,0,0,0,0,0,7,0,0,0,0,0,0,0,"Overseer Nuaar - On Gossip Option - Complete quest 10682"); + +-- Add Conditions for Overseer Nuaar gossip +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8429; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8429,0,0,0,9,0,10682,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 10682 is taken'); + +-- Add Conditions for Sai'kkal the Elder gossip +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8616; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8616,0,0,0,9,0,10980,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 10980 is taken'); + +UPDATE `creature_template` SET `gossip_menu_id`=8616 WHERE `entry`=22932; +DELETE FROM `gossip_menu` WHERE (`entry`=8616 AND `text_id`=10794); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8616,10794); +DELETE FROM `gossip_menu` WHERE (`entry`=8617 AND `text_id`=10795); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8617,10795); +DELETE FROM `gossip_menu` WHERE (`entry`=8618 AND `text_id`=10796); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8618,10796); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (8616,8617); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(8616,0,0, 'Yes... yes, it''s me.',1,1,8617,0,0,0, ''), +(8617,0,0, 'Yes elder. Tell me more of the book.',1,1,8618,0,0,0, ''); diff --git a/sql/updates/world/2013_12_23_02_world_gossip.sql b/sql/updates/world/2013_12_23_02_world_gossip.sql new file mode 100644 index 00000000000..63995655888 --- /dev/null +++ b/sql/updates/world/2013_12_23_02_world_gossip.sql @@ -0,0 +1,12 @@ +-- Add Missing gossip for Engineer "Spark" Overgrind +UPDATE `creature_template` SET `gossip_menu_id`=7426 WHERE `entry`=17243; +DELETE FROM `gossip_menu` WHERE (`entry`=7426 AND `text_id`=8978); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7426,8978); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7426); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(7426,0,0, 'It''s over, Spark. The admiral knows it was you who betrayed the Alliance. Now you''re either going to cooperate with me and tell me everything that you know or we''re going to engage in some fisticuff.',1,1,0,0,0,0, ''); + +-- Add Conditions for Engineer "Spark" Overgrind gossip +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7426; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7426,0,0,0,9,0,9537,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 9537 is taken'); diff --git a/sql/updates/world/2013_12_23_03_world_misc.sql b/sql/updates/world/2013_12_23_03_world_misc.sql new file mode 100644 index 00000000000..6b5fe812c3c --- /dev/null +++ b/sql/updates/world/2013_12_23_03_world_misc.sql @@ -0,0 +1,9 @@ +-- Add Conditions for Deathly Usher gossip +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1541; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,1541,0,0,0,9,0,3628,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 9537 is taken'), +(15,1541,0,0,1,2,0,10757,1,0,0,0,0, '', 'Gossip Option - Show Option if player has item 10757'); + +DELETE FROM `spell_script_names` WHERE `spell_id`=27686; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(27686, 'spell_razelikh_teleport_group'); diff --git a/sql/updates/world/2013_12_23_04_world_misc.sql b/sql/updates/world/2013_12_23_04_world_misc.sql new file mode 100644 index 00000000000..725fe0239f0 --- /dev/null +++ b/sql/updates/world/2013_12_23_04_world_misc.sql @@ -0,0 +1,26 @@ +-- Captured Sunhawk Agent SAI +SET @ENTRY := 17824; +UPDATE `creature_template` SET `gossip_menu_id`=7531, `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,62,0,100,0,7533,0,0,0,33,17974,0,0,0,0,0,7,0,0,0,0,0,0,0,"Captured Sunhawk Agent - On Gossip Option - Kill Credit"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Captured Sunhawk Agent - On Gossip Option - Close Gossip"); + +-- Add missing gossip for Captured Sunhawk Agent +DELETE FROM `gossip_menu` WHERE `entry` IN (7531,7533,7534,7535,7536,7537); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES +(7531,9134),(7531,9136),(7533,9141),(7534,9140),(7535,9139),(7536,9138),(7537,9137); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7531,7537,7536,7535,7534,7533); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(7531,0,0, 'I''m a prisoner, what does it look like? The draenei filth captured me as I exited the sun gate. They killed our portal controllers and destroyed the gate. The Sun King will be most displeased with this turn of events.',1,1,7537,0,0,0, ''), +(7537,0,0, 'Ah yes, Sironas. I had nearly forgotten that Sironas was here. I served under Sironas back on Outland. I hadn''t heard of this abomination, though; those damnable draenei captured me before I even fully materialized on this world.',1,1,7536,0,0,0, ''), +(7536,0,0, 'Incredible. How did Sironas accomplish such a thing?',1,1,7535,0,0,0, ''), +(7535,0,0, 'Sironas is an eredar... I mean, yes, obviously.',1,1,7534,0,0,0, ''), +(7534,0,0, 'The Vector Coil is massive. I hope we have more than one abomination guarding the numerous weak points.',1,1,7533,0,0,0, ''), +(7533,0,0, 'I did and you believed me. Thank you for the information, blood elf. You have helped us more than you could know.',1,1,0,0,0,0, ''); + +-- Add Conditions for Captured Sunhawk Agent gossip option +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7531; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7531,0,0,0,9,0,9756,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 9756 is taken'), +(15,7531,0,0,1,1,0,31609,0,0,0,0,0, '', 'Gossip Option - Show Option if player has aura 31609'); diff --git a/sql/updates/world/2013_12_23_05_world_condition.sql b/sql/updates/world/2013_12_23_05_world_condition.sql new file mode 100644 index 00000000000..d810cb662b7 --- /dev/null +++ b/sql/updates/world/2013_12_23_05_world_condition.sql @@ -0,0 +1,4 @@ +-- Add Conditions for Captured Sunhawk Agent gossip text +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7531; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7531,9136,0,0,9,0,9756,0,0,0,0,0, '', 'Gossip Option - Show text if Quest 9756 is taken'); diff --git a/sql/updates/world/2013_12_23_06_world_sai.sql b/sql/updates/world/2013_12_23_06_world_sai.sql new file mode 100644 index 00000000000..784fe743e06 --- /dev/null +++ b/sql/updates/world/2013_12_23_06_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (19994,22384) AND `source_type`=0 AND `id`=2; diff --git a/sql/updates/world/2013_12_23_07_world_creature_template.sql b/sql/updates/world/2013_12_23_07_world_creature_template.sql new file mode 100644 index 00000000000..2532dcc8701 --- /dev/null +++ b/sql/updates/world/2013_12_23_07_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=28487; diff --git a/sql/updates/world/2013_12_23_08_world_creature_text.sql b/sql/updates/world/2013_12_23_08_world_creature_text.sql new file mode 100644 index 00000000000..3ea746f24ee --- /dev/null +++ b/sql/updates/world/2013_12_23_08_world_creature_text.sql @@ -0,0 +1 @@ +UPDATE `creature_text` SET `type`=41 WHERE `entry`=28860 AND `groupid`=9; diff --git a/sql/updates/world/2013_12_24_00_world_misc.sql b/sql/updates/world/2013_12_24_00_world_misc.sql new file mode 100644 index 00000000000..8415acffa7b --- /dev/null +++ b/sql/updates/world/2013_12_24_00_world_misc.sql @@ -0,0 +1,26 @@ +-- Budd Nedreck SAI +SET @ENTRY := 23559; +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,62,0,100,0,8775,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Keristrasza - On Gossip Option - Close Gossip"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,42540,0,0,0,0,0,7,0,0,0,0,0,0,0,"Keristrasza - On Gossip Option - Cast Zul'aman Disguise Creation"); +-- Gossip Option for Budd Nedreck +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (8775); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(8775,0,0, 'You gave the crew disguises?',1,1,0,0,0,0, ''); +-- Add Conditions for Budd Nedreck gossip +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8775; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8775,0,0,0,9,0,11166,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 11166 is taken'); + +-- Remove script for Rathis Tomber +UPDATE `creature_template` SET `AIName`='', `ScriptName`= '' WHERE `entry`=16224; +-- Gossip Option for Rathis Tomber +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7162); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(7162,0,0, 'I want to browse your goods.',3,128,0,0,0,0, ''); +-- Add Conditions for Rathis Tomber gossip +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7162; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7162,0,0,0,8,0,9152,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 9152 is rewarded'); diff --git a/sql/updates/world/2013_12_24_01_world_misc.sql b/sql/updates/world/2013_12_24_01_world_misc.sql new file mode 100644 index 00000000000..65abb308f95 --- /dev/null +++ b/sql/updates/world/2013_12_24_01_world_misc.sql @@ -0,0 +1,54 @@ +-- Remove script for Naladu gossip already exist +UPDATE `creature_template` SET `AIName`='', `ScriptName`= '' WHERE `entry`=19361; + +-- Gossip text & Options for Tracy Proudwell +UPDATE `creature_template` SET `gossip_menu_id`=7892 WHERE `entry`=18266; +DELETE FROM `gossip_menu` WHERE `entry` IN (8544); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8544,10689); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7892,8544); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(7892,0,1, 'I have marks to redeem!',3,128,0,0,0,0, ''), +(7892,1,0, 'I heard that your dog Fei Fei took Klatu''s prayer beads...',1,1,8544,0,0,0, ''), +(8544,0,0, '<back>',1,1,7892,0,0,0, ''); +-- Add Conditions for Budd Nedreck gossip option +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7892; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7892,1,0,0,9,0,10916,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 10916 is taken'); + +-- Commander Danath Trollbane SAI +SET @ENTRY := 16819; +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,50,0,100,0,10254,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Commander Danath Trollbane - On Quest Rewarded - Say 0"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,6245,0,0,0,0,0,7,0,0,0,0,0,0,0,"Commander Danath Trollbane - On Quest Rewarded - Cast Force Target - Salute"); + +-- Creature text for Commander Danath Trollbane +DELETE FROM `creature_text` WHERE `entry`=16819; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(16819,0,0, 'Welcome to Honor Hold, $N. It''s good to have you.',12,0,100,66,0,0, 'Commander Danath Trollbane'); + +-- Gossip text & Options for Force Commander Danath Trollbane +DELETE FROM `gossip_menu` WHERE `entry` IN (8043,8044,8049,8051); +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8043,9933),(8044,9932),(8049,9941),(8051,8772); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7352,8044); +INSERT INTO `gossip_menu_option` (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, box_coded, box_money, box_text) VALUES +(7352,0,0, 'Tell me of the Sons of Lothar.',1,1,8044,0,0,0, ''), +(7352,1,0, 'Tell me of the Hellfire orcs.',1,1,8049,0,0,0, ''), +(7352,2,0, 'Tell me of your homeland.',1,1,8051,0,0,0, ''), +(8044,0,0, '<more>',1,1,8043,0,0,0, ''); + +-- Add Conditions for Force Commander Danath Trollbane gossip text +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7352; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7352,9938,0,0,8,0,10254,0,0,0,1,0, '', 'Gossip Text - Show Text if Quest 10254 is not rewarded'), +(14,7352,9939,0,0,8,0,10254,0,0,0,0,0, '', 'Gossip Text - Show Text if Quest 10254 is rewarded'), +(14,7352,9939,0,1,8,0,10937,0,0,0,1,0, '', 'Gossip Text - Show Text if Quest 10937 is not rewarded'), +(14,7352,9944,0,0,8,0,10937,0,0,0,0,0, '', 'Gossip Text - Show Text if Quest 10937 is rewarded'); + +-- Add Conditions for Force Commander Danath Trollbane gossip options +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7352; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7352,0,0,0,8,0,10254,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 10254 is rewarded'), +(15,7352,1,0,0,8,0,10254,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 10254 is rewarded'), +(15,7352,2,0,0,8,0,10141,0,0,0,0,0, '', 'Gossip Option - Show Option if Quest 10141 is rewarded'); diff --git a/sql/updates/world/2013_12_24_02_world_gameobject_template.sql b/sql/updates/world/2013_12_24_02_world_gameobject_template.sql new file mode 100644 index 00000000000..4fe5d4d3c59 --- /dev/null +++ b/sql/updates/world/2013_12_24_02_world_gameobject_template.sql @@ -0,0 +1,13 @@ +DELETE FROM `gameobject_template` WHERE `entry` IN (147075, 147076, 147077, 178188, 180609, 180610, 180611, 184633, 187191, 188216, 190217); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `size`, `WDBVerified`) VALUES +(147075, 7, 39, 'Doodad_GeneralChairLoEnd02', '', '', '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(147076, 7, 39, 'Doodad_GeneralChairLoEnd04', '', '', '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(147077, 7, 39, 'Doodad_GeneralChairLoEnd05', '', '', '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(178188, 6, 410, 'Molten Core Circle BARON', '', '', '', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17658), -- -Unknown- +(180609, 7, 39, 'Doodad_GeneralChairLoEnd02', '', '', '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(180610, 7, 39, 'Doodad_GeneralChairLoEnd04', '', '', '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(180611, 7, 39, 'Doodad_GeneralChairLoEnd05', '', '', '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(184633, 8, 233, 'Forge', '', '', '', 3, 10, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(187191, 5, 5251, 'Standing, Exterior, Medium - Xmas', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17658), -- -Unknown- +(188216, 5, 7736, 'Armor Stand', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538), -- -Unknown- +(190217, 5, 7873, 'Forsaken Tent 04', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17538); -- -Unknown- diff --git a/sql/updates/world/2013_12_24_03_world_creature_template.sql b/sql/updates/world/2013_12_24_03_world_creature_template.sql new file mode 100644 index 00000000000..e12a8f66be4 --- /dev/null +++ b/sql/updates/world/2013_12_24_03_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`= 'npc_oox09hl' WHERE `ScriptName`= 'npc_00x09hl'; diff --git a/sql/updates/world/2013_12_25_00_world_misc.sql b/sql/updates/world/2013_12_25_00_world_misc.sql new file mode 100644 index 00000000000..ce8b3d57645 --- /dev/null +++ b/sql/updates/world/2013_12_25_00_world_misc.sql @@ -0,0 +1,15 @@ +-- Commander Danath Trollbane SAI +SET @ENTRY := 16819; +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`= '' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,20,0,100,0,10254,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Commander Danath Trollbane - On Quest Rewarded - Say 0"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,6245,0,0,0,0,0,7,0,0,0,0,0,0,0,"Commander Danath Trollbane - On Quest Rewarded - Cast Force Target - Salute"); + +-- Add Conditions for Force Commander Danath Trollbane gossip text +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7352; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7352,9938,0,0,8,0,10254,0,0,1,0,0, '', 'Gossip Text - Show Text if Quest 10254 is not rewarded'), +(14,7352,9939,0,0,8,0,10254,0,0,0,0,0, '', 'Gossip Text - Show Text if Quest 10254 is rewarded'), +(14,7352,9939,0,1,8,0,10937,0,0,1,0,0, '', 'Gossip Text - Show Text if Quest 10937 is not rewarded'), +(14,7352,9944,0,0,8,0,10937,0,0,0,0,0, '', 'Gossip Text - Show Text if Quest 10937 is rewarded'); diff --git a/sql/updates/world/2013_12_25_01_world_misc.sql b/sql/updates/world/2013_12_25_01_world_misc.sql new file mode 100644 index 00000000000..d95283ebf55 --- /dev/null +++ b/sql/updates/world/2013_12_25_01_world_misc.sql @@ -0,0 +1,37 @@ +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=30179) AND `path_id`=0; +DELETE FROM `creature_template_addon` WHERE `entry`=30179; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (30179,0,1,0, ''); + +-- Spectral Warden SAI +SET @ENTRY := 36666; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,25,0,100,6,0,0,0,0,11,69144,32,0,0,0,0,1,0,0,0,0,0,0,0,"Spectral Warden - On Reset - Cast 'Shadowform'"), +(@ENTRY,0,1,0,0,0,100,6,5000,6000,9000,10000,11,69633,0,0,0,0,0,2,0,0,0,0,0,0,0,"Spectral Warden - In Combat - Cast 'Veil of Shadow'"), +(@ENTRY,0,2,0,0,0,100,2,9000,11000,5000,6000,11,69633,0,0,0,0,0,5,0,0,0,0,0,0,0,"Spectral Warden - In Combat - Cast 'Veil of Shadow'"), +(@ENTRY,0,3,0,0,0,100,4,9000,11000,5000,6000,11,69148,0,0,0,0,0,5,0,0,0,0,0,0,0,"Spectral Warden - In Combat - Cast 'Wail of Souls'"); + +DELETE FROM `creature_template_addon` WHERE `entry`=36666; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (36666,0,1,0, ''); +UPDATE `creature_addon` SET `bytes1`=1, `auras`= '' WHERE `guid` IN (201796,201737,201687); + +-- Scarlet Crusader SAI +SET @ENTRY := 28529; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,0,0,100,0,0,0,2300,3900,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Crusader - In Combat CMC - Cast 'Shoot'"); + +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=28529); + +-- Mam'toth Disciple SAI +SET @ENTRY := 28861; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,6,0,100,0,0,0,0,0,33,28876,0,0,0,0,0,7,0,0,0,0,0,0,0,"Mam'toth Disciple - On Just Died - Quest Credit 'Wooly Justice'"), +(@ENTRY,0,1,2,25,0,100,0,0,0,0,0,28,52607,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mam'toth Disciple - On Reset - Remove Aura 'Enraged Mammoth: Trample Aura for On Death Kill Credit'"), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,11,52574,32,0,0,0,0,1,0,0,0,0,0,0,0,"Mam'toth Disciple - On Reset - Cast 'Blue Radiation'"); +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (113829,83026); +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry` IN (28861); diff --git a/sql/updates/world/2013_12_25_02_world_misc.sql b/sql/updates/world/2013_12_25_02_world_misc.sql new file mode 100644 index 00000000000..691a2d66102 --- /dev/null +++ b/sql/updates/world/2013_12_25_02_world_misc.sql @@ -0,0 +1,42 @@ +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=26735); +DELETE FROM `creature_template_addon` WHERE `entry`=26735; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (26735,0,1,0, ''); + +-- Ashmane Boar SAI +SET @ENTRY := 5992; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,25,0,100,0,0,0,0,0,11,11351,33,0,0,0,0,1,0,0,0,0,0,0,0,"Ashmane Boar - Out of Combat - Cast 'Fire Shield'"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,12898,33,0,0,0,0,1,0,0,0,0,0,0,0,"Ashmane Boar - Out of Combat - Cast 'Smoke Aura Visual"), +(@ENTRY,0,2,0,9,0,50,1,5,20,0,0,11,6268,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ashmane Boar - Within 5-20 Range - Cast 'Rushing Charge'"); + +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=5992); +DELETE FROM `creature_template_addon` WHERE `entry`=5992; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (5992,0,4097,0, ''); + +-- Spiteful Apparition SAI +SET @ENTRY := 36551; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,1,25,0,100,6,0,0,0,0,11,69105,32,0,0,0,0,1,0,0,0,0,0,0,0,"Spiteful Apparition - On Reset - Cast 'Soul Horror Visual' (Dungeon)"), +(@ENTRY,0,1,2,61,0,100,6,0,0,0,0,11,69136,32,0,0,0,0,1,0,0,0,0,0,0,0,"Spiteful Apparition - On Reset - Cast 'Spiteful Apparition Visual' (Dungeon)"), +(@ENTRY,0,2,0,61,0,100,6,0,0,0,0,11,41253,32,0,0,0,0,1,0,0,0,0,0,0,0,"Spiteful Apparition - On Reset - Cast 'Greater Invisibility' (Dungeon)"), +(@ENTRY,0,3,0,10,0,100,6,0,10,3000,4000,28,41253,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spiteful Apparition - Within 0-10 Range Out of Combat LoS - Remove Aura 'Greater Invisibility' (Dungeon)"), +(@ENTRY,0,4,0,0,0,100,2,7000,9000,7000,9000,11,68895,0,0,0,0,0,2,0,0,0,0,0,0,0,"Spiteful Apparition - In Combat - Cast 'Spite' (Normal)"), +(@ENTRY,0,5,0,0,0,100,4,7000,9000,7000,9000,11,70212,0,0,0,0,0,2,0,0,0,0,0,0,0,"Spiteful Apparition - In Combat - Cast 'Spite' (Heroic)"); +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry` IN (36551); + +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=26734); +DELETE FROM `creature_template_addon` WHERE `entry`=26734; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (26734,0,1,0, ''); + +-- Smoldering Construct SAI +SET @ENTRY := 27362; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,11,48460,32,0,0,0,0,1,0,0,0,0,0,0,0,"Smoldering Construct - On Reset - Cast 'Smoldering Flames'"), +(@ENTRY,0,1,0,0,0,100,0,4000,9000,12000,16000,11,51439,0,0,0,0,0,1,0,0,0,0,0,0,0,"Smoldering Construct - In Combat - Cast 'Backlash'"); +UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry` IN (27362); diff --git a/sql/updates/world/2013_12_25_03_world_misc.sql b/sql/updates/world/2013_12_25_03_world_misc.sql new file mode 100644 index 00000000000..8976384619a --- /dev/null +++ b/sql/updates/world/2013_12_25_03_world_misc.sql @@ -0,0 +1,38 @@ +-- Tunnel Rat Scout SAI +SET @ENTRY := 1173; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,4,0,10,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Scout - On Aggro - Say Line 0"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2300,2700,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Tunnel Rat Scout - In Combat CMC - Cast 'Shoot'"), +(@ENTRY,0,2,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Scout - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Deatholme Necromancer SAI +SET @ENTRY := 16317; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,300000,300000,11,29066,1,0,0,0,0,1,0,0,0,0,0,0,0,"Deatholme Necromancer - Out of Combat - Cast 'Summon Dreadbone Skeleton'"), +(@ENTRY,0,1,0,0,0,100,0,0,0,3400,4800,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Deatholme Necromancer - In Combat CMC - Cast 'Shadow Bolt'"), +(@ENTRY,0,2,0,2,0,100,0,0,20,8000,12000,11,29067,1,0,0,0,0,1,0,0,0,0,0,0,0,"Deatholme Necromancer - Between 0-20% Health - Cast 'Slave Drain'"), +(@ENTRY,0,3,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deatholme Necromancer - Between 0-15% Health - Flee For Assist (No Repeat)"); +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=16317) AND `emote`=0; + +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=18453); + +-- Shattered Hand Warlock SAI +SET @ENTRY := 19411; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,1,0,100,0,1000,1000,1800000,1800000,11,13787,1,0,0,0,0,1,0,0,0,0,0,0,0,"Shattered Hand Warlock - Out of Combat - Cast 'Demon Armor'"), +(@ENTRY,0,1,0,0,0,100,0,0,0,2400,3800,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shattered Hand Warlock - In Combat CMC - Cast 'Shadow Bolt'"), +(@ENTRY,0,2,0,0,0,85,0,5800,11800,16000,22000,11,11962,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shattered Hand Warlock - In Combat - Cast 'Immolate'"), +(@ENTRY,0,3,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shattered Hand Warlock - Between 0-15% Health - Flee For Assist (No Repeat)"), +(@ENTRY,0,4,0,6,0,10,0,0,0,0,0,11,38879,7,0,0,0,0,2,0,0,0,0,0,0,0,"Shattered Hand Warlock - On Just Died - Cast 'Soul Burden'"); +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=19411) AND `bytes1`=0; +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=19411); + +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=10504); +DELETE FROM `creature_template_addon` WHERE `entry`=10504; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (10504,0,4097,0, ''); diff --git a/sql/updates/world/2013_12_27_00_world_sai.sql b/sql/updates/world/2013_12_27_00_world_sai.sql new file mode 100644 index 00000000000..76f90dad32a --- /dev/null +++ b/sql/updates/world/2013_12_27_00_world_sai.sql @@ -0,0 +1,6 @@ +-- Lord Kragaru SAI +SET @ENTRY := 12369; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,9,0,100,0,0,5,3000,4000,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,"Lord Kragaru - Within 0-5 Range - Cast 'Cleave'"), +(@ENTRY,0,1,0,13,0,100,0,10000,15000,0,0,11,12555,0,0,0,0,0,2,0,0,0,0,0,0,0,"Lord Kragaru - Target Casting - Cast 'Pummel'"); diff --git a/sql/updates/world/2013_12_27_01_world_creature_formations.sql b/sql/updates/world/2013_12_27_01_world_creature_formations.sql new file mode 100644 index 00000000000..08b22a544b9 --- /dev/null +++ b/sql/updates/world/2013_12_27_01_world_creature_formations.sql @@ -0,0 +1,25 @@ +DELETE FROM `creature_formations` WHERE `leaderGUID` = 126396; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(126396, 126396, 0, 0, 1, 0, 0), +(126396, 126399, 0, 0, 1, 0, 0), +(126396, 126403, 0, 0, 1, 0, 0), +(126396, 126411, 0, 0, 1, 0, 0), +(126396, 126404, 0, 0, 1, 0, 0), +(126396, 126410, 0, 0, 1, 0, 0), +(126396, 126398, 0, 0, 1, 0, 0), +(126396, 126409, 0, 0, 1, 0, 0), +(126396, 126402, 0, 0, 1, 0, 0), +(126396, 126418, 0, 0, 1, 0, 0), +(126396, 126419, 0, 0, 1, 0, 0), +(126396, 126397, 0, 0, 1, 0, 0), +(126396, 126401, 0, 0, 1, 0, 0), +(126396, 126407, 0, 0, 1, 0, 0), +(126396, 126408, 0, 0, 1, 0, 0), +(126396, 126420, 0, 0, 1, 0, 0), +(126396, 126421, 0, 0, 1, 0, 0), +(126396, 126412, 0, 0, 1, 0, 0), +(126396, 126406, 0, 0, 1, 0, 0), +(126396, 126400, 0, 0, 1, 0, 0), +(126396, 126405, 0, 0, 1, 0, 0), +(126396, 126416, 0, 0, 1, 0, 0), +(126396, 126417, 0, 0, 1, 0, 0); diff --git a/sql/updates/world/2013_12_28_00_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_28_00_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..0ca50efa68b --- /dev/null +++ b/sql/updates/world/2013_12_28_00_world_creature_classlevelstats.sql @@ -0,0 +1,6 @@ +ALTER TABLE creature_classlevelstats ADD attackpower SMALLINT(6) DEFAULT 0 NOT NULL; +ALTER TABLE creature_classlevelstats ADD rangedattackpower SMALLINT(6) DEFAULT 0 NOT NULL; +ALTER TABLE creature_classlevelstats ADD damage_base FLOAT DEFAULT 0 NOT NULL; +ALTER TABLE creature_classlevelstats ADD damage_exp1 FLOAT DEFAULT 0 NOT NULL; +ALTER TABLE creature_classlevelstats ADD damage_exp2 FLOAT DEFAULT 0 NOT NULL; +ALTER TABLE creature_classlevelstats ADD `comment` BLOB; diff --git a/sql/updates/world/2013_12_28_01_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_28_01_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..9a1b051155b --- /dev/null +++ b/sql/updates/world/2013_12_28_01_world_creature_classlevelstats.sql @@ -0,0 +1,254 @@ +-- Warrior Class +UPDATE `creature_classlevelstats` SET `attackpower`=24, `rangedattackpower`=1 WHERE `class`=1 AND `level`=1; +UPDATE `creature_classlevelstats` SET `attackpower`=26, `rangedattackpower`=1 WHERE `class`=1 AND `level`=2; +UPDATE `creature_classlevelstats` SET `attackpower`=28, `rangedattackpower`=1 WHERE `class`=1 AND `level`=3; +UPDATE `creature_classlevelstats` SET `attackpower`=30, `rangedattackpower`=1 WHERE `class`=1 AND `level`=4; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=1 WHERE `class`=1 AND `level`=5; +UPDATE `creature_classlevelstats` SET `attackpower`=34, `rangedattackpower`=1 WHERE `class`=1 AND `level`=6; +UPDATE `creature_classlevelstats` SET `attackpower`=36, `rangedattackpower`=1 WHERE `class`=1 AND `level`=7; +UPDATE `creature_classlevelstats` SET `attackpower`=38, `rangedattackpower`=1 WHERE `class`=1 AND `level`=8; +UPDATE `creature_classlevelstats` SET `attackpower`=40, `rangedattackpower`=1 WHERE `class`=1 AND `level`=9; +UPDATE `creature_classlevelstats` SET `attackpower`=42, `rangedattackpower`=1 WHERE `class`=1 AND `level`=10; +UPDATE `creature_classlevelstats` SET `attackpower`=44, `rangedattackpower`=1 WHERE `class`=1 AND `level`=11; +UPDATE `creature_classlevelstats` SET `attackpower`=46, `rangedattackpower`=1 WHERE `class`=1 AND `level`=12; +UPDATE `creature_classlevelstats` SET `attackpower`=48, `rangedattackpower`=1 WHERE `class`=1 AND `level`=13; +UPDATE `creature_classlevelstats` SET `attackpower`=50, `rangedattackpower`=1 WHERE `class`=1 AND `level`=14; +UPDATE `creature_classlevelstats` SET `attackpower`=54, `rangedattackpower`=2 WHERE `class`=1 AND `level`=15; +UPDATE `creature_classlevelstats` SET `attackpower`=56, `rangedattackpower`=2 WHERE `class`=1 AND `level`=16; +UPDATE `creature_classlevelstats` SET `attackpower`=60, `rangedattackpower`=2 WHERE `class`=1 AND `level`=17; +UPDATE `creature_classlevelstats` SET `attackpower`=64, `rangedattackpower`=3 WHERE `class`=1 AND `level`=18; +UPDATE `creature_classlevelstats` SET `attackpower`=68, `rangedattackpower`=3 WHERE `class`=1 AND `level`=19; +UPDATE `creature_classlevelstats` SET `attackpower`=70, `rangedattackpower`=4 WHERE `class`=1 AND `level`=20; +UPDATE `creature_classlevelstats` SET `attackpower`=74, `rangedattackpower`=4 WHERE `class`=1 AND `level`=21; +UPDATE `creature_classlevelstats` SET `attackpower`=78, `rangedattackpower`=4 WHERE `class`=1 AND `level`=22; +UPDATE `creature_classlevelstats` SET `attackpower`=80, `rangedattackpower`=5 WHERE `class`=1 AND `level`=23; +UPDATE `creature_classlevelstats` SET `attackpower`=84, `rangedattackpower`=6 WHERE `class`=1 AND `level`=24; +UPDATE `creature_classlevelstats` SET `attackpower`=86, `rangedattackpower`=6 WHERE `class`=1 AND `level`=25; +UPDATE `creature_classlevelstats` SET `attackpower`=90, `rangedattackpower`=7 WHERE `class`=1 AND `level`=26; +UPDATE `creature_classlevelstats` SET `attackpower`=92, `rangedattackpower`=7 WHERE `class`=1 AND `level`=27; +UPDATE `creature_classlevelstats` SET `attackpower`=96, `rangedattackpower`=8 WHERE `class`=1 AND `level`=28; +UPDATE `creature_classlevelstats` SET `attackpower`=100, `rangedattackpower`=8 WHERE `class`=1 AND `level`=29; +UPDATE `creature_classlevelstats` SET `attackpower`=102, `rangedattackpower`=9 WHERE `class`=1 AND `level`=30; +UPDATE `creature_classlevelstats` SET `attackpower`=106, `rangedattackpower`=9 WHERE `class`=1 AND `level`=31; +UPDATE `creature_classlevelstats` SET `attackpower`=108, `rangedattackpower`=10 WHERE `class`=1 AND `level`=32; +UPDATE `creature_classlevelstats` SET `attackpower`=112, `rangedattackpower`=10 WHERE `class`=1 AND `level`=33; +UPDATE `creature_classlevelstats` SET `attackpower`=114, `rangedattackpower`=11 WHERE `class`=1 AND `level`=34; +UPDATE `creature_classlevelstats` SET `attackpower`=118, `rangedattackpower`=11 WHERE `class`=1 AND `level`=35; +UPDATE `creature_classlevelstats` SET `attackpower`=120, `rangedattackpower`=12 WHERE `class`=1 AND `level`=36; +UPDATE `creature_classlevelstats` SET `attackpower`=124, `rangedattackpower`=12 WHERE `class`=1 AND `level`=37; +UPDATE `creature_classlevelstats` SET `attackpower`=128, `rangedattackpower`=13 WHERE `class`=1 AND `level`=38; +UPDATE `creature_classlevelstats` SET `attackpower`=132, `rangedattackpower`=13 WHERE `class`=1 AND `level`=39; +UPDATE `creature_classlevelstats` SET `attackpower`=136, `rangedattackpower`=14 WHERE `class`=1 AND `level`=40; +UPDATE `creature_classlevelstats` SET `attackpower`=142, `rangedattackpower`=15 WHERE `class`=1 AND `level`=41; +UPDATE `creature_classlevelstats` SET `attackpower`=152, `rangedattackpower`=15 WHERE `class`=1 AND `level`=42; +UPDATE `creature_classlevelstats` SET `attackpower`=162, `rangedattackpower`=16 WHERE `class`=1 AND `level`=43; +UPDATE `creature_classlevelstats` SET `attackpower`=174, `rangedattackpower`=16 WHERE `class`=1 AND `level`=44; +UPDATE `creature_classlevelstats` SET `attackpower`=184, `rangedattackpower`=17 WHERE `class`=1 AND `level`=45; +UPDATE `creature_classlevelstats` SET `attackpower`=188, `rangedattackpower`=17 WHERE `class`=1 AND `level`=46; +UPDATE `creature_classlevelstats` SET `attackpower`=192, `rangedattackpower`=18 WHERE `class`=1 AND `level`=47; +UPDATE `creature_classlevelstats` SET `attackpower`=196, `rangedattackpower`=19 WHERE `class`=1 AND `level`=48; +UPDATE `creature_classlevelstats` SET `attackpower`=200, `rangedattackpower`=19 WHERE `class`=1 AND `level`=49; +UPDATE `creature_classlevelstats` SET `attackpower`=206, `rangedattackpower`=20 WHERE `class`=1 AND `level`=50; +UPDATE `creature_classlevelstats` SET `attackpower`=210, `rangedattackpower`=20 WHERE `class`=1 AND `level`=51; +UPDATE `creature_classlevelstats` SET `attackpower`=214, `rangedattackpower`=21 WHERE `class`=1 AND `level`=52; +UPDATE `creature_classlevelstats` SET `attackpower`=218, `rangedattackpower`=22 WHERE `class`=1 AND `level`=53; +UPDATE `creature_classlevelstats` SET `attackpower`=224, `rangedattackpower`=22 WHERE `class`=1 AND `level`=54; +UPDATE `creature_classlevelstats` SET `attackpower`=228, `rangedattackpower`=23 WHERE `class`=1 AND `level`=55; +UPDATE `creature_classlevelstats` SET `attackpower`=234, `rangedattackpower`=23 WHERE `class`=1 AND `level`=56; +UPDATE `creature_classlevelstats` SET `attackpower`=238, `rangedattackpower`=24 WHERE `class`=1 AND `level`=57; +UPDATE `creature_classlevelstats` SET `attackpower`=242, `rangedattackpower`=25 WHERE `class`=1 AND `level`=58; +UPDATE `creature_classlevelstats` SET `attackpower`=248, `rangedattackpower`=25 WHERE `class`=1 AND `level`=59; +UPDATE `creature_classlevelstats` SET `attackpower`=252, `rangedattackpower`=26 WHERE `class`=1 AND `level`=60; +UPDATE `creature_classlevelstats` SET `attackpower`=258, `rangedattackpower`=28 WHERE `class`=1 AND `level`=61; +UPDATE `creature_classlevelstats` SET `attackpower`=262, `rangedattackpower`=30 WHERE `class`=1 AND `level`=62; +UPDATE `creature_classlevelstats` SET `attackpower`=268, `rangedattackpower`=32 WHERE `class`=1 AND `level`=63; +UPDATE `creature_classlevelstats` SET `attackpower`=272, `rangedattackpower`=33 WHERE `class`=1 AND `level`=64; +UPDATE `creature_classlevelstats` SET `attackpower`=278, `rangedattackpower`=35 WHERE `class`=1 AND `level`=65; +UPDATE `creature_classlevelstats` SET `attackpower`=282, `rangedattackpower`=37 WHERE `class`=1 AND `level`=66; +UPDATE `creature_classlevelstats` SET `attackpower`=288, `rangedattackpower`=39 WHERE `class`=1 AND `level`=67; +UPDATE `creature_classlevelstats` SET `attackpower`=292, `rangedattackpower`=41 WHERE `class`=1 AND `level`=68; +UPDATE `creature_classlevelstats` SET `attackpower`=298, `rangedattackpower`=43 WHERE `class`=1 AND `level`=69; +UPDATE `creature_classlevelstats` SET `attackpower`=304, `rangedattackpower`=44 WHERE `class`=1 AND `level`=70; +UPDATE `creature_classlevelstats` SET `attackpower`=308, `rangedattackpower`=48 WHERE `class`=1 AND `level`=71; +UPDATE `creature_classlevelstats` SET `attackpower`=314, `rangedattackpower`=53 WHERE `class`=1 AND `level`=72; +UPDATE `creature_classlevelstats` SET `attackpower`=320, `rangedattackpower`=58 WHERE `class`=1 AND `level`=73; +UPDATE `creature_classlevelstats` SET `attackpower`=354, `rangedattackpower`=63 WHERE `class`=1 AND `level`=74; +UPDATE `creature_classlevelstats` SET `attackpower`=392, `rangedattackpower`=68 WHERE `class`=1 AND `level`=75; +UPDATE `creature_classlevelstats` SET `attackpower`=432, `rangedattackpower`=74 WHERE `class`=1 AND `level`=76; +UPDATE `creature_classlevelstats` SET `attackpower`=478, `rangedattackpower`=81 WHERE `class`=1 AND `level`=77; +UPDATE `creature_classlevelstats` SET `attackpower`=528, `rangedattackpower`=88 WHERE `class`=1 AND `level`=78; +UPDATE `creature_classlevelstats` SET `attackpower`=582, `rangedattackpower`=95 WHERE `class`=1 AND `level`=79; +UPDATE `creature_classlevelstats` SET `attackpower`=642, `rangedattackpower`=103 WHERE `class`=1 AND `level`=80; +UPDATE `creature_classlevelstats` SET `attackpower`=708, `rangedattackpower`=112 WHERE `class`=1 AND `level`=81; +UPDATE `creature_classlevelstats` SET `attackpower`=782, `rangedattackpower`=121 WHERE `class`=1 AND `level`=82; +UPDATE `creature_classlevelstats` SET `attackpower`=805, `rangedattackpower`=135 WHERE `class`=1 AND `level`=83; +-- Rogue Class +UPDATE `creature_classlevelstats` SET `attackpower`=472, `rangedattackpower`=58 WHERE `class`=4 AND `level`=78; +-- Paladin Class +UPDATE `creature_classlevelstats` SET `attackpower`=24, `rangedattackpower`=1 WHERE `class`=2 AND `level`=1; +UPDATE `creature_classlevelstats` SET `attackpower`=25, `rangedattackpower`=1 WHERE `class`=2 AND `level`=2; +UPDATE `creature_classlevelstats` SET `attackpower`=26, `rangedattackpower`=1 WHERE `class`=2 AND `level`=3; +UPDATE `creature_classlevelstats` SET `attackpower`=27, `rangedattackpower`=1 WHERE `class`=2 AND `level`=4; +UPDATE `creature_classlevelstats` SET `attackpower`=28, `rangedattackpower`=1 WHERE `class`=2 AND `level`=5; +UPDATE `creature_classlevelstats` SET `attackpower`=29, `rangedattackpower`=1 WHERE `class`=2 AND `level`=6; +UPDATE `creature_classlevelstats` SET `attackpower`=30, `rangedattackpower`=1 WHERE `class`=2 AND `level`=7; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=1 WHERE `class`=2 AND `level`=8; +UPDATE `creature_classlevelstats` SET `attackpower`=34, `rangedattackpower`=1 WHERE `class`=2 AND `level`=9; +UPDATE `creature_classlevelstats` SET `attackpower`=38, `rangedattackpower`=1 WHERE `class`=2 AND `level`=10; +UPDATE `creature_classlevelstats` SET `attackpower`=40, `rangedattackpower`=1 WHERE `class`=2 AND `level`=11; +UPDATE `creature_classlevelstats` SET `attackpower`=42, `rangedattackpower`=1 WHERE `class`=2 AND `level`=12; +UPDATE `creature_classlevelstats` SET `attackpower`=44, `rangedattackpower`=1 WHERE `class`=2 AND `level`=13; +UPDATE `creature_classlevelstats` SET `attackpower`=46, `rangedattackpower`=1 WHERE `class`=2 AND `level`=14; +UPDATE `creature_classlevelstats` SET `attackpower`=48, `rangedattackpower`=2 WHERE `class`=2 AND `level`=15; +UPDATE `creature_classlevelstats` SET `attackpower`=52, `rangedattackpower`=2 WHERE `class`=2 AND `level`=16; +UPDATE `creature_classlevelstats` SET `attackpower`=56, `rangedattackpower`=2 WHERE `class`=2 AND `level`=17; +UPDATE `creature_classlevelstats` SET `attackpower`=58, `rangedattackpower`=3 WHERE `class`=2 AND `level`=18; +UPDATE `creature_classlevelstats` SET `attackpower`=60, `rangedattackpower`=3 WHERE `class`=2 AND `level`=19; +UPDATE `creature_classlevelstats` SET `attackpower`=64, `rangedattackpower`=4 WHERE `class`=2 AND `level`=20; +UPDATE `creature_classlevelstats` SET `attackpower`=68, `rangedattackpower`=4 WHERE `class`=2 AND `level`=21; +UPDATE `creature_classlevelstats` SET `attackpower`=71, `rangedattackpower`=5 WHERE `class`=2 AND `level`=22; +UPDATE `creature_classlevelstats` SET `attackpower`=74, `rangedattackpower`=5 WHERE `class`=2 AND `level`=23; +UPDATE `creature_classlevelstats` SET `attackpower`=78, `rangedattackpower`=6 WHERE `class`=2 AND `level`=24; +UPDATE `creature_classlevelstats` SET `attackpower`=80, `rangedattackpower`=6 WHERE `class`=2 AND `level`=25; +UPDATE `creature_classlevelstats` SET `attackpower`=84, `rangedattackpower`=6 WHERE `class`=2 AND `level`=26; +UPDATE `creature_classlevelstats` SET `attackpower`=86, `rangedattackpower`=7 WHERE `class`=2 AND `level`=27; +UPDATE `creature_classlevelstats` SET `attackpower`=90, `rangedattackpower`=7 WHERE `class`=2 AND `level`=28; +UPDATE `creature_classlevelstats` SET `attackpower`=94, `rangedattackpower`=8 WHERE `class`=2 AND `level`=29; +UPDATE `creature_classlevelstats` SET `attackpower`=96, `rangedattackpower`=8 WHERE `class`=2 AND `level`=30; +UPDATE `creature_classlevelstats` SET `attackpower`=98, `rangedattackpower`=9 WHERE `class`=2 AND `level`=31; +UPDATE `creature_classlevelstats` SET `attackpower`=100, `rangedattackpower`=9 WHERE `class`=2 AND `level`=32; +UPDATE `creature_classlevelstats` SET `attackpower`=104, `rangedattackpower`=10 WHERE `class`=2 AND `level`=33; +UPDATE `creature_classlevelstats` SET `attackpower`=106, `rangedattackpower`=10 WHERE `class`=2 AND `level`=34; +UPDATE `creature_classlevelstats` SET `attackpower`=110, `rangedattackpower`=11 WHERE `class`=2 AND `level`=35; +UPDATE `creature_classlevelstats` SET `attackpower`=112, `rangedattackpower`=11 WHERE `class`=2 AND `level`=36; +UPDATE `creature_classlevelstats` SET `attackpower`=116, `rangedattackpower`=11 WHERE `class`=2 AND `level`=37; +UPDATE `creature_classlevelstats` SET `attackpower`=120, `rangedattackpower`=12 WHERE `class`=2 AND `level`=38; +UPDATE `creature_classlevelstats` SET `attackpower`=124, `rangedattackpower`=12 WHERE `class`=2 AND `level`=39; +UPDATE `creature_classlevelstats` SET `attackpower`=128, `rangedattackpower`=13 WHERE `class`=2 AND `level`=40; +UPDATE `creature_classlevelstats` SET `attackpower`=132, `rangedattackpower`=13 WHERE `class`=2 AND `level`=41; +UPDATE `creature_classlevelstats` SET `attackpower`=142, `rangedattackpower`=15 WHERE `class`=2 AND `level`=42; +UPDATE `creature_classlevelstats` SET `attackpower`=152, `rangedattackpower`=14 WHERE `class`=2 AND `level`=43; +UPDATE `creature_classlevelstats` SET `attackpower`=166, `rangedattackpower`=15 WHERE `class`=2 AND `level`=44; +UPDATE `creature_classlevelstats` SET `attackpower`=172, `rangedattackpower`=15 WHERE `class`=2 AND `level`=45; +UPDATE `creature_classlevelstats` SET `attackpower`=176, `rangedattackpower`=16 WHERE `class`=2 AND `level`=46; +UPDATE `creature_classlevelstats` SET `attackpower`=180, `rangedattackpower`=16 WHERE `class`=2 AND `level`=47; +UPDATE `creature_classlevelstats` SET `attackpower`=184, `rangedattackpower`=17 WHERE `class`=2 AND `level`=48; +UPDATE `creature_classlevelstats` SET `attackpower`=188, `rangedattackpower`=17 WHERE `class`=2 AND `level`=49; +UPDATE `creature_classlevelstats` SET `attackpower`=194, `rangedattackpower`=18 WHERE `class`=2 AND `level`=50; +UPDATE `creature_classlevelstats` SET `attackpower`=198, `rangedattackpower`=19 WHERE `class`=2 AND `level`=51; +UPDATE `creature_classlevelstats` SET `attackpower`=202, `rangedattackpower`=19 WHERE `class`=2 AND `level`=52; +UPDATE `creature_classlevelstats` SET `attackpower`=206, `rangedattackpower`=20 WHERE `class`=2 AND `level`=53; +UPDATE `creature_classlevelstats` SET `attackpower`=210, `rangedattackpower`=20 WHERE `class`=2 AND `level`=54; +UPDATE `creature_classlevelstats` SET `attackpower`=214, `rangedattackpower`=21 WHERE `class`=2 AND `level`=55; +UPDATE `creature_classlevelstats` SET `attackpower`=220, `rangedattackpower`=21 WHERE `class`=2 AND `level`=56; +UPDATE `creature_classlevelstats` SET `attackpower`=224, `rangedattackpower`=22 WHERE `class`=2 AND `level`=57; +UPDATE `creature_classlevelstats` SET `attackpower`=228, `rangedattackpower`=23 WHERE `class`=2 AND `level`=58; +UPDATE `creature_classlevelstats` SET `attackpower`=234, `rangedattackpower`=23 WHERE `class`=2 AND `level`=59; +UPDATE `creature_classlevelstats` SET `attackpower`=238, `rangedattackpower`=24 WHERE `class`=2 AND `level`=60; +UPDATE `creature_classlevelstats` SET `attackpower`=244, `rangedattackpower`=25 WHERE `class`=2 AND `level`=61; +UPDATE `creature_classlevelstats` SET `attackpower`=246, `rangedattackpower`=26 WHERE `class`=2 AND `level`=62; +UPDATE `creature_classlevelstats` SET `attackpower`=249, `rangedattackpower`=26 WHERE `class`=2 AND `level`=63; +UPDATE `creature_classlevelstats` SET `attackpower`=252, `rangedattackpower`=27 WHERE `class`=2 AND `level`=64; +UPDATE `creature_classlevelstats` SET `attackpower`=262, `rangedattackpower`=29 WHERE `class`=2 AND `level`=65; +UPDATE `creature_classlevelstats` SET `attackpower`=266, `rangedattackpower`=29 WHERE `class`=2 AND `level`=66; +UPDATE `creature_classlevelstats` SET `attackpower`=272, `rangedattackpower`=31 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `attackpower`=276, `rangedattackpower`=31 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `attackpower`=282, `rangedattackpower`=32 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `attackpower`=286, `rangedattackpower`=33 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `attackpower`=290, `rangedattackpower`=37 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `attackpower`=296, `rangedattackpower`=40 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `attackpower`=302, `rangedattackpower`=44 WHERE `class`=2 AND `level`=73; +UPDATE `creature_classlevelstats` SET `attackpower`=334, `rangedattackpower`=48 WHERE `class`=2 AND `level`=74; +UPDATE `creature_classlevelstats` SET `attackpower`=370, `rangedattackpower`=53 WHERE `class`=2 AND `level`=75; +UPDATE `creature_classlevelstats` SET `attackpower`=408, `rangedattackpower`=57 WHERE `class`=2 AND `level`=76; +UPDATE `creature_classlevelstats` SET `attackpower`=452, `rangedattackpower`=62 WHERE `class`=2 AND `level`=77; +UPDATE `creature_classlevelstats` SET `attackpower`=500, `rangedattackpower`=68 WHERE `class`=2 AND `level`=78; +UPDATE `creature_classlevelstats` SET `attackpower`=550, `rangedattackpower`=74 WHERE `class`=2 AND `level`=79; +UPDATE `creature_classlevelstats` SET `attackpower`=608, `rangedattackpower`=80 WHERE `class`=2 AND `level`=80; +UPDATE `creature_classlevelstats` SET `attackpower`=670, `rangedattackpower`=86 WHERE `class`=2 AND `level`=81; +UPDATE `creature_classlevelstats` SET `attackpower`=726, `rangedattackpower`=91 WHERE `class`=2 AND `level`=82; +UPDATE `creature_classlevelstats` SET `attackpower`=783, `rangedattackpower`=98 WHERE `class`=2 AND `level`=83; +-- Mage Class +UPDATE `creature_classlevelstats` SET `attackpower`=10, `rangedattackpower`=10 WHERE `class`=8 AND `level`=1; +UPDATE `creature_classlevelstats` SET `attackpower`=11, `rangedattackpower`=10 WHERE `class`=8 AND `level`=2; +UPDATE `creature_classlevelstats` SET `attackpower`=12, `rangedattackpower`=10 WHERE `class`=8 AND `level`=3; +UPDATE `creature_classlevelstats` SET `attackpower`=13, `rangedattackpower`=11 WHERE `class`=8 AND `level`=4; +UPDATE `creature_classlevelstats` SET `attackpower`=14, `rangedattackpower`=11 WHERE `class`=8 AND `level`=5; +UPDATE `creature_classlevelstats` SET `attackpower`=15, `rangedattackpower`=11 WHERE `class`=8 AND `level`=6; +UPDATE `creature_classlevelstats` SET `attackpower`=16, `rangedattackpower`=11 WHERE `class`=8 AND `level`=7; +UPDATE `creature_classlevelstats` SET `attackpower`=16, `rangedattackpower`=11 WHERE `class`=8 AND `level`=8; +UPDATE `creature_classlevelstats` SET `attackpower`=16, `rangedattackpower`=11 WHERE `class`=8 AND `level`=9; +UPDATE `creature_classlevelstats` SET `attackpower`=17, `rangedattackpower`=12 WHERE `class`=8 AND `level`=10; +UPDATE `creature_classlevelstats` SET `attackpower`=18, `rangedattackpower`=12 WHERE `class`=8 AND `level`=11; +UPDATE `creature_classlevelstats` SET `attackpower`=19, `rangedattackpower`=12 WHERE `class`=8 AND `level`=12; +UPDATE `creature_classlevelstats` SET `attackpower`=20, `rangedattackpower`=12 WHERE `class`=8 AND `level`=13; +UPDATE `creature_classlevelstats` SET `attackpower`=21, `rangedattackpower`=12 WHERE `class`=8 AND `level`=14; +UPDATE `creature_classlevelstats` SET `attackpower`=22, `rangedattackpower`=13 WHERE `class`=8 AND `level`=15; +UPDATE `creature_classlevelstats` SET `attackpower`=24, `rangedattackpower`=13 WHERE `class`=8 AND `level`=16; +UPDATE `creature_classlevelstats` SET `attackpower`=26, `rangedattackpower`=13 WHERE `class`=8 AND `level`=17; +UPDATE `creature_classlevelstats` SET `attackpower`=27, `rangedattackpower`=13 WHERE `class`=8 AND `level`=18; +UPDATE `creature_classlevelstats` SET `attackpower`=28, `rangedattackpower`=13 WHERE `class`=8 AND `level`=19; +UPDATE `creature_classlevelstats` SET `attackpower`=30, `rangedattackpower`=14 WHERE `class`=8 AND `level`=20; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=14 WHERE `class`=8 AND `level`=21; +UPDATE `creature_classlevelstats` SET `attackpower`=34, `rangedattackpower`=14 WHERE `class`=8 AND `level`=22; +UPDATE `creature_classlevelstats` SET `attackpower`=35, `rangedattackpower`=14 WHERE `class`=8 AND `level`=23; +UPDATE `creature_classlevelstats` SET `attackpower`=36, `rangedattackpower`=15 WHERE `class`=8 AND `level`=24; +UPDATE `creature_classlevelstats` SET `attackpower`=37, `rangedattackpower`=15 WHERE `class`=8 AND `level`=25; +UPDATE `creature_classlevelstats` SET `attackpower`=39, `rangedattackpower`=15 WHERE `class`=8 AND `level`=26; +UPDATE `creature_classlevelstats` SET `attackpower`=40, `rangedattackpower`=15 WHERE `class`=8 AND `level`=27; +UPDATE `creature_classlevelstats` SET `attackpower`=42, `rangedattackpower`=15 WHERE `class`=8 AND `level`=28; +UPDATE `creature_classlevelstats` SET `attackpower`=43, `rangedattackpower`=16 WHERE `class`=8 AND `level`=29; +UPDATE `creature_classlevelstats` SET `attackpower`=44, `rangedattackpower`=16 WHERE `class`=8 AND `level`=30; +UPDATE `creature_classlevelstats` SET `attackpower`=46, `rangedattackpower`=16 WHERE `class`=8 AND `level`=31; +UPDATE `creature_classlevelstats` SET `attackpower`=47, `rangedattackpower`=16 WHERE `class`=8 AND `level`=32; +UPDATE `creature_classlevelstats` SET `attackpower`=49, `rangedattackpower`=17 WHERE `class`=8 AND `level`=33; +UPDATE `creature_classlevelstats` SET `attackpower`=50, `rangedattackpower`=17 WHERE `class`=8 AND `level`=34; +UPDATE `creature_classlevelstats` SET `attackpower`=52, `rangedattackpower`=17 WHERE `class`=8 AND `level`=35; +UPDATE `creature_classlevelstats` SET `attackpower`=53, `rangedattackpower`=18 WHERE `class`=8 AND `level`=36; +UPDATE `creature_classlevelstats` SET `attackpower`=54, `rangedattackpower`=18 WHERE `class`=8 AND `level`=37; +UPDATE `creature_classlevelstats` SET `attackpower`=56, `rangedattackpower`=18 WHERE `class`=8 AND `level`=38; +UPDATE `creature_classlevelstats` SET `attackpower`=58, `rangedattackpower`=18 WHERE `class`=8 AND `level`=39; +UPDATE `creature_classlevelstats` SET `attackpower`=60, `rangedattackpower`=19 WHERE `class`=8 AND `level`=40; +UPDATE `creature_classlevelstats` SET `attackpower`=62, `rangedattackpower`=19 WHERE `class`=8 AND `level`=41; +UPDATE `creature_classlevelstats` SET `attackpower`=67, `rangedattackpower`=19 WHERE `class`=8 AND `level`=42; +UPDATE `creature_classlevelstats` SET `attackpower`=71, `rangedattackpower`=19 WHERE `class`=8 AND `level`=43; +UPDATE `creature_classlevelstats` SET `attackpower`=78, `rangedattackpower`=20 WHERE `class`=8 AND `level`=44; +UPDATE `creature_classlevelstats` SET `attackpower`=81, `rangedattackpower`=20 WHERE `class`=8 AND `level`=45; +UPDATE `creature_classlevelstats` SET `attackpower`=83, `rangedattackpower`=20 WHERE `class`=8 AND `level`=46; +UPDATE `creature_classlevelstats` SET `attackpower`=85, `rangedattackpower`=21 WHERE `class`=8 AND `level`=47; +UPDATE `creature_classlevelstats` SET `attackpower`=87, `rangedattackpower`=21 WHERE `class`=8 AND `level`=48; +UPDATE `creature_classlevelstats` SET `attackpower`=89, `rangedattackpower`=21 WHERE `class`=8 AND `level`=49; +UPDATE `creature_classlevelstats` SET `attackpower`=91, `rangedattackpower`=22 WHERE `class`=8 AND `level`=50; +UPDATE `creature_classlevelstats` SET `attackpower`=93, `rangedattackpower`=22 WHERE `class`=8 AND `level`=51; +UPDATE `creature_classlevelstats` SET `attackpower`=95, `rangedattackpower`=22 WHERE `class`=8 AND `level`=52; +UPDATE `creature_classlevelstats` SET `attackpower`=97, `rangedattackpower`=23 WHERE `class`=8 AND `level`=53; +UPDATE `creature_classlevelstats` SET `attackpower`=99, `rangedattackpower`=23 WHERE `class`=8 AND `level`=54; +UPDATE `creature_classlevelstats` SET `attackpower`=101, `rangedattackpower`=23 WHERE `class`=8 AND `level`=55; +UPDATE `creature_classlevelstats` SET `attackpower`=104, `rangedattackpower`=24 WHERE `class`=8 AND `level`=56; +UPDATE `creature_classlevelstats` SET `attackpower`=106, `rangedattackpower`=24 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `attackpower`=107, `rangedattackpower`=24 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `attackpower`=110, `rangedattackpower`=25 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `attackpower`=112, `rangedattackpower`=25 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `attackpower`=115, `rangedattackpower`=25 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `attackpower`=116, `rangedattackpower`=25 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `attackpower`=119, `rangedattackpower`=26 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `attackpower`=121, `rangedattackpower`=26 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `attackpower`=124, `rangedattackpower`=26 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `attackpower`=125, `rangedattackpower`=27 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `attackpower`=128, `rangedattackpower`=27 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `attackpower`=130, `rangedattackpower`=27 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `attackpower`=133, `rangedattackpower`=28 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `attackpower`=135, `rangedattackpower`=28 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `attackpower`=137, `rangedattackpower`=31 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `attackpower`=140, `rangedattackpower`=34 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `attackpower`=143, `rangedattackpower`=37 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `attackpower`=158, `rangedattackpower`=41 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `attackpower`=175, `rangedattackpower`=45 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `attackpower`=193, `rangedattackpower`=49 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `attackpower`=214, `rangedattackpower`=54 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `attackpower`=236, `rangedattackpower`=58 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `attackpower`=260, `rangedattackpower`=64 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `attackpower`=287, `rangedattackpower`=69 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `attackpower`=304, `rangedattackpower`=74 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `attackpower`=326, `rangedattackpower`=79 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `attackpower`=343, `rangedattackpower`=84 WHERE `class`=8 AND `level`=83; diff --git a/sql/updates/world/2013_12_28_02_world_sai.sql b/sql/updates/world/2013_12_28_02_world_sai.sql new file mode 100644 index 00000000000..66e1e00f334 --- /dev/null +++ b/sql/updates/world/2013_12_28_02_world_sai.sql @@ -0,0 +1,5 @@ +SET @ENTRY := 27530; +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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 +(@ENTRY,0,0,0,8,0,100,1,49349,0,0,0,11,49364,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Ruby Keeper - On Spellhit - Quest Credit'); diff --git a/sql/updates/world/2013_12_28_03_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_28_03_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..69d4365b9af --- /dev/null +++ b/sql/updates/world/2013_12_28_03_world_creature_classlevelstats.sql @@ -0,0 +1,168 @@ +-- Rogue Class +UPDATE `creature_classlevelstats` SET `attackpower`=24, `rangedattackpower`=1 WHERE `class`=4 AND `level`=1; +UPDATE `creature_classlevelstats` SET `attackpower`=26, `rangedattackpower`=1 WHERE `class`=4 AND `level`=2; +UPDATE `creature_classlevelstats` SET `attackpower`=28, `rangedattackpower`=1 WHERE `class`=4 AND `level`=3; +UPDATE `creature_classlevelstats` SET `attackpower`=30, `rangedattackpower`=1 WHERE `class`=4 AND `level`=4; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=1 WHERE `class`=4 AND `level`=5; +UPDATE `creature_classlevelstats` SET `attackpower`=34, `rangedattackpower`=1 WHERE `class`=4 AND `level`=6; +UPDATE `creature_classlevelstats` SET `attackpower`=36, `rangedattackpower`=1 WHERE `class`=4 AND `level`=7; +UPDATE `creature_classlevelstats` SET `attackpower`=38, `rangedattackpower`=1 WHERE `class`=4 AND `level`=8; +UPDATE `creature_classlevelstats` SET `attackpower`=40, `rangedattackpower`=1 WHERE `class`=4 AND `level`=9; +UPDATE `creature_classlevelstats` SET `attackpower`=42, `rangedattackpower`=1 WHERE `class`=4 AND `level`=10; +UPDATE `creature_classlevelstats` SET `attackpower`=44, `rangedattackpower`=1 WHERE `class`=4 AND `level`=11; +UPDATE `creature_classlevelstats` SET `attackpower`=46, `rangedattackpower`=1 WHERE `class`=4 AND `level`=12; +UPDATE `creature_classlevelstats` SET `attackpower`=48, `rangedattackpower`=1 WHERE `class`=4 AND `level`=13; +UPDATE `creature_classlevelstats` SET `attackpower`=50, `rangedattackpower`=1 WHERE `class`=4 AND `level`=14; +UPDATE `creature_classlevelstats` SET `attackpower`=54, `rangedattackpower`=2 WHERE `class`=4 AND `level`=15; +UPDATE `creature_classlevelstats` SET `attackpower`=56, `rangedattackpower`=2 WHERE `class`=4 AND `level`=16; +UPDATE `creature_classlevelstats` SET `attackpower`=60, `rangedattackpower`=2 WHERE `class`=4 AND `level`=17; +UPDATE `creature_classlevelstats` SET `attackpower`=64, `rangedattackpower`=3 WHERE `class`=4 AND `level`=18; +UPDATE `creature_classlevelstats` SET `attackpower`=68, `rangedattackpower`=3 WHERE `class`=4 AND `level`=19; +UPDATE `creature_classlevelstats` SET `attackpower`=70, `rangedattackpower`=4 WHERE `class`=4 AND `level`=20; +UPDATE `creature_classlevelstats` SET `attackpower`=74, `rangedattackpower`=4 WHERE `class`=4 AND `level`=21; +UPDATE `creature_classlevelstats` SET `attackpower`=78, `rangedattackpower`=4 WHERE `class`=4 AND `level`=22; +UPDATE `creature_classlevelstats` SET `attackpower`=80, `rangedattackpower`=5 WHERE `class`=4 AND `level`=23; +UPDATE `creature_classlevelstats` SET `attackpower`=84, `rangedattackpower`=6 WHERE `class`=4 AND `level`=24; +UPDATE `creature_classlevelstats` SET `attackpower`=86, `rangedattackpower`=6 WHERE `class`=4 AND `level`=25; +UPDATE `creature_classlevelstats` SET `attackpower`=90, `rangedattackpower`=7 WHERE `class`=4 AND `level`=26; +UPDATE `creature_classlevelstats` SET `attackpower`=92, `rangedattackpower`=7 WHERE `class`=4 AND `level`=27; +UPDATE `creature_classlevelstats` SET `attackpower`=96, `rangedattackpower`=8 WHERE `class`=4 AND `level`=28; +UPDATE `creature_classlevelstats` SET `attackpower`=100, `rangedattackpower`=8 WHERE `class`=4 AND `level`=29; +UPDATE `creature_classlevelstats` SET `attackpower`=102, `rangedattackpower`=9 WHERE `class`=4 AND `level`=30; +UPDATE `creature_classlevelstats` SET `attackpower`=106, `rangedattackpower`=9 WHERE `class`=4 AND `level`=31; +UPDATE `creature_classlevelstats` SET `attackpower`=108, `rangedattackpower`=10 WHERE `class`=4 AND `level`=32; +UPDATE `creature_classlevelstats` SET `attackpower`=112, `rangedattackpower`=10 WHERE `class`=4 AND `level`=33; +UPDATE `creature_classlevelstats` SET `attackpower`=114, `rangedattackpower`=11 WHERE `class`=4 AND `level`=34; +UPDATE `creature_classlevelstats` SET `attackpower`=118, `rangedattackpower`=11 WHERE `class`=4 AND `level`=35; +UPDATE `creature_classlevelstats` SET `attackpower`=120, `rangedattackpower`=12 WHERE `class`=4 AND `level`=36; +UPDATE `creature_classlevelstats` SET `attackpower`=124, `rangedattackpower`=12 WHERE `class`=4 AND `level`=37; +UPDATE `creature_classlevelstats` SET `attackpower`=128, `rangedattackpower`=13 WHERE `class`=4 AND `level`=38; +UPDATE `creature_classlevelstats` SET `attackpower`=132, `rangedattackpower`=13 WHERE `class`=4 AND `level`=39; +UPDATE `creature_classlevelstats` SET `attackpower`=136, `rangedattackpower`=14 WHERE `class`=4 AND `level`=40; +UPDATE `creature_classlevelstats` SET `attackpower`=142, `rangedattackpower`=15 WHERE `class`=4 AND `level`=41; +UPDATE `creature_classlevelstats` SET `attackpower`=152, `rangedattackpower`=15 WHERE `class`=4 AND `level`=42; +UPDATE `creature_classlevelstats` SET `attackpower`=162, `rangedattackpower`=16 WHERE `class`=4 AND `level`=43; +UPDATE `creature_classlevelstats` SET `attackpower`=174, `rangedattackpower`=16 WHERE `class`=4 AND `level`=44; +UPDATE `creature_classlevelstats` SET `attackpower`=184, `rangedattackpower`=17 WHERE `class`=4 AND `level`=45; +UPDATE `creature_classlevelstats` SET `attackpower`=188, `rangedattackpower`=17 WHERE `class`=4 AND `level`=46; +UPDATE `creature_classlevelstats` SET `attackpower`=192, `rangedattackpower`=18 WHERE `class`=4 AND `level`=47; +UPDATE `creature_classlevelstats` SET `attackpower`=196, `rangedattackpower`=19 WHERE `class`=4 AND `level`=48; +UPDATE `creature_classlevelstats` SET `attackpower`=200, `rangedattackpower`=19 WHERE `class`=4 AND `level`=49; +UPDATE `creature_classlevelstats` SET `attackpower`=206, `rangedattackpower`=20 WHERE `class`=4 AND `level`=50; +UPDATE `creature_classlevelstats` SET `attackpower`=210, `rangedattackpower`=20 WHERE `class`=4 AND `level`=51; +UPDATE `creature_classlevelstats` SET `attackpower`=214, `rangedattackpower`=21 WHERE `class`=4 AND `level`=52; +UPDATE `creature_classlevelstats` SET `attackpower`=218, `rangedattackpower`=22 WHERE `class`=4 AND `level`=53; +UPDATE `creature_classlevelstats` SET `attackpower`=224, `rangedattackpower`=22 WHERE `class`=4 AND `level`=54; +UPDATE `creature_classlevelstats` SET `attackpower`=228, `rangedattackpower`=23 WHERE `class`=4 AND `level`=55; +UPDATE `creature_classlevelstats` SET `attackpower`=234, `rangedattackpower`=23 WHERE `class`=4 AND `level`=56; +UPDATE `creature_classlevelstats` SET `attackpower`=238, `rangedattackpower`=24 WHERE `class`=4 AND `level`=57; +UPDATE `creature_classlevelstats` SET `attackpower`=242, `rangedattackpower`=25 WHERE `class`=4 AND `level`=58; +UPDATE `creature_classlevelstats` SET `attackpower`=248, `rangedattackpower`=25 WHERE `class`=4 AND `level`=59; +UPDATE `creature_classlevelstats` SET `attackpower`=252, `rangedattackpower`=26 WHERE `class`=4 AND `level`=60; +UPDATE `creature_classlevelstats` SET `attackpower`=258, `rangedattackpower`=28 WHERE `class`=4 AND `level`=61; +UPDATE `creature_classlevelstats` SET `attackpower`=262, `rangedattackpower`=30 WHERE `class`=4 AND `level`=62; +UPDATE `creature_classlevelstats` SET `attackpower`=268, `rangedattackpower`=32 WHERE `class`=4 AND `level`=63; +UPDATE `creature_classlevelstats` SET `attackpower`=272, `rangedattackpower`=33 WHERE `class`=4 AND `level`=64; +UPDATE `creature_classlevelstats` SET `attackpower`=278, `rangedattackpower`=35 WHERE `class`=4 AND `level`=65; +UPDATE `creature_classlevelstats` SET `attackpower`=282, `rangedattackpower`=37 WHERE `class`=4 AND `level`=66; +UPDATE `creature_classlevelstats` SET `attackpower`=288, `rangedattackpower`=39 WHERE `class`=4 AND `level`=67; +UPDATE `creature_classlevelstats` SET `attackpower`=292, `rangedattackpower`=41 WHERE `class`=4 AND `level`=68; +UPDATE `creature_classlevelstats` SET `attackpower`=298, `rangedattackpower`=43 WHERE `class`=4 AND `level`=69; +UPDATE `creature_classlevelstats` SET `attackpower`=304, `rangedattackpower`=44 WHERE `class`=4 AND `level`=70; +UPDATE `creature_classlevelstats` SET `attackpower`=308, `rangedattackpower`=48 WHERE `class`=4 AND `level`=71; +UPDATE `creature_classlevelstats` SET `attackpower`=314, `rangedattackpower`=53 WHERE `class`=4 AND `level`=72; +UPDATE `creature_classlevelstats` SET `attackpower`=320, `rangedattackpower`=58 WHERE `class`=4 AND `level`=73; +UPDATE `creature_classlevelstats` SET `attackpower`=354, `rangedattackpower`=63 WHERE `class`=4 AND `level`=74; +UPDATE `creature_classlevelstats` SET `attackpower`=392, `rangedattackpower`=68 WHERE `class`=4 AND `level`=75; +UPDATE `creature_classlevelstats` SET `attackpower`=432, `rangedattackpower`=74 WHERE `class`=4 AND `level`=76; +UPDATE `creature_classlevelstats` SET `attackpower`=478, `rangedattackpower`=81 WHERE `class`=4 AND `level`=77; +UPDATE `creature_classlevelstats` SET `attackpower`=528, `rangedattackpower`=88 WHERE `class`=4 AND `level`=78; +UPDATE `creature_classlevelstats` SET `attackpower`=582, `rangedattackpower`=95 WHERE `class`=4 AND `level`=79; +UPDATE `creature_classlevelstats` SET `attackpower`=642, `rangedattackpower`=103 WHERE `class`=4 AND `level`=80; +UPDATE `creature_classlevelstats` SET `attackpower`=708, `rangedattackpower`=112 WHERE `class`=4 AND `level`=81; +UPDATE `creature_classlevelstats` SET `attackpower`=782, `rangedattackpower`=121 WHERE `class`=4 AND `level`=82; +UPDATE `creature_classlevelstats` SET `attackpower`=805, `rangedattackpower`=135 WHERE `class`=4 AND `level`=83; +-- Mage Class +UPDATE `creature_classlevelstats` SET `attackpower`=20, `rangedattackpower`=10 WHERE `class`=8 AND `level`=1; +UPDATE `creature_classlevelstats` SET `attackpower`=22, `rangedattackpower`=10 WHERE `class`=8 AND `level`=2; +UPDATE `creature_classlevelstats` SET `attackpower`=24, `rangedattackpower`=10 WHERE `class`=8 AND `level`=3; +UPDATE `creature_classlevelstats` SET `attackpower`=26, `rangedattackpower`=11 WHERE `class`=8 AND `level`=4; +UPDATE `creature_classlevelstats` SET `attackpower`=28, `rangedattackpower`=11 WHERE `class`=8 AND `level`=5; +UPDATE `creature_classlevelstats` SET `attackpower`=30, `rangedattackpower`=11 WHERE `class`=8 AND `level`=6; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=11 WHERE `class`=8 AND `level`=7; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=11 WHERE `class`=8 AND `level`=8; +UPDATE `creature_classlevelstats` SET `attackpower`=32, `rangedattackpower`=11 WHERE `class`=8 AND `level`=9; +UPDATE `creature_classlevelstats` SET `attackpower`=34, `rangedattackpower`=12 WHERE `class`=8 AND `level`=10; +UPDATE `creature_classlevelstats` SET `attackpower`=36, `rangedattackpower`=12 WHERE `class`=8 AND `level`=11; +UPDATE `creature_classlevelstats` SET `attackpower`=38, `rangedattackpower`=12 WHERE `class`=8 AND `level`=12; +UPDATE `creature_classlevelstats` SET `attackpower`=40, `rangedattackpower`=12 WHERE `class`=8 AND `level`=13; +UPDATE `creature_classlevelstats` SET `attackpower`=42, `rangedattackpower`=12 WHERE `class`=8 AND `level`=14; +UPDATE `creature_classlevelstats` SET `attackpower`=44, `rangedattackpower`=13 WHERE `class`=8 AND `level`=15; +UPDATE `creature_classlevelstats` SET `attackpower`=48, `rangedattackpower`=13 WHERE `class`=8 AND `level`=16; +UPDATE `creature_classlevelstats` SET `attackpower`=52, `rangedattackpower`=13 WHERE `class`=8 AND `level`=17; +UPDATE `creature_classlevelstats` SET `attackpower`=54, `rangedattackpower`=13 WHERE `class`=8 AND `level`=18; +UPDATE `creature_classlevelstats` SET `attackpower`=56, `rangedattackpower`=13 WHERE `class`=8 AND `level`=19; +UPDATE `creature_classlevelstats` SET `attackpower`=60, `rangedattackpower`=14 WHERE `class`=8 AND `level`=20; +UPDATE `creature_classlevelstats` SET `attackpower`=64, `rangedattackpower`=14 WHERE `class`=8 AND `level`=21; +UPDATE `creature_classlevelstats` SET `attackpower`=68, `rangedattackpower`=14 WHERE `class`=8 AND `level`=22; +UPDATE `creature_classlevelstats` SET `attackpower`=70, `rangedattackpower`=14 WHERE `class`=8 AND `level`=23; +UPDATE `creature_classlevelstats` SET `attackpower`=72, `rangedattackpower`=15 WHERE `class`=8 AND `level`=24; +UPDATE `creature_classlevelstats` SET `attackpower`=74, `rangedattackpower`=15 WHERE `class`=8 AND `level`=25; +UPDATE `creature_classlevelstats` SET `attackpower`=78, `rangedattackpower`=15 WHERE `class`=8 AND `level`=26; +UPDATE `creature_classlevelstats` SET `attackpower`=80, `rangedattackpower`=15 WHERE `class`=8 AND `level`=27; +UPDATE `creature_classlevelstats` SET `attackpower`=84, `rangedattackpower`=15 WHERE `class`=8 AND `level`=28; +UPDATE `creature_classlevelstats` SET `attackpower`=86, `rangedattackpower`=16 WHERE `class`=8 AND `level`=29; +UPDATE `creature_classlevelstats` SET `attackpower`=88, `rangedattackpower`=16 WHERE `class`=8 AND `level`=30; +UPDATE `creature_classlevelstats` SET `attackpower`=92, `rangedattackpower`=16 WHERE `class`=8 AND `level`=31; +UPDATE `creature_classlevelstats` SET `attackpower`=94, `rangedattackpower`=16 WHERE `class`=8 AND `level`=32; +UPDATE `creature_classlevelstats` SET `attackpower`=98, `rangedattackpower`=17 WHERE `class`=8 AND `level`=33; +UPDATE `creature_classlevelstats` SET `attackpower`=100, `rangedattackpower`=17 WHERE `class`=8 AND `level`=34; +UPDATE `creature_classlevelstats` SET `attackpower`=104, `rangedattackpower`=17 WHERE `class`=8 AND `level`=35; +UPDATE `creature_classlevelstats` SET `attackpower`=106, `rangedattackpower`=18 WHERE `class`=8 AND `level`=36; +UPDATE `creature_classlevelstats` SET `attackpower`=108, `rangedattackpower`=18 WHERE `class`=8 AND `level`=37; +UPDATE `creature_classlevelstats` SET `attackpower`=112, `rangedattackpower`=18 WHERE `class`=8 AND `level`=38; +UPDATE `creature_classlevelstats` SET `attackpower`=116, `rangedattackpower`=18 WHERE `class`=8 AND `level`=39; +UPDATE `creature_classlevelstats` SET `attackpower`=120, `rangedattackpower`=19 WHERE `class`=8 AND `level`=40; +UPDATE `creature_classlevelstats` SET `attackpower`=124, `rangedattackpower`=19 WHERE `class`=8 AND `level`=41; +UPDATE `creature_classlevelstats` SET `attackpower`=134, `rangedattackpower`=19 WHERE `class`=8 AND `level`=42; +UPDATE `creature_classlevelstats` SET `attackpower`=142, `rangedattackpower`=19 WHERE `class`=8 AND `level`=43; +UPDATE `creature_classlevelstats` SET `attackpower`=156, `rangedattackpower`=20 WHERE `class`=8 AND `level`=44; +UPDATE `creature_classlevelstats` SET `attackpower`=162, `rangedattackpower`=20 WHERE `class`=8 AND `level`=45; +UPDATE `creature_classlevelstats` SET `attackpower`=166, `rangedattackpower`=20 WHERE `class`=8 AND `level`=46; +UPDATE `creature_classlevelstats` SET `attackpower`=170, `rangedattackpower`=21 WHERE `class`=8 AND `level`=47; +UPDATE `creature_classlevelstats` SET `attackpower`=174, `rangedattackpower`=21 WHERE `class`=8 AND `level`=48; +UPDATE `creature_classlevelstats` SET `attackpower`=178, `rangedattackpower`=21 WHERE `class`=8 AND `level`=49; +UPDATE `creature_classlevelstats` SET `attackpower`=182, `rangedattackpower`=22 WHERE `class`=8 AND `level`=50; +UPDATE `creature_classlevelstats` SET `attackpower`=186, `rangedattackpower`=22 WHERE `class`=8 AND `level`=51; +UPDATE `creature_classlevelstats` SET `attackpower`=190, `rangedattackpower`=22 WHERE `class`=8 AND `level`=52; +UPDATE `creature_classlevelstats` SET `attackpower`=194, `rangedattackpower`=23 WHERE `class`=8 AND `level`=53; +UPDATE `creature_classlevelstats` SET `attackpower`=198, `rangedattackpower`=23 WHERE `class`=8 AND `level`=54; +UPDATE `creature_classlevelstats` SET `attackpower`=202, `rangedattackpower`=23 WHERE `class`=8 AND `level`=55; +UPDATE `creature_classlevelstats` SET `attackpower`=208, `rangedattackpower`=24 WHERE `class`=8 AND `level`=56; +UPDATE `creature_classlevelstats` SET `attackpower`=212, `rangedattackpower`=24 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `attackpower`=214, `rangedattackpower`=24 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `attackpower`=220, `rangedattackpower`=25 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `attackpower`=224, `rangedattackpower`=25 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `attackpower`=230, `rangedattackpower`=25 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `attackpower`=232, `rangedattackpower`=25 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `attackpower`=238, `rangedattackpower`=26 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `attackpower`=242, `rangedattackpower`=26 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `attackpower`=248, `rangedattackpower`=26 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `attackpower`=250, `rangedattackpower`=27 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `attackpower`=256, `rangedattackpower`=27 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `attackpower`=260, `rangedattackpower`=27 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `attackpower`=266, `rangedattackpower`=28 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `attackpower`=270, `rangedattackpower`=28 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `attackpower`=274, `rangedattackpower`=31 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `attackpower`=280, `rangedattackpower`=34 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `attackpower`=286, `rangedattackpower`=37 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `attackpower`=316, `rangedattackpower`=41 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `attackpower`=350, `rangedattackpower`=45 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `attackpower`=386, `rangedattackpower`=49 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `attackpower`=428, `rangedattackpower`=54 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `attackpower`=472, `rangedattackpower`=58 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `attackpower`=520, `rangedattackpower`=64 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `attackpower`=574, `rangedattackpower`=69 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `attackpower`=608, `rangedattackpower`=74 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `attackpower`=652, `rangedattackpower`=79 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `attackpower`=686, `rangedattackpower`=84 WHERE `class`=8 AND `level`=83; diff --git a/sql/updates/world/2013_12_29_00_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_29_00_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..778e76a4e04 --- /dev/null +++ b/sql/updates/world/2013_12_29_00_world_creature_classlevelstats.sql @@ -0,0 +1,71 @@ +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.1744 WHERE `class`=1 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.2244 WHERE `class`=1 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.2744 WHERE `class`=1 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.3244 WHERE `class`=1 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3744 WHERE `class`=1 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.4244 WHERE `class`=1 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.4744 WHERE `class`=1 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.5244 WHERE `class`=1 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=143.5744 WHERE `class`=1 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=147.6244 WHERE `class`=1 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=151.6744 WHERE `class`=1 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=155.7244 WHERE `class`=1 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=160.2582 WHERE `class`=1 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=164.9240 WHERE `class`=1 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=168.9740 WHERE `class`=1 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=173.0240 WHERE `class`=1 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=177.0740 WHERE `class`=1 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.4876 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.4614 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.4352 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.4090 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3828 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.2566 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.1304 WHERE `class`=2 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.0042 WHERE `class`=2 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=142.8780 WHERE `class`=2 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=146.8518 WHERE `class`=2 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=150.8256 WHERE `class`=2 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=154.7994 WHERE `class`=2 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=158.7732 WHERE `class`=2 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=162.7470 WHERE `class`=2 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=166.7208 WHERE `class`=2 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=170.6946 WHERE `class`=2 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=174.6684 WHERE `class`=2 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.1744 WHERE `class`=4 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.2244 WHERE `class`=4 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.2744 WHERE `class`=4 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.3244 WHERE `class`=4 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3744 WHERE `class`=4 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.4244 WHERE `class`=4 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.4744 WHERE `class`=4 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.5244 WHERE `class`=4 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=143.5744 WHERE `class`=4 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=147.6244 WHERE `class`=4 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=151.6744 WHERE `class`=4 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=155.7244 WHERE `class`=4 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=160.2582 WHERE `class`=4 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=164.9240 WHERE `class`=4 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=168.9740 WHERE `class`=4 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=173.0240 WHERE `class`=4 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=177.0740 WHERE `class`=4 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=101.4332 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=105.3070 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=109.1808 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=113.0546 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=116.9284 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=120.8022 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=124.6760 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=128.5498 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=132.4236 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=136.2974 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=140.1712 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=144.0450 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=147.9188 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=152.5548 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=156.4286 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=160.3024 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=164.1762 WHERE `class`=8 AND `level`=83; diff --git a/sql/updates/world/2013_12_29_01_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_29_01_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..7d989f80072 --- /dev/null +++ b/sql/updates/world/2013_12_29_01_world_creature_classlevelstats.sql @@ -0,0 +1,71 @@ +UPDATE `creature_classlevelstats` SET `damage_exp1`=42.1353 WHERE `class`=1 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=46.9207 WHERE `class`=1 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=51.7061 WHERE `class`=1 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=56.4915 WHERE `class`=1 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=61.2769 WHERE `class`=1 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=66.0623 WHERE `class`=1 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=70.8477 WHERE `class`=1 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=75.6331 WHERE `class`=1 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=80.4185 WHERE `class`=1 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=85.2039 WHERE `class`=1 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=89.9893 WHERE `class`=1 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=94.7747 WHERE `class`=1 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=99.5601 WHERE `class`=1 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=104.3456 WHERE `class`=1 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=109.1310 WHERE `class`=1 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=113.9164 WHERE `class`=1 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=118.7018 WHERE `class`=1 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=40.1830 WHERE `class`=2 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=44.7542 WHERE `class`=2 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=49.3254 WHERE `class`=2 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=53.8966 WHERE `class`=2 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=58.4678 WHERE `class`=2 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=63.4390 WHERE `class`=2 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=68.4102 WHERE `class`=2 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=73.3814 WHERE `class`=2 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=78.3526 WHERE `class`=2 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=83.3238 WHERE `class`=2 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=88.2950 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=93.2662 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=98.2376 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=103.0388 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=107.8400 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=112.6412 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=117.4424 WHERE `class`=2 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=42.1353 WHERE `class`=4 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=46.9207 WHERE `class`=4 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=51.7061 WHERE `class`=4 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=56.4915 WHERE `class`=4 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=61.2769 WHERE `class`=4 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=66.0623 WHERE `class`=4 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=70.8477 WHERE `class`=4 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=75.6331 WHERE `class`=4 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=80.4185 WHERE `class`=4 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=85.2039 WHERE `class`=4 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=89.9893 WHERE `class`=4 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=94.7747 WHERE `class`=4 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=99.5601 WHERE `class`=4 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=104.3456 WHERE `class`=4 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=109.1310 WHERE `class`=4 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=113.9164 WHERE `class`=4 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=118.7018 WHERE `class`=4 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=36.3127 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=40.8157 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=45.3187 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=49.8217 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=54.3247 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=58.8277 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=63.3307 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=67.8337 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=72.3367 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=76.8397 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=81.3427 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=85.8457 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=90.3487 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=94.8517 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=99.3547 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=103.8577 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=108.7978 WHERE `class`=8 AND `level`=73; diff --git a/sql/updates/world/2013_12_30_00_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_30_00_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..8974bcc025d --- /dev/null +++ b/sql/updates/world/2013_12_30_00_world_creature_classlevelstats.sql @@ -0,0 +1,479 @@ +UPDATE `creature_classlevelstats` SET `damage_base`=0.2500 WHERE `class`=1 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.5400 WHERE `class`=1 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.7400 WHERE `class`=1 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=0.9435 WHERE `class`=1 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.5000 WHERE `class`=1 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=2.2000 WHERE `class`=1 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=3.0000 WHERE `class`=1 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=4.3597 WHERE `class`=1 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=4.6993 WHERE `class`=1 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=4.8281 WHERE `class`=1 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=5.1609 WHERE `class`=1 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.6558 WHERE `class`=1 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=6.0221 WHERE `class`=1 AND `level`=13; +UPDATE `creature_classlevelstats` SET `damage_base`=6.6101 WHERE `class`=1 AND `level`=14; +UPDATE `creature_classlevelstats` SET `damage_base`=7.1981 WHERE `class`=1 AND `level`=15; +UPDATE `creature_classlevelstats` SET `damage_base`=7.7861 WHERE `class`=1 AND `level`=16; +UPDATE `creature_classlevelstats` SET `damage_base`=8.3741 WHERE `class`=1 AND `level`=17; +UPDATE `creature_classlevelstats` SET `damage_base`=8.9621 WHERE `class`=1 AND `level`=18; +UPDATE `creature_classlevelstats` SET `damage_base`=9.5501 WHERE `class`=1 AND `level`=19; +UPDATE `creature_classlevelstats` SET `damage_base`=10.1381 WHERE `class`=1 AND `level`=20; +UPDATE `creature_classlevelstats` SET `damage_base`=10.7261 WHERE `class`=1 AND `level`=21; +UPDATE `creature_classlevelstats` SET `damage_base`=11.3141 WHERE `class`=1 AND `level`=22; +UPDATE `creature_classlevelstats` SET `damage_base`=11.9021 WHERE `class`=1 AND `level`=23; +UPDATE `creature_classlevelstats` SET `damage_base`=12.4901 WHERE `class`=1 AND `level`=24; +UPDATE `creature_classlevelstats` SET `damage_base`=13.0781 WHERE `class`=1 AND `level`=25; +UPDATE `creature_classlevelstats` SET `damage_base`=13.6661 WHERE `class`=1 AND `level`=26; +UPDATE `creature_classlevelstats` SET `damage_base`=14.2541 WHERE `class`=1 AND `level`=27; +UPDATE `creature_classlevelstats` SET `damage_base`=14.8421 WHERE `class`=1 AND `level`=28; +UPDATE `creature_classlevelstats` SET `damage_base`=15.4301 WHERE `class`=1 AND `level`=29; +UPDATE `creature_classlevelstats` SET `damage_base`=16.0181 WHERE `class`=1 AND `level`=30; +UPDATE `creature_classlevelstats` SET `damage_base`=16.6061 WHERE `class`=1 AND `level`=31; +UPDATE `creature_classlevelstats` SET `damage_base`=17.1941 WHERE `class`=1 AND `level`=32; +UPDATE `creature_classlevelstats` SET `damage_base`=17.7821 WHERE `class`=1 AND `level`=33; +UPDATE `creature_classlevelstats` SET `damage_base`=18.3701 WHERE `class`=1 AND `level`=34; +UPDATE `creature_classlevelstats` SET `damage_base`=18.9581 WHERE `class`=1 AND `level`=35; +UPDATE `creature_classlevelstats` SET `damage_base`=19.5461 WHERE `class`=1 AND `level`=36; +UPDATE `creature_classlevelstats` SET `damage_base`=20.1341 WHERE `class`=1 AND `level`=37; +UPDATE `creature_classlevelstats` SET `damage_base`=20.7221 WHERE `class`=1 AND `level`=38; +UPDATE `creature_classlevelstats` SET `damage_base`=21.3101 WHERE `class`=1 AND `level`=39; +UPDATE `creature_classlevelstats` SET `damage_base`=21.8981 WHERE `class`=1 AND `level`=40; +UPDATE `creature_classlevelstats` SET `damage_base`=22.4861 WHERE `class`=1 AND `level`=41; +UPDATE `creature_classlevelstats` SET `damage_base`=23.0741 WHERE `class`=1 AND `level`=42; +UPDATE `creature_classlevelstats` SET `damage_base`=23.6621 WHERE `class`=1 AND `level`=43; +UPDATE `creature_classlevelstats` SET `damage_base`=24.2501 WHERE `class`=1 AND `level`=44; +UPDATE `creature_classlevelstats` SET `damage_base`=24.8381 WHERE `class`=1 AND `level`=45; +UPDATE `creature_classlevelstats` SET `damage_base`=25.4261 WHERE `class`=1 AND `level`=46; +UPDATE `creature_classlevelstats` SET `damage_base`=26.0141 WHERE `class`=1 AND `level`=47; +UPDATE `creature_classlevelstats` SET `damage_base`=26.6021 WHERE `class`=1 AND `level`=48; +UPDATE `creature_classlevelstats` SET `damage_base`=27.1901 WHERE `class`=1 AND `level`=49; +UPDATE `creature_classlevelstats` SET `damage_base`=27.7781 WHERE `class`=1 AND `level`=50; +UPDATE `creature_classlevelstats` SET `damage_base`=28.3661 WHERE `class`=1 AND `level`=51; +UPDATE `creature_classlevelstats` SET `damage_base`=28.9541 WHERE `class`=1 AND `level`=52; +UPDATE `creature_classlevelstats` SET `damage_base`=29.5421 WHERE `class`=1 AND `level`=53; +UPDATE `creature_classlevelstats` SET `damage_base`=30.1301 WHERE `class`=1 AND `level`=54; +UPDATE `creature_classlevelstats` SET `damage_base`=30.7177 WHERE `class`=1 AND `level`=55; +UPDATE `creature_classlevelstats` SET `damage_base`=31.3057 WHERE `class`=1 AND `level`=56; +UPDATE `creature_classlevelstats` SET `damage_base`=31.8937 WHERE `class`=1 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_base`=32.4817 WHERE `class`=1 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_base`=33.0697 WHERE `class`=1 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_base`=33.6577 WHERE `class`=1 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_base`=34.2457 WHERE `class`=1 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_base`=34.8337 WHERE `class`=1 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_base`=35.4217 WHERE `class`=1 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_base`=36.0097 WHERE `class`=1 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_base`=36.5977 WHERE `class`=1 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_base`=37.1857 WHERE `class`=1 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_base`=37.7737 WHERE `class`=1 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_base`=38.3617 WHERE `class`=1 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_base`=38.9497 WHERE `class`=1 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_base`=39.5377 WHERE `class`=1 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_base`=40.1257 WHERE `class`=1 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_base`=40.7137 WHERE `class`=1 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_base`=41.3017 WHERE `class`=1 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_base`=41.8897 WHERE `class`=1 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_base`=42.4777 WHERE `class`=1 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_base`=43.0657 WHERE `class`=1 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_base`=43.6537 WHERE `class`=1 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_base`=44.2417 WHERE `class`=1 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_base`=44.8297 WHERE `class`=1 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_base`=45.4177 WHERE `class`=1 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_base`=46.0057 WHERE `class`=1 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_base`=46.5937 WHERE `class`=1 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_base`=47.1817 WHERE `class`=1 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_base`=0.2500 WHERE `class`=2 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.5400 WHERE `class`=2 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.7400 WHERE `class`=2 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=0.9435 WHERE `class`=2 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.5000 WHERE `class`=2 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=2.2000 WHERE `class`=2 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=3.0000 WHERE `class`=2 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=4.3597 WHERE `class`=2 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=4.6993 WHERE `class`=2 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=4.8281 WHERE `class`=2 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=5.1609 WHERE `class`=2 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.6558 WHERE `class`=2 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=5.4575 WHERE `class`=2 AND `level`=13; +UPDATE `creature_classlevelstats` SET `damage_base`=5.9573 WHERE `class`=2 AND `level`=14; +UPDATE `creature_classlevelstats` SET `damage_base`=6.4571 WHERE `class`=2 AND `level`=15; +UPDATE `creature_classlevelstats` SET `damage_base`=6.9569 WHERE `class`=2 AND `level`=16; +UPDATE `creature_classlevelstats` SET `damage_base`=7.4567 WHERE `class`=2 AND `level`=17; +UPDATE `creature_classlevelstats` SET `damage_base`=7.9565 WHERE `class`=2 AND `level`=18; +UPDATE `creature_classlevelstats` SET `damage_base`=8.4563 WHERE `class`=2 AND `level`=19; +UPDATE `creature_classlevelstats` SET `damage_base`=8.9561 WHERE `class`=2 AND `level`=20; +UPDATE `creature_classlevelstats` SET `damage_base`=9.3521 WHERE `class`=2 AND `level`=21; +UPDATE `creature_classlevelstats` SET `damage_base`=9.7481 WHERE `class`=2 AND `level`=22; +UPDATE `creature_classlevelstats` SET `damage_base`=10.1441 WHERE `class`=2 AND `level`=23; +UPDATE `creature_classlevelstats` SET `damage_base`=10.5401 WHERE `class`=2 AND `level`=24; +UPDATE `creature_classlevelstats` SET `damage_base`=10.9361 WHERE `class`=2 AND `level`=25; +UPDATE `creature_classlevelstats` SET `damage_base`=11.3321 WHERE `class`=2 AND `level`=26; +UPDATE `creature_classlevelstats` SET `damage_base`=11.7281 WHERE `class`=2 AND `level`=27; +UPDATE `creature_classlevelstats` SET `damage_base`=12.1241 WHERE `class`=2 AND `level`=28; +UPDATE `creature_classlevelstats` SET `damage_base`=12.5201 WHERE `class`=2 AND `level`=29; +UPDATE `creature_classlevelstats` SET `damage_base`=12.9161 WHERE `class`=2 AND `level`=30; +UPDATE `creature_classlevelstats` SET `damage_base`=13.3121 WHERE `class`=2 AND `level`=31; +UPDATE `creature_classlevelstats` SET `damage_base`=13.7081 WHERE `class`=2 AND `level`=32; +UPDATE `creature_classlevelstats` SET `damage_base`=14.1041 WHERE `class`=2 AND `level`=33; +UPDATE `creature_classlevelstats` SET `damage_base`=14.5001 WHERE `class`=2 AND `level`=34; +UPDATE `creature_classlevelstats` SET `damage_base`=14.8961 WHERE `class`=2 AND `level`=35; +UPDATE `creature_classlevelstats` SET `damage_base`=15.2921 WHERE `class`=2 AND `level`=36; +UPDATE `creature_classlevelstats` SET `damage_base`=15.6881 WHERE `class`=2 AND `level`=37; +UPDATE `creature_classlevelstats` SET `damage_base`=16.0841 WHERE `class`=2 AND `level`=38; +UPDATE `creature_classlevelstats` SET `damage_base`=16.4801 WHERE `class`=2 AND `level`=39; +UPDATE `creature_classlevelstats` SET `damage_base`=16.8754 WHERE `class`=2 AND `level`=40; +UPDATE `creature_classlevelstats` SET `damage_base`=17.6408 WHERE `class`=2 AND `level`=41; +UPDATE `creature_classlevelstats` SET `damage_base`=18.4062 WHERE `class`=2 AND `level`=42; +UPDATE `creature_classlevelstats` SET `damage_base`=19.1716 WHERE `class`=2 AND `level`=43; +UPDATE `creature_classlevelstats` SET `damage_base`=19.9370 WHERE `class`=2 AND `level`=44; +UPDATE `creature_classlevelstats` SET `damage_base`=20.7024 WHERE `class`=2 AND `level`=45; +UPDATE `creature_classlevelstats` SET `damage_base`=21.4678 WHERE `class`=2 AND `level`=46; +UPDATE `creature_classlevelstats` SET `damage_base`=22.2332 WHERE `class`=2 AND `level`=47; +UPDATE `creature_classlevelstats` SET `damage_base`=22.9986 WHERE `class`=2 AND `level`=48; +UPDATE `creature_classlevelstats` SET `damage_base`=23.7640 WHERE `class`=2 AND `level`=49; +UPDATE `creature_classlevelstats` SET `damage_base`=24.5294 WHERE `class`=2 AND `level`=50; +UPDATE `creature_classlevelstats` SET `damage_base`=25.2948 WHERE `class`=2 AND `level`=51; +UPDATE `creature_classlevelstats` SET `damage_base`=26.0602 WHERE `class`=2 AND `level`=52; +UPDATE `creature_classlevelstats` SET `damage_base`=26.8256 WHERE `class`=2 AND `level`=53; +UPDATE `creature_classlevelstats` SET `damage_base`=27.5910 WHERE `class`=2 AND `level`=54; +UPDATE `creature_classlevelstats` SET `damage_base`=28.3567 WHERE `class`=2 AND `level`=55; +UPDATE `creature_classlevelstats` SET `damage_base`=28.9221 WHERE `class`=2 AND `level`=56; +UPDATE `creature_classlevelstats` SET `damage_base`=29.4875 WHERE `class`=2 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_base`=30.0529 WHERE `class`=2 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_base`=30.6183 WHERE `class`=2 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_base`=31.1837 WHERE `class`=2 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_base`=31.7491 WHERE `class`=2 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_base`=32.3145 WHERE `class`=2 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_base`=32.8799 WHERE `class`=2 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_base`=33.4453 WHERE `class`=2 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_base`=34.0107 WHERE `class`=2 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_base`=34.5761 WHERE `class`=2 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_base`=35.1415 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_base`=35.7069 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_base`=36.2723 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_base`=36.8377 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_base`=37.4031 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_base`=37.9685 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_base`=38.5339 WHERE `class`=2 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_base`=39.0993 WHERE `class`=2 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_base`=39.6647 WHERE `class`=2 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_base`=40.2301 WHERE `class`=2 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_base`=40.7955 WHERE `class`=2 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_base`=41.3609 WHERE `class`=2 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_base`=41.9263 WHERE `class`=2 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_base`=42.4917 WHERE `class`=2 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_base`=43.0571 WHERE `class`=2 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_base`=43.6225 WHERE `class`=2 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_base`=44.1879 WHERE `class`=2 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_base`=0.2500 WHERE `class`=4 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.5400 WHERE `class`=4 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.7400 WHERE `class`=4 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=0.9435 WHERE `class`=4 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.5000 WHERE `class`=4 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=2.2000 WHERE `class`=4 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=3.0000 WHERE `class`=4 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=4.3597 WHERE `class`=4 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=4.6993 WHERE `class`=4 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=4.8281 WHERE `class`=4 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=5.1609 WHERE `class`=4 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.6558 WHERE `class`=4 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=6.0221 WHERE `class`=4 AND `level`=13; +UPDATE `creature_classlevelstats` SET `damage_base`=6.6101 WHERE `class`=4 AND `level`=14; +UPDATE `creature_classlevelstats` SET `damage_base`=7.1981 WHERE `class`=4 AND `level`=15; +UPDATE `creature_classlevelstats` SET `damage_base`=7.7861 WHERE `class`=4 AND `level`=16; +UPDATE `creature_classlevelstats` SET `damage_base`=8.3741 WHERE `class`=4 AND `level`=17; +UPDATE `creature_classlevelstats` SET `damage_base`=8.9621 WHERE `class`=4 AND `level`=18; +UPDATE `creature_classlevelstats` SET `damage_base`=9.5501 WHERE `class`=4 AND `level`=19; +UPDATE `creature_classlevelstats` SET `damage_base`=10.1381 WHERE `class`=4 AND `level`=20; +UPDATE `creature_classlevelstats` SET `damage_base`=10.7261 WHERE `class`=4 AND `level`=21; +UPDATE `creature_classlevelstats` SET `damage_base`=11.3141 WHERE `class`=4 AND `level`=22; +UPDATE `creature_classlevelstats` SET `damage_base`=11.9021 WHERE `class`=4 AND `level`=23; +UPDATE `creature_classlevelstats` SET `damage_base`=12.4901 WHERE `class`=4 AND `level`=24; +UPDATE `creature_classlevelstats` SET `damage_base`=13.0781 WHERE `class`=4 AND `level`=25; +UPDATE `creature_classlevelstats` SET `damage_base`=13.6661 WHERE `class`=4 AND `level`=26; +UPDATE `creature_classlevelstats` SET `damage_base`=14.2541 WHERE `class`=4 AND `level`=27; +UPDATE `creature_classlevelstats` SET `damage_base`=14.8421 WHERE `class`=4 AND `level`=28; +UPDATE `creature_classlevelstats` SET `damage_base`=15.4301 WHERE `class`=4 AND `level`=29; +UPDATE `creature_classlevelstats` SET `damage_base`=16.0181 WHERE `class`=4 AND `level`=30; +UPDATE `creature_classlevelstats` SET `damage_base`=16.6061 WHERE `class`=4 AND `level`=31; +UPDATE `creature_classlevelstats` SET `damage_base`=17.1941 WHERE `class`=4 AND `level`=32; +UPDATE `creature_classlevelstats` SET `damage_base`=17.7821 WHERE `class`=4 AND `level`=33; +UPDATE `creature_classlevelstats` SET `damage_base`=18.3701 WHERE `class`=4 AND `level`=34; +UPDATE `creature_classlevelstats` SET `damage_base`=18.9581 WHERE `class`=4 AND `level`=35; +UPDATE `creature_classlevelstats` SET `damage_base`=19.5461 WHERE `class`=4 AND `level`=36; +UPDATE `creature_classlevelstats` SET `damage_base`=20.1341 WHERE `class`=4 AND `level`=37; +UPDATE `creature_classlevelstats` SET `damage_base`=20.7221 WHERE `class`=4 AND `level`=38; +UPDATE `creature_classlevelstats` SET `damage_base`=21.3101 WHERE `class`=4 AND `level`=39; +UPDATE `creature_classlevelstats` SET `damage_base`=21.8981 WHERE `class`=4 AND `level`=40; +UPDATE `creature_classlevelstats` SET `damage_base`=22.4861 WHERE `class`=4 AND `level`=41; +UPDATE `creature_classlevelstats` SET `damage_base`=23.0741 WHERE `class`=4 AND `level`=42; +UPDATE `creature_classlevelstats` SET `damage_base`=23.6621 WHERE `class`=4 AND `level`=43; +UPDATE `creature_classlevelstats` SET `damage_base`=24.2501 WHERE `class`=4 AND `level`=44; +UPDATE `creature_classlevelstats` SET `damage_base`=24.8381 WHERE `class`=4 AND `level`=45; +UPDATE `creature_classlevelstats` SET `damage_base`=25.4261 WHERE `class`=4 AND `level`=46; +UPDATE `creature_classlevelstats` SET `damage_base`=26.0141 WHERE `class`=4 AND `level`=47; +UPDATE `creature_classlevelstats` SET `damage_base`=26.6021 WHERE `class`=4 AND `level`=48; +UPDATE `creature_classlevelstats` SET `damage_base`=27.1901 WHERE `class`=4 AND `level`=49; +UPDATE `creature_classlevelstats` SET `damage_base`=27.7781 WHERE `class`=4 AND `level`=50; +UPDATE `creature_classlevelstats` SET `damage_base`=28.3661 WHERE `class`=4 AND `level`=51; +UPDATE `creature_classlevelstats` SET `damage_base`=28.9541 WHERE `class`=4 AND `level`=52; +UPDATE `creature_classlevelstats` SET `damage_base`=29.5421 WHERE `class`=4 AND `level`=53; +UPDATE `creature_classlevelstats` SET `damage_base`=30.1301 WHERE `class`=4 AND `level`=54; +UPDATE `creature_classlevelstats` SET `damage_base`=30.7177 WHERE `class`=4 AND `level`=55; +UPDATE `creature_classlevelstats` SET `damage_base`=31.3057 WHERE `class`=4 AND `level`=56; +UPDATE `creature_classlevelstats` SET `damage_base`=31.8937 WHERE `class`=4 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_base`=32.4817 WHERE `class`=4 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_base`=33.0697 WHERE `class`=4 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_base`=33.6577 WHERE `class`=4 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_base`=34.2457 WHERE `class`=4 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_base`=34.8337 WHERE `class`=4 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_base`=35.4217 WHERE `class`=4 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_base`=36.0097 WHERE `class`=4 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_base`=36.5977 WHERE `class`=4 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_base`=37.1857 WHERE `class`=4 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_base`=37.7737 WHERE `class`=4 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_base`=38.3617 WHERE `class`=4 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_base`=38.9497 WHERE `class`=4 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_base`=39.5377 WHERE `class`=4 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_base`=40.1257 WHERE `class`=4 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_base`=40.7137 WHERE `class`=4 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_base`=41.3017 WHERE `class`=4 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_base`=41.8897 WHERE `class`=4 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_base`=42.4777 WHERE `class`=4 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_base`=43.0657 WHERE `class`=4 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_base`=43.6537 WHERE `class`=4 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_base`=44.2417 WHERE `class`=4 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_base`=44.8297 WHERE `class`=4 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_base`=45.4177 WHERE `class`=4 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_base`=46.0057 WHERE `class`=4 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_base`=46.5937 WHERE `class`=4 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_base`=47.1817 WHERE `class`=4 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_base`=0.2500 WHERE `class`=8 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.5400 WHERE `class`=8 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.7400 WHERE `class`=8 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=0.9435 WHERE `class`=8 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.5000 WHERE `class`=8 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=2.2000 WHERE `class`=8 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=3.0000 WHERE `class`=8 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=4.3597 WHERE `class`=8 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=4.6993 WHERE `class`=8 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=4.8281 WHERE `class`=8 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=5.1609 WHERE `class`=8 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.6558 WHERE `class`=8 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=5.8075 WHERE `class`=8 AND `level`=13; +UPDATE `creature_classlevelstats` SET `damage_base`=6.0953 WHERE `class`=8 AND `level`=14; +UPDATE `creature_classlevelstats` SET `damage_base`=6.6583 WHERE `class`=8 AND `level`=15; +UPDATE `creature_classlevelstats` SET `damage_base`=7.0945 WHERE `class`=8 AND `level`=16; +UPDATE `creature_classlevelstats` SET `damage_base`=7.6058 WHERE `class`=8 AND `level`=17; +UPDATE `creature_classlevelstats` SET `damage_base`=7.9043 WHERE `class`=8 AND `level`=18; +UPDATE `creature_classlevelstats` SET `damage_base`=8.3806 WHERE `class`=8 AND `level`=19; +UPDATE `creature_classlevelstats` SET `damage_base`=8.9561 WHERE `class`=8 AND `level`=20; +UPDATE `creature_classlevelstats` SET `damage_base`=9.2202 WHERE `class`=8 AND `level`=21; +UPDATE `creature_classlevelstats` SET `damage_base`=9.5228 WHERE `class`=8 AND `level`=22; +UPDATE `creature_classlevelstats` SET `damage_base`=9.8254 WHERE `class`=8 AND `level`=23; +UPDATE `creature_classlevelstats` SET `damage_base`=10.1280 WHERE `class`=8 AND `level`=24; +UPDATE `creature_classlevelstats` SET `damage_base`=10.4306 WHERE `class`=8 AND `level`=25; +UPDATE `creature_classlevelstats` SET `damage_base`=10.7332 WHERE `class`=8 AND `level`=26; +UPDATE `creature_classlevelstats` SET `damage_base`=11.0358 WHERE `class`=8 AND `level`=27; +UPDATE `creature_classlevelstats` SET `damage_base`=11.3384 WHERE `class`=8 AND `level`=28; +UPDATE `creature_classlevelstats` SET `damage_base`=11.6410 WHERE `class`=8 AND `level`=29; +UPDATE `creature_classlevelstats` SET `damage_base`=11.9436 WHERE `class`=8 AND `level`=30; +UPDATE `creature_classlevelstats` SET `damage_base`=12.2462 WHERE `class`=8 AND `level`=31; +UPDATE `creature_classlevelstats` SET `damage_base`=12.5488 WHERE `class`=8 AND `level`=32; +UPDATE `creature_classlevelstats` SET `damage_base`=12.8514 WHERE `class`=8 AND `level`=33; +UPDATE `creature_classlevelstats` SET `damage_base`=13.1540 WHERE `class`=8 AND `level`=34; +UPDATE `creature_classlevelstats` SET `damage_base`=13.4567 WHERE `class`=8 AND `level`=35; +UPDATE `creature_classlevelstats` SET `damage_base`=14.0678 WHERE `class`=8 AND `level`=36; +UPDATE `creature_classlevelstats` SET `damage_base`=14.6789 WHERE `class`=8 AND `level`=37; +UPDATE `creature_classlevelstats` SET `damage_base`=15.2900 WHERE `class`=8 AND `level`=38; +UPDATE `creature_classlevelstats` SET `damage_base`=15.9011 WHERE `class`=8 AND `level`=39; +UPDATE `creature_classlevelstats` SET `damage_base`=16.5122 WHERE `class`=8 AND `level`=40; +UPDATE `creature_classlevelstats` SET `damage_base`=17.1233 WHERE `class`=8 AND `level`=41; +UPDATE `creature_classlevelstats` SET `damage_base`=17.7344 WHERE `class`=8 AND `level`=42; +UPDATE `creature_classlevelstats` SET `damage_base`=18.3455 WHERE `class`=8 AND `level`=43; +UPDATE `creature_classlevelstats` SET `damage_base`=18.9566 WHERE `class`=8 AND `level`=44; +UPDATE `creature_classlevelstats` SET `damage_base`=19.5677 WHERE `class`=8 AND `level`=45; +UPDATE `creature_classlevelstats` SET `damage_base`=20.1788 WHERE `class`=8 AND `level`=46; +UPDATE `creature_classlevelstats` SET `damage_base`=20.7899 WHERE `class`=8 AND `level`=47; +UPDATE `creature_classlevelstats` SET `damage_base`=21.4010 WHERE `class`=8 AND `level`=48; +UPDATE `creature_classlevelstats` SET `damage_base`=22.0121 WHERE `class`=8 AND `level`=49; +UPDATE `creature_classlevelstats` SET `damage_base`=22.6232 WHERE `class`=8 AND `level`=50; +UPDATE `creature_classlevelstats` SET `damage_base`=23.2343 WHERE `class`=8 AND `level`=51; +UPDATE `creature_classlevelstats` SET `damage_base`=23.8454 WHERE `class`=8 AND `level`=52; +UPDATE `creature_classlevelstats` SET `damage_base`=24.4565 WHERE `class`=8 AND `level`=53; +UPDATE `creature_classlevelstats` SET `damage_base`=25.0676 WHERE `class`=8 AND `level`=54; +UPDATE `creature_classlevelstats` SET `damage_base`=25.6787 WHERE `class`=8 AND `level`=55; +UPDATE `creature_classlevelstats` SET `damage_base`=26.2898 WHERE `class`=8 AND `level`=56; +UPDATE `creature_classlevelstats` SET `damage_base`=26.9009 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_base`=27.5120 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_base`=28.1234 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_base`=28.7345 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_base`=29.3456 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_base`=29.9567 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_base`=30.5678 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_base`=31.1789 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_base`=31.7900 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_base`=32.4011 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_base`=33.0122 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_base`=33.6233 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_base`=34.2344 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_base`=34.8455 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_base`=35.4566 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_base`=36.0677 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_base`=36.6788 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_base`=37.2899 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_base`=37.9010 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_base`=38.5121 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_base`=39.1232 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_base`=39.7343 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_base`=40.3454 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_base`=40.9565 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_base`=41.5676 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_base`=42.1787 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_base`=42.7898 WHERE `class`=8 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=42.1353 WHERE `class`=1 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=46.9207 WHERE `class`=1 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=51.7061 WHERE `class`=1 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=56.4915 WHERE `class`=1 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=61.2769 WHERE `class`=1 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=66.0623 WHERE `class`=1 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=70.8477 WHERE `class`=1 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=75.6331 WHERE `class`=1 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=80.4185 WHERE `class`=1 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=85.2039 WHERE `class`=1 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=89.9893 WHERE `class`=1 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=94.7747 WHERE `class`=1 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=99.5601 WHERE `class`=1 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=104.3456 WHERE `class`=1 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=109.1310 WHERE `class`=1 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=113.9164 WHERE `class`=1 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=118.7018 WHERE `class`=1 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=40.1830 WHERE `class`=2 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=44.7542 WHERE `class`=2 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=49.3254 WHERE `class`=2 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=53.8966 WHERE `class`=2 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=58.4678 WHERE `class`=2 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=63.4390 WHERE `class`=2 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=68.4102 WHERE `class`=2 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=73.3814 WHERE `class`=2 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=78.3526 WHERE `class`=2 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=83.3238 WHERE `class`=2 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=88.2950 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=93.2662 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=98.2376 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=103.0388 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=107.8400 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=112.6412 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=117.4424 WHERE `class`=2 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=42.1353 WHERE `class`=4 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=46.9207 WHERE `class`=4 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=51.7061 WHERE `class`=4 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=56.4915 WHERE `class`=4 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=61.2769 WHERE `class`=4 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=66.0623 WHERE `class`=4 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=70.8477 WHERE `class`=4 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=75.6331 WHERE `class`=4 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=80.4185 WHERE `class`=4 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=85.2039 WHERE `class`=4 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=89.9893 WHERE `class`=4 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=94.7747 WHERE `class`=4 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=99.5601 WHERE `class`=4 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=104.3456 WHERE `class`=4 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=109.1310 WHERE `class`=4 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=113.9164 WHERE `class`=4 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=118.7018 WHERE `class`=4 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=37.8665 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=38.7223 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=39.5781 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=40.4339 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=41.2897 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=42.1455 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=43.0013 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=43.8571 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=44.7129 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=45.5687 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=46.4245 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=47.2803 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=48.1361 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=48.9919 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=49.8477 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=50.7035 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=51.5593 WHERE `class`=8 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.1744 WHERE `class`=1 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.2244 WHERE `class`=1 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.2744 WHERE `class`=1 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.3244 WHERE `class`=1 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3744 WHERE `class`=1 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.4244 WHERE `class`=1 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.4744 WHERE `class`=1 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.5244 WHERE `class`=1 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=143.5744 WHERE `class`=1 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=147.6244 WHERE `class`=1 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=151.6744 WHERE `class`=1 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=155.7244 WHERE `class`=1 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=160.2582 WHERE `class`=1 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=164.9240 WHERE `class`=1 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=168.9740 WHERE `class`=1 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=173.0240 WHERE `class`=1 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=177.0740 WHERE `class`=1 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.4876 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.4614 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.4352 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.4090 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3828 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.2566 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.1304 WHERE `class`=2 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.0042 WHERE `class`=2 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=142.8780 WHERE `class`=2 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=146.8518 WHERE `class`=2 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=150.8256 WHERE `class`=2 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=154.7994 WHERE `class`=2 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=158.7732 WHERE `class`=2 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=162.7470 WHERE `class`=2 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=166.7208 WHERE `class`=2 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=170.6946 WHERE `class`=2 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=174.6684 WHERE `class`=2 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.1744 WHERE `class`=4 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.2244 WHERE `class`=4 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.2744 WHERE `class`=4 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.3244 WHERE `class`=4 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3744 WHERE `class`=4 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.4244 WHERE `class`=4 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.4744 WHERE `class`=4 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.5244 WHERE `class`=4 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=143.5744 WHERE `class`=4 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=147.6244 WHERE `class`=4 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=151.6744 WHERE `class`=4 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=155.7244 WHERE `class`=4 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=160.2582 WHERE `class`=4 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=164.9240 WHERE `class`=4 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=168.9740 WHERE `class`=4 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=173.0240 WHERE `class`=4 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=177.0740 WHERE `class`=4 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=111.4876 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=115.4614 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.4352 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.4090 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3828 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.2566 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=135.1304 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.0042 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=142.8780 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=146.8518 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=150.8256 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=154.7994 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=158.7732 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=162.7470 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=166.7208 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=170.6946 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=174.6684 WHERE `class`=8 AND `level`=83; diff --git a/sql/updates/world/2013_12_30_01_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_30_01_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..330545abf10 --- /dev/null +++ b/sql/updates/world/2013_12_30_01_world_creature_classlevelstats.sql @@ -0,0 +1,83 @@ +UPDATE `creature_classlevelstats` SET `damage_base`=0.7460, `attackpower`=1 WHERE `class`=2 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.7365, `attackpower`=3 WHERE `class`=2 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.6984, `attackpower`=7 WHERE `class`=2 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=1.2138, `attackpower`=18 WHERE `class`=2 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.8471, `attackpower`=19 WHERE `class`=2 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=2.6006, `attackpower`=24 WHERE `class`=2 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=3.5412, `attackpower`=28 WHERE `class`=2 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=4.1435, `attackpower`=32 WHERE `class`=2 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=4.7933, `attackpower`=36 WHERE `class`=2 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=5.0660, `attackpower`=38 WHERE `class`=2 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=5.3387, `attackpower`=40 WHERE `class`=2 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.6114, `attackpower`=42 WHERE `class`=2 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=5.8841, `attackpower`=44 WHERE `class`=2 AND `level`=13; +UPDATE `creature_classlevelstats` SET `damage_base`=6.1568, `attackpower`=46 WHERE `class`=2 AND `level`=14; +UPDATE `creature_classlevelstats` SET `damage_base`=6.8211, `attackpower`=48 WHERE `class`=2 AND `level`=15; +UPDATE `creature_classlevelstats` SET `damage_base`=7.1374, `attackpower`=52 WHERE `class`=2 AND `level`=16; +UPDATE `creature_classlevelstats` SET `damage_base`=7.6355, `attackpower`=56 WHERE `class`=2 AND `level`=17; +UPDATE `creature_classlevelstats` SET `damage_base`=8.1353, `attackpower`=58 WHERE `class`=2 AND `level`=18; +UPDATE `creature_classlevelstats` SET `damage_base`=8.6351, `attackpower`=60 WHERE `class`=2 AND `level`=19; +UPDATE `creature_classlevelstats` SET `damage_base`=9.0674, `attackpower`=64 WHERE `class`=2 AND `level`=20; +UPDATE `creature_classlevelstats` SET `damage_base`=9.3169, `attackpower`=68 WHERE `class`=2 AND `level`=21; +UPDATE `creature_classlevelstats` SET `damage_base`=9.7231, `attackpower`=72 WHERE `class`=2 AND `level`=22; +UPDATE `creature_classlevelstats` SET `damage_base`=10.0761, `attackpower`=74 WHERE `class`=2 AND `level`=23; +UPDATE `creature_classlevelstats` SET `damage_base`=10.4619, `attackpower`=78 WHERE `class`=2 AND `level`=24; +UPDATE `creature_classlevelstats` SET `damage_base`=10.8234, `attackpower`=80 WHERE `class`=2 AND `level`=25; +UPDATE `creature_classlevelstats` SET `damage_base`=11.1850, `attackpower`=84 WHERE `class`=2 AND `level`=26; +UPDATE `creature_classlevelstats` SET `damage_base`=11.7126, `attackpower`=86 WHERE `class`=2 AND `level`=27; +UPDATE `creature_classlevelstats` SET `damage_base`=11.9663, `attackpower`=90 WHERE `class`=2 AND `level`=28; +UPDATE `creature_classlevelstats` SET `damage_base`=12.3520, `attackpower`=94 WHERE `class`=2 AND `level`=29; +UPDATE `creature_classlevelstats` SET `damage_base`=13.0007, `attackpower`=94 WHERE `class`=2 AND `level`=30; +UPDATE `creature_classlevelstats` SET `damage_base`=13.2348, `attackpower`=98 WHERE `class`=2 AND `level`=31; +UPDATE `creature_classlevelstats` SET `damage_base`=13.6924, `attackpower`=100 WHERE `class`=2 AND `level`=32; +UPDATE `creature_classlevelstats` SET `damage_base`=13.9511, `attackpower`=104 WHERE `class`=2 AND `level`=33; +UPDATE `creature_classlevelstats` SET `damage_base`=14.4142, `attackpower`=106 WHERE `class`=2 AND `level`=34; +UPDATE `creature_classlevelstats` SET `damage_base`=14.7365, `attackpower`=110 WHERE `class`=2 AND `level`=35; +UPDATE `creature_classlevelstats` SET `damage_base`=15.1346, `attackpower`=112 WHERE `class`=2 AND `level`=36; +UPDATE `creature_classlevelstats` SET `damage_base`=15.5816, `attackpower`=116 WHERE `class`=2 AND `level`=37; +UPDATE `creature_classlevelstats` SET `damage_base`=15.9286, `attackpower`=120 WHERE `class`=2 AND `level`=38; +UPDATE `creature_classlevelstats` SET `damage_base`=16.4168, `attackpower`=124 WHERE `class`=2 AND `level`=39; +UPDATE `creature_classlevelstats` SET `damage_base`=16.9294, `attackpower`=128 WHERE `class`=2 AND `level`=40; +UPDATE `creature_classlevelstats` SET `damage_base`=17.8592, `attackpower`=132 WHERE `class`=2 AND `level`=41; +UPDATE `creature_classlevelstats` SET `damage_base`=18.8825, `attackpower`=142 WHERE `class`=2 AND `level`=42; +UPDATE `creature_classlevelstats` SET `damage_base`=20.1126, `attackpower`=152 WHERE `class`=2 AND `level`=43; +UPDATE `creature_classlevelstats` SET `damage_base`=21.6981, `attackpower`=166 WHERE `class`=2 AND `level`=44; +UPDATE `creature_classlevelstats` SET `damage_base`=22.9018, `attackpower`=172 WHERE `class`=2 AND `level`=45; +UPDATE `creature_classlevelstats` SET `damage_base`=23.3450, `attackpower`=176 WHERE `class`=2 AND `level`=46; +UPDATE `creature_classlevelstats` SET `damage_base`=23.9542, `attackpower`=180 WHERE `class`=2 AND `level`=47; +UPDATE `creature_classlevelstats` SET `damage_base`=24.4010, `attackpower`=184 WHERE `class`=2 AND `level`=48; +UPDATE `creature_classlevelstats` SET `damage_base`=24.9975, `attackpower`=188 WHERE `class`=2 AND `level`=49; +UPDATE `creature_classlevelstats` SET `damage_base`=25.5204, `attackpower`=194 WHERE `class`=2 AND `level`=50; +UPDATE `creature_classlevelstats` SET `damage_base`=26.0047, `attackpower`=198 WHERE `class`=2 AND `level`=51; +UPDATE `creature_classlevelstats` SET `damage_base`=26.6877, `attackpower`=202 WHERE `class`=2 AND `level`=52; +UPDATE `creature_classlevelstats` SET `damage_base`=27.1912, `attackpower`=206 WHERE `class`=2 AND `level`=53; +UPDATE `creature_classlevelstats` SET `damage_base`=27.8506, `attackpower`=210 WHERE `class`=2 AND `level`=54; +UPDATE `creature_classlevelstats` SET `damage_base`=28.3834, `attackpower`=214 WHERE `class`=2 AND `level`=55; +UPDATE `creature_classlevelstats` SET `damage_base`=28.9161, `attackpower`=220 WHERE `class`=2 AND `level`=56; +UPDATE `creature_classlevelstats` SET `damage_base`=29.5702, `attackpower`=224 WHERE `class`=2 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_base`=30.1469, `attackpower`=228 WHERE `class`=2 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_base`=30.7656, `attackpower`=234 WHERE `class`=2 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_base`=31.3842, `attackpower`=238 WHERE `class`=2 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_base`=31.9807, `attackpower`=244 WHERE `class`=2 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_base`=32.5772, `attackpower`=246 WHERE `class`=2 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_base`=33.1737, `attackpower`=249 WHERE `class`=2 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_base`=33.7702, `attackpower`=252 WHERE `class`=2 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_base`=34.3667, `attackpower`=262 WHERE `class`=2 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_base`=34.9632, `attackpower`=266 WHERE `class`=2 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_base`=35.5597, `attackpower`=272 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_base`=36.1562, `attackpower`=276 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_base`=36.7527, `attackpower`=282 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_base`=37.3492, `attackpower`=286 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_base`=37.9457, `attackpower`=290 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_base`=38.5422, `attackpower`=296 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_base`=39.1387, `attackpower`=302 WHERE `class`=2 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_base`=39.7352, `attackpower`=334 WHERE `class`=2 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_base`=40.3317, `attackpower`=370 WHERE `class`=2 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_base`=40.9282, `attackpower`=408 WHERE `class`=2 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_base`=41.5247, `attackpower`=452 WHERE `class`=2 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_base`=42.1212, `attackpower`=500 WHERE `class`=2 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_base`=42.7177, `attackpower`=550 WHERE `class`=2 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_base`=43.3142, `attackpower`=608 WHERE `class`=2 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_base`=43.9107, `attackpower`=670 WHERE `class`=2 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_base`=44.5072, `attackpower`=726 WHERE `class`=2 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_base`=45.1037, `attackpower`=783 WHERE `class`=2 AND `level`=83; diff --git a/sql/updates/world/2013_12_30_02_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_30_02_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..fe86d53ad04 --- /dev/null +++ b/sql/updates/world/2013_12_30_02_world_creature_classlevelstats.sql @@ -0,0 +1,35 @@ +UPDATE `creature_classlevelstats` SET `damage_exp1`=41.2575, `attackpower`=224 WHERE `class`=2 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=45.5251, `attackpower`=228 WHERE `class`=2 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=49.7927, `attackpower`=234 WHERE `class`=2 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=54.0603, `attackpower`=238 WHERE `class`=2 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=58.3279, `attackpower`=244 WHERE `class`=2 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=62.4676, `attackpower`=246 WHERE `class`=2 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=66.1210, `attackpower`=252 WHERE `class`=2 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=70.2568, `attackpower`=256 WHERE `class`=2 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=74.3252, `attackpower`=262 WHERE `class`=2 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=78.4720, `attackpower`=266 WHERE `class`=2 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=82.7944, `attackpower`=272 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=87.2676, `attackpower`=276 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=91.8915, `attackpower`=282 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=96.7365, `attackpower`=286 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=101.0041, `attackpower`=290 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=105.2717, `attackpower`=296 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=109.5393, `attackpower`=302 WHERE `class`=2 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=110.6980, `attackpower`=272 WHERE `class`=2 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=114.8692, `attackpower`=276 WHERE `class`=2 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=119.0404, `attackpower`=282 WHERE `class`=2 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=123.2116, `attackpower`=286 WHERE `class`=2 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=127.3828, `attackpower`=290 WHERE `class`=2 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=131.0916, `attackpower`=296 WHERE `class`=2 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=134.9081, `attackpower`=302 WHERE `class`=2 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=138.8359, `attackpower`=334 WHERE `class`=2 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=142.8780, `attackpower`=370 WHERE `class`=2 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=147.0376, `attackpower`=408 WHERE `class`=2 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=151.3188, `attackpower`=452 WHERE `class`=2 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=155.7242, `attackpower`=500 WHERE `class`=2 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=160.2583, `attackpower`=550 WHERE `class`=2 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=164.9239, `attackpower`=608 WHERE `class`=2 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=169.0951, `attackpower`=670 WHERE `class`=2 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=173.2663, `attackpower`=726 WHERE `class`=2 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=177.4375, `attackpower`=783 WHERE `class`=2 AND `level`=83; diff --git a/sql/updates/world/2013_12_30_03_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_30_03_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..19e34107e32 --- /dev/null +++ b/sql/updates/world/2013_12_30_03_world_creature_classlevelstats.sql @@ -0,0 +1,119 @@ +UPDATE `creature_classlevelstats` SET `damage_base`=0.4564, `attackpower`=1 WHERE `class`=8 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.4564, `attackpower`=3 WHERE `class`=8 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.7334, `attackpower`=7 WHERE `class`=8 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=1.1235, `attackpower`=8 WHERE `class`=8 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.3456, `attackpower`=9 WHERE `class`=8 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=1.9557, `attackpower`=10 WHERE `class`=8 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=2.7876, `attackpower`=13 WHERE `class`=8 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=3.2334, `attackpower`=15 WHERE `class`=8 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=3.7654, `attackpower`=16 WHERE `class`=8 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=4.2456, `attackpower`=17 WHERE `class`=8 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=4.7654, `attackpower`=17 WHERE `class`=8 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.0345, `attackpower`=18 WHERE `class`=8 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=5.1990, `attackpower`=19 WHERE `class`=8 AND `level`=13; +UPDATE `creature_classlevelstats` SET `damage_base`=5.7241, `attackpower`=21 WHERE `class`=8 AND `level`=14; +UPDATE `creature_classlevelstats` SET `damage_base`=6.3298, `attackpower`=22 WHERE `class`=8 AND `level`=15; +UPDATE `creature_classlevelstats` SET `damage_base`=6.6051, `attackpower`=24 WHERE `class`=8 AND `level`=16; +UPDATE `creature_classlevelstats` SET `damage_base`=7.0485, `attackpower`=26 WHERE `class`=8 AND `level`=17; +UPDATE `creature_classlevelstats` SET `damage_base`=7.4083, `attackpower`=27 WHERE `class`=8 AND `level`=18; +UPDATE `creature_classlevelstats` SET `damage_base`=7.9334, `attackpower`=28 WHERE `class`=8 AND `level`=19; +UPDATE `creature_classlevelstats` SET `damage_base`=8.3382, `attackpower`=30 WHERE `class`=8 AND `level`=20; +UPDATE `creature_classlevelstats` SET `damage_base`=8.5517, `attackpower`=32 WHERE `class`=8 AND `level`=21; +UPDATE `creature_classlevelstats` SET `damage_base`=8.9102, `attackpower`=34 WHERE `class`=8 AND `level`=22; +UPDATE `creature_classlevelstats` SET `damage_base`=9.2280, `attackpower`=35 WHERE `class`=8 AND `level`=23; +UPDATE `creature_classlevelstats` SET `damage_base`=9.6818, `attackpower`=36 WHERE `class`=8 AND `level`=24; +UPDATE `creature_classlevelstats` SET `damage_base`=10.1014, `attackpower`=37 WHERE `class`=8 AND `level`=25; +UPDATE `creature_classlevelstats` SET `damage_base`=10.3246, `attackpower`=39 WHERE `class`=8 AND `level`=26; +UPDATE `creature_classlevelstats` SET `damage_base`=10.8040, `attackpower`=40 WHERE `class`=8 AND `level`=27; +UPDATE `creature_classlevelstats` SET `damage_base`=11.0214, `attackpower`=42 WHERE `class`=8 AND `level`=28; +UPDATE `creature_classlevelstats` SET `damage_base`=11.3608, `attackpower`=44 WHERE `class`=8 AND `level`=29; +UPDATE `creature_classlevelstats` SET `damage_base`=11.9607, `attackpower`=44 WHERE `class`=8 AND `level`=30; +UPDATE `creature_classlevelstats` SET `damage_base`=12.1600, `attackpower`=46 WHERE `class`=8 AND `level`=31; +UPDATE `creature_classlevelstats` SET `damage_base`=12.5746, `attackpower`=47 WHERE `class`=8 AND `level`=32; +UPDATE `creature_classlevelstats` SET `damage_base`=12.7966, `attackpower`=49 WHERE `class`=8 AND `level`=33; +UPDATE `creature_classlevelstats` SET `damage_base`=13.2162, `attackpower`=50 WHERE `class`=8 AND `level`=34; +UPDATE `creature_classlevelstats` SET `damage_base`=13.4970, `attackpower`=52 WHERE `class`=8 AND `level`=35; +UPDATE `creature_classlevelstats` SET `damage_base`=13.8566, `attackpower`=53 WHERE `class`=8 AND `level`=36; +UPDATE `creature_classlevelstats` SET `damage_base`=14.3670, `attackpower`=54 WHERE `class`=8 AND `level`=37; +UPDATE `creature_classlevelstats` SET `damage_base`=14.6707, `attackpower`=56 WHERE `class`=8 AND `level`=38; +UPDATE `creature_classlevelstats` SET `damage_base`=15.1049, `attackpower`=58 WHERE `class`=8 AND `level`=39; +UPDATE `creature_classlevelstats` SET `damage_base`=15.5617, `attackpower`=60 WHERE `class`=8 AND `level`=40; +UPDATE `creature_classlevelstats` SET `damage_base`=16.4044, `attackpower`=62 WHERE `class`=8 AND `level`=41; +UPDATE `creature_classlevelstats` SET `damage_base`=17.3076, `attackpower`=67 WHERE `class`=8 AND `level`=42; +UPDATE `creature_classlevelstats` SET `damage_base`=18.5165, `attackpower`=71 WHERE `class`=8 AND `level`=43; +UPDATE `creature_classlevelstats` SET `damage_base`=19.9224, `attackpower`=78 WHERE `class`=8 AND `level`=44; +UPDATE `creature_classlevelstats` SET `damage_base`=21.0097, `attackpower`=81 WHERE `class`=8 AND `level`=45; +UPDATE `creature_classlevelstats` SET `damage_base`=21.4023, `attackpower`=83 WHERE `class`=8 AND `level`=46; +UPDATE `creature_classlevelstats` SET `damage_base`=21.9484, `attackpower`=85 WHERE `class`=8 AND `level`=47; +UPDATE `creature_classlevelstats` SET `damage_base`=22.3444, `attackpower`=87 WHERE `class`=8 AND `level`=48; +UPDATE `creature_classlevelstats` SET `damage_base`=22.8788, `attackpower`=89 WHERE `class`=8 AND `level`=49; +UPDATE `creature_classlevelstats` SET `damage_base`=23.4508, `attackpower`=91 WHERE `class`=8 AND `level`=50; +UPDATE `creature_classlevelstats` SET `damage_base`=23.8815, `attackpower`=93 WHERE `class`=8 AND `level`=51; +UPDATE `creature_classlevelstats` SET `damage_base`=24.4958, `attackpower`=95 WHERE `class`=8 AND `level`=52; +UPDATE `creature_classlevelstats` SET `damage_base`=24.9442, `attackpower`=97 WHERE `class`=8 AND `level`=53; +UPDATE `creature_classlevelstats` SET `damage_base`=25.5368, `attackpower`=99 WHERE `class`=8 AND `level`=54; +UPDATE `creature_classlevelstats` SET `damage_base`=26.0790, `attackpower`=101 WHERE `class`=8 AND `level`=55; +UPDATE `creature_classlevelstats` SET `damage_base`=26.4791, `attackpower`=104 WHERE `class`=8 AND `level`=56; +UPDATE `creature_classlevelstats` SET `damage_base`=27.0667, `attackpower`=106 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_base`=27.6972, `attackpower`=107 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_base`=28.1686, `attackpower`=110 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_base`=28.7983, `attackpower`=112 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_base`=29.2976, `attackpower`=115 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_base`=29.7969, `attackpower`=116 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_base`=30.2962, `attackpower`=119 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_base`=30.7955, `attackpower`=121 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_base`=31.2948, `attackpower`=124 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_base`=31.7941, `attackpower`=125 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_base`=32.2934, `attackpower`=128 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_base`=32.7927, `attackpower`=130 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_base`=33.2920, `attackpower`=133 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_base`=33.7913, `attackpower`=135 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_base`=34.2906, `attackpower`=137 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_base`=34.7899, `attackpower`=140 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_base`=35.2892, `attackpower`=143 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_base`=35.7885, `attackpower`=158 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_base`=36.2878, `attackpower`=175 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_base`=36.7871, `attackpower`=193 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_base`=37.2864, `attackpower`=214 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_base`=37.7857, `attackpower`=236 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_base`=38.2850, `attackpower`=260 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_base`=38.7843, `attackpower`=289 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_base`=39.2836, `attackpower`=304 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_base`=39.7829, `attackpower`=326 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_base`=40.2822, `attackpower`=343 WHERE `class`=8 AND `level`=83; + +UPDATE `creature_classlevelstats` SET `damage_exp1`=39.5236 WHERE `class`=8 AND `level`=57; +UPDATE `creature_classlevelstats` SET `damage_exp1`=43.1021 WHERE `class`=8 AND `level`=58; +UPDATE `creature_classlevelstats` SET `damage_exp1`=46.5379 WHERE `class`=8 AND `level`=59; +UPDATE `creature_classlevelstats` SET `damage_exp1`=50.0450 WHERE `class`=8 AND `level`=60; +UPDATE `creature_classlevelstats` SET `damage_exp1`=53.4807 WHERE `class`=8 AND `level`=61; +UPDATE `creature_classlevelstats` SET `damage_exp1`=57.2713 WHERE `class`=8 AND `level`=62; +UPDATE `creature_classlevelstats` SET `damage_exp1`=60.5770 WHERE `class`=8 AND `level`=63; +UPDATE `creature_classlevelstats` SET `damage_exp1`=64.3364 WHERE `class`=8 AND `level`=64; +UPDATE `creature_classlevelstats` SET `damage_exp1`=68.0244 WHERE `class`=8 AND `level`=65; +UPDATE `creature_classlevelstats` SET `damage_exp1`=72.0499 WHERE `class`=8 AND `level`=66; +UPDATE `creature_classlevelstats` SET `damage_exp1`=75.9676 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp1`=79.9198 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp1`=83.8005 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp1`=87.7526 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp1`=91.7048 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp1`=95.5855 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp1`=99.4662 WHERE `class`=8 AND `level`=73; + +UPDATE `creature_classlevelstats` SET `damage_exp2`=87.7106 WHERE `class`=8 AND `level`=67; +UPDATE `creature_classlevelstats` SET `damage_exp2`=96.6868 WHERE `class`=8 AND `level`=68; +UPDATE `creature_classlevelstats` SET `damage_exp2`=105.5915 WHERE `class`=8 AND `level`=69; +UPDATE `creature_classlevelstats` SET `damage_exp2`=114.4956 WHERE `class`=8 AND `level`=70; +UPDATE `creature_classlevelstats` SET `damage_exp2`=117.8288 WHERE `class`=8 AND `level`=71; +UPDATE `creature_classlevelstats` SET `damage_exp2`=121.2595 WHERE `class`=8 AND `level`=72; +UPDATE `creature_classlevelstats` SET `damage_exp2`=124.7902 WHERE `class`=8 AND `level`=73; +UPDATE `creature_classlevelstats` SET `damage_exp2`=128.4233 WHERE `class`=8 AND `level`=74; +UPDATE `creature_classlevelstats` SET `damage_exp2`=132.1620 WHERE `class`=8 AND `level`=75; +UPDATE `creature_classlevelstats` SET `damage_exp2`=136.0098 WHERE `class`=8 AND `level`=76; +UPDATE `creature_classlevelstats` SET `damage_exp2`=139.9698 WHERE `class`=8 AND `level`=77; +UPDATE `creature_classlevelstats` SET `damage_exp2`=144.0449 WHERE `class`=8 AND `level`=78; +UPDATE `creature_classlevelstats` SET `damage_exp2`=148.2391 WHERE `class`=8 AND `level`=79; +UPDATE `creature_classlevelstats` SET `damage_exp2`=152.4116 WHERE `class`=8 AND `level`=80; +UPDATE `creature_classlevelstats` SET `damage_exp2`=157.5842 WHERE `class`=8 AND `level`=81; +UPDATE `creature_classlevelstats` SET `damage_exp2`=162.2568 WHERE `class`=8 AND `level`=82; +UPDATE `creature_classlevelstats` SET `damage_exp2`=167.2865 WHERE `class`=8 AND `level`=83; diff --git a/sql/updates/world/2013_12_31_00_world_creature_classlevelstats.sql b/sql/updates/world/2013_12_31_00_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..8039fcd441e --- /dev/null +++ b/sql/updates/world/2013_12_31_00_world_creature_classlevelstats.sql @@ -0,0 +1,13 @@ +UPDATE `creature_classlevelstats` SET `damage_base`=0.0607, `attackpower`=10 WHERE `class`=1 AND `level`=1; +UPDATE `creature_classlevelstats` SET `damage_base`=0.3603, `attackpower`=10 WHERE `class`=1 AND `level`=2; +UPDATE `creature_classlevelstats` SET `damage_base`=0.6976, `attackpower`=11 WHERE `class`=1 AND `level`=3; +UPDATE `creature_classlevelstats` SET `damage_base`=1.0863, `attackpower`=13 WHERE `class`=1 AND `level`=4; +UPDATE `creature_classlevelstats` SET `damage_base`=1.4422, `attackpower`=17 WHERE `class`=1 AND `level`=5; +UPDATE `creature_classlevelstats` SET `damage_base`=2.1375, `attackpower`=19 WHERE `class`=1 AND `level`=6; +UPDATE `creature_classlevelstats` SET `damage_base`=2.9811, `attackpower`=21 WHERE `class`=1 AND `level`=7; +UPDATE `creature_classlevelstats` SET `damage_base`=3.4850, `attackpower`=24 WHERE `class`=1 AND `level`=8; +UPDATE `creature_classlevelstats` SET `damage_base`=3.0304, `attackpower`=28 WHERE `class`=1 AND `level`=9; +UPDATE `creature_classlevelstats` SET `damage_base`=3.2707, `attackpower`=32 WHERE `class`=1 AND `level`=10; +UPDATE `creature_classlevelstats` SET `damage_base`=4.8425, `attackpower`=36 WHERE `class`=1 AND `level`=11; +UPDATE `creature_classlevelstats` SET `damage_base`=5.6030, `attackpower`=40 WHERE `class`=1 AND `level`=12; +UPDATE `creature_classlevelstats` SET `damage_base`=6.0787, `attackpower`=44 WHERE `class`=1 AND `level`=13; diff --git a/sql/updates/world/2014_01_04_00_world_creature_classlevelstats.sql b/sql/updates/world/2014_01_04_00_world_creature_classlevelstats.sql new file mode 100644 index 00000000000..d55561bbe0e --- /dev/null +++ b/sql/updates/world/2014_01_04_00_world_creature_classlevelstats.sql @@ -0,0 +1,10 @@ +ALTER TABLE `creature_classlevelstats` + CHANGE `level` `level` TINYINT(3) UNSIGNED NOT NULL, + CHANGE `class` `class` TINYINT(3) UNSIGNED NOT NULL, + CHANGE `basehp0` `basehp0` SMALLINT(5) UNSIGNED DEFAULT 1 NOT NULL, + CHANGE `basehp1` `basehp1` SMALLINT(5) UNSIGNED DEFAULT 1 NOT NULL, + CHANGE `basehp2` `basehp2` SMALLINT(5) UNSIGNED DEFAULT 1 NOT NULL, + CHANGE `basemana` `basemana` SMALLINT(5) UNSIGNED DEFAULT 0 NOT NULL, + CHANGE `basearmor` `basearmor` SMALLINT(5) UNSIGNED DEFAULT 1 NOT NULL, + CHANGE `attackpower` `attackpower` SMALLINT(5) UNSIGNED DEFAULT 0 NOT NULL, + CHANGE `rangedattackpower` `rangedattackpower` SMALLINT(5) UNSIGNED DEFAULT 0 NOT NULL; diff --git a/sql/updates/world/2014_01_04_01_world_spelldifficulty_dbc.sql b/sql/updates/world/2014_01_04_01_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..b32a5bce948 --- /dev/null +++ b/sql/updates/world/2014_01_04_01_world_spelldifficulty_dbc.sql @@ -0,0 +1,27 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `spellid0` IN (36924,37162,48133,48849,49381,49518,49527,49528,49537,49544,49548,49555,50761,50830,50831,50834,51849,52469,52592,53472,54479,55959,56130,65868,67875,67883,68783,67881); +INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES +(36924,36924,39017,0,0), +(37162,37162,39019,0,0), +(48133,48133,59271,0,0), +(48849,48849,59422,0,0), +(49381,49381,59805,0,0), +(49518,49518,59971,0,0), +(49527,49527,59972,0,0), +(49528,49528,59973,0,0), +(49537,49537,59963,0,0), +(49544,49544,59965,0,0), +(49548,49548,59969,0,0), +(49555,49555,59807,0,0), +(50761,50761,59727,0,0), +(50830,50830,59844,0,0), +(50831,50831,59845,0,0), +(50834,50834,59846,0,0), +(51849,51849,59861,0,0), +(52469,52469,59364,0,0), +(52592,52592,59368,0,0), +(53472,53472,59433,0,0), +(54479,54479,59471,0,0), +(55959,55959,59513,0,0), +(56130,56130,59467,0,0); + +UPDATE `spelldifficulty_dbc` SET `id` = `spellid0`; diff --git a/sql/updates/world/2014_01_04_02_world_spelldifficulty_dbc.sql b/sql/updates/world/2014_01_04_02_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..047d5cb937d --- /dev/null +++ b/sql/updates/world/2014_01_04_02_world_spelldifficulty_dbc.sql @@ -0,0 +1,6 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `spellid0` IN (31956,36127,49380,59803,49381); +INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES +(31956,31956,38801,0,0), +(36127,36127,39005,0,0), +(49380,49380,59803,0,0), +(49381,49381,59805,0,0); diff --git a/sql/updates/world/2014_01_07_00_world_creature_template.sql b/sql/updates/world/2014_01_07_00_world_creature_template.sql new file mode 100644 index 00000000000..2b4bce350d9 --- /dev/null +++ b/sql/updates/world/2014_01_07_00_world_creature_template.sql @@ -0,0 +1,19 @@ +UPDATE `creature_template` SET `dmg_multiplier`=7.5 WHERE `entry` IN (32386,32358,32377,32398,32409,32400,32417,32429,32438,32422,32357,32471,32481,32475,32447,32495,32501); + +UPDATE `creature_template` SET `dmg_multiplier`=13 WHERE `entry` IN (31673,31674); + +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (35543,35521,35539,35306,35541,35530,40420,31539,34918,35407,40424,40418,35529,35524,35537,35520,31540,35533,35401,35310,35308,35522,35538,35527,35534,35528,35542,35536,35535,35525,35519,35531,40422); + +UPDATE `creature_template` SET `faction_A`=1921, `faction_H`=1921 WHERE `entry`=25335; +UPDATE `creature_template` SET `faction_A`=1978, `faction_H`=1978 WHERE `entry`=25338; +UPDATE `creature_template` SET `faction_A`=1982, `faction_H`=1982 WHERE `entry`=25451; +UPDATE `creature_template` SET `faction_A`=634, `faction_H`=634 WHERE `entry`=26093; +UPDATE `creature_template` SET `faction_A`=29, `faction_H`=29 WHERE `entry` IN (26537,26539); +UPDATE `creature_template` SET `faction_A`=35, `faction_H`=35 WHERE `entry`=27135; +UPDATE `creature_template` SET `faction_A`=974, `faction_H`=974 WHERE `entry`=27860; +UPDATE `creature_template` SET `faction_A`=11, `faction_H`=11 WHERE `entry` IN (29292,29293,29294,29295); +UPDATE `creature_template` SET `faction_A`=21, `faction_H`=21 WHERE `entry`=32263; +UPDATE `creature_template` SET `faction_A`=16, `faction_H`=16 WHERE `entry`=32487; +UPDATE `creature_template` SET `faction_A`=14, `faction_H`=14 WHERE `entry`=33785; +UPDATE `creature_template` SET `faction_A`=68, `faction_H`=68 WHERE `entry`=33996; +UPDATE `creature_template` SET `faction_A`=1771, `faction_H`=1771 WHERE `entry` IN (37069,37549,36940,37550,36941,37551); diff --git a/sql/updates/world/2014_01_08_00_world_creature_template.sql b/sql/updates/world/2014_01_08_00_world_creature_template.sql new file mode 100644 index 00000000000..2d0e1c72976 --- /dev/null +++ b/sql/updates/world/2014_01_08_00_world_creature_template.sql @@ -0,0 +1,10 @@ +UPDATE `creature_template` SET `minlevel`=82,`maxlevel`=82, exp=2, `faction_A`=16, `faction_H`=16, `dmg_multiplier`=7.5, `baseattacktime`=2000, `rangeattacktime`=2000, `dynamicflags`=0, `mechanic_immune_mask`=8388624, `ScriptName`='npc_memory' WHERE `entry` IN ( +35052,35041,35033,35046,35043,35047,35044,35039,35034,35049,35030,34942,35050,35042,35045,35037,35031,35038,35029,35048,35032,35028,35040,35036,35051); + +UPDATE `creature_template` SET `minlevel`=82,`maxlevel`=82, exp=2, `faction_A`=16, `faction_H`=16, `dmg_multiplier`=13, `baseattacktime`=2000, `rangeattacktime`=2000, `dynamicflags`=0, `mechanic_immune_mask`=8388624 WHERE `entry` IN ( +35519,35520,35521,35522,35523,35524,35525,35527,35528,35529,35530,35531,35532,35533,35534,35535,35536,35537,35538,35539,35540,35541,35542,35543,35544); + +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `faction_A`=16, `faction_H`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832, `dynamicflags`=0 WHERE `entry` IN (35305,35306,35307,35308,35309,35310); +UPDATE `creature_template` SET `dmg_multiplier`=13 WHERE `entry` IN (35306,35308,35310); + +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (37531,38139,37532,38151); diff --git a/sql/updates/world/2014_01_09_00_world_misc.sql b/sql/updates/world/2014_01_09_00_world_misc.sql new file mode 100644 index 00000000000..0710932c589 --- /dev/null +++ b/sql/updates/world/2014_01_09_00_world_misc.sql @@ -0,0 +1,22 @@ +UPDATE `creature_template` SET `unit_flags`=33685504, `rangeattacktime`=2000, `spell1`=0 WHERE `entry` IN (16363,29379); + +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `faction_A`=14, `faction_H`=14, `unit_flags`=33947648, `baseattacktime`=2000, `rangeattacktime`=2000, `spell1`=0, `InhabitType`=4, `flags_extra`=128 WHERE `entry` IN (17662,18602); +UPDATE `creature_template` SET `ScriptName`='npc_broggok_poison_cloud' WHERE `entry`=17662; + +DELETE FROM `spelldifficulty_dbc` WHERE `spellid0` IN (28157,28158,30913,30917,30914); +INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES +(28157,28157,54364,0,0), +(28158,28158,54362,0,0), +(30913,30913,38458,0,0), +(30917,30917,38459,0,0), +(30914,30914,38462,0,0); + +DELETE FROM `spell_script_names` WHERE `spell_id` IN (28169,28158,54362,30914,38462); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(28169,'spell_grobbulus_mutating_injection'), +(28158,'spell_grobbulus_poison_cloud'), +(54362,'spell_grobbulus_poison_cloud'), +(30914,'spell_broggok_poison_cloud'), +(38462,'spell_broggok_poison_cloud'); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-28169; diff --git a/sql/updates/world/2014_01_09_01_world_creature.sql b/sql/updates/world/2014_01_09_01_world_creature.sql new file mode 100644 index 00000000000..d41ee34fe24 --- /dev/null +++ b/sql/updates/world/2014_01_09_01_world_creature.sql @@ -0,0 +1,2 @@ +-- Delete dubble spawns +DELETE FROM `creature` WHERE `guid` IN (142975, 142976, 142977, 142978, 142979, 142980, 142981, 142982, 142983, 142984, 142985, 142986); diff --git a/sql/updates/world/2014_01_12_00_world_sai.sql b/sql/updates/world/2014_01_12_00_world_sai.sql new file mode 100644 index 00000000000..0d408155660 --- /dev/null +++ b/sql/updates/world/2014_01_12_00_world_sai.sql @@ -0,0 +1,207 @@ +UPDATE `creature_template` SET `ainame`='SmartAI',`ScriptName`='' WHERE `entry` IN(915,916,918,1234,1411,2122,2130,3155,3170,3327,3328,3594,3599,4163,4214,4215,4582,4583,4584,4794,5165,5166,5167,6707,13283,15285,16279,16684,16685,16686); +DELETE FROM `smart_scripts` WHERE `entryorguid`IN(915,916,918,1234,1411,2122,2130,3155,3170,3327,3328,3594,3599,4163,4214,4215,4582,4583,4584,4794,5165,5166,5167,6707,13283,15285,16279,16684,16685,16686) AND `source_type`=0; + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7166; +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 +(5167,0,0,1,62,0,100,0,4561,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Fenthwick - On Gossip Select - Close gossip'), +(5167,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Fenthwick - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4163,0,0,1,62,0,100,0,4576,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Syurna - On Gossip Select - Close gossip'), +(4163,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Syurna - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4583,0,0,1,62,0,100,0,4540,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Miles Dexter - On Gossip Select - Close gossip'), +(4583,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Miles Dexter - Linked with Previous Event - Cast Conjure Elegant Letter'), +(3328,0,0,1,62,0,100,0,4512,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Ormok - On Gossip Select - Close gossip'), +(3328,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Ormok - Linked with Previous Event - Cast Conjure Elegant Letter'), +(5165,0,0,1,62,0,100,0,411,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Hulfdan Blackbeard - On Gossip Select - Close gossip'), +(5165,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Hulfdan Blackbeard - Linked with Previous Event - Cast Conjure Elegant Letter'), +(13283,0,0,1,62,0,100,0,5061,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Lord Tony Romano - On Gossip Select - Close gossip'), +(13283,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Lord Tony Romano - Linked with Previous Event - Cast Conjure Elegant Letter'), +(918,0,0,1,62,0,100,0,4502,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Osborne the Night Man - On Gossip Select - Close gossip'), +(918,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Osborne the Night Man - Linked with Previous Event - Cast Conjure Elegant Letter'), +(16684,0,0,1,62,0,100,0,6650,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Zelanis - On Gossip Select - Close gossip'), +(16684,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Zelanis - Linked with Previous Event - Cast Conjure Elegant Letter'), +(915,0,0,1,62,0,100,0,4659,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jorik Kerridan - On Gossip Select - Close gossip'), +(915,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jorik Kerridan - Linked with Previous Event - Cast Conjure Elegant Letter'), +(916,0,0,1,62,0,100,0,4676,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Solm Hargrin - On Gossip Select - Close gossip'), +(916,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Solm Hargrin - Linked with Previous Event - Cast Conjure Elegant Letter'), +(1234,0,0,1,62,0,100,0,411,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Hogral Bakkan - On Gossip Select - Close gossip'), +(1234,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Hogral Bakkan - Linked with Previous Event - Cast Conjure Elegant Letter'), +(1411,0,0,1,62,0,100,0,4658,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Ian Strom - On Gossip Select - Close gossip'), +(1411,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Ian Strom - Linked with Previous Event - Cast Conjure Elegant Letter'), +(2122,0,0,1,62,0,100,0,85,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'David Trias - On Gossip Select - Close gossip'), +(2122,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'David Trias - Linked with Previous Event - Cast Conjure Elegant Letter'), +(2130,0,0,1,62,0,100,0,85,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Marion Call - On Gossip Select - Close gossip'), +(2130,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Marion Call - Linked with Previous Event - Cast Conjure Elegant Letter'), +(3155,0,0,1,62,0,100,0,141,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rwag - On Gossip Select - Close gossip'), +(3155,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rwag - Linked with Previous Event - Cast Conjure Elegant Letter'), +(3170,0,0,1,62,0,100,0,141,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Kaplak - On Gossip Select - Close gossip'), +(3170,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Kaplak - Linked with Previous Event - Cast Conjure Elegant Letter'), +(3327,0,0,1,62,0,100,0,4513,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Gest - On Gossip Select - Close gossip'), +(3327,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Gest - Linked with Previous Event - Cast Conjure Elegant Letter'), +(3594,0,0,1,62,0,100,0,4690,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Frahun Shadewhisper - On Gossip Select - Close gossip'), +(3594,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Frahun Shadewhisper - Linked with Previous Event - Cast Conjure Elegant Letter'), +(3599,0,0,1,62,0,100,0,436,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jannok Breezesong - On Gossip Select - Close gossip'), +(3599,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jannok Breezesong - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4214,0,0,1,62,0,100,0,4577,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Erion Shadewhisper - On Gossip Select - Close gossip'), +(4214,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Erion Shadewhisper - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4215,0,0,1,62,0,100,0,4575,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Anishar - On Gossip Select - Close gossip'), +(4215,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Anishar - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4582,0,0,1,62,0,100,0,4542,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Carolyn Ward - On Gossip Select - Close gossip'), +(4582,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Carolyn Ward - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4584,0,0,1,62,0,100,0,4541,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Gregory Charles - On Gossip Select - Close gossip'), +(4584,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Gregory Charles - Linked with Previous Event - Cast Conjure Elegant Letter'), +(4794,0,0,1,62,0,100,0,4576,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Morgan Stern - On Gossip Select - Close gossip'), +(4794,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Morgan Stern - Linked with Previous Event - Cast Conjure Elegant Letter'), +(5166,0,0,1,62,0,100,0,4562,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Ormyr Flinteye - On Gossip Select - Close gossip'), +(5166,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Ormyr Flinteye - Linked with Previous Event - Cast Conjure Elegant Letter'), +(6707,0,0,1,62,0,100,0,3984,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Fahrad - On Gossip Select - Close gossip'), +(6707,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Fahrad - Linked with Previous Event - Cast Conjure Elegant Letter'), +(15285,0,0,1,62,0,100,0,6650,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Pathstalker Kariel - On Gossip Select - Close gossip'), +(15285,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Pathstalker Kariel - Linked with Previous Event - Cast Conjure Elegant Letter'), +(16279,0,0,1,62,0,100,0,6650,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Tannaria - On Gossip Select - Close gossip'), +(16279,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Tannaria - Linked with Previous Event - Cast Conjure Elegant Letter'), +(16685,0,0,1,62,0,100,0,6650,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Elara - On Gossip Select - Close gossip'), +(16685,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Elara - Linked with Previous Event - Cast Conjure Elegant Letter'), +(16686,0,0,1,62,0,100,0,6650,4,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Nerisen - On Gossip Select - Close gossip'), +(16686,0,1,0,61,0,100,0,0,0,0,0,11,21100,0,0,0,0,0,7,0,0,0,0,0,0,0,'Nerisen - Linked with Previous Event - Cast Conjure Elegant Letter'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`IN(85,4562,4575,4576,4577,4658,4659,4676,4690,5061,4561,4542,4541,141,410,411,436,3984,4502,4512,4513,4540,6650) AND `SourceEntry`=4; + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 85, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 85, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 85, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 85, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 85, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 85, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4562, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4562, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4562, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4562, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4562, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4562, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4575, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4575, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4575, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4575, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4575, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4575, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4576, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4576, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4576, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4576, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4576, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4576, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4577, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4577, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4577, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4577, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4577, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4577, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4658, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4658, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4658, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4658, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4658, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4658, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4659, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4659, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4659, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4659, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4659, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4659, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4676, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4676, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4676, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4676, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4676, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4676, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4690, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4690, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4690, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4690, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4690, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4690, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 5061, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 5061, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 5061, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 5061, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 5061, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 5061, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4561, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4561, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4561, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4561, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4561, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4561, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4541, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4541, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4541, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4541, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4541, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4541, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4542, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4542, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4542, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4542, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4542, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4542, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 141, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 141, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 141, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 141, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 141, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 141, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 410, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 410, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 410, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 410, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 410, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 410, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 411, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 411, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 411, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 411, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 411, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 411, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 436, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 436, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 436, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 436, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 436, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 436, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 3984, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 3984, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 3984, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 3984, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 3984, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 3984, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4502, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4502, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4502, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4502, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4502, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4502, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4512, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4512, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4512, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4512, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4512, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4512, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4513, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4513, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4513, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4513, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4513, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4513, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 4540, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 4540, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 4540, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 4540, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 4540, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 4540, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'), +(15, 6650, 4, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a rogue'), +(15, 6650, 4, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, '', 'Show gossip option if player is at least level 24'), +(15, 6650, 4, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, '', 'Show gossip option if player does not have Elegant Letter'), +(15, 6650, 4, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player is not rewarded for quest 6681'), +(15, 6650, 4, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 taken'), +(15, 6650, 4, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, '', 'Show gossip option if player does not have quest 6681 complete'); diff --git a/sql/updates/world/2014_01_15_00_world_misc.sql b/sql/updates/world/2014_01_15_00_world_misc.sql new file mode 100644 index 00000000000..b7c22edc3d9 --- /dev/null +++ b/sql/updates/world/2014_01_15_00_world_misc.sql @@ -0,0 +1,116 @@ +UPDATE `creature_template` SET `spell1`=66518, `spell2`=0 WHERE `entry`=34929; -- Alliance Gunship Cannon +UPDATE `creature_template` SET `spell1`=66218, `spell2`=66296, `spell8`=0, `unit_flags`=16384, `speed_walk`=2.8, `speed_run`=3.642857 WHERE `entry`=34793; -- Catapult +UPDATE `creature_template` SET `spell1`=66218, `spell2`=66296, `unit_flags`=16384, `speed_walk`=2.8, `speed_run`=3.642857 WHERE `entry`=35413; -- Catapult (1) +UPDATE `creature_template` SET `spell1`=67440, `spell2`=67441, `unit_flags`=16384 WHERE `entry`=34775; -- Demolisher +UPDATE `creature_template` SET `spell1`=68068, `spell2`=67442, `unit_flags`=16384 WHERE `entry`=35415; -- Demolisher (1) +UPDATE `creature_template` SET `spell1`=66456, `spell2`=67195, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16384 WHERE `entry`=34802; -- Glaive Thrower (A) +UPDATE `creature_template` SET `spell1`=67034, `spell2`=67195, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16384 WHERE `entry`=35273; -- Glaive Thrower (H) +UPDATE `creature_template` SET `spell1`=68826, `spell2`=69515, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16384, `minlevel`=80, `maxlevel`=80, `speed_walk`=3.2, `speed_run`=1.14286 WHERE `entry`=35421; -- Glaive Thrower (1) (H) +UPDATE `creature_template` SET `spell1`=68827, `spell2`=69515, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16384 WHERE `entry`=35419; -- Glaive Thrower (1) (A) +UPDATE `creature_template` SET `spell1`=66529, `spell2`=0 WHERE `entry`=34935; -- Horde Gunship Cannon +UPDATE `creature_template` SET `spell1`=67452, `spell2`=66541, `unit_flags`=16384 WHERE `entry`=34944; -- Keep Cannon -- sniff +UPDATE `creature_template` SET `spell1`=68170, `spell2`=68169, `unit_flags`=16384 WHERE `entry`=35429; -- Keep Cannon (1) +UPDATE `creature_template` SET `spell1`=67796, `spell2`=67797, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16640 WHERE `entry`=35069; -- Siege Engine (H) +UPDATE `creature_template` SET `spell1`=67796, `spell2`=67797, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16640 WHERE `entry`=34776; -- Siege Engine (A) +UPDATE `creature_template` SET `spell1`=67816, `spell2`=69502, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16640, `speed_walk`=1.2, `speed_run`=1 WHERE `entry`=35433; -- Siege Engine (1) (H) +UPDATE `creature_template` SET `spell1`=67816, `spell2`=69502, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16640 WHERE `entry`=35431; -- Siege Engine (1) (A) + +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `spell1`=66186, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16384, `VehicleId`=436 WHERE `entry`=34778; -- Flame Turret (A) +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `spell1`=66186, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16384 WHERE `entry`=36356; -- Flame Turret (H) +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `spell1`=68832, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16384 WHERE `entry`=35417; -- Flame Turret (1) (A) +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `spell1`=68832, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16384 WHERE `entry`=36358; -- Flame Turret (1) (H) + +UPDATE `creature_template` SET `difficulty_entry_1`=35417 WHERE `entry`=34778; -- Flame Turret (A) +UPDATE `creature_template` SET `difficulty_entry_1`=36358 WHERE `entry`=36356; -- Flame Turret (H) + +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `spell1`=66203, `spell2`=67461, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16384, `VehicleId`=436 WHERE `entry`=34777; -- Siege Turret (A) +UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70, `spell1`=66203, `spell2`=67461, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16384 WHERE `entry`=36355; -- Siege Turret (H) +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `spell1`=67462, `spell2`=69505, `faction_A`=1732, `faction_H`=1732, `unit_flags`=16384 WHERE `entry`=35436; -- Siege Turret (1) (A) +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `spell1`=67462, `spell2`=69505, `faction_A`=1735, `faction_H`=1735, `unit_flags`=16384 WHERE `entry`=36357; -- Siege Turret (1) (H) + +UPDATE `creature_template` SET `difficulty_entry_1`=35436 WHERE `entry`=34777; -- Siege Turret (A) +UPDATE `creature_template` SET `difficulty_entry_1`=36357 WHERE `entry`=36355; -- Siege Turret (H) + +UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=1.142857 WHERE `entry` IN (34778,36356,35417,36358,34777,36355,35436,36357); + +UPDATE `creature_template` SET `npcflag`=16777216, `baseattacktime`=2000, `rangeattacktime`=2000, `mechanic_immune_mask`=344276858 WHERE `entry` IN (34929,34793,35413,34775,35415,34802,35273,35421,35419,34935,34944,35429,35069,34776,35433,35431,34778,36356,35417,36358,34777,36355,35436,36357); + +DELETE FROM `vehicle_template_accessory` WHERE `entry` IN (34776,35069); +INSERT INTO `vehicle_template_accessory` (`entry`,`accessory_entry`,`seat_id`,`minion`,`description`,`summontype`,`summontimer`) VALUES +(34776,34778,1,1,'Siege Engine - Flame Turret',6,30000), +(34776,34778,2,1,'Siege Engine - Flame Turret',6,30000), +(34776,34777,7,1,'Siege Engine - Siege Turret',6,30000), +(35069,36356,1,1,'Siege Engine - Flame Turret',6,30000), +(35069,36356,2,1,'Siege Engine - Flame Turret',6,30000), +(35069,36355,7,1,'Siege Engine - Siege Turret',6,30000); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (34929,34793,35413,34775,35415,34802,35273,35421,35419,34935,34944,35429,35069,34776,35433,35431,34778,36356,35417,36358,34777,36355,35436,36357); +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(34775,66245,1,0), +(34776,66245,1,0), +(34776,46598,1,0), -- accessorys +(34777,66245,1,0), +(34778,66245,1,0), +(34793,66245,1,0), +(34802,68503,1,0), +(34929,43671,1,0), +(34935,43671,1,0), +(34944,68458,1,0), +(35069,66245,1,0), +(35069,46598,1,0), -- accessorys +(35273,68503,1,0), +(35413,66245,1,0), +(35415,66245,1,0), +(35417,66245,1,0), +(35419,68503,1,0), +(35421,68503,1,0), +(35429,68458,1,0), +(35431,66245,1,0), +(35431,46598,1,0), -- accessorys +(35433,66245,1,0), +(35433,46598,1,0), -- accessorys +(35436,66245,1,0), +(36355,66245,1,0), +(36356,66245,1,0), +(36357,66245,1,0), +(36358,66245,1,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN (34776,35069,35431,35433); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18,34776,66245,0,0,31,0,4,0,0,0,0,0,'','Require player for spellclick'), +(18,34776,46598,0,0,31,0,3,0,0,0,0,0,'','Require unit for spellclick'), +(18,35069,66245,0,0,31,0,4,0,0,0,0,0,'','Require player for spellclick'), +(18,35069,46598,0,0,31,0,3,0,0,0,0,0,'','Require unit for spellclick'), +(18,35431,66245,0,0,31,0,4,0,0,0,0,0,'','Require player for spellclick'), +(18,35431,46598,0,0,31,0,3,0,0,0,0,0,'','Require unit for spellclick'), +(18,35433,66245,0,0,31,0,4,0,0,0,0,0,'','Require player for spellclick'), +(18,35433,46598,0,0,31,0,3,0,0,0,0,0,'','Require unit for spellclick'); + +UPDATE `gameobject_template` SET `flags`=40 WHERE `entry` IN (195121,195276); + + +UPDATE `creature_template` SET `faction_A`=1732, `faction_H`=1732 WHERE `entry`=28312; -- Wintergrasp Siege Engine (A) +UPDATE `creature_template` SET `faction_A`=1735, `faction_H`=1735 WHERE `entry`=32627; -- Wintergrasp Siege Engine (H) +UPDATE `creature_template` SET `faction_A`=1732, `faction_H`=1732 WHERE `entry`=28319; -- Wintergrasp Siege Turret (A) +UPDATE `creature_template` SET `faction_A`=1735, `faction_H`=1735 WHERE `entry`=32629; -- Wintergrasp Siege Turret (H) + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (28312,32627,28319,32629); +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(28312,60968,1,0), +(28312,46598,1,0), -- accessorys +(32627,60968,1,0), +(32627,46598,1,0), -- accessorys +(28319,60968,1,0), +(32629,60968,1,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN (28312,32627,28319,32629); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18,28312,60968,0,0,31,0,4,0,0,0,0,0,'','Require player for spellclick'), +(18,28312,46598,0,0,31,0,3,0,0,0,0,0,'','Require unit for spellclick'), +(18,32627,60968,0,0,31,0,4,0,0,0,0,0,'','Require player for spellclick'), +(18,32627,46598,0,0,31,0,3,0,0,0,0,0,'','Require unit for spellclick'); + + +UPDATE `creature_template` SET `faction_A`=71, `faction_H`=71, `unit_flags`=32768, `baseattacktime`=2000, `rangeattacktime`=2000 WHERE `entry`=5624; -- Undercity Guardian +UPDATE `creature_template` SET `faction_A`=14, `faction_H`=14 WHERE `entry`=25422; -- Mystical Webbing +UPDATE `creature_template` SET `faction_A`=2148, `faction_H`=2148 WHERE `entry`=27189; -- Unu'pe Spearman diff --git a/sql/updates/world/2014_01_17_00_trinity_string.sql b/sql/updates/world/2014_01_17_00_trinity_string.sql new file mode 100644 index 00000000000..698af0f56cb --- /dev/null +++ b/sql/updates/world/2014_01_17_00_trinity_string.sql @@ -0,0 +1,8 @@ +DELETE FROM trinity_string where entry in (11002, 11003, 11004, 11005, 11006, 11007); +INSERT INTO `trinity_string` VALUES +('11002', 'Server: %s has kicked %s, reason: %s', '', '', '', '', '', '', '', ''), +('11003', 'Server: %s has muted %s for %u minutes, reason: %s', '', '', '', '', '', '', '', ''), +('11004', 'Server: %s has banned character %s for %s, reason: %s', '', '', '', '', '', '', '', ''), +('11005', 'Server: %s has banned character %s permanetly, reason: %s', '', '', '', '', '', '', '', ''), +('11006', 'Server: %s has banned %s for %s, reason: %s', '', '', '', '', '', '', '', ''), +('11007', 'Server: %s has banned %s permanetly, reason: %s', '', '', '', '', '', '', '', ''); diff --git a/sql/updates/world/2014_01_19_00_world_misc.sql b/sql/updates/world/2014_01_19_00_world_misc.sql new file mode 100644 index 00000000000..7771527a5a2 --- /dev/null +++ b/sql/updates/world/2014_01_19_00_world_misc.sql @@ -0,0 +1,5 @@ +UPDATE `smart_scripts` SET `action_param1`=61752, `target_type`=7, `target_param1`=0, `comment`='Illidan Stormrage - On Just Died - Invoker Cast \'Illidan Kill Credit Master\'' WHERE `entryorguid`=32588 AND `source_type`=0 AND `id`=5; + +DELETE FROM `spell_script_names` WHERE `spell_id`=61752; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(61752, 'spell_q13400_illidan_kill_master'); |